/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size:15px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    background-color: #887fbf;
}

/*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%;
    height: auto;
}
.b_signup{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding-top: 82px;
    text-align: center;
    background: url("../images/signup_bg.png") no-repeat;
    background-size: 100% 100%;
}
.b_signup a{
    width: 88%;
    color: #333;
    padding: 8px 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 10px;
    background-color: #f8d8b2;
}


.c_box{
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px 0;
    background-color: #fff;
    border-radius: 10px;
}
.c_title{
    width: 100%;
    text-align: center;
    background: url("../images/icon_camera.png") no-repeat;
    background-size: 50px auto;
    background-position: 4% 5px;
}
.title_left{
    display: inline-block;
    position: relative;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 0;
    color: #fee6c7;
}
.title_left::before{
    content: ' ';
    position: absolute;
    top: 6px;
    left: 2px;
    display: inline-block;
    width: 12px;
    height: 3px;
    background: linear-gradient(to right, #ab95d1, transparent);
}
.title_left::after{
    content: ' ';
    position: absolute;
    bottom: 4px;
    right: 3px;
    display: inline-block;
    width: 12px;
    height: 3px;
    background: linear-gradient(to right,#f29f38,transparent);
}
.title_right{
    position: relative;
    color: #887fbf;
    font-size: 24px;
    font-weight: bold;
    letter-spacing: 3px;
    margin-top: -19px;
}


.subject_select{
    display: flex;
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
    justify-content: space-between;
    flex-wrap: wrap;
}
.subject_item{
    width: 44%;
    padding: 20px 1.5%;
    margin: 0 1.5%;
    margin-top: 12px;
    text-align: center;
    border-radius: 10px;
    background: url(../images/subject_bg_m01.png) no-repeat;
    background-size: 100% 100%;
}
.subject_item:nth-child(2){
    background-image: url("../images/subject_bg_m02.png");
}
.subject_item:nth-child(3){
    margin-right: 0;
    background-image: url("../images/subject_bg_m03.png");
}
.subject_item:nth-child(4){
    margin-right: 0;
    background-image: url("../images/subject_bg_m04.png");
}
.subject_item a{
    width: 100%;
}
.subject_item p{
    font-size: 17px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
}
.subject_item p:last-child{
    width: 80%;
    height: 32px;
    color: #000;
    line-height: 32px;
    text-align: center;
    border-radius: 30px;
    margin: 0 auto;
    margin-top: 25px;
    font-size: 16px;
    font-weight: normal;
    background: linear-gradient(to right,#f9d8b1,#ddcee8);
}

.subject_item:nth-child(4){
    display: grid;
    place-items: center;
    color: #fff;
    font-size: 17px;
    font-weight: bold;
    line-height: 30px;
}



.mian_content {
    position: relative;
    width: 100%;
    margin-top: 20px;
}
.sych_main{
    width: 94%;
    margin: 0 auto;
}

.bg_content{
    text-indent: 32px;
}

/*news*/
.news_list_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_list{
    width: 100%;
    max-height: 296px;
    padding-bottom: 10px;
    overflow: hidden;
}
.news_item{
    width: 100%;
    height: 94px;
    margin-bottom: 12px;
    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: 20px;
}
.view_more_news a{
    width: 100%;
    height: 36px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    border-radius: 6px;
    background: linear-gradient(to right,#ab95d1,#ddcee8);
}

/*org*/
.org_list{
    width: 94%;
    margin: 0 auto;
}
.org_item{
    position: relative;
    width: calc(100% - 25px);
    line-height: 52px;
    color: #fff;
    font-size: 16px;
    padding-left: 25px;
    margin-bottom: 12px;
}
.org_item:before{
    content: ' ';
    position: absolute;
    top: calc((100% - 42px) / 2);
    left: 0;
    display: inline-block;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    box-shadow: 0 0 10px #f9d5ba;
    background: url(../images/org_icon.png) no-repeat;
    background-size: 100% 100%;
    background-position: left center;
}
.org_item p{
    width: calc(100% - 32px);
    padding-left: 32px;
    background: url("../images/org_bg.png") no-repeat;
    background-size: 100% auto;
    box-shadow: 0 0 10px #f9d5ba;
    border-radius: 12px;
}
.org_intro{
    margin-top: 10px;
    text-indent: 32px;
}


/*time*/
.time_content{
    position: relative;
}
.time_content:before{
    content: ' ';
    position: absolute;
    left: 142px;
    top: 15px;
    display: inline-block;
    width: 1px;
    height: 82%;
    background-color: #887fbf;
}
.time_item{
    position: relative;
    width: 100%;
    margin-bottom: 25px;
}
.time_item div{
    display: flex;
    justify-content: flex-start;
}
.time_item p:first-child{
    color: #5748b4;
    width: 116px;
    padding: 3px 0;
    font-weight: bold;
    text-align: center;
    border-radius: 30px;
    background-image: linear-gradient(to right,#f8d8b2,#ddcee8);
}
.time_item:before{
    content: ' ';
    position: absolute;
    left: 138px;
    top: 14px;
    display: inline-block;
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background-color: #887fbf;
}
.time_item p:last-child{
    margin-left: 56px;
    padding: 3px 0;
}

/*prize*/
.prize_title{
    width: 100%;
    font-size: 17px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 30px;
}
.prize_list{
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prize_list::after{
    display: none;
}
.prize_item{
    position: relative;
    width: 48%;
    color: #fff;
    padding: 20px 0;
    margin-top: 10px;
    text-align: center;
    border-radius: 10px;
    background-color: #bf8f4b;
}
.prize_item:first-child{
    width: 100%;
    background-color: #1a1919;
}
.prize_item:last-child{
    margin-right: 0;
    background-color: #a9afe7;
}
.prize_item:before{
    content: ' ';
    position: absolute;
    top: 20px;
    left: 15px;
    display: inline-block;
    width: 32px;
    height: 82px;
    background: url("../images/prize_left01.png") no-repeat;
    background-size: 100% auto;
}
.prize_item:last-child:before{
    background-image: url("../images/prize_left02.png");
}
.prize_item:after{
    content: ' ';
    position: absolute;
    top: 20px;
    right: 15px;
    display: inline-block;
    width: 32px;
    height: 82px;
    background: url("../images/prize_right01.png") no-repeat;
    background-size: 100% auto;
}
.prize_item:last-child:after{
    background-image: url("../images/prize_right02.png");
}
.prize_item p:first-child{
    font-size: 17px;
    font-weight: bold;
    margin-top: 2px;
}
.prize_item p:nth-child(2){
    font-size: 15px;
    letter-spacing: 0;
    margin-bottom: 10px;
}
.prize_item p:last-child{
    margin-top: 20px;
}
.prize_item:first-child p:last-child{
    line-height: 32px;
}
.prize_explain{
    width: 100%;
    margin-top: 20px;
}
.cert_demo{
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.cert_demo img{
    width: 80%;
}

/*slider*/
.slider_content{
    width: 100%;
    padding: 0;
    margin: 0 auto;
    background: transparent;
}
.slider_list{
    width:100%;
    margin: 0 auto;
    overflow: hidden;
}
.slider_list ul{
    position:relative;
}
.slider_list ul li{
    float: left;
    width: 150px;
    margin-right: 15px;
    text-align: center;
}
.slider_list ul li a{
    width: 100%;
}
.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;
}


/*rules*/
.rules_content{
    width: 94%;
    margin: 0 auto;
}
.rules_content p{
    margin-bottom: 20px;
}
.rules_content p:last-child{
    margin-bottom: 0;
}

/*contact*/
.f_main{
    width: 94%;
    margin-top: 20px;
    padding: 0 3%;
    text-align: center;
    color: #887fbf;
    font-weight: bold;
}
.f_main a{
    color: #887fbf;
}
.f_right{
    width: 100%;
    text-align: center;
}
.f_right img{
    width: 110px;
    height: 110px;
}

.sign_up_bottom{
    width: 90%;
    padding: 30px 5%;
}
.sign_up_bottom a{
    width: 100%;
    height: 50px;
    line-height: 50px;
    color: #333;
    font-size: 17px;
    letter-spacing: 2px;
    font-weight: bold;
    border-radius: 6px;
    text-align: center;
    background-color: #f8d8b2;
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    width: 50px;
}
.float_info{
    width: 30px;
    padding: 10px;
    text-align: center;
    background-color: #9c8fea;
    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: #887fbf;
}
.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: #887fbf;
}

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