/*-------------public style-------------*/
.page_mobile{
    display: none!important;
}
.page_container{
    min-width: 1200px;
    letter-spacing: 1px;
    font-size: 16px;
    color: #333;
    line-height: 30px;
    background-color: #cce9ed;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width:100%;
    height:80px;
    line-height:80px;
    margin:auto;
    background:#750d00;
    /*box-shadow: 0 0 10px #fff9f1;*/
}
.h_mian{
    width:1200px;
    margin:auto;
}
.h_nav{
    float:left;
    width: auto;
}
.h_nav li{
    position: relative;
    float:left;
    text-align:center;
    color:#fff;
    cursor:pointer;
    margin-right: 35px;
}
.h_nav a{
    color:#fff;
    display:inline-block;
}
.h_login{
    float:right;
    width: auto;
    text-align: right;
}
.h_login a{
    padding: 0 15px;
    display:inline-block;
    width:110px;
    height:35px;
    color: #750d00;
    line-height:35px;
    text-align:center;
    border-radius:30px;
    background-image: linear-gradient(to bottom,#f1daad,#eccc8f);
}

.login_student,.login_school {
    display: inline-block;
    width: 136px;
    height: 32px;
    color: #333;
    line-height: 32px;
    text-align: center;
    margin-left: 6px;
    margin-top: 19px;
    background-color: #fff;
    border-radius: 30px;
}

/*center*/
.center{
    width: 100%;
    min-height: calc(100vh - 511px);
    margin-top: 70px;
    padding-bottom: 80px;
}


/*footer*/
.footer{
    width: 100%;
    margin: 0 auto;
    font-size: 15px;
    line-height: 32px;
    background: #1b1b1b;
}
.f_main{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 35px 0;
}
.f_main a{
    color:#fff;
}
.f_left{
    float: left;
    width: 500px;
    text-align: left;
}
.f_center{
    float: left;
    width: 340px;
    text-align: left;
}
.f_right{
    float: right;
    width: 120px;
    text-align: center;
}
.f_beian{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

.piaochuang{
    position: fixed;
    left: 30px;
    bottom:30%;
    width: 122px;
}
.piaochuang img{
    width: 100%;
}
.zx_list{
    width: 120px;
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    border-radius: 10px;
    overflow: hidden;
    border: 1px #fff solid;
}
.zx_list a{
    width: 100%;
    color: #fff;
    padding: 10px 0;
    border: 1px #fff solid;
}
.zx_list img{
    width: 45px;
}
.login_btn{
    width: 372px;
    margin: 0 auto;
    padding-top: 23vh;
    text-align: center;
}
.login_btn img {
    width: 177px;
}
.login_center {
    height: 666px;
    background: url(../images/imagesM/login_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: center;
}
.privacy {
    width: 100%;
    margin: 15px 0;
    color: #666;
    font-size: 13px;
    text-align: center;
}
.privacy a {
    color: #666;
    text-decoration: underline;
}