body,html,*{
    height: 100%;
    box-sizing: border-box;
    padding: 0px;
    margin: 0px;
}
.login-main{
    height:100%;
    width: 100%;
    background: url("../images/login/background-1.png") no-repeat center center;
    position: relative;
    background-size: 100% 100%;
}
.main-box{
    height: 620px;
    width: 1000px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top:-30px;
}
.main-box .tittle{
    width: 100%;
    height: 55px;
    background-size: 70%;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #fff;
    text-align: center;
    font-size: 50px;
}
.tou-yin{
    height: 420px;
    width: 580px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-color: rgba(255,255,255, 0.2);
}
.login-box{
    height: 380px;
    width: 540px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 10px;
    background-color: rgb(236,236,236);
    box-shadow: 3px 3px 5px #07537B;
}
.box-content{
    width:400px;
    height: 300px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -145px;
}
input{
    border: none;
    width: 360px;
    font-size: 20px;
    background: rgb(236,236,236);
    height: 79px;
    line-height: 79px;
}
#user,#password{
    height: 80px;
    width: 400px;
    line-height: 40px;
    border-bottom: 1px solid #c5c3c3;
    padding-bottom: 30px;
    padding-left: 60px;
}
input::-webkit-input-placeholder{
    color: #c5c3c3;
    font-size: 20px;
    font-family: 黑体;
}
input:focus{
    outline: none;
}
.box-content #user{
    background: url("../images/login/user3.png") no-repeat left center;
}
.box-content #password{
    background: url("../images/login/password3.png") no-repeat left center;
}
input:checked{
    background:url("../images/login/xz.png")no-repeat center center;
}
input:-webkit-autofill{
    -webkit-box-shadow: 0 0 0 1000px rgb(236,236,236) inset !important;
}
.remember-password{
    text-align: left;
    margin: 20px 0;
    height: 30px;
    line-height: 30px;
    position: relative;
}
#checkFive{
    height: 20px;
    width: 20px;
    *opacity: 0;
    vertical-align:middle;
    margin-right: 80px;
}
.remember-password label{

    height: 20px;
    width: 20px;
    position: absolute;
    top: 7px;
    right: 80px;
    background: white;
    border: 1px solid #cccccc;
    opacity: 0;
}
.remember-password label:after{
    content:'';
    height: 20px;
    width: 20px;
    position: absolute;
    right: 0px;
    background:url("../images/login/xz.png") no-repeat center center;
    opacity: 0;
}
.remember-password input[type=checkbox]:checked + label:after{
    opacity: 1;
}
.box-content #submit{
    height: 60px;
    width: 400px;
    color: white;
    line-height: 60px;
    font-size: 30px;
    font-family: 黑体;
    background: #2eacdc;
    border: none;
    border-radius: 10px;
    cursor:pointer
}
.copyright{
    font-size: 14px;
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    height: 17px;
    font-size: 12px;
    text-decoration: none;
}
