/*-------------index.html-------------*/
.page_pc{
    display: none;
}
.page_container{
    max-width: 750px;
    margin: 0 auto;
    font-size:15px;
    line-height: 28px;
    color: #333;
    overflow: hidden;
    background: url("../images/page_bg.jpg") no-repeat;
    background-size: 100% auto;
    background-color: #e8dece;
    background-position: left bottom;
}

/*header*/
.header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background-color: #905335;
}
.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: #fff;
}
.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: 9%;
    bottom: 4.6%;
    width: 82%;
    text-align: center;
    background: url(../images/signupbg.png) no-repeat;
    background-size: 100% 100%;
}
.b_signup a{
    color: #fff;
    padding: 12px 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 10px;
}


.c_box{
    width: 94%;
    margin: 0 auto;
    margin-top: 35px;
}
.c_title{
    width: 240px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    text-align: center;
    color: #6b4e46;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
    background: url("../images/title_bg.png") no-repeat;
    background-size: 100% 100%;
}


/*bg*/
.c_bg{
    padding: 35px 0;
    margin-top: 0;
    background: url(../images/c_bg.png) no-repeat;
    background-size: 100% 100%;
}
.bg_title{
    text-align: center;
    color: #6b4e46;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 3px;
}
.bg_content{
    width: 80%;
    margin: 0 auto;
    text-indent: 32px;
    margin-top: 12px;
}

/*news*/
.news_content{
    width: 100%;
    margin-top: 20px;
}
.news_list_box{
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
.news_list{
    width: 100%;
    max-height: 368px;
    padding-bottom: 10px;
    overflow: hidden;
}
.news_item{
    width: calc(100% - 24px);
    height: 94px;
    padding: 12px;
    margin-bottom: 12px;
    border-radius: 10px;
    background-color: #f9f0de;
}
.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;
    background-color: #fff;
}
.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: 88%;
    margin: 0 auto;
    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-color: #905335;
}


.mian_content{
    margin-top: 20px;
    padding: 5px;
    border: 1px #905335 solid;
    border-radius: 10px;
}
.sych_main{
    width: 94%;
    padding: 15px 3%;
    border-radius: 10px;
    background: url("../images/main_bg.png") no-repeat;
    background-size: 100% auto;
    background-color: #f9f0de;
    background-position: left bottom;
}

/*org*/
.org_content,.object_content{
    text-align: center;
}


/*time*/
.time_content{
    width: 100%;
}
.time_session{
    margin-top: 20px;
}
.time_title{
    width: 100%;
    height: 42px;
    color: #582e0e;
    font-size: 18px;
    font-weight: bold;
    letter-spacing: 3px;
    text-align: center;
    line-height: 42px;
    background: url(../images/time_bg.png) no-repeat;
    background-size: 100% 100%;
}
.time_table{
    width: 100%;
    border-collapse: collapse;
    border: 1px #a87b5f solid;
    border-top: none;
}
.time_table tr td{
    width: 50%;
    padding: 10px;
    border: 1px #a87b5f solid;
    border-top: none;
    background-color: rgba(232,222,206,0.5);
}
.time_table tr td:nth-child(2){
    font-size: 14px;
    letter-spacing: 0;
}


/*rules*/
.rules_content{
    width: 94%;
    margin: 0 auto;
    background-image: url("../images/main_bg2.png");
}
.rules_content p{
    margin-bottom: 12px;
}
.rules_content p:last-child{
    margin-bottom: 0;
}

/*prize*/
.prize_cs,.prize_js,.prize_other{
    background-image: url("../images/main_bg2.png");
}
.prize_title{
    width: 210px;
    height: 40px;
    color: #733c12;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 21px;
    text-align: center;
    letter-spacing: 2px;
    background: url(../images/prize_title_bg.png) no-repeat;
    background-size: 100% auto;
}
.prize_list{
    width: 100%;
    margin-top: 20px;
}
.prize_item{
    position: relative;
    width: 100%;
    max-width: 334px;
    color: #733c12;
    padding: 9px 0;
    margin: 0 auto;
    margin-top: 10px;
    line-height: 22px;
    text-align: center;
    border-radius: 10px;
    background: url(../images/prize_item_bg.png) no-repeat;
    background-size: 100% auto;
}
.prize_explain{
    width: 100%;
    margin-top: 20px;
}
.cert_demo{
    width: 100%;
    margin: 10px 0;
    text-align: center;
}
.cert_demo img{
    width: 100%;
}
.p_other_title{
    width: 210px;
    height: 40px;
    color: #733c12;
    font-size: 18px;
    margin: 0 auto;
    font-weight: bold;
    line-height: 36px;
    text-align: center;
    letter-spacing: 2px;
    background: url(../images/prizeothertitlebg.png) no-repeat;
    background-size: 100% auto;
}
.prize_other .prize_main{
    margin-top: 20px;
}
.prize_other .prize_explain{
    margin-top: 10px;
}
.prize_other .cert_demo img{
    width: 56%;
}

/*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;
}

/*contact*/
.f_main{
    text-align: center;
    font-weight: bold;
    background-image: url("../images/main_bg2.png");
}
.f_main a{
    color: #333;
}
.f_right{
    width: 100%;
    margin-top: 10px;
    text-align: center;
}
.f_right img{
    width: 110px;
    height: 110px;
    background-color: #a87b5f;
}

.sign_up_bottom{
    width: 90%;
    margin: 0 auto;
    margin-top: 50px;
    text-align: center;
    background: url(../images/signupbg.png) no-repeat;
    background-size: 100% 100%;
}
.sign_up_bottom a{
    color: #fff;
    padding: 12px 0;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 2px;
    border-radius: 10px;
}
.logout_b{
    width: 100%;
    color: #999;
    text-align: center;
    margin-bottom: 60px;
    margin-top: 6px;
}

/*piaochuang*/
.float_fixed{
    position: fixed;
    right: 0;
    bottom: 20vh;
    width: 50px;
}
.float_info{
    width: 30px;
    padding: 6px;
    font-size: 11px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0;
    background-color: #bd856a;
    border-radius: 6px;
    border: 1px #905335 solid;
}
.f_item{
    line-height: 16px;
    text-align: center;
    border-radius: 6px;
    color: #141d39;
    margin-bottom: 6px;
    padding: 0 3px;
    padding-top: 27px;
    padding-bottom: 5px;
    background: url(../images/bm_icon.png) no-repeat;
    background-size: 16px auto;
    background-position: center 6px;
    background-color: #f5f7f9;
}
.f_item:last-child{
    margin-bottom: 0;
}
.f_sd{
    background-image: url(../images/icon_sd.png);
}
.f_sx{
    background-image: url(../images/icon_sx.png);
}
.f_cert{
    background-image: url(../images/icon_cert.png);
}
.f_qun{
    background-image: url(../images/qq_icon.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;
    }
}