footer{
    line-height: 80px;
    background: #fff;
    text-align: center;
    color: #000;
    padding: 0;
}
.content{
    width: 100%;
    margin: 0;
    padding: 0;
    position: relative;
    overflow: hidden;
}
.content .bj-img{
    height: 100%;
    min-width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.content .content-box{
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    position: relative;
}
/*460-80=380*/
.content .slogan-box img{
    width: 630px;
    height: 178px;
    margin: 150px 0 0 40px;
}
.content .login-box{
    width: 320px;
    height: 410px;
    right: 80px;
    position: absolute;
    top: 50%;
    margin-top: -205px;
    background: #fff;
    border-radius: 5px;
    -moz-box-shadow: 0 2px 10px 2px rgba(0,0,0,.4); /* 老的 Firefox */
    box-shadow: 0 2px 10px 2px rgba(0,0,0,.4);
    padding: 30px 25px 20px 25px;
    box-sizing: border-box;
}
.content .login-box .login-head{
    text-align: center;
    line-height: 40px;
    font-size: 24px;
    color: #be1717;
}
.content .login-box .head-btn{
    float: left;
    width: 100px;
    margin: 0 20px 0 15px;
    text-align: center;
    cursor: pointer;
    color: #000;
}
.content .login-box .active{
    border-bottom: 2px solid #be1717;
    color: #be1717;
}
.search-btn{
    width: 100%;
    color: #fff;
    background: #be1717;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}
.search-btn:hover{
    background: #f25555;
}
.save-btn{
    border-radius: 5px;
    font-size: 16px;
}

.content .login-box p{
    font-size: 12px;
    line-height: 30px;
    padding-top: 20px;
}
.content .login-box p a{
    float: right;
    color: #0066cc;
}
.keep-box a{
    float: right;
    font-size: 14px;
}
.disabled{
    background: #646464;
}
.disabled:hover{
    background: #646464;
}
.keep-box{
    line-height: 40px;
    padding-bottom: 22px;
}

.el-input__inner{
    border-radius: 0;
    font-size: 12px;
    padding: 0 5px;
}
.el-checkbox__input.is-checked+.el-checkbox__label {
    color: #6c6c6c;
}
.el-checkbox__input.is-checked .el-checkbox__inner, .el-checkbox__input.is-indeterminate .el-checkbox__inner {
    background-color: #be1717;
    border-color: #be1717;
}
.el-checkbox__input.is-focus .el-checkbox__inner {
    border-color: #be1717;
}
.el-checkbox__inner:hover {
    border-color: #be1717;
}
.el-checkbox__inner{
    border-color: #6c6c6c;
}
.el-checkbox__label{
    color: #6c6c6c;
}


.mtp20{
    margin-top: 20px;
}
.errorMsg1{
    line-height: 20px;
    padding-top: 0px;
    color: #be1717;
    font-size: 12px;
    height: 20px;
}
.errorMsg{
    line-height: 20px;
    padding-top: 0px;
    color: #F56C6C;
    font-size: 12px;
    height: 20px;
}

@media screen and (max-width: 600px) {
    header,footer{
        width: 100%;
    }
    .login-slogan{
        display: none;
    }
    header .header-box{
        width: 100%;
        margin: 0 auto;
    }
    .content,.content .content-box{
        width: 100%;
        margin: 0 auto;
    }
    .content .bj-img{
        display: none;
    }
    .content-box .login-box{
        position: absolute;
        top: 30px;
        margin-top: 0;
        left: 50%;
        right: 0;
        margin-left: -160px;
    }
}
@media all and (max-height:820px){
    .content .bj-img{
        height: auto;
        min-height: 100%;
        min-width: 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
    }
}