/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    font-size: 15px;
    line-height: 28px;
    color: #300251;
    padding-bottom: 100px;
    background: url(../images/imagesM/footer_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #480974;
}

/*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{
    width: 100%;
}
.banner img{
    width: 100%;
}
.b_signup{
    width: 100%;
    text-align: center;
    padding: 15px 0;
    background: url("../images/imagesM/sign_up_bg.png") no-repeat;
    background-size: 100% 100%;
}
.b_signup a{
    width: 152px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 4px;
    font-weight: bold;
    border-radius: 6px;
    margin: 0 10px;
    border: 1px #eeecec solid;
    background-image: linear-gradient(to right,#7d24a0,#e07d55);
}
.b_signup a:first-child{
    background: #4b0c77;
}
.c_box{
    width: 100%;
    margin-top: 40px;
}
.c_title{
    position: relative;
    width: 260px;
    height: 50px;
    margin: 0 auto;
    color: #4b0c77;
    text-align: center;
    font-size: 22px;
    font-weight: bold;
    letter-spacing: 5px;
    line-height: 50px;
    background: url(../images/imagesM/title_bg.png) no-repeat;
    background-size: 100% 100%;
}

/*content*/
.main_content{
    position: relative;
    width: 94%;
    padding: 2px;
    margin: 0 auto;
    margin-top: 35px;
    border-radius: 10px;
    background-image: linear-gradient(to bottom,#eca473,#b459f4);
}
.main_content:before{
    content: ' ';
    position: absolute;
    top: -26px;
    left: -5px;
    display: inline-block;
    width: 117px;
    height: 98px;
    background: url(../images/xiangyun.png) no-repeat;
    background-size: 100% auto;
}
.main_content:after{
    content: ' ';
    position: absolute;
    bottom: -85px;
    right: -10px;
    display: inline-block;
    width: 76px;
    height: 154px;
    background: url(../images/mountain.png) no-repeat;
    background-size: 100% auto;
}
.sync_main{
    height: calc(100% - 58px);
    padding: 25px 3%;
    border-radius: 10px;
    border: 4px #480974 solid;
    background: url("../images/imagesM/main_bg.png") repeat;
    background-size: 100% auto;
}

.bg_content{
    text-indent: 32px;
}

/*news*/
.news_list_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.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%;
}
.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: 200px;
    height: 36px;
    line-height: 36px;
    color: #fff;
    text-align: center;
    border-radius: 30px;
    background-image: linear-gradient(to right,#7d24a0,#e07d55);
}

/*org*/
.zb_org{
    text-align: center;
}
.zb_org p{
    margin-bottom: 10px;
}
.zb_org p:last-child{
    margin-bottom: 0;
}
.zb_org span{
    display: block;
    font-size: 17px;
    font-weight: bold;
}

/*details_content*/
.d_tips{
    color: #970606;
}
.d_menu{
    display: flex;
    width: 100%;
    margin-top: 20px;
    justify-content: space-between;
}
.dm_item{
    width: 110px;
    height: 32px;
    color: #fff;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0;
    border-radius: 30px;
    background-image: linear-gradient(to right,#7c24a0,#df7c55);
}
.dm_active{
    background: #4b0c77;
}
.d_item{
    display: none;
    width: 100%;
    margin-top: 20px;
}
.d_active{
    display: block;
}
.d_title{
    width: 100%;
    font-size: 16px;
    font-weight: bold;
}
.d_title p{
    display: inline-block;
}
.d_title p:last-child{
    margin-left: -18px;
    letter-spacing: 0;
}
.d_item:nth-child(3) .d_title p:last-child{
    margin-left: -30px;
}
.d_title span{
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    text-align: center;
    line-height: 35px;
    color: #f5e5cc;
    background: url(../images/imagesM/d_t_bg.png) no-repeat;
    background-size: 100% 100%;
}
.d_title span:nth-child(2){right: 6px;}
.d_title span:nth-child(3){right: 12px;}
.d_title span:nth-child(4){right: 18px;}
.d_title span:nth-child(5){right: 24px;}
.d_title span:nth-child(6){right: 30px;}
.d_info p{
    margin-top: 6px;
}

/*prize_content*/
.prize_item{
    width: 100%;
    margin-bottom: 20px;
}
.prize_item:last-child{
    margin-bottom: 0;
}
.prize_title{
    width: 192px;
    height: 40px;
    margin: 0 auto;
    color: #4b0c77;
    padding-top: 28px;
    text-align: center;
    line-height: 40px;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 2px;
    margin-bottom: 15px;
    background: url(../images/imagesM/prize_title.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%;
    text-align: center;
    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: 4px #4f107b 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: 30px;
}
.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;
    border: 1px #eeecec solid;
    background-image: linear-gradient(to right, #7d24a0, #e07d55);
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    width: 50px;
}
.float_info{
    width: 30px;
    padding: 6px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    background-color: #8d62ab;
    border-radius: 10px;
    border: 1px #7e65ff solid;
}
.f_item{
    line-height: 16px;
    text-align: center;
    border-radius: 6px;
    color: #141d39;
    margin-bottom: 6px;
    padding-top: 27px;
    padding-bottom: 5px;
    background: url(../images/icon_register.png) no-repeat;
    background-size: 16px auto;
    background-position: center 6px;
    background-color: #f5f7f9;
}
.f_item:last-child{
    margin-bottom: 0;
}
.f_cs{
    background-image: url(../images/icon_cs.png);
}
.f_prize{
    background-image: url(../images/bm_icon.png);
}
.f_cert{
    background-image: url(../images/icon_cert.png);
}
.f_qun{
    background-image: url(../images/qq_icon.png);
}
.f_advise{
    background-image: url(../images/icon_advise.png);
}
.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;
    }
}