﻿
.login{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 777;
}
.login::before{
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(163, 162, 162, 0.8);
}
.login>div{
    position: absolute;
    left: 50%;
    margin-left: -350px;
    top: 50px;
   
    z-index: 999;
}
.loginBox{
    width: 726px;
    height: 472px;
    margin: 160px auto 0;
    background-image: url(../imger/loginBg.png);
}
.loginBox>div{
    width: 700px;
    height: 450px;
    padding-top: 7px;
    margin: 0 auto;
}
.loginLeft{
    width: 300px;
    height: 100%;
    position: relative;
    overflow: hidden;
}
.left-Span{
    font-size: 26px;
    color: #ffffff;
    font-weight: bold;
    position: absolute;
    z-index: 1;
    top: 120px;
    left: 32px;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.2);
}
.left-circular>img{
    position: absolute;
    
}
.left-circular>img:nth-child(1){
    top: 72px;
    left: 4px;
}
.left-circular>img:nth-child(2){
    left: 83px;
    top: 50px;
}
.left-circular>img:nth-child(3){
    left: 180px;
    top: 164px;
}
.left-circular>img:nth-child(4){
    left: 220px;
    top: 140px;
}

.loginRight{
    width: 400px;
    height: 100%;
    background-color: #ffffff;
}
.clearBox{
    margin-top: 10px;
    margin-right: 10px;
    display: none;
}
.clearBox i{
    display: block;
    width: 10px;
    height: 10px;
    background-image: url(../imger/loginClear.png);
}
.form{
    width: 320px;
    padding-top: 30px;
    margin: 0 auto;
}
.form .loginH2{
    font-size: 24px;
    text-align: center;
    color: #3664e3;
}
form>div{
    box-sizing: border-box;
}
form>div i{
    display: inline-block;
    background-repeat: no-repeat;
    background-position: center;
}
.inp{
    margin: 30px 0;
    width: 100%;
    height: 44px;
    border: 1px solid #dddddd;
}
.inp>i{
    margin: 10px 0;
    width: 55px;
    border-right: 1px solid #dddddd;
    height: 18px;  
}

.inp>div{
    height: 100%;
}
.inp>div>input{
    height: 96%;
    width: 210px;
    margin-left: 20px;
    border: none;
    background: transparent;
    
}
input::-ms-clear{display:none;}
.inp>.yjsc i{
    width: 14px;
    height: 14px;
    margin-top: 13px;
    transition: .5s;
    margin-right: 9px;
}
.username>i{
    background-image: url(../imger/username.png);
}
.username>.yjsc i:hover{
    background-image: url(../imger/loginYjsc-clear-Hover.png);
}
.username>.yjsc i{

    background-image: url(../imger/loginYjsc-clear.png);
}
.password>i{
    background-image: url(../imger/loginPassword.png);
}
.password>.yjsc i{
    background-image: url(../imger/loginHide.png);
}
.password>.yjsc i:hover{
    background-image: url(../imger/loginHide-Hover.png);
}

.jzmmBox{
    font-size: 14px;
    color: #999999;
}

#jzmm{
    width: 14px;
    height: 14px;
    background-color: #fff;            
    border: 1px solid #999999; 
    text-align: center; 
    line-height: 15px;
    -webkit-appearance:none; 
    appearance:none; 
    outline: none;
}
#jzmm[type="checkbox"]:hover{ 
    border: 1px solid #43adea;}
#jzmm:checked {
    color: #fff;
    background-color: #ffffff; 
    background-repeat: no-repeat;
    background-position: top;
    background-image: url(../imger/yes.png);
}
.jzmmBox>div:first-child{
    margin: 2px 8px 0 0;
}
.wjmm{
    margin-top: -3px;
}
.wjmm>a{
    font-size: 14px;
    color: #999999;
}
.loginSubmit{
    width: 95px;
    height: 40px;
    margin: 25px auto 0;
}
.loginSubmit>input{
    width: 95px;
    height: 40px;
    outline: none;
    border: none;
    background-color: #3664e3;
    font-size: 18px;
    color: #ffffff;
    transition: .5s;
    cursor: pointer;
}
.loginSubmit>input:hover{
    border: 1px solid #3664e3;
    background-color: #ffffff;
    color: #3664e3;
}