*{
    padding: 0;
    margin: 0;
}
.fl{
    float: left;
}
.fr{
    float: right;
}
.clearboth{
    clear: both;
}
.noscroll,
.noscroll body {
    overflow: hidden;
}
.noscroll body {
    position: relative;
}
.model-login{
    position: fixed;
    height: 100%;
    width: 100%;
    top:0;
    left: 0;
    z-index: 999;
}
@keyframes bgLinener {
    0%{
        opacity: 0;
    }
    100%{
        opacity: 0.75;
    }
}
.model-login .model-login-bj{
    position: absolute;
    width: 100%;
    height: 100%;
    top:0;
    opacity: 0.75;
    background: #000000;
    z-index: 998;
    animation: bgLinener 0.3s ease-in forwards;
}
.model-login .model-login-cont{
    position: absolute;
    width: 100%;
    bottom:0;
    background: #FFFFFF;
    z-index: 999;
    border-radius: 0.08rem 0.08rem 0 0;
    padding:0.32rem;
    box-sizing: border-box;
}
.model-login .model-login-cont .close{
    height: .4rem;
    width: .4rem;
}
.model-login .model-login-cont .close img{
    height: 100%;
    width: 100%;
    position: relative;
    display: block;
    top:0;
}
.model-login .model-login-cont .res{
    position: absolute;
    top:.3rem;
    right:.32rem;
    font-size: .28rem;
    line-height: .44rem;
    color: #000000;
}
.model-login .modal-main{
    margin-top:0.18rem;
}
.model-login .modal-main .login-title{
    font-size: .4rem;
    color: #000000;
    line-height: .56rem;
    font-weight: 600;
}
.model-login .modal-main .login-des{
    margin-top: .32rem;
    font-size: .25rem;
    color: #7E7E7E;
    line-height: .42rem;
}
.model-login .modal-main .login-input{
    display: box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    min-height: .36rem;
    line-height: .96rem;
    padding-top: .25rem;
    border-bottom: 1px solid #D4D4D4;
    position: relative;

}
.model-login .modal-main .login-input .phone-code{
    position: relative;
    width: 1.4rem;
    min-width:1.4rem;
    background: url(../../images/phoneCode-icon.png) 0.88rem center no-repeat;
    background-size: 0.2rem 0.2rem;
    color: #000000;
    font-size: .36rem;
    margin-right: 0.28rem;
}
.model-login .modal-main .login-input .phone-code:after{
    position: absolute;
    right: 0;
    top: 50%;
    content: '';
    display: block;
    width: 1px;
    height: 0.48rem;
    margin-top: -0.24rem;
    background-color: #eee;
    -webkit-transform: scaleX(0.5);
    transform: scaleX(0.5);
}
.model-login .modal-main .login-input input{
    font-size: .3rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    padding: .25rem 0;
    border: none;
    outline:none;
}
.model-login .modal-main .login-input input[name="tel"]{
    font-size: 0.32rem;
}
.model-login .modal-main .login-input input::-webkit-input-placeholder {
    line-height: .45rem;
}
.model-login .modal-main .login-input .pwd-opr {
    display: block;
    width: 0.6rem;
    float: right;
}
.model-login .modal-main .login-input .pwd-opr i.eye-default {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin: .3rem auto 0;
    background: url(../../images/login/eye-default.png) center no-repeat;
    background-size: 0.32rem 0.32rem;
}
.model-login .modal-main .login-input .pwd-opr i.eye-show {
    display: block;
    width: 0.32rem;
    height: 0.32rem;
    margin: .3rem auto 0;
    background: url(../../images/login/eye-show.png) center no-repeat;
    background-size: 0.32rem 0.32rem;
}
.model-login .modal-main .login-input:last-child{
    padding: .75rem 0 .25rem;
}
.model-login .modal-main .red-btn{
    margin-top: .32rem;
}
.model-login .modal-main .red-btn a{
    font-size: .24rem;
    color: #E03236;
}
.model-login .modal-main .red-btn a.yyyzm,.model-login .modal-main .red-btn a.forgot-pwd{
    color: #3D5688;
}
.model-login .modal-main .login-btn{
    display: block;
    margin-top: .32rem;
    width: 100%;
    height: .8rem;
    line-height: .8rem;
    text-align: center;
    background: #E03236;
    border-radius: .08rem;
    font-size: .3rem;
    font-weight: bold;
    color: #FFFFFF;
}
.model-login .modal-main button:disabled{
    opacity: .4;
    font-weight: normal;
}
.model-login .modal-main .login-foot{
    margin-top: .32rem;
    font-size: .24rem;
    line-height: 0.36rem;
    color: #999;
}
.model-login .modal-main .login-foot a{
    text-decoration: underline;
    color: #3D5688;
}

