/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size: 15px;
    line-height: 28px;
    color: #404040;
    padding-bottom: 100px;
    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_item{
    position: relative;
    text-align: center;
}
.nav_item a{
    color: #333;
}
.nav_menu{
    display: none;
    position: absolute;
    top: 60px;
    left: calc((100% - 100px) / 2);
    width: 100px;
    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: calc((100% - 20px) / 2);
    width: 0;
    height: 0;
    border: 10px transparent solid;
    border-bottom: 10px #fff solid;
}

/*center*/
.center{
    width: 100%;
    min-height: calc(100vh - 118px);
    margin-top: 50px;
}
.banner{
    position: relative;
    width: 100%;
}
.banner img{
    width: 100%;
}
.b_signup{
    position: absolute;
    bottom: 31%;
    width: 100%;
    text-align: center;
}
.b_signup a{
    width: 42%;
    text-align: center;
    color: #fff;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 2%;
    padding: 4px 0;
    background-color: #c50e0e;
    border: 2px #fff solid;
    border-bottom: 2px #f9deb2 solid;
    background-image: linear-gradient(to bottom,#c50e0e,#fe5d58);
}

.c_box{
    width: 100%;
    margin-top: 30px;
}
.c_title{
    position: relative;
    width: 100%;
    margin: 0 auto;
    text-align: center;
}
.c_title span{
    position: relative;
    display: inline-block;
    padding: 0 62px;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 2px;
    background-image: linear-gradient(#dc1515, #fd704c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /*��Ҫ����͸��*/
}
.c_title span:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 46px;
    height: 28px;
    background: url("../images/title_left.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.c_title span:after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 46px;
    height: 28px;
    background: url("../images/title_right.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.c_title p{
    color:#737373;
    line-height: 24px;
    font-size: 12px;
    letter-spacing: 3px;
}

/*bg_content*/
.bg_content{
    width: calc(88% - 8px);
    margin: 0 auto;
    margin-top: 12px;
    text-indent: 32px;
    padding: 15px 3%;
    border: 4px #ffeae9 solid;
    background-color: #fff;
}

/*news*/
.news_content{
    width: calc(88% - 8px);
    margin: 0 auto;
    margin-top: 12px;
    padding: 15px 3%;
    border: 4px #ffeae9 solid;
    background-color: #fff;
}
.news_list{
    width: 100%;
    max-height: 306px;
    padding-bottom: 10px;
    overflow: hidden;
}
.news_item{
    width: 100%;
    height: 94px;
    margin-bottom: 15px;
    border-radius: 10px;
}
.news_list .news_item:last-child{
    border: none;
}
.news_item a{
    width: 100%;
    color: #333;
}
.n_left{
    float: left;
    width:135px;
    text-align: right;
}
.n_left img{
    width:135px;
    height: 92px;
    border-radius: 10px;
}
.n_right{
    float: left;
    width: calc(100% - 145px);
    padding-left: 10px;
}
.n_right h4{
    height: 56px;
    font-size: 16px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}
.n_right p{
    font-size: 13px;
    margin-top: 5px;
}
.view_more_news{
    width: 100%;
    text-align: center;
    margin-top: 15px;
}
.view_more_news a{
    width: 100%;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 6px;
    background-color: #c50e0e;
    background-image: linear-gradient(to right,#c50e0e,#fe5d58);
}

/*org*/
.org_content{
    width: 88%;
    margin: 0 auto;
    margin-top: 12px;
    padding: 15px 3%;
    line-height: 32px;
    border: 1px #ffcec3 solid;
    background-color: #ffe9e7;
    background-image: linear-gradient(to bottom,#ffe9e7,#fff);
}
.org_item{
    margin-bottom: 10px;
}
.org_item:last-child{
    margin-bottom: 0;
}
.org_item p:first-child{
    font-size: 17px;
    font-weight: bold;
    background-image: linear-gradient(#d32922, #eb7464);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; /*��Ҫ����͸��*/
}

/*details_content*/
.c_details{
    width: 100%;
    padding-top: 30px;
    background-color: #faf5f2;
    background-image:linear-gradient(to bottom,#faf5f2,#fff);
}
.details_content{
    width: 88%;
    margin: 0 auto;
    margin-top: 12px;
    padding: 15px 3%;
    line-height: 32px;
    border: 1px #ffcec3 solid;
    background-color: #fff5ee;
    background-image: linear-gradient(106deg,#fff5ee 0, #fff5ee 40%, #fff 73%, #fff4ec 100%);
}
.details_item{
    width: 100%;
    margin: 15px 0;
}
.d_title{
    display: inline-block;
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    font-style: italic;
    padding: 0 15px;
    margin-bottom: 5px;
    border-radius: 30px 0 0 30px;
    background-color: #dc1414;
    background-image: linear-gradient(to right, #dc1414, #fff5ee);
}


/*prize*/
.prize_content{
    width: 94%;
    margin: 0 auto;
}
.prize_cs{
    width:100%;
    margin-bottom: 17px;
}
.prize_title{
    color: #fff;
    font-size: 18px;
    line-height: 34px;
    font-weight: bold;
    padding-top: 4.3%;
    text-align: center;
    letter-spacing: 2px;
    background: url(../images/imagesM/prize_title_01.png) no-repeat;
    background-size: 100% auto;
}
.prize_main{
    padding: 5px 5% 25px 5%;
    background-color: #ffedeb;
}
.p_item{
    position: relative;
    width: calc(100% - 90px);
    color: #fff;
    margin: 15px 0;
    padding: 12px 45px;
    text-align: center;
    border-radius: 10px;
    background-color: #ea3726;
    background-image: linear-gradient(to bottom, #fd5e41, #ea3726);
}
.p_item::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 45px;
    height: 100%;
    background: url("../images/icon_cs_02.png") no-repeat;
    background-size: 24px auto;
    background-position: right center;
}
.p_item::after{
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 45px;
    height: 100%;
    background: url("../images/icon_cs_03.png") no-repeat;
    background-size: 24px auto;
    background-position: left center;
}
.p_item p:first-child{
    display: inline-block;
    color: #eb3a28;
    line-height: 28px;
    font-weight: bold;
    padding: 0 15px;
    margin-bottom: 3px;
    border-radius: 30px;
    background-color: #fde8dd;
    background-image: linear-gradient(to right, #fde8dd, #ffd2cb);
}
.p_item p:nth-child(3){
    font-size: 16px;
    font-weight: bold;
}
.cert_demo{
    display: flex;
    width: 100%;
    font-size: 13px;
    color: #666;
    margin-top: 20px;
    text-align: center;
    justify-content: center;
}
.cert_demo img{
    width: auto;
    height: 110px;
    margin: 0 6px;
}
.prize_explain{
    width: 100%;
    margin-top: 12px;
}

/*prize_other*/
.prize_other .prize_title{
    padding-top: 4.9%;
    background-image: url("../images/imagesM/prize_title_02.png");
}
.prize_other .prize_main{
    background-color: #fff0e4;
}
.prize_other .p_item {
    width: calc(100% - 60px);
    padding: 21px 30px;
    background-color: #ea3726;
    background-image: linear-gradient(to bottom, #f7bf87, #ffac55);
}
.prize_other .p_item::before{
    width: 30px;
    background-image: url("../images/icon_prize_02.png");
}
.prize_other .p_item::after{
    width: 30px;
    background-image: url("../images/icon_prize_03.png");
}
.prize_other .p_item p:nth-child(1){
    color: #c76700;
    background-color: #ffce77;
    background-image: linear-gradient(to right,#ffeec9,#ffce77);
}
.prize_btn{
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.prize_btn a{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 36px;
    border-radius: 30px;
    letter-spacing: 2px;
    margin: 0 5px;
    background-color: #ed2716;
    background-image: linear-gradient(to right,#ed2716,#fd6044);
}

/*cbSchool*/
.c_cb{
    width: 100%;
    padding-top: 30px;
    background: url("../images/imagesM/cb_list_bg.png") no-repeat;
    background-size: 100% auto;
}
.c_cb .c_title span{
    background-image: linear-gradient(#fff, #fff);
}
.c_cb .c_title span:before{
    background-image: url("../images/title_left2.png");
}
.c_cb .c_title span:after{
    background-image: url("../images/title_right2.png");
}
.c_cb .c_title p{
    color:#fff;
    line-height: 24px;
}
.cb_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 12px;
}
.cb_search{
    width: 100%;
    height: 32px;
}
.cb_search #school{
    width: calc(76% - 2px);
    height: 30px;
    background-color: #fcfcfc;
    border: 1px #e4e4e4 solid;
    border-radius: 5px 0 0 5px;
    outline: none;
    padding-left: 4%;
}
.s_btn{
    float: right;
    display: inline-block;
    width: 20%;
    height: 32px;
    text-align: center;
    line-height: 32px;
    color: #fff;
    text-decoration: none;
    background-color: #e13b29;
    border: none;
    outline: none;
    border-radius: 0 5px 5px 0;
}
.query_results{
    display: none;
    margin-top: 12px;
    padding: 15px 4%;
    text-align: center;
    line-height: 30px;
    border: 1px #ccc solid;
    background-color: #fff;
}
.query_results .apply_btn{
    color: #fff;
    padding: 4px 20px;
    border-radius: 6px;
    margin-top: 10px;
    background-color: #e13b29;
}
.cb_list_school{
    padding: 15px 4%;
    max-height: 300px;
    margin-top: 12px;
    overflow-y: auto;
    border: 1px #ffcec3 solid;
    background-color: #ffedeb;
    background-image: linear-gradient(106deg,#ffedeb 0, #ffedeb 40%, #fff 73%, #fff4ec 100%);
}
.cb_list_school li{
    font-size: 15px;
    color: #333;
    line-height: 32px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/*slider*/
.slider_content{
    width: 94%;
    margin: 0 auto;
}
.slider_list{
    width:100%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    padding: 20px 0 0 0;
    border-radius: 10px;
}
.slider_list a{
    width: 100%;
}
.slider_list ul{
    position:relative;
}
.slider_list ul li{
    float: left;
    width: 150px;
    margin-right: 15px;
}
.slider_list ul li:last-child{
    margin-right: 0;
}
.slider_list ul li p{
    width: 100%;
    height: 20px;
    color: #fff;
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.slider_list img{
    width: 150px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}



/*footer*/
.footer{
    width: 100%;
    margin-top: 30px;
}
.f_main{
    width: 88%;
    margin: 0 auto;
    margin-top: 12px;
    padding: 15px 3%;
    line-height: 32px;
    border: 1px #ffcec3 solid;
    background-color: #ffe9e7;
    background-image: linear-gradient(to bottom,#ffe9e7,#fff);
}
.f_main a{
    color:#404040;
}
.f_left{
    width:100%;
    font-weight: bold;
}
.f_right{
    width: 100%;
    margin-top: 10px;
}
.f_right li{
    width: 100%;
    text-align: center;
}
.f_right img{
    width: 120px;
    height: 120px;
    border: 2px #fff solid;
    border-radius: 6px;
}

.signup_bottom{
    width: 100%;
    text-align: center;
    margin-top: 52px;
}
.signup_bottom a{
    width: 72%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 4px;
    font-weight: bold;
    border-radius: 30px;
    border: 2px #fff solid;
    border-bottom: 2px #f9deb2 solid;
    background-color: #c50d0d;
    background-image: linear-gradient(to bottom,#c50d0d,#fe5e59);
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 10;
    width: 62px;
}
.float_info{
    width: 42px;
    padding: 5px 10px;
    text-align: center;
    border-radius: 10px;
    font-size: 13px;
    background-color: #fd704c;
    background-image: linear-gradient(to bottom,#dd1716,#fd704c);
}
.f_cs,.f_qun,.f_cert{
    line-height: 20px;
    text-align: center;
    border-radius: 6px;
    color: #333;
    padding: 6px;
    margin: 5px 0;
    padding-top: 32px;
    background: url(../images/bm_icon.png) no-repeat;
    background-size: 17px auto;
    background-position: center 10px;
    background-color: #f5f7f9;
}
.f_qun{
    background-image: url(../images/qq_icon.png);
}
.f_cert{
    background-image: url(../images/icon_cert.png);
}
.back_top{
    position: relative;
    width: 36px;
    height: 36px;
    color: #f5f7f9;
    margin: 0 auto;
    margin-top: 10px;
    text-align: center;
    line-height: 36px;
    font-size: 13px;
    letter-spacing: 0;
    border-radius: 50%;
    background-color: #fd704c;
}
.back_top a{
    color: #f5f7f9;
}
.back_top::before{
    content: ' ';
    position: absolute;
    left: calc((100% - 2px) / 2);
    top: -10px;
    display: inline-block;
    width: 2px;
    height:10px;
    background-color: #fd704c;
}

.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;
    }
}