/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size: 15px;
    line-height: 28px;
    color: #333;
    padding-bottom: 100px;
    background: url(../images/imagesM/page_bg.jpg) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #fef2e4;
}

/*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% - 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*/
.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: 18%;
    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: 8px 0;
    background-color: #f97f38;
}

.c_box{
    width: 100%;
    margin-top: 30px;
}
.c_title{
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding-top: 8px;
    font-size: 21px;
    font-weight: bold;
    letter-spacing: 2px;
    line-height: 50px;
    text-align: center;
    color: #541f00;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 60px auto;
    background-position: center top;
}
.c_title span{
    position: relative;
    display: inline-block;
    padding: 0 56px;
}
.c_title span:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 46px;
    height: 50px;
    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: 50px;
    background: url("../images/title_right.png") no-repeat;
    background-size: 100% auto;
    background-position: left center;
}

/*content*/
.main_content,.news_content,.f_main{
    position: relative;
    width: calc(94% - 12px);
    margin: 0 auto;
    margin-top: 12px;
    padding: 5px;
    border: 1px #ca4b00 solid;
    border-radius: 10px;
}
.main_content::before,.news_content::before,.f_main::before{
    content: ' ';
    position: absolute;
    top: -13px;
    left: -9px;
    z-index: 2;
    width: 70px;
    height: 40px;
    background: url(../images/imagesM/main_img_top.png) no-repeat;
    background-size: 100% auto;
}
.main_content::after,.news_content::after,.f_main::after{
    content: ' ';
    position: absolute;
    bottom: -46px;
    right: -6px;
    z-index: 2;
    width: 108px;
    height: 67px;
    visibility: inherit;
    background: url(../images/imagesM/main_img_bottom.png) no-repeat;
    background-size: 100% auto;
}
.sync_main,.news_list_box,.f_main>div{
    padding: 24px 4%;
    border-radius: 10px;
    background-image: linear-gradient(to bottom,#fcd9ba,#fee5d1);
}

/*bg_content*/
.bg_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 12px;
    text-indent: 32px;
}

/*news*/
.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: #f7af7d;
}

/*org*/
.org_content{
    width: 88%;
    margin: 0 auto;
    margin-top: 12px;
    padding: 12px 3%;
    line-height: 32px;
    text-align: center;
    background: url(../images/imagesM/org_bg.png) no-repeat;
    background-size: 100% 100%;
}
.zb_org{
    color: #fff;
    font-size: 17px;
}

/*schedule_content*/
.schedule_content{
    position: relative;
    width: 94%;
    margin: 0 auto;
    margin-top: 12px;
}
.schedule_content::before{
    content: ' ';
    position: absolute;
    top: 8%;
    left: 128px;
    display: inline-block;
    width: 1px;
    height: 84%;
    background-color: #ca4b00;
}
.schedule_item{
    position: relative;
    display: flex;
    width: 100%;
    margin: 12px 0;
    justify-content: flex-start;
    align-items: center;
}
.schedule_item p:first-child{
    display: flex;
    width: 70px;
    height: 94px;
    color: #fff;
    text-align: center;
    padding: 0 12px;
    align-items: center;
    line-height: 20px;
    letter-spacing: 0;
    background: url(../images/schedule_bg.png) no-repeat;
    background-size: 100% auto;
    justify-content: center;
}
.schedule_item p:last-child{
    margin-left: 68px;
}
.schedule_item:after{
    content: ' ';
    position: absolute;
    top: 34px;
    left: 118px;
    display: inline-block;
    width: 20px;
    height: 23px;
    background: url(../images/schedule_icon.png) no-repeat;
    background-size: 100% 100%;
}


