input{
    border: none;
    outline: none;
    padding: 0;
}

.zlogin-box{
    width: 1400px;
    min-height: 700px;
    margin: 0 auto;
    position: relative;
}

.zlogin-box .login-div{ 
    width:520px; 
    min-height:500px; 
    border:1px solid #D0D0D0;
    margin: 120px auto 0px; 
    position:relative; 
    -moz-box-shadow: 2px 2px 10px #909090;
    -webkit-box-shadow: 2px 2px 10px #909090;
    box-shadow:2px 2px 10px #909090; 
}

.zlogin-box .login-div .login-main{
    width: 500px;
    margin-bottom: 5%;
}

.zlogin-box .login-div .login-main .log-l{
    display: none;
}

.zlogin-box .login-div .login-main .log-r{
    left: 20%;
}
.log-btm{
    position: absolute;z-index: 99;left: -300px;bottom: 0;
}

#login-box,#regist-box{
    width: 715px;
    height: 490px;
    background: rgba(0,0,0,.4);
    border-radius: 10px;
    position: fixed;
    top: 500px !important;
    /* right: 50%; */
    left: 50%;
    margin: -240px 0 0 -305px;
    z-index: 9999;
    display: none;
    /* opacity: 0; */
    /* transition: .1s;
    -webkit-transition: .1s; */
    animation-duration: .15s;
    transition: .5s;
    -webkit-transition: .5s;
} 
.close-btn{
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    width: 26px;
    height: 26px;
    text-align: center;
    background: rgba(0,0,0,.4);
    z-index: 999;
    transition: .1s;
    -webkit-transition: .1s;
}
.close-btn img{
    margin-top: 4px;
}
.close-btn:hover{
    background: rgba(0,0,0,.6);
}
.login-main{
    width: 695px;
    height: 470px;
    background: #fff;
    margin: 10px auto;
}
.log-l{
    float: left;
    width: 322px;
    height: 470px;
    background: url(../image/login_nBg.png) no-repeat;
    position: relative;
}
.log-l-logo{
    margin: 62px 0 0 29px;
}
.log-l-text{
    width: 100%;
    position: absolute;
    bottom: 38px;
    text-align: center;
    font-size: 16px;
    color: #fff;
}


.log-r{
    float: left;
    width: 310px;
    height: 460px;
    overflow: hidden;
    position: relative;
}
.log-tab{
    height: 30px;
    text-align: center;
    margin: 45px auto 0;
    line-height: 30px;
    color: #D0D0D0;
    font-size: 16px;
    font-weight: 800;
    /*background: #000;*/

}
.log-tab span{
    margin: 0 3px;
    color: #A1A1A1;
    cursor: pointer;
    width: 45%;
    display: block;
    position: relative;
    float: left;
}
.log-tab span i{
    width: 30px;
    height: 2px;
    display: block;
    position: absolute;
    left: 38%;
    background: #FFB719;
    display: none;
}


.log-tab span:first-child{
    border-right: 1px solid #e3e3e3;
}
.log-tab .log-act{
    color: #FFB719;
}
.log-tab .log-act i{
    display: block;
}


.log-tit{
    margin: 40px 0 0 10px;
}
.reg-tit{
    margin: 38px 0 8px 10px;
}
.log-tit h2,.reg-tit h2{
    height: 22px;
    line-height: 22px;
    font-size: 18px;
    color: #4B4B4B;
    font-weight: 500;
    text-indent: 5px;
}
.log-text{
    font-size: 12px;
    color: #898989;
    margin-top: 14px;
    margin-left: 15px;
}
.log-form{margin-top: 110px;}

.log-form .ipt-item,.reg-form .ipt-item,.login-form .ipt-item{
    width: 281px;
    height: 38px;
    margin-left: 20px;
    margin-bottom: 15px;
    position: relative;
}

.log-form .ipt-item input,.reg-form .ipt-item input,.login-form .ipt-item input{
    width: 281px;
    height: 36px;
    line-height: 36px; 
    border-bottom: 1px solid #E4E4E4;
    position: absolute;
    text-indent: 2rem;
}

.log-form .ipt-item input:focus,.reg-form .ipt-item input:focus,.login-form .ipt-item input:focus{
    border:1px solid #1e90ff!important;
}


