
#winPopMask {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #000;
  opacity: .5;
  filter: alpha(opacity=50);
  z-index: 1000;
  display: none;
}

#winPopMain {
  width: 300px;
  /*height: 240px;*/
  padding: 0 30px 30px 30px;
  background: #fff;
  position: fixed;
  top: 50%;
  margin-top: -200px;
  left: 50%;
  margin-left: -200px;
  z-index: 1200;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius:10px;
  display: none;
}

#winPopClose {
  width: 24px;
  position: absolute;
  right: 6px;
  top: 6px;
  cursor: pointer;
}

/*.loginMain {*/
  /*margin-top: -200px;*/
/*}*/

#popLogin {
  /*height: 390px;*/
}

#winPopMain .tt {
  padding: 36px 0 10px 0;
  text-align: center;
  font-size: 18px;
  color: #5b5b5b;
  line-height: 1;
}

#winPopMain .inputTt1,
#winPopMain .inputTt2 {
  font-size: 16px;
  margin: 10px 0;
  color: #5b5b5b;
  line-height: 1;
}
#winPopMain .input1 {
  height: 36px;
}

 .input2 {
   padding: 0 0 0 14px;
  height: 36px;
  margin-bottom: 10px;
}
#winPopMain .topTxt {
  font-size: 14px;
  color: #f80;
  margin: 14px 0;
}
#popLogin .nocount {
  /*color: #53b2fc;*/
  font-size: 14px;
}

#popLogin .nocount:hover {
  color: #53b2fc;
  text-decoration: none;
}

#popLogin .forget,
#winPopMain .hasCount{
  float: right;
  font-size: 14px;
}
#popLogin .forget:hover,
#winPopMain .hasCount:hover {
  color: #53b2fc;
  text-decoration: none;
}
#popLogin .loginBtn,
#winPopMain .regiterNextBtn,
#winPopMain .regiterNextBtnNew,
#winPopMain .completeRegister{
  display: block;
  width: 100%;
  height: 36px;
  line-height: 36px;
  color: #fff;
  text-align: center;
  background: #1da1f2;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  margin: 18px 0 0 0;
  font-size: 16px;
}

#winPopMain .regiterNextBtn,#winPopMain .regiterNextBtnNew {
  margin-top: 50px;
}

#winPopMain .regiterNextBtn:hover,
#winPopMain .regiterNextBtnNew:hover,
#winPopMain .completeRegister:hover {
  text-decoration: none;
}
#winPopMain .resend,
#winPopMain .modifyPhone {
  color: #53b2fc;
}

#winPopMain .resend:hover,
#winPopMain .modifyPhone:hover {
  text-decoration: none;
}

#popLogin .loginBtn:hover {
  text-decoration: none;
}

#popLogin .subTxt {
  text-align: center;
  color: #5b5b5b;
  font-size: 14px;
  width: 126px;
  background: #fff;
  margin: 14px auto;
}

#popLogin .otherLogin {
  padding: 0 0 20px 0;
}

#popLogin .otherLogin .fa {
  font-size: 24px;
  text-align: center;
  width: 40px;
  height: 40px;
  color: #fff;
  line-height: 40px;
  border-radius: 50%;
  margin: 0 10px;
}

#popLogin .otherLogin .fa-wechat {
  background: #72ce60;
}

#popLogin .otherLogin .fa-qq {
  background: #53b2fc;
}

#popLogin .otherLogin {
  text-align: center;
}

#popRegister2 .phoneNum {
  margin-right: 20px;
  font-size: 16px;
  color: #333;
}

#popRegister2 .modifyPhone {
  float: right;
}

#winPopMain #popRegister2 .inputTt1 {
  font-size: 14px;
  margin: 10px 0 6px 0;
  color: #888;
}
#winPopMain #popRegister2 .input1 {
  font-size: 14px;
}

#winPopMain #popRegister2 input[type='radio'] {
  display: inline-block;
  width: 30px;
  margin: 16px 0;
}

#winPopMain #popRegister2 label {
  display: inline-block;
  *display: inline;
  zoom: 1;
}

#winPopMain #popRegister .inputTt2 {
  height: 50px;
  line-height: 70px;
  position: relative;
}

#winPopMain #popRegister .inputTt2 .vCodeImge {
  position: absolute;
  left: 88px;
  top: 4px;
  cursor: pointer;
}

#winPopMain .countrySelect {
  height: 36px;
  border: 1px solid #d2d2d2;
}

