/*登录mask*/
/**定制化focus**/
/*.form-control:focus {
    border-color: #44b336;
    outline: 0;
    

}*/
*{
		list-style: none;
	}

.login-mask{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3000;
    background-color: rgba(0,0,0,0.5);
    font-size: 14px;
    color: #93929A;
}
/*登录wrapper*/
.col-xs-4,
.col-xs-8
{
    padding: 0;
}
.form-control,
.login-btn
{
    height: 45px;
    line-height: 45px;
}
.login-wrapper,
.get-check-code,
.form-control,
.login-btn,
.payment-wrapper
{
  /*  -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;*/
}
.radio-input,
.radio-input:before
{
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}
.line-break.line-center,
.wrapper-header-title
{
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}
.login-wrapper,
.radio-input:before
{
   /* position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);*/
}
.login-wrapper{
    min-width: 360px;
    max-width: 420px;
    overflow: hidden;
    background-color: #fff;
    font-size: inherit;
}
.big-wrapper{
    min-width: 440px;
    max-width: 480px;
}

/*登录*/
.wrapper-header,
.login-btn,
.text-big
{
    font-size: 20px;
}
.wrapper-header{
    height: 40px;
    line-height: 38px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #F8F8F8;
    border-bottom: 1px solid #E5E5E5;
}
.wrapper-cancel-btn,
.wrapper-header-title,
.wrapper-register-btn
{
   height: inherit;
    line-height: inherit;
    font-size: inherit;
}
.wrapper-cancel-btn{
    color: #5A5A5A;
}
.wrapper-header-title{
    color: #000;
}
.wrapper-register-btn,
.pay-money-wrapper
{
    color: #F65625;
}
/*登录tabs*/
.login-tabs-wrapper{
    height: 55px;
    line-height: 50px;
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 20px;
    padding-left: 5%;
    padding-right: 5%;
    border-bottom: 1px solid #DADADA;
    font-size: inherit;
}
.login-tabs-wrapper>li{
/*    width: calc((90% - 10px)/2);
*/    width: 50%;
    height: inherit;
    line-height: inherit;
    color: #000;
    cursor: pointer;
}
.login-tabs-wrapper>li.active{
    border: 1px solid #DADADA;
    border-bottom: 0;
    margin-bottom: -1px;
    background-color: #fff;
    -webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
}
.active>.normal-login-btn,
.active>.mobile-login-btn
{
    padding-right: 6px;
    padding-bottom: 2px;
    padding-left: 6px;
    border-bottom: 4px solid #F86300;
}
/*登录*/
.login-input,
.login-btn-wrapper
{
    width: calc(90% - 20px);
}
.login-input,
.login-btn-wrapper,
.phone-register,
.mail-register
{
    margin-right: auto;
    margin-left: auto;
}
.phone-register,
.mail-register
{
    width: 90%;
    font-size: 14px;
    margin-bottom: 20px;
    color: #999;
    cursor: pointer;
}
.normal-label{
    position: relative;
    width: 100%;
  
    padding-bottom: 30px;
    height: 68px;
    display: block;
}
.normal-label .fa,
.forget-password,
.allowed
{
    position: absolute;
    top: 30%;
    -webkit-transform: translateY(-30%);
    -moz-transform: translateY(-30%);
    transform: translateY(-30%);
}
.normal-login-input{
    margin-top: 20px;
    margin-bottom: 20px;
}
.normal-login-input .normal-label .fa.sp-fa{
    left: 8px;
    z-index: 30;
}
.normal-label .fa{
    left: 12px;
    font-size: 16px;
    color: #93929A;
    z-index: 30;
}
.normal-input,
.small-input
{
    padding-left: 30px;
}
.forget-password,
.allowed
{
    right: 8px;
    color: #93929A;
}
.small-input{
    width: 60%;
}
.get-check-code{
    width: 35%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    background: #D0D0D0;
    color: #fff;
    text-align: center;
}
.captcha-pic{
    width: 35%;
    height: 40px;
    line-height: 40px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
}
.login-btn,
.get-check-code.active,
.line-break.active,
.radio-input:before
{
    background-color: #F65625;
}
/*登录btn*/
.login-btn-wrapper{
    margin-top: 10px;
    margin-bottom: 20px;
}
.login-btn{
    width: 100%;
    color: #fff;
}
/*第三方登录*/
.other-login{
    margin-bottom: 20px;
    color: inherit;
    padding: 0;
}
.other-login a{
    color: inherit;
}
.other-login-flex{
  display: flex;
  justify-content: center;
  
}
.other-login-flex li{
  padding-left:50px;
}
.other-login-flex li:nth-child(1){
  padding:0;
}
/*允许*/
.allowed{
    width: 16px;
}
/*用户协议*/
.user-agreement{
    display: inline-block;
    padding-top: 4px;
    font-size: 12px;
    color: #262626;
}
.password-line{
    height: 6px;
    margin-top: 4px;
    position: relative;
}
.line-break{
    width: 32%;
    height: inherit;
    background-color: #DCDCDC;
}
.line-break.line-center{
    width: 31%;
    bottom: 0;
}
.congratulations{
    margin-top: 20px;
    margin-bottom: 20px;
}
.register-success{
    background-color: #55A903;
}

/*支付*/
.vip-introduce,
.payment-wrapper
{
    margin: 20px 40px 0;
    color: #424242;
}
.vip-title{
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 20px;
    color: #000;
}
.introduce-menu-item{
    margin-bottom: 20px;
}
.introduce-menu-item .fa{
    font-size: 24px;
    margin-right: 20px;
    margin-top: 8px;
}
.introduce-menu-item-text{
    width: 85%;
    font-size: 13px;
}
.payment-wrapper{
    border: 1px solid #DCDCDC;
    padding: 10px;
    background-color: #FAF6F0;
}
.payment-wrapper>li{
    border-bottom: 1px solid #DCDCDC;
    padding: 6px 3px;
}
.payment-wrapper>li:last-child{
    border-bottom: 0;
}
.use-time-options input{
    width: 30px;
    background-color: #fff;
    border: 1px solid #A7A7A7;
}
.use-time-options .fa{
    color: #000;
    margin-left: 4px;
    margin-right: 4px;
}
.radio-input{
    width: 16px;
    height: 16px;
    border: 1px solid #F65625;
    position: relative;
    margin-top: 3px;
    float: left;
    margin-right: 6px;
}
.pay-type-menu>li.active .radio-input:before{
    position: absolute;
    width: 10px;
    height: 10px;
    content: '';
    display: block;
}
.pay-type-menu>li{
    margin-left: 10px;
}
.ali-pay{
    width: 65px;
}
.weixin-pay{
    width: 50px;
}
.apple-pay{
    width: 94px;
}
label.error{
    color: #ff615b;
        font-size: 12px;
    
}
input.error{
    border: #ff615b solid 1px;
}

.login-btn.disabled, .login-btn[disabled] {
    pointer-events: none;
    cursor: not-allowed;
    filter: alpha(opacity=65);
    -webkit-box-shadow: none;
    box-shadow: none;
    opacity: .65;
}
.get-check-code{
    cursor: pointer;
}
label {
  font-weight: normal;
}
.nb_lay_header span{
    font-size: 16px;
}
.nb_lay_header .pull-left span,.nb_lay_header .pull-right span{
    font-size: 16px;
    cursor: pointer;
}

.login-btn {
    border: none;
}
