/*-------------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{
    width:100%;
    height:80px;
    line-height:80px;
    margin:auto;
    background:#fff;
}
.h_mian{
    width:1200px;
    margin:auto;
}
.h_nav{
    float:left;
    margin-left:20px;
}
.h_nav li{
    float:left;
    width:105px;
    text-align:center;
    color:#333;
    cursor:pointer;
}
.h_nav a{
    color:#333;
    display:inline-block;
}
.h_login{
    float:right;
}
.login_student,.login_school{
    display:inline-block;
    width:124px;
    height:35px;
    color: #fff;
    line-height:35px;
    text-align:center;
    background:#f14e52;
    border: 1px #fff solid;
}
.login_school{
    margin-left: 10px;
    background-color: #9985ff;
}
.history{
    position: relative;
}
.modal_history{
    display: none;
    position: absolute;
    top: 70px;
    left: 14px;
    width: 80px;
    line-height: 42px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #9985ff;
    box-shadow:-5px 5px 10px -4px #ddd,5px 5px 10px -4px #ddd;
}
.modal_history a{
    display: inline-block;
    width: 100%;
    color: #fff;
}
.modal_history:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #9985ff solid;
}

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


/*footer*/
.footer{
    width: 100%;
    margin:0 auto;
    font-size: 15px;
    background: #3e344f;
}
.f_main{
    width: 1200px;
    margin: 0 auto;
    color: #fff;
    padding: 35px 0;
    line-height: 40px;
}
.f_main a{
    color:#fff;
}
.f_left{
    float: left;
    width: 340px;
    text-align: left;
}
.footer_bm{
    width: 193px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin-top: 15px;
    letter-spacing: 3px;
    border: 1px #fff solid;
    background-color: #694bda;
}
.footer_bm a{
    width: 100%;
}
.f_center{
    float: left;
    width: 710px;
    text-align: left;
}
.f_right{
    float: left;
    width: 150px;
    text-align: center;
}
.finfo li div{
    color:#fff;
    margin-bottom: 10px;
}
.finfo li img{
    position: relative;
    bottom: 2px;
}
.f_beian{
    width: 100%;
    text-align: center;
    padding-bottom: 20px;
}

/*piaochuang*/
.piaochuang{
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 100;
    width: 100px;
    text-align: center;
}
.pc_bm,.pc_xb,.pc_qq{
    width: 100px;
    height: 45px;
    color: #fff;
    padding-top: 78px;
    margin-bottom: 3px;
    background: url(../images/pc_01.png) no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 20px rgba(14, 46, 150, 0.3);
    border-radius: 12px;
}
.pc_xb{
    background-image: url("../images/pc_02.png");
}
.pc_qq{
    margin-bottom: 0;
    background-image: url("../images/pc_03.png");
}


/*login*/
.login_center{
    height: 666px;
    background: url(/static/web/cnccac/images/inside_page_bg.jpg) no-repeat;;
    background-size: 100% auto;
    background-position: center;
    margin-top: 0;
}
.login_btn{
    width: 372px;
    margin: 0 auto;
    padding-top: 23vh;
    text-align: center;
}
.login_btn img{
    width: 177px;
}
.login_btn p{
    margin-top: 30px;
}
.line_m_1{
    position: relative;
    bottom:6px;
    display: inline-block;
    width: 97px;
    height: 1px;
    margin-right: 5px;
    background-image: linear-gradient(to right,#efefef,#c7c8c8);
}
.line_m_2{
    position: relative;
    bottom:6px;
    display: inline-block;
    width: 97px;
    height: 1px;
    margin-left: 5px;
    background-image: linear-gradient(to right,#c7c8c8,#efefef);
}
.privacy{
    width: 100%;
    margin: 15px 0;
    color: #666;
    font-size: 13px;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy a{
    color: #666;
    text-decoration: underline;
}

.piaochuang {
    position: fixed;
    top: 40%;
    left: 10px;
    z-index: 10;
    width: 150px;
    height: 266px;
    text-align: center;
    background: url(../images/piaochuang.png) no-repeat;
    background-size: 100% auto;
}
.piaochuang a {
    display: inline-block;
    width: 120px;
    height: 84px;
    text-align: center;
    color: #fff;
    margin-top: 24px;
    line-height: 130px;
}
.piaochuang img {
    width: 82px;
    height: 82px;
    border-radius: 8px;
    margin-top: 3px;
    margin-left: 4px;
}