/*-------------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.png") repeat;
    background-size: 100% auto;
}

/*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: 15px;
    width: 100%;
    text-align: center;
}
.b_signup a{
    width: 160px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    font-size: 19px;
    letter-spacing: 4px;
    font-weight: bold;
    border-radius: 30px;
    margin: 0 5px;
    border: 1px #eeecec solid;
    background-image: linear-gradient(to right,#ee9699,#f8931e);
}

.c_box{
    width: 100%;
    margin-top: 32px;
}
.c_title{
    position: relative;
    width: 202px;
    height: 68px;
    margin: 0 auto;
    background: url(../images/title_bg.png) no-repeat;
    background-size: 145px auto;
    background-position: 57px top;
}
.t_l{
    display: inline-block;
    color: #fff;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 23px;
}
.t_r{
    display: inline-block;
    color: #fffb93;
    font-size: 27px;
    font-weight: bold;
    letter-spacing: 3px;
    padding-top: 23px;
    padding-left: 62px;
}
.t_s{
    display: inline-block;
    position: relative;
    bottom: 10px;
    color: #fff;
    font-size: 11px;
    letter-spacing: 3px;
}

/*news*/
.c_news{
    padding-top: 16px;
    margin-top: 0;
}
.news_content{
    width: 88%;
    margin: 0 auto;
    padding: 20px 3%;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffeee7;
    border: 1px #fff solid;
}
.news_list_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_list{
    width: 100%;
    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: #874c22;
    text-align: center;
    border-radius: 30px;
    background-image: linear-gradient(to right,#f3d6b6,#e6bf88);
}

/*content*/
.bg_content{
    text-indent: 32px;
}
.bg_content,.time_content,.details_content,.prize_content,.scale_marks_content{
    width: 88%;
    padding: 15px 3%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffeee7;
    border: 1px #fff solid;
}

/*org*/
.zb_org{
    width: 88%;
    margin: 0 auto;
    margin-top: 20px;
    padding: 20px 3%;
    border-radius: 10px;
    background-image: linear-gradient(120deg,#ffdfb8,#ffdfb8,#fff,#fabd92);
}

.object_content{
    position: relative;
    width: 88%;
    margin: 0 auto;
    margin-top: 12px;
    padding: 15px 3%;
    border-radius: 10px;
    border: 1px #fff solid;
    background-image: linear-gradient(to bottom,#fffdf7,#fff6d7);
}
.object_content::after{
    content: ' ';
    position: absolute;
    top: calc((100% - 62px) / 2);
    right: 10px;
    display: inline-block;
    width: 62px;
    height: 62px;
    border-radius: 15px;
    box-shadow: 0 0 10px rgba(185, 97, 25, 0.2);
    background: url(../images/imagesM/obj_img.png) no-repeat;
    background-size: 100% auto;
}
.obj_title{
    width: 82px;
    height: 24px;
    color: #fff;
    text-align: center;
    line-height: 24px;
    margin-bottom: 6px;
    border-radius: 30px;
    background-color: #b0181d;
}
.obj_main{
    font-size: 13px;
    letter-spacing: 0;
}
.obj_main p:first-child{
    font-size: 17px;
    color: #ad181c;
    font-weight: bold;
}



/*time*/
.time_item{
    width: calc(100% - 77px);
    margin-bottom: 20px;
    padding-left: 77px;
    background: url(../images/imagesM/icon_time01.png) no-repeat;
    background-size: 67px auto;
}
.time_item:nth-child(2){
    background-image: url("../images/imagesM/icon_time02.png");
}
.time_item:nth-child(3){
    background-image: url("../images/imagesM/icon_time03.png");
}
.time_item:last-child{
    margin-bottom: 0;
    background-image: url("../images/imagesM/icon_time04.png");
}
.time_item p:nth-child(2){
    color: #b1181d;
    font-size: 16px;
    font-weight: bold;
}

/*details_content*/
.details_content{
    word-break: break-all;
}
.d_item:first-child{
    margin-bottom: 20px;
}
.d_title{
    display: inline-block;
    height: 24px;
    color: #fff;
    text-indent: 0;
    text-align: center;
    line-height: 24px;
    padding: 2px 12px;
    margin-bottom: 6px;
    border-radius: 0 30px 30px;
    background-color: #b0181d;
}
.s_d_title{
    position: relative;
    font-size: 16px;
    font-weight: bold;
    padding-left: 4px;
    margin-top: 10px;
}
.s_d_title span{
    position: relative;
}
.s_d_title:before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background-color: #ff6b49;
}

/*prize_content*/
.prize_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.prize_item{
    position: relative;
    width: calc(48.5% - 36px);
    font-size: 14px;
    line-height: 24px;
    text-align: center;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 10px;
    border: 3px #ed8a14 solid;
    background-image: linear-gradient(to right bottom, #fff2e2, #f9cfa2);
}
.prize_item:before{
    content: ' ';
    position: absolute;
    top: 18px;
    left: 6px;
    display: inline-block;
    width: 32px;
    height: 95px;
    background: url(../images/prize_left.png) no-repeat;
    background-size: 100% auto;
}
.prize_item:after{
    content: ' ';
    position: absolute;
    top: 18px;
    right: 6px;
    display: inline-block;
    width: 32px;
    height: 95px;
    background: url(../images/prize_right.png) no-repeat;
    background-size: 100% auto;
}
.prize_item span{
    color: #834200;
    letter-spacing: 0;
    display: inline-block;
}
.prize_item span:first-child{
    font-weight: bold;
    font-size: 17px;
    color: #d50002;
    margin-top: 5px;
}
.prize_item span:last-child{
    display: block;
    color: #d50002;
    line-height: 24px;
    margin-top: 10px;
}
.prize_explain{
    text-align: left;
    margin-top: 5px;
}
.prize_explain span{
    font-size: 16px;
    font-weight: bold;
}


/*scale_marks*/
.scale_marks_menu{
    display: flex;
    width: 100%;
    margin-bottom: 20px;
    justify-content: space-between;
}
.smm_item{
    width: 110px;
    height: 32px;
    color: #000;
    text-align: center;
    line-height: 32px;
    letter-spacing: 0;
    border-radius: 30px;
    background-image: linear-gradient(to right,#f6ae91,#f9cfa1);
}
.smm_active{
    color: #fff;
    background: #c01a1e;
}
.scale_marks_table{
    display: none;
    width: 100%;
    border: 1px #b0181d solid;
}
.smt_active{
    display: block;
}
.scale_marks_table tr td{
    padding:5px;
    border: 1px #b0181d solid;
    background-color: #fff;
}
.scale_marks_table span{
    display: inline-block;
    width: 30px;
    line-height: 20px;
    text-align: center;
    padding: 0 calc((100% - 30px) / 2);
    font-weight: bold;
}


/*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: 32px;
}
.f_main{
    width: 88%;
    padding: 15px 3%;
    margin: 0 auto;
    margin-top: 20px;
    border-radius: 10px;
    background-color: #ffeee7;
    border: 1px #fff solid;
}
.f_main a{
    color:#333;
}
.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: space-between;
}
.f_right li{
    width: 50%;
    text-align: center;
}
.f_right img{
    width: 120px;
    height: 120px;
    border: 4px #c01a1e 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,#ee9699,#f8931e);
}

/*piaochuang*/
.piaochuang {
    position: fixed;
    right: 5px;
    bottom: 100px;
    width: 50px;
}
.float_info{
    width: 30px;
    padding: 10px;
    text-align: center;
    background-color: #f74f4d;
    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: #f74f4d;
}
.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: #f74f4d;
}

.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{
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 750px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    background-color: #d8a56a;
    border-top: 1px #dcdcdc solid;
}
.m_btn{
    position: relative;
    float: left;
    width: calc(50% - 1px);
    height: 50px;
    color: #fff;
    text-align: center;
    line-height: 50px;
    border-right: 1px #dcdcdc solid;
}
.m_btn:last-child{
    border: none;
    width: 50%;
}
.m_btn_active{
    background-color: #926f46;
}
.m_btn a{
    color: #fff;
}
.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,.lm_list span{
    display: inline-block;
    width: 94%;
    color: #333;
    padding: 10px 3%;
    border-bottom: 1px #dcdcdc solid;
}
.lm_list a:last-child{
    border-bottom: none;
}