* {
    margin: 0px;
    padding: 0px;
    list-style-type: none;
    list-style: none;
    outline: none;
    font-family: 寰蒋闆呴粦;
    box-sizing: border-box;
}

body {
    width: 100%;
    max-width: 750px;
    background-color: #f2f2f2;
    margin: 0 auto;
}

a {
    color: #333;
    font-size: 15px;
    text-decoration: none;
}

a:hover {
    color: #666;
}
.login-box {
    width: 100%;
    max-width: 750px;
    height: auto;
    background-color: #fff;
}

.login-box .subject {
    width: 100%;
    font-size: 18px;
    color: #333;
    text-shadow: 1px 1px 1px #ccc;
    height: 60px;
    line-height: 60px;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 50px;
    /* background-color: #ccc; */
}
.login-box .subject img {
    height: 50px;
    object-fit: cover;
}

.login-box .cont {
    display: flex;
    width: 100%;
    height: 46px;
    line-height: 46px;
    background-color: #fff;
    font-size: 15px;
    padding: 0 25px;
    padding-top: 1px;
    box-sizing: border-box;
    margin-top: 10px;
}

.login-box .cont .layui-input {
    flex: 1;
    height: 44px;
    line-height: 44px;
    border-radius: 10px;
}

.login-box .cont span {
    flex: 1;
    color: #999;
    padding-left: 5px;
    height: 40px;
    line-height: 40px;
}
.login-box h2 .cont img{
    max-width: 100%;
    max-height: 100%;
}
.login-btn {
    width: 100%;
    border-radius: 25px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    background-color: #b22222;
}

.layui-form-checkbox[lay-skin=primary] {
    padding-left: 20px;
}

.layui-form-checkbox[lay-skin=primary] span {
    line-height: 15px;
    font-size: 14px;
}

.acc {
    font-size: 14px;
    background-image: url(../images/img/ico-user.png);
    background-repeat: no-repeat;
    background-position: 4px;
    padding-left: 30px;
    outline: #111111;
}

.pass {
    font-size: 14px;
    background-image: url(../images/img/ico-pass.png);
    background-repeat: no-repeat;
    background-position: 4px;
    padding-left: 30px;
}

.code {
    font-size: 14px;
    background-image: url(../images/img/code-pic.png);
    background-repeat: no-repeat;
    background-position: 4px;
    padding-left: 30px;
}



.login-top {
    display: flex;
    width: 100%;
    margin: 0 auto;
    height: 50px;
    line-height: 50px;
    justify-content: center;
    padding: 0 10px 0 10px;
    margin-bottom: 30px;
    overflow: hidden;
    background: -webkit-linear-gradient(0deg, #d77373, #b22222);
}


#footer{
    position:fixed; bottom:0px; left:50%;transform: translateX(-50%); width:100%; max-width:750px;  
     text-align:center; line-height:20px; background-color:#f5f5f5; color:#666; padding:10px;
}