#winPopMain .countrySelect .input1 {
  width: 170px;
  float: right;
  border: none;
}

#winPopMain .countrySelect select {
  width: 118px;
  float: left;
  height: 36px;
  border: none;
}

#winPopMain .countrySelect select option {
  height: 30px;

}
.pwd-tip{
  margin-bottom: 10px;
  font-size:12px;
  color:#ed6661;
}
.icon-tip{
  position: relative;
  display: inline-block;
  top:2px;
  margin-right:4px;
  width:14px;
  height:14px;
  background:url(../image/pwd_tip.png) center center;
  background-size: cover;
}
.none{
  display: none;
}
@-webkit-keyframes loading{0%{-webkit-transform:rotate(0deg);}100%{-webkit-transform:rotate(720deg);}}
@-moz-keyframes loading{0%{-moz-transform:rotate(0deg);}100%{-moz-transform:rotate(720deg);}}
@-ms-keyframes loading{0%{-ms-transform:rotate(0deg);}100%{-ms-transform:rotate(720deg);}}
/*db*/
.db-bg, #loading {position:fixed; top:0; right:0; bottom:0; left:0; background: rgba(0,0,0,0.3);}
.db-wrap {position:fixed; background:#FFF; border-radius:5px;}
#loading .load-wrap {background: rgba(0,0,0,.5); border-radius: 5px; position: absolute; left: 50%; margin-left: -35px; top: 50%; margin-top: -35px; width: 70px; height: 70px;}
#loading .load-wrap p {width: 70px; height: 70px; background:url(data:image/png;base64,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) center center no-repeat;-webkit-animation:loading 2s linear infinite; -moz-animation:loading 2s linear infinite; background-size:contain;}

.db-title {height:40px; line-height:40px; text-align:center; font-size:16px; font-weight:bold;}
.db-content {min-height:50px; padding:0 20px 10px;}
.db-foot {display: -webkit-box; display: -ms-box; width:100%; display: -moz-box; width:100%; height:40px; line-height:40px; text-align:center; font-size:16px; border-top:1px solid #EEEBE8;}
.db-foot p {-webkit-box-flex: 1; -ms-box-flex: 1; -moz-box-flex: 1; width:1px; display: block; color:#0066cc;border-left:1px solid #EEEBE8;}
.db-foot p:first-child {border-left:none;}
/*alert提示框样式相关[[*/
@-webkit-keyframes boxfade{0%{opacity:0;}20%{opacity:0.8;}80%{opacity:0.8;}100%{opacity:0;}}
@-moz-keyframes boxfade{0%{opacity:0;}20%{opacity:0.8;}80%{opacity:0.8;}100%{opacity:0;}}
@-ms-keyframes boxfade{0%{opacity:0;}20%{opacity:0.8;}80%{opacity:0.8;}100%{opacity:0;}}
.db-tip-warp{ position:fixed; left:0; right:0; top:50%; margin-top:-20px; padding:0 20px; text-align:center; z-index:11001; -webkit-animation:boxfade 2s ease;-moz-animation:boxfade 2s ease;-ms-animation:boxfade 2s ease;}
.db-tip {display:inline-block; font-size:15px; border-radius:5px; padding:20px; background:#000; color:#fff; line-height:1.5;}

/*登录*/
.login-type-btn{
  position: relative;
  float: left;
  margin: 5px;
  top: -5px;
  width: auto;
}
.login-type-label{
  float: left;
  line-height: 18px;
  font-size: 14px;
}
.over-hide{
  overflow: hidden;
  line-height: 1;
}
.margL-45{
  margin-left: 45px;
}
.divide-line{
  margin: 0 8px;
  position: relative;
  top: 1px;
  width: 1px;
  height: 11px;
  background-color: #333;
}
.vcode-wrapper{
  position: relative;
  margin-bottom: 10px;
  height: 36px;
}
.vcode-ipt{
  position: absolute;
  left: 0;
  top: 0;
  width: 200px;
  height: 100%;
}
.vcode-btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  height: 100%;
  font-size: 14px;
  text-align: center;
  line-height: 36px;
}
.vcode-btn.active{
  background-color: #72ce60;
  color: #fff;
  cursor: pointer;
}
.vcode-btn.disabled{
  background-color: #ccc;
  color: #797979;
}
.vcode-btn.normal{
  background-color: #fff;
  color: #484747;
  line-height: 34px;
  cursor: pointer;
  border: 1px solid #d2d2d2;
  border-left: 0;
  box-sizing: border-box;
}
.none{
  display: none;
}