/**
* User: hqy/190415
*/
@import url("/m/src/font/icon-new/login/iconfont.css");
@import url("/m/src/font/icon-new/basic/iconfont.css");
/*登录页面*/
.hide {
    display: none;
}

html, body {
    height: 100%;
    background: #ffffff;
}

body{
    max-width: 100%;
    /*background: #f6f6f6;*/
}

input[disabled] {
    filter: alpha(opacity=100);
    opacity: 1;
}

input::-webkit-input-placeholder{
    color:#bbb;
    /*font-size: 0.28rem;*/
}
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#bbb;
    /*font-size: 0.28rem;*/
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#bbb;
    /*font-size: 0.28rem;*/
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    color:#bbb;
    /*font-size: 0.28rem;*/
}


a, img, button, input, textarea {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

input, textarea {
    -webkit-appearance: none;
}

img {
    border-style: none !important;
}

.login, .retrieve {
    width: 100%;
    height: 100%;
}

#imgcode {
    vertical-align: middle;
    cursor: pointer;
}

.empty {
    display: none;
    float: right \0;
    width: 5% \0;
    cursor: pointer;
}

input::-ms-clear,
input::-ms-reveal {
    display: none;
}

#loginpage {
    position: relative;
    width: 100%;
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
}

#new-login {
    height: 40px;
    padding: 10px 0 54px;
    background: none;
    filter: none;
}

#new-login h2 {
    color: #000;
    font-size: 18px;
}

.login-div {
    width: 85%;
    padding: 3%;
    margin: 0 auto;
    line-height: 1.4;
    behavior: url(PIE.htc) \0;
    border-radius: 14px;
    overflow: inherit;
}

/*找回密码*/
.retrievePwd{
    height: 100%;
    background: #f6f6f6;
}