.login-center-input-text{
    padding: 5px 10px 5px 10px;
    position: absolute;
    font-size: 12px;
    color: #1e90ff;
    top: 5px;
    left: 15px;
    background: #fff;
    display: none;
}

.log-form .ipt-item input:focus + .login-center-input-text,.reg-form .ipt-item input:focus + .login-center-input-text,.login-form .ipt-item input:focus + .login-center-input-text{
    -webkit-animation: anim-shadow 0.2s forwards;
    display: block;
    animation: anim-shadow 0.2s forwards;
}

@-webkit-keyframes anim-shadow {
  0%{ top:5px;} 
  25%{ top:0px;}
  50%{ top:-5px;} 
  75%{ top:-10px;}
  100%{ top:-15px;} 
}

@keyframes anim-shadow {
  0%{ top:5px;} 
  25%{ top:0px;}
  50%{ top:-5px;} 
  75%{ top:-10px;}
  100%{ top:-15px;} 
}


.log-form .ipt-item span,.reg-form .ipt-item span,.login-form .ipt-item span{
    display: block;
    position: absolute;
    font-size: 14px;
    top: 9px;
    right: 0;
    cursor: pointer;
    color: #FFB719;
}


.reg-form{margin-top: 39px;}
.reg-form .ipt-item{
    /*margin-left: 0px;*/
    margin-bottom: 5px;
}

.log-form .ipt-item img,.reg-form .ipt-item img,.login-form .ipt-item img{
    width: 18px;
    height: 23px;
    position: absolute;
    z-index: 22;
    top: 5px;
    left: 5px;
}
.ipt-item i{
    position: absolute;
    z-index: 22;
    top: 8px;
    left: 5px;
    font-size: 18px;
    color: #8C8C8C;
}

.login-form{
    margin-top: 60px;
}

.login-form .smt-btn{
    margin-top: 50px;
}

.log-text span,.log-text span:hover{
    color: #FFB719!important;
    cursor: pointer;
}


.rmb-box{
    margin-top: 11px;
    font-size: 13px;
    color: #9E9E9E;
    height: 14px;
    line-height: 14px;
}
.rmb-box input[type=checkbox]{
    -webkit-appearance: none;
    vertical-align:middle;
    border:#CACACA solid 1px;
    height: 14px;
    width: 14px;
    outline: none;
    position: relative;
    margin: 0 8px 0 37px;
    float: left;
}
.rmb-box input[type=checkbox]:checked::after{
    content: '';
    top: 2px;
    left: 1px;
    position: absolute;
    background: transparent;
    border: #596B8C solid 2px;
    border-top: none;
    border-right: none;
    height: 4px;
    width: 8px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color:#596B8C;
}
.log-form .smt-btn{
    margin-top: 25px;
}
.smt-btn input{
    width: 290px;
    height: 45px;
    background: #7B99D8;
    text-align: center;
    line-height: 45px;
    margin-left: 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
}
.smt-btn input:hover{
    box-shadow: #d2d9e3 1px 1px 1px 0px;
}
.yz-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 100px;
    display: inline-block;
}
/* ======================== */
.yz-box{
    height: 40px;
    width: 100%;
}
.yz-box .yz-ipt,.yz-box .yz-btn{
    height: 38px;
    line-height: 38px;
    border: 1px solid #E4E4E4;
    float: left;
}
.yz-box .yz-ipt{
    width: 193px;
    margin-left: 15px;
    display: inline-flex;
}
.yz-box .yz-ipt input{
    width: 100px;
    font-size: 13px;
    color: #596B8C;
}
.yz-box .yz-btn{
    width: 84px;
    text-align: center;
    margin-left: 2px;
    font-size: 14px;
    color: #596B8C;
    cursor: pointer;
}
.reg-form .smt-btn{
    margin-top: 14px;
}

.log-mask{
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.6);
    width: 100%;
    height: 100%;
    z-index: 99999;
    display: none;
}
.log-forms{
    width: 620px;
}
.log-forms>div{
    /* display: none; */
    /* margin-left: -100%; */
    transition: .2s;
    -webkit-transition: .2s;
    /* float: left; */
    background-color: #fff;
}
.log-forms{
    overflow: hidden;
}
.log-forms>div>div{float: left;}
/* .log-main .form-act{
    margin-left: 0;
    position: absolute;
    z-index: 99;
} */

.log-r-mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    display: none;
}
