/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size: 15px;
    line-height: 28px;
    color: #2a275e;
    padding-bottom: 100px;
    background-color: #f3f7fe;
}

/*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: 21%;
    width: 100%;
    text-align: center;
}
.b_signup a{
    width: 42%;
    text-align: center;
    color: #2a275e;
    font-size: 18px;
    letter-spacing: 2px;
    font-weight: bold;
    font-style: italic;
    border-radius: 30px;
    margin: 0 2%;
    padding: 5px 0;
    box-shadow: 2px 2px 10px -2px #ffbedf;
    border: 1px #3fc0f1 solid;
    background-color: #8bdbff;
    background-image: linear-gradient(60deg,#8bdbff 0,#eaf8ff 53%,#ffbadd 100%);
}
.b_signup .add_stroke::before{
    background-color: #45b0f7;
}
.b_signup .add_stroke{
    position: relative;
    -webkit-text-stroke: 2px #fff;
}

.c_box{
    width: 100%;
    margin-top: 30px;
}
.c_title{
    width: 190px;
    height: 96px;
    padding-left: 22px;
    padding-top: 12px;
    background: url(../images/imagesM/title_bg.png) no-repeat;
    background-size: 100% 100%;
}
.c_title p:first-child{
    display: inline-block;
    font-weight: bold;
    font-size: 13px;
    background-image: linear-gradient(to right,#73a3f3, #fd839c);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.c_title p:last-child{
    font-size: 22px;
    color: #2a275e;
    font-weight: bold;
    letter-spacing: 3px;
}

/*content*/
.main_content{
    width: 88%;
    padding: 20px 3%;
    margin: 0 auto;
    margin-top: -25px;
    border: 1px #9bddff solid;
    border-radius: 12px;
    box-shadow: 2px 2px 10px -2px #b0ddf9;
    background-color: #bedfff;
    background-image: linear-gradient(to bottom,#bedfff 0,#fff 20%,#fff 100%);
}

/*bg_content*/
.bg_content{
    text-indent: 32px;
    background: url("../images/imagesM/c_bg.png") no-repeat;
    background-size: 100% 100%;
}

/*news*/
.c_news{
    position: relative;
    margin-top: -17%;
}
.news_content{
    background: url("../images/imagesM/news_bg.png") no-repeat;
    background-size: 100% 100%;
}
.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: 160px;
    height: 36px;
    line-height: 36px;
    color: #2a275e;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    border-radius: 30px;
    border: 1px #3fc0f1 solid;
    background-color: #8bdbff;
    background-image: linear-gradient(60deg,#8bdbff 0,#eaf8ff 53%,#ffbadd 100%);
}

/*org*/
.org_content {
    width: 94%;
    margin: 0 auto;
    margin-top: -25px;
    text-align: center;
}
.zb_org{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.zb_org p{
    position: relative;
    padding: 15px 0;
    margin-bottom: 15px;
    overflow: hidden;
    border-radius: 10px;
    border: 1px #9bddff solid;
    box-shadow: 2px 2px 10px -2px #b0ddf9;
    background-color: #80d8ff;
    background-image: linear-gradient(to right,#80d8ff 0,#e6e6fa 53%,#ffb6c1 100%);
}
.zb_org p::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: -3px;
    display: inline-block;
    width: 12px;
    height: 100%;
    border-radius: 25px;
    background-color: #c5ebff;
}

/*participants*/
.object_content{
    background: url("../images/imagesM/object_bg.png") no-repeat;
    background-size: 100% 100%;
}
.object_text{
    font-size: 16px;
}
.object_list{
    display: flex;
    width: 100%;
    margin: 5px 0;
    justify-content: space-between;
    flex-wrap: wrap;
}
.object_list li{
    width: 140px;
    padding: 6px 10px;
    margin: 5px 0;
    color: #c0755f;
    font-size: 17px;
    font-weight: bold;
    text-align: center;
    border-radius: 10px;
    background-color: #ffe2c9;
}
.bm_type{
    width: 100%;
}
.bm_type a{
    display: block;
    width: 140px;
    margin: 0 auto;
    margin-top: 10px;
    padding: 3px 0;
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
    text-align: center;
    border-radius: 30px;
    border: 1px #3fc0f1 solid;
    background-color: #8bdbff;
    background-image: linear-gradient(60deg,#8bdbff 0,#eaf8ff 53%,#ffbadd 100%);
}

/*details*/
.details_content{
    background: url("../images/imagesM/details_bg.png") no-repeat;
    background-size: 100% 100%;
}
.d_title{
    color: #0eb3f6;
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 3px;
    margin-top: 15px;
}
.d_title:first-child{
    margin-top: 0;
}
.dt2{
   color: #fd91ab!important;
}
.details_main span{
    display: block;
    color: #666;
}

/*schedule_content*/
.schedule_content{
    background: url("../images/imagesM/schedule_bg.png") no-repeat;
    background-size: 100% 100%;
}
.schedule_item{
    position: relative;
    margin-bottom: 15px;
    padding-left: 115px;
}
.schedule_item:last-child{
    margin-bottom: 0;
}
.schedule_item::before{
    content:attr(data-id);
    position: absolute;
    top: 3px;
    left: 0;
    display: inline-block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    background: url("../images/imagesM/schedule_before.png") no-repeat;
    background-size: 100% 100%;
}
.schedule_item::after{
    content: " ";
    position: absolute;
    top: 0;
    left: 68px;
    display: inline-block;
    width: 30px;
    height: 56px;
    background: url(../images/imagesM/schedule_after.png) no-repeat;
    background-size: 100% auto;
    background-position: left center;
}
.schedule_item p:last-child{
    font-size: 16px;
    font-weight: bold;
}


/*prize*/
.prize_content{
    width: 100%;
    margin-top: -25px;
}
.prize_cs{
    margin-top: 0;
    margin-bottom: 12px;
    background: url("../images/imagesM/prize_bg.png") no-repeat;
    background-size: 100% 100%;
}
.prize_title{
    width: 100%;
}
.prize_title span:first-child{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    padding: 5px 20px;
    letter-spacing: 2px;
    border-radius: 30px;
    background-image: linear-gradient(to right,#2db1f4,transparent);
}
.prize_title span:last-child{
    color: #333;
    font-size: 14px;
}
.prize_main{
    width: 100%;
    margin-top: 15px;
}
.p_item{
    float: left;
    width: calc(40% - 2px);
    margin: 5px 2%;
    padding: 62px 3% 12px 3%;
    text-align: center;
    border: 1px #fff solid;
    border-radius: 12px;
    background: url(../images/prize_cs.png) no-repeat;
    background-size: 52px auto;
    background-position: center 12px;
    background-color: rgba(255, 255, 255, 0.3);
}
.prize_main .p_item:last-child{
    margin-right: 0;
}
.p_item p{
    font-weight: bold;
}
.prize_explain{
    float: left;
    width: 100%;
    margin-top: 15px;
}
.cert_demo{
    float: left;
    width: 100%;
    margin-top: 15px;
    text-align: center;
}
.cert_demo img{
    width: 150px;
    margin: 0 6px;
}

/*prize_js*/
.prize_js{
    margin: 0 auto;
    background: url("../images/imagesM/prize_bg.png") no-repeat;
    background-size: 100% 100%;
}
.prize_js .prize_title span:first-child{
    background-image: linear-gradient(to right,#ff9292,transparent);
}
.prize_js .p_item{
    background-image: url("../images/prize_js.png");
}
.prize_js .p_item:first-child{
    margin: 5px 27%;
}
.prize_js .add_stroke{
    position: relative;
    -webkit-text-stroke: 2px #ff9292;
}
.prize_js .cert_demo{
    margin-top: 0;
}
.prize_js .cert_demo img{
    width: 85%;
    padding: 12px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom, transparent, #facad8);
}

.file_content{
    text-align: center;
}
.file_content img{
    width: 45%;
    margin: 6px 1.5%;
    border: 1px #ddd solid;
}


.cost_content{
    background: url("../images/imagesM/cost_bg.png") no-repeat;
    background-size: 100% 100%;
}

.other_info_content{
    background: url("../images/imagesM/other_bg.png") no-repeat;
    background-size: 100% 100%;
}

/*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;
}


/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    z-index: 10;
    width: 50px;
}
.float_info{
    width: 30px;
    padding: 10px;
    text-align: center;
    background-color: #00a0ea;
    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: #00a0ea;
}
.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: #00a0ea;
}

.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;
    }
}

/*登录*/
.modal_bg{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 100vh;
    background-color: rgba(0,0,0,0.3);
}
.login_modal{
    display: none;
    position: fixed;
    left:5%;
    top:20vh;
    z-index: 11;
    width:90%;
    color: #666;
    padding-bottom: 32px;
    background-color: #fff;
    border-radius: 10px;
    border: 1px #d8d8d8 solid;
    text-align: center;
    background-image: url("../images/l_bg.png");
    background-size: 90px 90px;
    background-repeat: no-repeat;
    padding-top: 50px;
}
.login_btn img{
    width: 120px;
    margin-top: 25px;
}
/*.login_modal p{*/
    /*margin-top: 40px;*/
/*}*/
.line_m_1{
    position: relative;
    bottom:6px;
    display: inline-block;
    width: 15%;
    height: 1px;
    margin-right: 5px;
    background-image: linear-gradient(to right,#efefef,#c7c8c8);
}
.line_m_2{
    position: relative;
    bottom:6px;
    display: inline-block;
    width: 15%;
    height: 1px;
    margin-left: 5px;
    background-image: linear-gradient(to right,#c7c8c8,#efefef);
}
.privacy{
    width: 100%;
    color: #666;
    margin: 15px 0;
    font-size: 14px;
    text-align: center;
}
.privacy input{
    margin-right: 5px;
}
.privacy a{
    color: #666;
    text-decoration: underline;
}

.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;
}