.retrievePwd-title{
    position: fixed;
    z-index: 1;
    left: 0;
    right: 0;
    top: 0;
    width: 100%;
    background: linear-gradient(90deg, #26AEFC 0%, #0C64F8 100%);
}

.retrievePwd-title-div{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 750px;
    height: 50px;
    line-height: 50px;
    color: white;
    margin: 0 auto;
}

.retrievePwd-title-div b{
    display: inline-block;
    font-size: 18px;
    letter-spacing: 2px;
}

.retrievePwd-title-div .retrievePwd-back{
    display: inline-block;
    color: white;
    background: rgba(255, 255, 255, 0.16);
    border: 1px solid #FFFFFF;
    border-radius: 30px;
    text-align: center;
    padding: 1px 0;
    width: 100px;
    height: 26px;
    line-height: 26px;
    font-size: 14px;
    letter-spacing: 1px;
    cursor: pointer;
}

.retrievePwd-con{
    height: 100%;
    max-width: 750px;
    margin: 0 auto;
    background: #f6f6f6;
}

.retrievePwd-step{
    width: 100%;
    max-width: 750px;
    margin: 0 auto;
    text-align: center;
    height: 1rem;
    line-height: 1rem;
    /*padding: 0.3rem 0;*/
    /*height: 50px;*/
    background: linear-gradient(90deg, #169FED 0%, #0C64F8 100%);
    color: white;
}

.retrievePwd-step .step_number i{
    display: inline-block;
    line-height: 1;
}

.retrievePwd-step .step_number i:first-child{
    font-size: 0.36rem;
}

.retrievePwd-step .step_number i:last-child{
    font-size: 0.28rem;
    letter-spacing: 1px;
}

.retrievePwd-step .step_symbol{
    padding: 0 0.1rem;
}

.retrievePwd-form{
    max-width: 750px;
    margin: 0 auto;
}

.retrievePwd-form .form_group:first-child{
    margin-top: 0.4rem;
}

.form_group{
    position: relative;
    padding: 0.24rem 0.3rem;
    background: white;
    margin: 0.2rem;
    border-radius: 0.24rem;
}

.form_group .icon{
    position: absolute;
    top: 0.12rem;
    left: 0.3rem;
    /*display: inline-block;*/
    font-size: 0.42rem;
    /*font-weight: bold;*/
    color: #888888;
    /*vertical-align: middle;*/
}

.form_group .icon.eyeIcon{
    left: unset;
    cursor: pointer;
    right: 0.3rem;
}

.form_group .icon.eyeIcon.active{
    color: #169FED;
}

.form_group .form_input{
    display: inline-block;
    width: 100%;
    padding-left: 0.7rem;
    height: 0.4rem;
    line-height: 0.4rem;
    box-sizing: border-box;
    font-size: 0.3rem;
    letter-spacing: 1px;
    border: none;
    outline: none;
}

.code_group .form_input{
    width: 50%;
}

.form_group .getCode{
    font-size: 0.28rem;
    float: right;
    color: #0AB3F8;
    letter-spacing: 1px;
}

.form_tip{
    max-width: 750px;
    margin: 0 auto;
    padding: 0.4rem 0.2rem 0.2rem;
    font-size: 0.28rem;
    letter-spacing: 1px;
    line-height: 0.36rem;
    color: #888888;
    white-space: normal;
    word-break: break-all;
}

.form_tip span{
    color: #FD9501;
}

.form_btn{
    margin: 0.4rem 0.2rem 0;
    text-align: right;
}

.form_btn span:first-child{
    display: block;
    width: 100%;
    background: linear-gradient(90deg, #169FED 0%, #0C64F8 100%);
    cursor: pointer;
    text-align: center;
    color: white;
    font-size: 0.3rem;
    font-weight: bold;
    height: 0.9rem;
    line-height: 0.9rem;
    letter-spacing: 2px;
    border-radius: 0.6rem;
    /*opacity: 0.6;*/
}

.form_backLogin{
    display: inline-block;
    margin-top: 0.2rem;
    padding-right: 0.1rem;
    font-size: 0.28rem;
    letter-spacing: 1px;
    cursor: pointer;
    color: #888;
}

/*.form_btn span.disabled{
    opacity: 0.6;
}*/

.weui-cell:after, .weui-cell:before {
    display: none;
}

.scanf-hide {
    position: relative;
    padding: 10px 0;
    padding: 0 \0;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.scanf-hide:before {
    z-index: 2;
    content: " ";
    position: static;
    top: 0;
    right: 0;
    left: 15px;
    height: 1px;
    color: #e5e5e5;
    border-top: 1px solid #e5e5e5;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scaleY(.5);
    transform: scaleY(.5);
}

.login-logo {
    margin: 0 auto;
}

.login-logo .img {
    display: block;
    height: 32px;
    margin: 0 auto;
}

.login-logo p {
    padding: 5px 0;
    font-size: 15px;
    font-size: 18px \0;
    text-align: center;
    letter-spacing: 4px;
    color: #666;
}

.line {
    display: inline-block;
    width: 190px;
    height: 1px;
    margin: auto 3px;
    background: #e6e4e4;
    vertical-align: middle;
}

.right {
    margin-right: 20px;
}

.left {
    margin-left: 20px;
}

input:focus {
    outline: none;
}

.weui-cell {
    width: 100% \0;
    height: 35px \0;
    padding: 22px 0 15px !important;
    line-height: 35px \0;
}

#new-button, #bind-button, #pwd-button, #bind-button-free {
    margin-top: 30px;
    border-bottom: none;
}

.weui-cell__ft {
    display: inline-block \0;
    float: right \0;
    height: 24px \0;
}

.pos-static:before {
    position: static;
}

.weui-cell:before {
    left: 0 !important;
}

.weui-cell__hd span {
    padding-right: 5px;
    color: #888;
    font-size: 22px;
}

.panel-footer {
    width: 100%;
    position: absolute;
    bottom: 25px;
    left: auto;
}

.panel-footer p {
    width: 85%;
    margin: 0 auto;
    font-size: 13px;
    color: #888;
    text-align: center;
    letter-spacing: 3px;
}

.panel-footer p span {
    margin: 0 19px;
}

.icon-xingmingyonghumingnicheng:before {
    content: "\e661";
}

.icon-mima:before {
    content: "\e660";
}

.icon-yanzheng:before {
    content: "\e65f";
}

.weui-cell__bd {
    display: inline-block \0;
    width: 75% \0;
}

.pos-static:before {
    border-top: none !important;
}

.weui-cell input::-webkit-input-placeholder {
    color: #B2B2B2;
    font-size: 15px;
}

.weui-cell input::-moz-placeholder {
    color: #B2B2B2;
    font-size: 15px;
}

.weui-cell input:-ms-input-placeholder {
    color: #B2B2B2;
    font-size: 15px;
}

.icon-yanjing:before {
    content: "\e662";
}

.btn-login {
    width: 100%;
    height: 40px;
    margin: 0 auto;
    line-height: 40px !important;
    background: #0F95FC;
    background: -webkit-linear-gradient(left, #05D0F5, #0F95FC);
    background: -o-linear-gradient(left, #05D0F5, #0F95FC);
    background: -moz-linear-gradient(left, #05D0F5, #0F95FC);
    behavior: url(PIE.htc);
    border-radius: 25px !important;
    letter-spacing: 5px;
}

.weui-btn:after {
    border: none !important;
}

.input-icon {
    display: inline-block \0;
    width: 5% \0;
    margin-right: 8px;
}

/*手机绑定*/
#popup-container, #popup-container-free {
    width: 100%;
    height: 100%;
    position: relative;
    max-width: 750px;
    margin: 0 auto;
}

.footer-link {
    cursor: pointer;
    font-size: 18px;
    margin-left: -5%;
    position: relative;
}

.eyes {
    display: inline-block;
    float: right \0;
    width: 5% \0;
}

.eyes, #getmobcode, #get-mobcode, #getmobcode-free {
    cursor: pointer;
}

.reset_tips {
    color: #FA5B04;
    line-height: 20px;
    display: block;
    padding: 18px 10px 20px 20px;
}

#getmobcode,
/*#get-mobcode,*/
#getmobcode-free {
    background-color: transparent;
    outline: none;
    border: none;
    width: 110px;
    height: 24px;
    padding: 0;
    line-height: 24px;
    font-size: 15px;
    color: #0AB3F8;
    text-align: right;
}

/*绑定手机号*/
.popup-container .weui-cell {

}

.m-number {
    font-size: 26px;
    font-weight: 700;
    color: #333;
    margin: 30px 0 14px 0;
}

.m-word {
    font-size: 14px;
    color: #333;
    margin-bottom: 24px;
}

.mobile-binding-footer {
    height: 91px;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 6px;
}

.mobile-binding-footer img {
    height: 100%;
    width: 100%;
}

.mobile {
    height: 46px;
}

.back-icon {
    color: #333;
    font-size: 20px;
    font-weight: 900;
    margin-right: -5px;
}

.back-word {
    display: inline-block;
    height: 18px;
    font-size: 17px;
    line-height: 18px;
    color: #000;
}

/*密码修改*/
#editpassword {
    width: 100%;
    height: 100%;
    margin: 0 auto;
    position: relative;
}

.edit-pwd {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 50%;
    margin-right: -36px;
}

/*忘记密码跳转*/
.forget-pwd {
    height: 30px;
    overflow: hidden;
}

.forget-pwd .forget-right {
    float: right;
    color: #888;
    cursor: pointer;
}

.weui-cell {
    position: relative;
    border-bottom: 1px solid #EFEFEF;
}

.weui-cell:before {
    border-top: none;
}

.input-line {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background-color: #999;
}

.long-line {
    width: 100%;
    transition: width 0.5s;
}

/*找回密码*/
.header {
    height: 45px;
    line-height: 45px;
    position: relative;
}

.back-re {
    width: 65px;
}

.header .icon {
    display: inline-block;
    margin-left: 11px;
    margin-right: -5px;
    font-size: 18px;
    color: #333;
    font-weight: 900;
    cursor: pointer;
}

.header .h-word {
    font-size: 16px;
    color: #000;
    cursor: pointer;
}

.header .h-pws {
    display: inline-block;
    position: absolute;
    right: 50%;
    top: 50%;
    margin-right: -36px;
    margin-top: -22px;
    font-size: 18px;
    color: #000;
}

.title {
    height: 70px;
    width: 100%;
    color: white;
    font-size: 18px;
    background-image: url('/m/src/image/bg-head.png');
    background-size: cover;
    padding: 27px 28px;
    box-sizing: border-box;
}

.title-con {
    height: 18px;
    text-align: center;
    line-height: 18px;
}

.title-con span {
    display: inline-block;
}

.title-con .number {
    margin-right: 5px;
    font-size: 22px;
    margin-top: -8px;
    vertical-align: middle;
}

.title-con .word {
    margin-right: 9px;
    letter-spacing: 1px;
}

.title-con .greater-than {
    margin-right: 9px;
}

.title-con last {
    margin-right: 0;
}

.identification {
    padding: 0 3% !important;
}

#button-re, #button {
    border-bottom: none !important;
    margin-top: 30px;
    padding: 0 !important;
}

/*#next-re,*/
/*#reg-re {
    opacity: 0.6;
}*/

.pwdPop{
    position: fixed;
    background: rgba(0,0,0,0.3);
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    z-index: 100;
    display: none;
}

.pwdPopCon{
    position: fixed;
    width: 5rem;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -ms-transform: translate(-50%,-50%); /* IE 9 */
    -webkit-transform: translate(-50%,-50%); /* Safari and Chrome */
    -o-transform: translate(-50%,-50%); /* Opera */
    text-align: center;
    z-index: 101;
}

.pwdPopCon-div{
    width: 100%;
    background: white;
    border-radius: 0.32rem;
    padding: 0.5rem 0.4rem 0.3rem;
    box-sizing: border-box;
}

.pwdPopCon img {
    display: block;
    width: 1.2rem;
    margin: 0 auto;
    /*height: 56px;*/
   /* position: absolute;
    top: 25px;
    left: 100px;*/
}

.pwdPopCon-msg{
    color: #000000;
    letter-spacing: 1px;
    font-size: 0.3rem;
    margin-top: 0.4rem;
    line-height: 1;
}

.pwdPopCon-time {
    color: #666666;
    font-size: 0.28rem;
    letter-spacing: 1px;
    margin-top: 0.3rem;
    line-height: 1;
}

.pwdPopCon-time span{
    color: #169FED;
}

.pwdPopCon-btn{
    width: 100%;
    text-align: right;
    font-size: 0.26rem;
    color: #169FED;
    margin-top: 0.6rem;
    letter-spacing: 1px;
    line-height: 1;
}

.pwdPopCon-close{
    display: inline-block;
    color: white;
    cursor: pointer;
    font-size: 0.6rem;
    text-align: center;
    margin-top: 0.4rem;
    line-height: 1;
}

/*.pwd-time i {
    color: #169FED;
}

.success-con .pwd-login {
    position: absolute;
    font-size: 13px;
    color: #169FED;
    top: 165px;
    left: 185px;
    cursor: pointer;
}

.success-con span {
    position: absolute;
    font-size: 30px;
    color: #fff;
    top: 220px;
    left: 117px;
    cursor: pointer;
}*/

.pop {
    position: absolute;
    top: 100px;
    left: 100px;
    background-color: rgba(0, 0, 0, .6);
    background-color: #666 \0;
    color: #fff;
    padding: 4px 12px 5px 12px;
    border-radius: 8px;
    text-align: center;
    font-size: 15px;
    max-width: 200px;
}

.title-mobile-text {
    color: #169FED;
    font-weight: 500;
}

.back-login {
    float: right;
    color: #888;
    cursor: pointer;
    display: none;
}

/*备案*/
.bottom-beian {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    text-align: center;
}

.bottom-beian a {
    color: #666;
    font-size: 14px;
}

.bottom-beian img {
    margin-top: -4px;
    vertical-align: middle;
}

.bottom-beian a:first-child {
    margin-right: 16px;
}

.bottom-beian a:hover {
    text-decoration: underline;
}


@media screen and (max-width: 750px) {
    /*登录*/
    .back-login {
        margin-top: 15px;
        display: block;
    }

    .weui-cell {
        padding: 5px 0 !important;
    }

    .weui-cell .weui-input {
        height: 40px !important;
    }

    .login-logo p {
        font-size: 12px;
        letter-spacing: 4px;
    }

    .right {
        margin-right: 10px;
    }

    .left {
        margin-left: 6px;
    }

    .line {
        width: 12%;
    }

    .panel-footer p span {
        margin: 0 8px;
        letter-spacing: 1px;
    }

    #new-login {
        display: none;
    }

    /*手机绑定*/
    .pwd-bg {
        height: 188px;
    }

    .weui-cells {
        font-size: 16px;
    }

    .mobile-binding-footer {
        bottom: 1px !important;
    }

    .forget-pwd {
        margin-top: 10px;
    }

    .m-number {
        font-size: 22px !important;
        font-weight: 500;
        margin: 10px 0 8px 0;
    }

    .footer-link {
        display: none;
    }

    .header {
        display: none !important;
    }

    .title {
        font-size: 14px;
    }

    .title-con .number {
        margin-right: 2px;
        font-size: 18px;
        margin-top: -6px;
    }

    .title-con .word {
        margin-right: 2px;
        letter-spacing: 1px;
    }

    .title-con .greater-than {
        margin-right: 0;
    }

    .bottom-beian {
        bottom: 25px;
    }

    .bottom-beian a {
        font-size: 12px;
        color: #888;
    }

    .bottom-beian a:first-child {
        margin-right: 10px;
    }
}


