html,body{
    width: 100%;
    min-width: 1200px;
    background:rgba(251,251,251,1);
    font-family: "PingFangSC", "Microsoft YaHei", Tahoma, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;

}
*{
    margin: 0;
    padding: 0;
    font-family: "PingFangSC", "Microsoft YaHei", Tahoma, "Hiragino Sans GB", "WenQuanYi Micro Hei", sans-serif;

}
ul,li,ol{
    list-style: none
}
.login{
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

* {
    padding: 0;
    margin: 0;
    text-decoration: none;
    list-style: none;
    }

    body {
    min-width: 1200px;
    }

    a {
    color: #2C2C2C;
    }

    .main {
    width: 100%;
    height: 850px;
    padding-top: 50px;
    }

    .headers {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;

    opacity: 0.9311;
    background: rgba(255, 255, 255, 1);
    box-shadow: 0px 3px 11px 0px rgba(87, 87, 87, 0.5);
    }

    .headers nav {
    width: 1222px;
    height: 50px;
    margin: 0 auto;
    }


    /*
    nav ul {
    width: 900px;
    height: 100%;
    float: left;
    padding-left: 300px;
    position: relative;
    } */

    .headers nav ul {
    width: 880px;
    height: 50px;
    position: relative;
    min-width: 520px;
    z-index: 10;
    margin-left: 142px;
    float: left;
    }

    .headers nav ul img {
    position: absolute;
        top: 10px;
        left: -202px;
        height: 30px;
    }

    .headers nav ul li {
    width: 170px;
    cursor: pointer;
    list-style: none;
    float: left;
    font-weight: 400;
    text-align: center;
    color: rgba(44, 44, 44, 1);
    line-height: 50px;
    font-size: 14px;
    margin-left: 2px;
    }

    .headers nav ul li dl dd :hover {
    color: #fff;
    background: rgba(228, 30, 43, 1);
    }

    .headers nav ul li dl {
    display: none;
    line-height: 35px;
    box-shadow: 0px 1px 5px 0px rgba(223, 223, 223, 1);
    }

    .headers nav ul li dl dd {
    width: 170px;
    display: inline-block;
    }

    .headers nav ul li dl dd a {
    color: #000;
    display: block;
    }

    .headers nav>ul>li:hover dl {
    color: #fff;
    background: #fff;
    display: inline-block;
    position: relative;
    }

    .headers nav ul li a {
    color: #222;
    text-decoration: none;
    }

    .headers nav ul li:nth-child(1) {
    margin-top: 10px;
    margin-left: 10px;
    }

    .headers nav ol {
    /* width: 200px; */
    height: 50px;
    z-index: 9;
    float: right;
    }

    .headers nav ol li {
    cursor: pointer;
    list-style: none;
    float: left;
    font-weight: 400;
    text-align: right;
    color: #222;
    line-height: 50px;
    padding: 0 15px;
    font-size: 14px;
    }

    .headers nav ol li a {
    color: #222;
    }

    .headers nav ol b {
    width: 20px;
    font-size: 10px;
    background: red;
    margin-left: 5px;
    padding: 1px 5px;
    border-radius: 15px;
    color: #fff;
    }
.loginBox{
    position: relative;
}
.main{
    width: 1200px;
    margin: 0 auto;
    position: relative;
}
.main h1{
    width:160px;
    height:56px;
    font-size:40px;
    padding-top: 127px;
    font-weight:500;
    color:rgba(46,61,80,1);
    line-height:56px;
}
.main ul{
    margin-top: 77px;
    position: absolute;
    z-index: 3
}
.main ul li{
    margin-top: 29px;
}
.main ul li:nth-of-type(1){
    margin-top: 0;
}
.main ul li span:nth-of-type(1){
    color: #2E3D50;
    font-size: 14px;
    display: block
}
.main ul li input{
    width: 586px;
    height: 54px;
    z-index: 999;
    margin-top: 7px;
    border-radius:3px;
    border:1px solid rgba(213,213,213,1);
    outline: none;
    padding-left: 10px;
}
.main ul li:nth-of-type(3) p input{
    width: 450px;
    height: 54px;
    z-index: 999;
    margin-top: 7px;
    float: left;
}
.poupleMsg{
    width:372px;
    height:54px;
    background:rgba(255,255,255,1);
    box-shadow:0px 3px 12px 2px rgba(195,195,195,0.5);
    border-radius:2px;
    font-size:16px;
    font-weight:400;
    color:rgba(48,63,80,1);
    line-height:54px;
    text-align: center;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -27px 0 0 -186px;
    z-index: 6;
    display: none;

}
.poupleMsg img{
    vertical-align: middle;
    margin-right: 10px;
}
/* .main ul li:nth-of-type(3) p {
    display: inline-block;
    width:128px;
    height:54px;
    background:rgba(216,216,216,1);
    border-radius:3px;
    margin-left: 9px;
} */
.main ul li:nth-of-type(3) p span{
    float:left;
    width:128px;
    height:54px;
    background:rgba(216,216,216,1);
    border-radius:3px;
    margin-left: 9px;
    margin-top: 7px;
    font-size: 24px;
    font-weight:500;
    cursor: pointer;
    text-align: center;
    color:rgba(16,19,217,1);
    line-height:54px;
}
.main button{
    width:228px;
    height:55px;
    background:rgba(228,30,43,1);
    border-radius:4px;
    outline: none;
    appearance: none;
    border: none;
    font-size:18px;
    font-weight:500;
    color:rgba(255,255,255,1);
    line-height:25px;
    position: absolute;
    top: 590px;
    z-index: 3;
    cursor: pointer;
}
.mainTitle{
    position: absolute;
    right: 0;
    top: 206px;
}
.mainTitle img{
    width:404px;
    height:273px;
    margin-bottom: 34px;
    z-index: 3;
}
.mainTitle p:nth-of-type(1){
    font-size:22px;
    font-weight:bold;
    color:rgba(131,140,151,1);
    line-height:30px;
}
.mainTitle p:nth-of-type(2) em{
    font-style: normal;
    color: #007AFF
}
.mainTitle p:nth-of-type(2){
    margin-top: 17px;
}
.mainTitle p:nth-of-type(2),.mainTitle p:nth-of-type(3){
    font-size:18px;
    font-weight:400;
    color:rgba(193,193,193,1);
    line-height:25px;
}
.footer {
    width: 100%;
    /* height: 32%; */
    height: 424px;
    background: #000;
    }

    .footers {
    width: 1200px;
    height: 300px;
    margin: 0 auto;
    }

    .footerLeft {
    width: 598px;
    height: 100%;
    float: left;
    }

    .footerRight {
    width: 500px;
    height: 100%;
    float: right;
    }

    .daohanglogo {
    height: 70px;
    line-height: 130px;
    }

    .daohanglogo img {
    background: #000;
        height: 45px;
    }

    .bottomlogo {
    width: 80%;
    height: 424px;
    }

    .footerRight p {
    color: #fff;
    font-size: 18px;
    margin-top: 80px;
    line-height: 45px;
    }

    .footerRight p img {
    margin-left: 15px;
    }

    .footerRight ol {
    width: 160px;
    float: left;
    position: relative;
    padding-top: 10px;
    border-top: 1px solid #ccc;
    }

    .footerRight ol li {
    color: #ccc;
    font-size: 14px;
    line-height: 31px;
    }

    .footerRight ol li a {
    color: #ccc;
    }

    .footerRight ol li:nth-child(1) {
    font-weight: bold;
    }

    .footerRight ol span img {
    width: 100px;
    height: 100px;
    position: absolute;
    top: 150px;
    right: 0px;
    }

.footerRight .ols {
    text-align: left;
    padding-left: 40px;
    width: 160px;
}

.footerRight .olso {
    width: 120px;
    text-align: right;
    display: inline-block;
    padding-left: 8px;
}

    .on {
    display: inline-block;
    background: #E41E2B;
    z-index: 9999;
    border-radius: 50%;
    padding: 1px 1px 0px 1px;
    }