/*prize*/
.prize_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 12px;
}
.prize_cs,.prize_js,.prize_other{
    width:100%;
}
.prize_title{
    position: relative;
    width: 76%;
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
    padding: 8px 0;
    letter-spacing: 3px;
    background: url("../images/imagesM/prize_title01.png") no-repeat;
    background-size: 100% 100%;
}
.prize_main{
    padding: 25px;
    margin-top: -10px;
    background: url("../images/imagesM/prize_bg.png") no-repeat;
    background-size: calc(100% - 20px) calc(100% - 20px);
    background-position: center;
    background-color: #ffcfa7;
}
.p_item{
    position: relative;
    width: 190px;
    margin: 0 auto;
    padding: 0 36px;
    margin-bottom: 15px;
    text-align: center;
}
.p_item img{
    width: 25px;
}
.p_item::before{
    content: ' ';
    position: absolute;
    left: 0;
    top: 0;
    display: inline-block;
    width: 35px;
    height: 100%;
    background: url(../images/icon_cs_02.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.p_item::after{
    content: ' ';
    position: absolute;
    right: 0;
    top: 0;
    display: inline-block;
    width: 35px;
    height: 100%;
    background: url("../images/icon_cs_03.png") no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
}
.p_item p:nth-child(2){
    font-size: 17px;
    font-weight: bold;
    color: #000;
}
.p_item p:nth-child(3){
    font-style: italic;
}
.p_item p:nth-child(4){
    color: #ff9438;
}
.prize_explain{
    float: left;
    width: 100%;
    margin-top: 10px;
}
.cert_demo{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.cert_demo img{
    width: 44%;
    margin: 0 2%;
}

/*prize_js*/
.prize_js{
    margin: 20px 0;
}
.prize_js .prize_title{
    background-image: url("../images/imagesM/prize_title02.png");
}
.prize_js .prize_main{
    background-color: #f79268;
}
.prize_js .p_item::before{
    background-image: url("../images/icon_js_02.png");
}
.prize_js .p_item::after{
    background-image: url("../images/icon_js_03.png");
}
.prize_js .p_item p:nth-child(4){
    color: #e6503b;
}
.prize_js .cert_demo img{
    width: 94%;
}

/*prize_other*/
.prize_other .prize_title{
    background-image: url("../images/imagesM/prize_title03.png");
}
.prize_other .prize_main{
    background-color: #fba256;
}
.prize_other .p_item{
    padding-top: 15px;
}
.prize_other .p_item::before{
    background-image: url("../images/icon_prize_02.png");
}
.prize_other .p_item::after{
    background-image: url("../images/icon_prize_03.png");
}
.prize_other .p_item p:nth-child(4){
    color: #d82559;
}
.apply_xb_btn{
    float: left;
    width: 100%;
    margin-top: 20px;
    text-align: center;
}
.apply_xb_btn a{
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    padding: 5px 35px;
    border-radius: 30px;
    background-color: #f97f38;
}

/*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: 40px;
}
.f_main a{
    color:#300251;
}
.f_left,.f_center{
    width:100%;
    font-weight: bold;
}
.f_right{
    width: 100%;
    margin-top: 10px;
}
.f_right ul{
    display: flex;
    justify-content: center;
}
.f_right li{
    width: 50%;
    text-align: center;
}
.f_right img{
    width: 120px;
    height: 120px;
    border: 2px #fff solid;
    border-radius: 6px;
}
.f_jszc{
    width: 100%;
    text-align: center;
    margin-top: 20px;
    color: #fff;
}

.signup_bottom{
    width: 100%;
    text-align: center;
    margin-top: 52px;
}
.signup_bottom a{
    width: 76%;
    height: 50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 4px;
    font-weight: bold;
    border-radius: 30px;
    background-color: #f97f38;
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 10;
    width: 50px;
}
.float_info{
    width: 30px;
    padding: 10px;
    text-align: center;
    background-color: #f97f38;
    border-radius: 10px;
    font-size: 14px;
}
.f_cs{
    padding: 6px;
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    color: #141d39;
    margin-bottom: 10px;
    background-color: #f5f7f9;
}
.f_qun{
    line-height: 20px;
    text-align: center;
    border-radius: 30px;
    color: #333;
    padding: 6px;
    padding-top: 32px;
    background: url(../images/qq_icon.png) no-repeat;
    background-size: 25px auto;
    background-position: center 10px;
    background-color: #f5f7f9;
}
.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: #f97f38;
}
.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: #f97f38;
}

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

.main_btn_footer{
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 3;
    width: 100%;
    max-width: 750px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    background-color: #d0c0a9;
    border-top: 1px #dcdcdc solid;
}
.m_btn_footer{
    position: relative;
    float: left;
    width: calc(25% - 1px);
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 15px;
    border-right: 1px #dcdcdc solid;
}
.m_btn_footer:last-child{
    border: none;
    width: 25%;
}
.m_btn_footer_active{
    background-color: #926f46;
}
.m_btn_footer a{
    width: 100%;
    color: #fff;
    background: none;
    font-size: 15px;
    font-weight: normal;
    padding: 0;
    margin: 0;
    border: none;
    box-shadow: none;
}
.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;
}