.login-input .get-code{
    border: none;
    background: none;
    font-size: 0.28rem;
    color: #333;
    text-align: right;
    min-width: 35%;
    width: 35%;
}
.login-input .get-code.red{
    color: red;
}
.login-input .get-code:disabled{
    opacity: .4;
}
.login-input .input-cancel{
    display: none;
    position: absolute;
    top: .45rem;
    right: 0;
    width: 0.6rem;
    height: 0.6rem;
}
.login-input .input-cancel i{
    display: block;
    width: 0.24rem;
    height: 0.24rem;
    margin: 0.15rem auto;
    background-image: url(../../images/agent/input_cancel.png);
    background-size: contain;
    background-repeat: no-repeat;
}
.login-input input{
    -webkit-box-shadow: 0 0 0 1000px white inset;
}
#repeatYzm{
    display: none;
}
#repeatYzm[disabled=disabled], #repeatYzm[disabled=true] {
    color: #999999;
}
.new-dialog .is-pass{
    background: #E03236;
    color:#fff;
}
input:-moz-placeholder{
    color:#999;
    font-size: 0.32rem;
}
input::-moz-placeholder{
    color:#999;
    font-size: 0.32rem;
}
input::-webkit-input-placeholder{
    color:#999;
    font-size: 0.32rem;
}
input::-ms-input-placeholder{
    color:#999;
    font-size: 0.32rem;
}


.lyj-dialog{
    display: none;
}
.lyj-dialog .dialog-back {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    overflow: hidden;
    background: rgba(0,0,0,0.7);
    display: flex;
    z-index:9999;
    align-items: center;
    justify-content: center
}
.lyj-dialog .dialog-back .dialog-modal {
    background: rgba(0,0,0,0.7);
    border-radius: 0.4rem;
    min-height: 0.4rem;
    min-width: 0.4rem;
}

.tip-dialog{
    position: relative;
    width: 6.5rem;
    padding: 0.48rem;
    margin: 0 auto;
    box-sizing: border-box;
    background:#fff;
    border-radius: 8px;
}
.tip-dialog .title{
    font-weight: bold;
    font-size: 0.36rem;
    color: #333333;
    line-height: 0.56rem;
    text-align: center;
}
.tip-dialog .close{
    position: absolute;
    right: 0.32rem;
    top: 0.32rem;
    display: block;
    width: 0.4rem;
    height: 0.4rem;
    background:url(https://front.leyoujia.com/fangMini/images/common/common-close-icon.png) center no-repeat;
    background-size:0.4rem;
}
.tip-dialog .body-dialog{
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.4rem;
    padding: 0.2rem 0 0.48rem;
}
.tip-dialog .footer-dialog{
    display: flex;
}
.tip-dialog .footer-dialog .foot-btn{
    font-size: 0.28rem;
    width: calc(50% - 0.12rem);
    height: 0.8rem;
    line-height: 0.8rem;
    margin-right: 0.12rem;
    margin-top: 0;
    color: #222222;
    text-align: center;
    background: #ECECEC;
    border-radius: 0.08rem;
}
.tip-dialog .footer-dialog .foot-btn + .foot-btn{
    margin-left: 0.12rem;
    margin-right: 0;
}
.tip-dialog .footer-dialog .foot-btn.agree-btn{
    font-weight: bold;
    color: #FFFFFF;
    background: #E03236;
}
.tip-dialog .light{
    color:#0244AB;
}

.tip-dialog .body-dialog .body-cont{
    position: relative;
    margin-top: 0.2rem;
}
.tip-dialog.auth-dialog{
    padding: 0.48rem 0.25rem 0;
}
.tip-dialog.auth-dialog .body-dialog{
    padding-top: 0.28rem;
}
.tip-dialog.auth-dialog .footer-dialog{
    position: relative;
    margin: 0 -0.25rem;
}
.tip-dialog.auth-dialog .footer-dialog::after{
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #e7e7e7;
    transform: scaleY(0.5);
}
.auth-dialog .footer-dialog .foot-btn{
    font-size: 0.32rem;
    font-weight: 700;
    width: 100%;
    height: 0.88rem;
    line-height: 0.88rem;
    margin-right: 0;
    color: #333;
    background: none;
}
.model-login .check{
    display: flex;
}
.model-login .check .check-icon{
    width:0.28rem;
    height:0.28rem;
    margin-right:0.12rem;
}
.model-login .tips{
    font-size:0.20rem;
    line-height:0.28rem;
    color:#999;
    padding-bottom:0.2rem;
    margin-top:0.04rem;
}
