/*.fill {*/
/*width: 100%;*/
/*height: 100%;*/
/*position: relative;*/
/*background-image: url('/imgs/xiaoyi-banner.png');*/
/*opacity: 0.9;*/
/*background-position: center;*/
/*-webkit-background-size: cover;*/
/*-moz-background-size: cover;*/
/*background-size: cover;*/
/*-o-background-size: cover;*/
/*}*/

h1 {
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 30px;
}

.authcode_div {
    display: block;
    position: relative;
    margin: auto;
    border-bottom: 1px solid #D8D8D8;
    width: 340px;
    height: 60px;
}

.phonenum_input {
    width: 320px;
    border-width: 0px;
    border-bottom: 1px solid #D8D8D8;
    padding: 12px 10px;
    margin-top: 36px;
    color: #333;
}

.authcode_input {
    width: 200px;
    height: 44px;
    position: absolute;
    left: 0;
    bottom: 2px;
    padding-left: 10px;
    border-width: 0px;
    text-align: left;
    color: #333;
    /*padding: 12px 0px;*/
    /*border-bottom-width: 1px;*/
}

#second {
    /*border-bottom: 1px solid #D8D8D8;*/
    /*float: right;*/
    position: absolute;
    right: 0;
    bottom: 12px;
    font-size: 14px;
    color: #00B977;
    overflow: hidden;
    text-align: right;
    align-content: flex-end;
    border-width: 0px;
    background: white;
    cursor: pointer;
    border-left: 1px solid #F0F0F0;;
}

.login_text {
    font-size: 20px;
    color: #333333;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 20px;
}

.third_login_text {
    font-size: 14px;
    color: #999;
    text-align: center;
    margin-top: 30px;
    margin-bottom: 19px;
}

.login_button {
    background: #00B977;
    border-radius: 5px;
    width: 340px;
    height: 50px;
    margin-top: 30px;
    text-align: center;
    cursor: pointer;
    color: white;
    padding: 0px;
    border-width: 0px;
}

#login_container {
    position: fixed;
    margin: auto;
    left: 0;
    right: 0;
    top: 12px;
    bottom: 0;
    z-index: 9999;
    /*margin-top: 12px;*/
    /*margin-bottom: 40px;*/
    /*border-top: 1px solid #ebebeb;*/
    /*border-bottom: 1px solid #ebebeb;*/
    background-color: #ffffff;
    text-align: center;
    opacity: 0.96;
    /*padding: 20px;*/
    width: 420px;
    height: 440px;
}

#wechat {
    height: 48px;
    cursor: pointer;
}

#qq {
    height: 48px;
    margin-left: 60px;
    margin-right: 60px;
    cursor: pointer;
}

#weibo {
    height: 48px;
    cursor: pointer;
}
.nav>li>a.no-logged-in{
    display: none;
}
.nav>li>a.no-logged-out{
    display: none;
}
.alert {
    display: none;
    position: fixed;
    top: 15px;
    /*height: 100%;*/
    /*width: 600px;*/
    max-width: 260px;
    margin: 0 auto;
    left:0;
    right:0;
    z-index: 30000;
}

.intl-tel-input .country-list{
    width: 340px;
}
.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag{
    background: inherit !important;
}
.user-privacy{
    width: 340px;
    margin: 5px auto 0;
    text-align: left;
    font-size: 12px;
    color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.user-privacy .image{
    width: 15px;
    height: 15px;
    display: inline-block;
    background: #ccc;
    margin-right: 5px;
    background: url('/images/login-err.png') no-repeat;
    background-size: cover;
    cursor: pointer;
}
.user-privacy i {
    font-style: normal;
}
.user-privacy .image.active{
    background-image: url('/images/login-ok.png');
}
.user-privacy a,
.user-privacy a:hover,
.user-privacy a:active,
.user-privacy a:focus{
    color: #00b977;
    border-bottom: 1px solid #00b977;
    text-decoration: none;
}
.alert-box{
    position: fixed;
    left: 0;
    top: 0;
    bottom:0;
    right:0;
    background: rgba(0,0,0,0.4);
    z-index: 10000;
    display: none;
}
.alert-box .iframe{
    height: 400px;
    width: 600px;
    position: absolute;
    left: 50%;
    transform: translate(-50%,-50%);
    top: 50%;
    padding: 10px;
}
.alert-box .iframe::after{
    content:'';
    position: absolute;
    right: 20px;
    top: 20px;
    cursor: pointer;
    width: 20px;
    height:20px;
    background: url('/imgs/alert-close-icon.png') no-repeat;
    background-size: cover;
}
.alert-box .iframe>iframe{
    height:100%;
    width: 100%;
}
@media (max-width: 550px) {
    #login_container{
     width: 100%;
     height: 100%;
     top: 0;
     padding: 0 15px;
     box-sizing: border-box;
    }
    .login_text{
        margin-top: 120px;
    }
    .authcode_div,.login_button,
    .intl-tel-input,.phonenum_input{
        width: 100%;
    }
    .phonenum_input,.authcode_div{
        font-size: 12px;
    }
    .third_party{
        /* padding: 0 10px; */
    }
    #qq{
        margin-left: 40px;
        margin-right: 40px;
    }
    .intl-tel-input.iti-container{
        z-index: 10000 !important;
        height: 120px !important;
        left: 0 !important;
        top: 210px !important;
    }
    .alert-box .iframe{
        width: 100%;
        height: 80%;
    }
 }