@media screen and (max-width:540px) {
    .retrievePwd-title-div {
        display: none;
    }
}

@media screen and (max-width: 374px) {
    .title {
        font-size: 14px;
        padding: 27px 0;
    }

    .title-con .number {
        margin-right: 2px;
        font-size: 18px;
        margin-top: -9px;
    }

    .title-con .word {
        margin-right: 2px;
        letter-spacing: 1px;
    }

    .title-con .greater-than {
        margin-right: 0;
    }
}

@media screen and (min-width: 750px) {
    #new-login {
        padding: 0 0 4px;
    }

    .scanf-hide {
        padding: 0 0 20px;
    }

    .btn-login {
        height: 50px;
        line-height: 50px !important;
    }

    .line {
        width: 20%;
    }

    .panel-footer p span {
        display: inline-block;
        width: 42%;
        box-sizing: border-box;
        margin: 0;
    }

    .login-logo .img {
        height: 38px;
    }

    .login-div {
        width: 70%;
    }

    .login-one {
        margin-top: 50px;
    }

}

@media screen and (min-width:540px) {
    html {
        font-size:50px!important;
    }

    .form_backLogin{
        display: none;
    }

    .retrievePwd-con{
        background: white;
        /*margin-top: 50px;*/
        padding-top: 50px;
        box-sizing: border-box;
    }

    .retrievePwd-step{
        background: #FEFAE5;
        color: #FD9501;
        height: 42px;
        line-height: 42px;
    }

    .retrievePwd-step .step_number i:first-child{
        font-size: 16px;
        padding-right: 3px;
    }

    .retrievePwd-step .step_number i:last-child{
        font-size: 16px;
        vertical-align: -1px;
    }

    .retrievePwd-step .step_symbol{
        padding: 0 20px;
    }

    .form_group{
        padding: 15px 0;
        max-width: 380px;
        margin: 15px auto 0;
    }

    .retrievePwd-form .form_group:first-child,
    .resetPwd-form .form_group:nth-child(2){
        margin-top: 110px;
    }

    .form_group{
        border-bottom:1px solid #EFEFEF;
        border-radius: 0px;
    }

    /*线条延申动画
    form_group:after {
        content: '';
        position: absolute;
        left: 0;
        bottom: 0;
        height: 1px;
        background-color: red;
        !*transform: translate(-50%);*!
    }
    .form_group:hover:after {
        animation: spread-line 1s linear;
        animation-fill-mode: forwards;
    }
    @keyframes spread-line {
        from {
            width: 0;
        }
        to {
            width: 100%;
        }
    }*/

    /*.form_group:after{
        position: absolute;
        content: '';
        pointer-events: none;
        right: 0;
        bottom: 0;
        !*top: -10px;*!
        left: 0;
        border-bottom: 1px solid #EFEFEF;
        -webkit-transform: scaleY(0.5);
        -ms-transform: scaleY(0.5);
        -o-transform: scaleY(0.5);
        transform: scaleY(0.5);
    }*/

    .form_group .icon{
        top: 9px;
        left: 0;
        font-size: 22px;
    }

    .form_group .form_input{
        padding-left: 40px;
        height: 20px;
        line-height: 20px;
    }

    .code_group .form_input{
        width: 150px;
    }

    .form_group .getCode{
        right: 0;
        font-size: 14px;
    }

    .form_tip{
        padding: 20px 30px 0;
    }

    .form_btn{
        margin-top: 50px;
    }

    .form_btn span:first-child{
        width: 120px;
        height: 34px;
        line-height: 34px;
        margin: 0 auto;
        font-size: 15px;
        font-weight: normal;
    }
}