.page_pc{
    display: none;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #333;
    background-color: #fff;
}
/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background-color: #fff;
}
.nav{
    width: 100%;
}
.nav_list{
    display: flex;
    width: 94%;
    padding: 0 3%;
    line-height: 50px;
    justify-content: space-between;
}
.nav_logo{
    width: 35px;
    height: 35px;
    border-radius: 50%;
}
.nav_item{
    position: relative;
    text-align: center;
}
.nav_item a{
    color: #333;
}
.nav_menu{
    display: none;
    position: absolute;
    top: 60px;
    left: calc((100% - 80px) / 2);
    width: 80px;
    line-height: 40px;
    padding: 10px 0;
    text-align: center;
    border-radius: 10px;
    background-color: #fff;
    box-shadow:-5px 5px 10px -4px #ddd,5px 5px 10px -4px #ddd;
}
.nav_menu a{
    display: inline-block;
    width: 100%;
    color: #333;
}
.nav_menu:before{
    content: ' ';
    display: inline-block;
    position: absolute;
    top: -17px;
    left: 30px;
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}

.center{
    width: 100%;
    margin-top: 50px;
}

/*banner*/
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
    height: auto;
}
.b_signup{
    position: absolute;
    top: 46%;
    left: 0;
    width: 100%;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}
