* {
    padding: 0;
    margin: 0;
    outline: none;
}

.content {
    width: 1200px;
    margin: 0 auto;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

div {
    box-sizing: border-box;
}

.clear {
    clear: both;
}
.body{
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.header {
    width: 100%;
    height: 35px;
    background: #F0F0F0;
}

.header .content .left {
    float: left;
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: rgba(153, 153, 153, 1);
    opacity: 1;
}
.header .content .left span{
    color: #9B1C22;
}

.header .content .right {
    float: right;
    width: fit-content;
    width: -moz-fit-content;
}

.header .content .right a {
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    line-height: 35px;
    color: rgba(153, 153, 153, 1);
    position: relative;
}
.header .content .right a.user{
    color: #9B1C22;
    font-weight: 900;
    background: url("../images/user.png") no-repeat center left;
    padding-left: 15px;
}

.header .content .right span {
    margin: 0 15px;
    color: rgba(153, 153, 153, 1);
}

.header .content .right a .imgBox {
    position: absolute;
    width: 100px;
    height: 0;
    top: 25px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    transition-duration: .3s;
}

.header .content .right a:hover .imgBox {
    height: 100px;
}

.nav-logo {
    height: 100px;
    padding-top: 25px;
}
.nav-logo .logo {
    width: -moz-fit-content;
    width: fit-content;
    float: left;
    display: block;
}
.nav-logo .logo .imgBox {
    height: 50px;
    float: left;
    display: block;
    width: auto;
    margin-right: 15px;
}
.nav-logo .logo .imgBox:nth-of-type(2) {
    height: 45px;
    margin-top: 5px;
    border-left: 1px solid #9B1C22;
    padding-left: 10px;
}
.nav-logo .content>p{
    float: right;
    line-height: 60px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(64,64,64,1);
    opacity: 1;
    margin-right: 180px;
}
.login{
    width: 100%;
    height: 73.7vh;
    background: url("../images/login_bg.jpg") no-repeat center center;
    position: relative;
}
.login form{
    display: block;
    box-sizing: border-box;
    width: 20.31vw;
    height: 37.96vh;
    background: #FFF;
    position: absolute;
    top: 25%;
    right: 24%;
    padding:0 2vw;
}
.login form h2{
    font-size:16px;
    font-family:Microsoft YaHei;
    font-weight:500;
    color:rgba(155,28,34,1);
    border-bottom: 1px solid #E6E6E6;
    padding-bottom: 4.87%;
    text-align: center;
    margin-top: 4.87%;
    margin-bottom: 8%;
}
.login form .form-group{
    width: 100%;
    margin-bottom: 2vh;
}
.login form .form-group input{
    width: 100%;
    height: 4.7vh;
    background: #F0F0F0;
    border: none;
    border-radius: 5px;
    padding-left: 10px;
    box-sizing: border-box;
}
.login form .form-group2{
    margin: 1.2vh 0px;
}

.login form .form-group2 input{
    float: left;
    width: 15px;
    height: 15px;
}
.login form .form-group2 p{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:15px;
    color:rgba(153,153,153,1);
    opacity:1;
    float: left;
    margin-left: 1%;
}
.login form .form-group2 a{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    line-height:15px;
    color:rgba(155,28,34,1);
    opacity:1;
    float: right;
}
.login form .form-group button{
    width: 100%;
    height: 4.7vh;
    background: #9B1C22;
    border: none;
    border-radius: 5px;
    text-align: center;
    line-height: 4.7vh;
    color: #FFF;
    margin-top: 1.85vh;
}
.login form .form-group a{
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(155,28,34,1);
    text-align: center;
    display: block;
}
.login form .form-group a span{
    color: #999999;
}

.footer{
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    height: 100px;
    padding-top: 30px;
}
.footer p{
    text-align: center;
    font-size:12px;
    font-family:Microsoft YaHei;
    font-weight:400;
    color:rgba(64,64,64,1);
    margin-bottom: 10px;
}
.footer p a{
    margin: 0 30px;
}