html{
    height: 100%;
}
body{
    width: 100%;
    height: 100%;
    background: #4453C8;
    position: relative;
    min-width: 320px;
    min-height: 800px;
}
#login-header{
    min-width: 320px;
    height: 40px;
    line-height: 70px;
    padding: 15px 40px;
}
#login-header img{
    width: 126px;
    height: 40px;
}
#login-header span a{
    font-size: 16px;
    color: #EBEAF6;
    line-height: 40px;
}
#login-container{
    width: 1050px;
    margin: 0 auto;
}
#login-container .login-left{
    width: 582px;
    height: 426px;
    margin-top: 115px;
    margin-right: 65px;
}
#login-container .login-left img{
    width: 100%;
    height: 100%;
}
#login-container .login-form{
    width: 300px;
    height: 475px;
    padding: 51px 51px 0 52px;
    background: #fff;
    border-radius: 10px;
    margin-top: 60px;
}
#login-container .login-form .title{
    color: #48486A;
    line-height: 28px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
}
#login-container .login-form .line{
    width: 100px;
    height: 4px;
    background: #48486A;
    margin: 0 auto;
    margin-top: 22px;
    margin-bottom: 30px;
}
#login-container .login-form .common-input{
    width: 300px;
    height: 40px;
    margin-bottom: 20px;
    border:1px solid rgba(0,0,0,0.1);
    border-radius: 4px;
    text-indent: 22px;
}
.icon{
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url(../images/checkbox.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.active-icon{
    display: inline-block;
    width: 18px;
    height: 19px;
    background: url(../images/active-checkbox.png) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
}
.remand-account .text{
    vertical-align: top;
    font-size: 14px;
    line-height: 20px;
    color: #000;
    margin-left: 10px;
}
#login-container .login-form .login-btn{
    width: 300px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #4453C8;
    border-radius: 4px;
    font-size: 14px;
    color: #fff;
    margin-top: 40px;
    cursor: pointer;
}
.register-login a {
    color: #4453C8;
    font-size: 12px;
    font-weight: 400;
    line-height: 17px;
}
#login-container .login-form .login-btn:hover{
    background: #120B65;
}
.more-handle{
    margin-top: 40px;
    text-align: center;
}
.more-handle .forget-password{
    font-size: 12px;
    color:rgba(0,0,0,0.3);
    line-height: 17px;
    cursor: pointer;
}
.more-handle .register a{
    font-size: 12px;
    color: #4453C8;
    line-height: 17px;
}
.enpty-record{
    width: 100%;
    height: 40px;
    clear: both;
}
.serve-record{
    width: 100%;
    font-size: 12px;
    line-height: 17px;
    color: #EBEAF6;
    text-align: center;
    position: absolute;
    bottom:10px;
    left:0;
}
.errof-tips{
    display:none;
    font-size: 12px;
    color: #f86665;
    margin-bottom: 10px;
}
.free-success {
    width: 280px;
    height: 180px;
    border-radius: 4px;
    box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.2);
    border: solid 1px #bfbbbf;
    position: fixed;
    top: 50%;
    margin-top: -90px;
    left: 50%;
    margin-left: -140px;
    z-index: 99999;
    background: #fff;
}
.free-success img {
    width: 46px;
    margin: 35px auto 10px;
    display: block;
}
.free-success p {
    color: #333;
    font-size: 16px;
    margin-top:20px;
    text-align: center;
}
@media(min-width: 320px) and (max-width: 374px){
    body{
        min-height: 680px;
    }
    .login-left{
        display: none
    }
    #login-header{
        padding: 15px 0;
    }
    #login-header .fl{
        margin-left: 10px;
    }
    #login-header .fr{
        margin-right: 10px;
    }
    #login-container{
        width: 312px;
        margin: 0 auto;
    }
    #login-container .login-form{
        padding: 51px 6px 0 6px;
        margin-top: 20px;
    }
}
@media(min-width: 375px) and (max-width: 799px){
    body{
        min-height: 700px;
    }
    .login-left{
        display: none
    }
    #login-header{
        padding: 15px 0;
    }
    #login-header .fl{
        margin-left: 10px;
    }
    #login-header .fr{
        margin-right: 10px;
    }
    #login-container{
        width: 332px;
        margin: 0 auto;
    }
    #login-container .login-form{
        padding: 51px 16px 0 16px;
        margin-top: 30px;
    }
}