.b_signup a{
    width: 43%;
    margin: 0 1%;
    padding: 5px 0;
    color: #fff;
    font-style: italic;
    text-align: center;
    border: 1px #fff solid;
    box-shadow: 2px 2px 5px #da1217;
}
.bm_entrance{
    background-color: #fd100c;
    background-image: linear-gradient(to right, #ff6f4d, #fd100c);
}
.sd_entrance{
    background-color: #ff6f4d;
    background-image: linear-gradient(to right, #ff6f4d, #fec37f);
}


.c_box{
    width: 100%;
    margin-top: 30px;
}

.c_title{
    width: 100%;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
}
.c_t{
    display: inline-block;
    height: 30px;
    line-height: 30px;
    font-size: 25px;
    padding-left: 42px;
    text-shadow: 1px 1px 2px #aaa;
    background: url("../images/icon_03.png") no-repeat;
    background-size: 30px auto;
}
.c_t span{
    color: #c3251d;
}
.c_title p{
    font-size: 13px;
    margin-top: 5px;
    line-height: 18px;
}

/*bg*/
.c_bg {
    position: relative;
    width: 88%;
    margin: 0 auto;
    margin-top: -64%;
    padding: 25px 3%;
    background: url(../images/bg_03.png) no-repeat;
    background-size: 100% 100%;
    border-radius: 10px;
    box-shadow: 0 5px 10px #f7e1e0;
}
.bg_content {
    margin-top: 15px;
    text-indent: 32px;
}

/*org*/
.org_content{
    width: 88%;
    padding: 0 3%;
    margin: 0 auto;
    padding-top: 15px;
    margin-top: 15px;
    background-color: #fff;
    padding-bottom: 20px;
    box-shadow: 0 0 10px #f7e1e0;
}
.zb_title{
    display: flex;
    align-items: center;
}
.zb_title span:nth-child(1) {
    display: inline-block;
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 12px 0 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.zb_title span:last-child{
    width: calc(100% - 112px);
    color: #b10f0d;
    line-height: 20px;
    padding-left: 6px;
    font-size: 15px;
}
.zb_intro span{
    display: inline-block;
    font-weight: bold;
    margin-top: 10px;
}

/*time*/
.time_content{
    width: 100%;
    margin-top: 15px;
}
.cs_time,.js_time{
    width: 88%;
    padding: 0 3%;
    margin: 0 auto;
    padding-top: 20px;
    padding-bottom: 20px;
    background-image: linear-gradient(to bottom,#d1ebfe 0%,#fff 30%,#fff 100%);
    border-radius: 10px;
    border:1px #fff solid;
}
.time_title{
    position: relative;
    width: 120px;
    padding-left: 17px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    margin-left: 10px;
    border-radius: 6px;
    background-color: #c2231c;
}
.time_title::before{
    content: ' ';
    position: absolute;
    top: -3px;
    left: -10px;
    display: inline-block;
    width: 36px;
    height: 36px;
    background: url(../images/icon_10.png) no-repeat;
    background-size: 100% auto;
}
.time_list{
    width: 100%;
    margin: 15px 0;
    text-align: center;
    border-radius: 10px;
    background-image: linear-gradient(to right,#c9e6fd,#fac9c9);
}
.time_list li{
    height: 40px;
    line-height: 40px;
    border-bottom: 2px #eef7ff solid;
}
.time_list li:last-child{
    border: none;
}
.time_list li span:first-child{
    font-weight: bold;
    margin-right: 6px;
}
.time_explain{
    width: 100%;
}
.time_explain_title{
    font-size: 16px;
    font-weight: bold;
}

.entry_info_content {
    width: 94%;
    margin: 0 auto;
    margin-top: 15px;
}
.fw_question{
    width: 100%;
    padding-top: 20px;
    margin-top: 15px;
    background: url("../images/imagesM/xz_img_12.png") no-repeat;
    background-size: 100% auto;
}
.fw_question p,.xz_con p{
    width: 100%;
    text-align: center;
    font-size: 18px;
    color: #c3251d;
    font-weight: bold;
    letter-spacing: 3px;
    text-shadow: 0 0 10px #fff;
}
.fw_con{
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
    border-radius: 10px;
    background-color: #fef9f9;
    box-shadow:0 5px 10px #e8e2e2;
}
.fw_group{
    width: 90%;
    padding: 15px 5%;
    font-size: 16px;
    font-weight: bold;
    line-height: 25px;
    border-radius: 10px;
    background-image: linear-gradient(to right,#fff,#fcd1d0);
}
.fw_info{
    width: 90%;
    padding: 15px 5%;
    line-height: 28px;
}
.fw_info span{
    color: #c5322b;
}
.xz_con{
    width: 100%;
    padding-top: 20px;
    margin-top: 15px;
    background: url("../images/imagesM/xz_img_06.png") no-repeat;
    background-size: 100% auto;
}
.xz_con .fw_info{
    border-radius: 10px;
    background-image: linear-gradient(50deg,#fff,#fff,#fcd1d0);
}

/*prize*/
.prize_content{
    width: 94%;
    padding: 0 3%;
    margin-top: 15px;
    /*background-color: #343434;*/
}
.prize_cs,.prize_js{
    width: 100%;
    background-color: #fff;
    border-radius: 10px;
    padding-bottom: 15px;
    box-shadow: 0 0 10px #e9c6c6;
}
.prize_js{
    margin-top: 15px;
}
.p_title{
    width: 120px;
    height: 30px;
    margin: 0 auto;
    text-align: center;
    line-height: 30px;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 20px;
    background: url("../images/imagesM/prize_t_bg_16.png") no-repeat;
    background-size: 100% 100%;
}
.prize_list{
    width:94%;
    margin: 0 auto;
}
.prize_list li{
    position: relative;
    width: 94%;
    margin-bottom: 15px;
    padding: 10px 3%;
    border-radius: 10px;
    background: url("../images/prize_bg_03.png") no-repeat;
    background-size: 100% 100%;
}
.p_icon{
    position: absolute;
    top: 15px;
    left: 10px;
    width: 40px;
}
.p_icon img{
    width: 100%;
}
.p_text_1{
    float: left;
    width: calc(100% - 50px);
    padding-left: 50px;
}
.p_text_1 p{
    display: inline-block;
}
.p_text_2{
    float: left;
    width: calc(100% - 50px);
    padding-left: 50px;
    font-size: 14px;
    color: #c3251d;
}
.p_text_3{
    float: left;
    width: calc(100% - 50px);
    padding-left: 50px;
    font-size: 14px;
}
.p_explain{
    width: 94%;
    margin: 0 auto;
    line-height: 28px;
}
.prize_more{
    width: 94%;
    padding: 0 3%;
    padding-bottom: 15px;
    margin-top: 15px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 0 10px #e9c6c6;
}

.cert_show{
    float: left;
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}
.cs_item{
    text-align: center;
    font-size: 12px;
    color: #c2c1c1;
    margin: 0 5px;
    line-height: 18px;
}
.cs_item img{
    width: 112px;
    margin-bottom: 5px;
}

.popup {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.7);
    justify-content: center;
    align-items: center;
}
.popup img {
    max-width: 90%;
    max-height: 90%;
}

/*往届风采，赛点统考*/
.activity_content,.school_exam_content{
    width: 94%;
    margin: 0 auto;
}
.activity_list,.school_exam_list{
    width:100%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    padding: 20px 0 0 0;
    border-radius: 10px;
}
.activity_list ul,.school_exam_list ul{
    position:relative;
}
.activity_list ul li,.school_exam_list ul li{
    float: left;
    width: 120px;
    margin-right: 15px;
}
.activity_list ul li:last-child,.school_exam_list ul li:last-child{
    margin-right: 0;
}
.activity_list ul li p,.school_exam_list ul li p{
    width: 100%;
    height: 20px;
    color: #333;
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.activity_list img,.school_exam_list img{
    width: 120px;
    height: 100px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}


/*联系我们*/
.contact_us{
    width: 84%;
    padding:25px 5%;
    margin: 0 auto;
    margin-top: 30px;
    letter-spacing: 0;
    background-image: linear-gradient(130deg,#fff,#fac9c9);
    border-radius: 10px;
}
.contact_us_title {
    width: 100px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    padding: 0 12px 0 4px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: 1px;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.f_left ul li,.f_center ul li{
    font-weight: bold;
    margin: 6px 0;
}
.f_center ul li span{
    font-size: 12px;
    font-weight: normal;
}
.f_right{
    width: 100%;
    text-align: center;
    margin-top: 20px;
}
.f_right img{
    width: 120px;
    margin-bottom: 6px;
}

.answer_btn{
    width: 94%;
    text-align: center;
    margin: 20px auto;
    margin-bottom: 80px;
}
.answer_btn a{
    width: 100%;
    color: #fff;
    font-size: 18px;
    padding: 10px 0;
    border-radius: 10px;
    letter-spacing: 2px;
    background-color: #fd100c;
    background-image: linear-gradient(to right,#ff6f4d,#fd100c);
}


.main_btn{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 750px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 15px;
    background-color: #d0c0a9;
    border-top: 1px #dcdcdc solid;
}
.m_btn{
    position: relative;
    float: left;
    width: calc(25% - 1px);
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-right: 1px #dcdcdc solid;
}
.m_btn:last-child{
    border: none;
    width: 25%;
}
.m_btn_active{
    background-color: #926f46;
}
.m_btn a{
    color: #fff;
}
.lm_list{
    display: none;
    position: absolute;
    bottom: 50px;
    width: 100%;
    font-size: 13px;
    line-height: 20px;
    background-color: #efefef;
    border-bottom: 1px #dcdcdc solid;
}
.lm_list a{
    display: inline-block;
    width: 94%;
    color: #333;
    padding: 10px 3%;
    border-bottom: 1px #dcdcdc solid;
}
.lm_list a:last-child{
    border-bottom: none;
}

.piaochuang{
    position: fixed;
    top:calc((100vh - 152px) / 2);
    right: 0;
    z-index: 2;
    width: 80px;
    height: 152px;
    background: url("../images/piaochuang.png") no-repeat;
    background-size: 100% 100%;
}
.pc_bm{
    width: 61px;
    height: 57px;
    margin-left: 9px;
    margin-top: 14px;
    border-radius: 8px;
}
.pc_qun{
    width: 61px;
    height: 61px;
    margin-left: 9px;
    border-radius: 8px;
}

.slideLeft{
    animation-name: slideLeft;
    -webkit-animation-name: slideLeft;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideLeft {
    0% {
        transform: translateX(150%);
        opacity: 0;
    }
    100% {
        transform: translateX(0%);
        opacity: 1;
    }
}
@-webkit-keyframes slideLeft {
    0% {
        -webkit-transform: translateX(150%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(0%);
        opacity: 1;
    }
}

.slideRight{
    animation-name: slideRight;
    -webkit-animation-name: slideRight;

    animation-duration: 1s;
    -webkit-animation-duration: 1s;

    animation-timing-function: ease;
    -webkit-animation-timing-function: ease;

    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;

}
@keyframes slideRight {
    0% {
        transform: translateX(0%);
        opacity: 0;
    }
    100% {
        transform: translateX(150%);
        opacity: 1;
    }
}
@-webkit-keyframes slideRight {
    0% {
        -webkit-transform: translateX(0%);
        opacity: 0;
    }
    100% {
        -webkit-transform: translateX(150%);
        opacity: 1;
    }
}

/*登录页*/
.login_center{
    width: 100%;
    min-height: calc(100vh - 104px);
    background: url("../images/imagesM/login_bg_02.png") no-repeat;
    background-size: 100% 100%;
}
.login_btn{
    width: 200px;
    margin: 0 auto;
    line-height: 30px;
    color: #fff;
    padding-top: 22vh;
    text-align: center;
}
.login_btn img{
    width: 130px;
    margin-top: 25px;
}
.login_btn p:nth-child(1){
    font-size: 18px;
    color: #ea635c;
}
.login_btn p:nth-child(2){
    font-size: 14px;
}
.privacy{
    width: 100%;
    color: #fff;
    margin: 15px 0;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy a{
    color: #fff;
    text-decoration: underline;
}
.inside_footer{
    width: 100%;
    color: #fff;
    font-size: 14px;
    text-align: center;
    line-height: 30px;
    padding: 12px 0;
    background-color: #282828;
}



