/*登录的ICON*/
.icon-modal {
    display: inline-block;
    vertical-align: top;
    background-image: url(../image/icon_login.png);
    background-size: 200px 200px;
    background-repeat: no-repeat;
    width: 45px;
    height: 45px;
}

.icon-alert-close {
    position: absolute;
    right: 40px;
    top: 40px;
    background-position: 0 -1px;
    width: 20px;
    height: 20px;
}

.icon-login-qq {
    background-position: 4px -39px;
}

.icon-login-wx {
    background-position: -2px -97px;
}

.icon-login-wb {
    background-position: -2px -147px;
}

.icon-login-zfb {
    background-position: -67px -40px;
}

.icon-qr-or-pc {
    width: 60px;
    height: 60px;
    background-position: -135px -135px;
    cursor: pointer;
}

.icon-qr-or-pc.active {
    background-position: -54px -135px;
}

.icon-l-caret {
    width: 15px;
    height: 20px;
    background-position: -30px 1px;
    margin-top: 9px;
}

#login-modal .modal-dialog {
    width: 452px;
}

.login-form {
    position: relative;
    margin-top: 52px;
}

.login-label {
    position: relative;
    width: 100%;
    display: inline-block;
    margin-bottom: 12px;
}
.login-label.last-child{
    margin-bottom: 10px;
}

.login-label.col-xs-label {
    padding-left: 74px;
}

.error-box {
    display: none;
}

.login-label.error .login-input {
    border: 1px solid #fc565e;
}

.login-label.error .error-box {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #fc565e;
    color: #fff;
    height: 28px;
    padding: 0 10px;
    line-height: 28px;
    border-radius: 3px;
}

.login-label.error.captcha .error-box {
    right: 112px;
}

.login-input {
    width: 100%;
    height: 40px;
    border: 1px solid #eeeeee;
    outline: none;
    font-size: 12px;
    color: #333333;
    padding: 0 12px;
}
.login-input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px #fff inset !important;
}
.login-input:focus {
    border: 1px solid #1d1d1d;
}

/*input pla 样式*/
.login-input::-webkit-input-placeholder {
    color: #bbbbbb;
}

.login-input:-moz-placeholder {
    color: #bbbbbb;
}

.login-input::-moz-placeholder {
    color: #bbbbbb;
}

.login-input:-ms-input-placeholder {
    color: #bbbbbb;
}

/*短信登录*/
.sms-text {
    position: absolute;
    color: #1d1d1d;
    font-size: 12px;
    top: -24px;
    right: 0px;
    cursor: pointer;
}

.sms-info {
    position: absolute;
    color: #bbbbbb;
    font-size: 12px;
    top: -24px;
    left: 0px;
}

.login-operation {
    font-size: 12px;
    color: #8d8d8d;
    line-height: 1;
    margin-top: 30px;
}

.login-operation input {
    margin: 0;
}

.login-operation label {
    margin: 0;
}

.login-operation a {
    color: #8d8d8d;
}

/*登录按钮*/
.btn-login {
    height: 40px;
    width: 100%;
    background: #1d1d1d;
    color: #fff;
    font-size: 18px;
    text-align: center;
    border: none;
    outline: none;
    margin-top: 20px;
    padding: 0;
    line-height: 40px;
}

/*注册*/
.register-text {
    font-size: 16px;
    width: 100%;
    text-align: center;
    line-height: 1;
    margin: 32px 0 0 0;
    cursor: pointer;
}
.register-top-text{
    text-align: right;
    margin-bottom: 20px;
    line-height: 1;
}

/*第三方登录*/
.third-box {
    position: relative;
    border-top: 1px solid #eeeeee;
    padding: 36px 0 0 0;
    text-align: center;
    margin-top: 32px;
}

.third-box .title {
    position: absolute;
    top: -12px;
    text-align: center;
    width: 100%;
}

.third-box .title span {
    color: #8d8d8d;
    font-size: 12px;
    padding: 0 10px;
    background: #ffffff;
    display: inline-block;

}

.third-box a {
    margin-right: 50px;
}

.third-box a:last-child {
    margin-right: 0;
}

.third-box i {
    width: 46px;
    height: 38px;
}

/*账号微信切换*/
.qr-pc {
    position: absolute;
    right: 5px;
    bottom: 5px;
}

