/* tab 选项卡 */
body{
  /*min-width: 1200px;*/
}
.box{
  width: 1100px;
  margin: 0 auto;
}
.title{
  font-size: 18px;
  line-height: 54px;
  text-align: center;
  letter-spacing: 2px;
  color: #555;
  padding: 10px 30px 0;
}
.tab-container{
  -webkit-transition: all 1s;
  width: 358px;
  /* height: 430px; */
  position: absolute;
  border-radius: 6px;
  /*margin: 8% 0 0 60%;*/
  overflow: hidden;
  background: rgba(255,255,255,1);
  box-sizing: border-box;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
}
.tab-container button{
    -webkit-transition: all .3s;
  border:none;
}
.tab-container .tab-title{
  -webkit-transition: all .3s;
  font-size: 0;
  padding: 6px 30px 0;
}
.tab-container .tab-title li:nth-child(2){
  color: #888;
}
.tab-container .tab-title .active{
  -webkit-transition: all .5s;
  /* color: #79F; */
  border-bottom: 2px solid;
  text-decoration: none;
  position: relative;
}

.tab-container .tab-title  .unactive{
  color:gray;
}
.tab-container ul li,.register-title{
  list-style-type: none;
  display: inline-block;
  width: 50%;
  font-size: 15px;
  letter-spacing: 2px;
  text-align: center;
  line-height: 54px;
  border-bottom: 2px solid transparent;
  color: #888;
}
.tab-content,.regsiter-content{
  padding: 20px 30px;
}
.login-field-container{
  -webkit-transition: all .5s;
  border-radius: 5px;
  border: 1px solid #d8dbdd;
  height: 36px;
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
.login-input{
  display: inline-block;
  height: 36px;
  flex-grow: 1;
  line-height: 36px;
  border:none;
}

.tab-content .number,.regsiter-content .number{
  /* background-image: url(../img/num.png);
  background-color: transparent;
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px 25px; */
  /* background-color: rgba(255,255,255,.9); */
  border:none;
  padding-bottom: 4px;
  font-size: 14px;
  letter-spacing: 1px;
}
.login-field-icon{
  display: inline-block;
  margin:10px;
}
.tab-one .password{
  width:100%;
}
.tab-content .password,.regsiter-content .password{
  height: 36px;
  /* margin-top: 30px; */
  background: url(../img/pass.png);
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 25px 25px;
  -webkit-transition: all .5s;
  text-indent: 46px;
  background-color: rgba(255,255,255,.9);
  border-radius: 5px;
  border: 1px solid #d8dbdd;
  font-size: 14px;
  padding-bottom: 4px;
}
input::-webkit-input-placeholder{
    -webkit-transition: all .2s;
}
input:focus::-webkit-input-placeholder{
    color:#CCC;
    padding-left: 5px;
}
.validate{
  width:60%;
  display: inline-block;
}
.login{
  width: 100%;
  height: 42px;
  line-height: 42px;
  /*display: flex;*/
  /*justify-content: center;*/
  /*align-items: center;*/
  /*background-color: #f3970d;*/
  background-color: #65c01a;
  color: #fff;
  border-radius: 21px;
  margin-top: 10px;
  margin-bottom: 30px;
  font-size: 16px;
  overflow: hidden;
  cursor: pointer;
}
.login-prompt,.quick-register{
  font-size: 12px;
  color: #888;
}
.login-prompt:hover,.quick-register:hover{
  text-decoration: underline;
  color: #8563fb;
}
.verify-code-container{
  width:60%!important;
  display:inline-flex!important;
}
.verify-code-input{
  border:none;
  width:100px!important;
}
.get-identify-code[disabled]{
  /*background-color:#adbded;*/
  border: 1px solid #8563fb;
  background: #fff;
  color: #8563fb;
}
.code-act{
  background: #8563fb;
  color: #fff;
}
.get-identify-code{
  height: 36px;
  line-height: 36px;
  color: #fff;
  border-radius: 6px;
  cursor: pointer;
  font-size: 14px;
  float:right;
}
.login:hover{
  /*background-color:#f3b252;*/
}
.tab-two .get-identify-code:hover{
  /*border:none;*/
}
.act-btn{
  background-color:#f3970b;
}
/* 错误 提示信息 */
.prompt{
  /* width: 90%; */
  height: 30px;
  line-height: 30px;
  text-align: left;
  text-indent: 46px;
  /* padding-top: 20px; */
  font-size: 13px;
  color: #f08;
  border:none;
}
p#prompt1 {
  /*margin-bottom: 70px;*/
}
p#prompt2 {
  /*margin-bottom: 70px;*/
}
 /* 遮罩层 */
#cover{
  position:fixed;
  left:0;
  top:0;
  background:rgba(233, 228, 228, 0.4);
  width:100%;
  height:100%;
  filter:alpha(opacity=60);  /*设置透明度为60%*/
  opacity:0.6;  /*非IE浏览器下设置透明度为60%*/
  display:none;
  z-index:3;
}
#modal{
  position:fixed;
  width:400px;
  height:150px;
  top:50%;
  left:50%;
  margin-left:-225px;
  margin-top:-150px;
  background-color:#fff;
  display:none;
  cursor:pointer;
  z-index:4;
  border-radius:20px;
}
#modal{
  text-align: center;
}
#modal .modal-head{
  margin-top:60px;
}
.modal-head .icon{
  display: inline-block;
  width:30px;
  height:30px;
  background-image: url("../img/loginModal.png");
  background-size:100% 100%;
  vertical-align: middle;
}
.modal-head .text{
  color:#7d48d4;
  font-size:16px;
}
#login-footer{
  height: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  position: fixed;
  bottom: 0px;
   padding: 10px 0;
  box-sizing: border-box;
  text-align: center;
}
.regsiter-title{
  padding-top: 6px;
}
.regsiter-title li.regsiter-title-li{
  width: 100%;
  font-size: 16px;
}
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333;
}
@media screen and (min-width: 1000px){
  .tab-container{
    right: calc(50% - 480px);
  }
}
@media screen and (min-width: 1140px){
  .tab-container{
    right: calc(50% - 550px);
  }
}