/*微信登录*/
.wx-box {
    height: 400px;
}

.label-select-box {
    position: absolute;
    top: 0;
    width: 74px;
    height: 40px;
    background: #dddddd;
    line-height: 40px;
    color: #1d1d1d;
    left: 0;
}

.label-select-box:hover {
    background: #F5F5F5;
    color: #1d1d1d;
}
.bind-edit-label-select{
    top: 35px;
    left: 90px;
}
.bind-label-select-input{
    left: 70px;
    width: 275px;
}

/*国家区号*/
.country-box {
    display: none;
    background: #fff;
    position: fixed;
    top: 162px;
    width: 370px;
    padding: 16px 12px;
    border: 1px solid #eeeeee;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.14);
    z-index: 10000;
    bottom: 41px;
}

.country-box:before {
    width: 15px;
    height: 15px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    background: #fff;
    border: 1px solid #ddd;
    border-width: 1px 1px 0 0;
    position: absolute;
    top: -8px;
    left: 30px;
    content: " ";
}
.three-associated{
    position: relative;
}
.bind-box{
    position: absolute;
    height: 200px;
    top: 84px;
    width: 372px;
}
.country-ul {
    overflow: auto;
    height: 100%;
}

.country-ul li {
    height: 48px;
    width: 100%;
    cursor: pointer;
    line-height: 48px;
    padding: 0 12px;
}

.country-ul li:hover {
    background: #f5f5f5;
}
.country-ul li:first-child{
    padding: 0 12px !important;
}

.edit-mobile-box{
    left: 85px;
    top: 90px;
    position: absolute;
    height: 210px;
}
.geetest_login_box {
    margin-top: 10px;
}

.btn-captcha {
    display: inline-block;
    position: absolute;
    right: 6px;
    top: 6px;
    background: #1d1d1d;
    color: #fff;
    height: 28px;
    padding: 0 15px;
    line-height: 28px;
    border-radius: 3px;
    cursor: pointer;
}
.btn-captcha.disabled{
    color: #8d8d8d;
    background: #dddddd;
}

/*第三方登录*/
.three-login-box,.retrieve-password-box{
    position: relative;
    width: 452px;
    background: #fff;
    padding: 40px;
    margin: 30px auto 0 auto;
    height: 550px;
}
.three-login-box .title{
    font-size: 16px;
    text-align: center;
}
.three-user-box{
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    margin: 30px auto 50px auto;
}
.retrieve-password-box .title{
    font-size: 16px;
    text-align: center;
    margin-bottom: 40px;
}
.login-select{
    position: absolute;
    height: 40px;
    right: 0;
    top: 0;
    background: #fff;
    -webkit-background : #fff;
    width: 282px;
    border: 1px solid #eeeeee;
    outline: none;
    text-align: center;
    border-radius:0;
    -webkit-border-radius:0;
    -moz-border-radius: 0;
    appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    padding-left: 10px;
}
.login-select-caret{
    position: absolute;
    right: 10px;
    top: 0;
}
.retrieve-box{
    position: absolute;
    width: 372px;
    height: 220px;
}

/*封停弹窗 begin*/
.layer{
    position: fixed;
    width: 100%;
    top: 0;
    bottom: 0;
    background-color: rgba(0,0,0,0.5);
    z-index: 10000;
    text-align: center;
    display: flex;
    align-items:center;

}
.Popup-wrap{
    width: 400px;
    border-radius: 4px;
    background-color: #FFFFFF;
    margin: 0 auto;
    padding-top: 29px;
    padding-bottom: 36px;

}
.interaction-title{
    text-align: center;
    font-size: 20px;
}
.interaction-content{
    width: 288px;
    margin: 0 auto;
    text-align: left;
    padding-top: 29px;
    padding-bottom: 29px;
}
.know-btn{
    width: 294px;
    margin:  0 auto;
    cursor: pointer;
    background-color: #FF6060;
    border-radius: 4px;
    font-size: 16px;
    color: #FFFFFF;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border: none;
}

/*封停弹窗 end*/


/*登录 协议  隐私政策*/
.agreement-privacy{
    font-size: 14px;
    color: #000;
    text-align: center;
    margin-top: 10px;
}
.agree-privacy{
    font-weight: bold;
}