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

/*header*/
.mheader{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    width: 100%;
    height: 50px;
    background-color: #772bf8;
}
.nav{
    width: 100%;
}
.nav_list{
    width: 100%;
    line-height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.nav_item{
    /* float: left; */
    width: 14.28%;
    text-align: center;
}
.nav_item a{
    color: #fff;
}

.banner{
    position: relative;
    width: 100%;
    margin-top: 50px;
    background-color: #fafafa;
}
.banner img{
    width: 100%;
}
.b_login{
    position: absolute;
    bottom: -17%;
    width: 100%;
    text-align: center;
}
.login_student{
    width: 130px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    /*margin-right: 17%;*/
    background-color: #f14e52;
    border: 1px #fff solid;
    border-radius: 5px;
}
.login_school{
    width: 130px;
    height: 32px;
    line-height: 32px;
    color: #fff;
    text-align: center;
    font-size: 17px;
    background-color: #9985ff;
    border: 1px #fff solid;
    border-radius: 5px;
    margin-right: 17%;
}
.layui-carousel-ind ul {
    background-color: transparent;
}
/*大赛新闻*/
.main-content {
    width: 94%;
    margin: 0 auto;
    margin-top: 20px;
}.news_img{
     width: 100%;
 }
.news_img img{
    width: 100%;
}
.news_list {
    width:100%;
    height: 360px;
    margin-top: 15px;
    overflow: hidden;
}
.news_list > .swiper-wrapper {
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
    margin: 0 auto;
}
.news_list .swiper-slide {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.news_item{
    width: 100%;
    font-size: 14px;
}
.news_item span {
    display: inline-block;
    width: 100%;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
}
.news_item a {
    color: #fff;
    padding: 0 10px;
    font-size: 14px;
    background-color: #286276;
    border-radius: 6px;
}

/*center*/
.center{
    width: 100%;
}
.c_box{
    width: 100%;
    margin-top: 64px;
}
.c_title{
    position: relative;
    width: 185px;
    height: 50px;
    font-size: 26px;
    color: #0b307c;
    margin: 0 auto;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
}
.c_title p:first-child{
    position: absolute;
    z-index: 2;
    width: 100%;
    line-height: 50px;
}
.c_title p:last-child{
    position: absolute;
    top: 0;
    width: 100%;
    color: #ededed;
    font-size: 20px;
}
.c_title::before{
    content: ' ';
    position: absolute;
    top: 0;
    left: 0;
    display: inline-block;
    width: 28px;
    height: 50px;
    background: url(../images/images_index/c_title_left.png) no-repeat;
    background-size: 28px auto;
    background-position-y:center;
}
.c_title::after{
    content: ' ';
    position: absolute;
    top: 0;
    right: 0;
    display: inline-block;
    width: 28px;
    height: 50px;
    background: url("../images/images_index/c_title_right.png") no-repeat;
    background-size: 28px auto;
    background-position-y:center;
}

/*赛事规模*/
.scale_content{
    width: 94%;
    margin: 0 auto;
    padding: 15px 0;
    margin-top: 10px;
    box-shadow: 3px 0 20px #ededed;
    background-image: linear-gradient(to right,#ecf0ff,#f6f7ff);
}
.scale_item{
    float: left;
    width:25%;
    text-align: center;
}
.scale_item img{
    position: relative;
    left: 4px;
    width: 62px;
}
.scale_item p{
    width: 100%;
    text-align: center;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 22px;
}
.scale_item p:nth-child(2){
    font-weight: bold;
    font-size: 18px;
}

/*public*/
.main_box{
    position: relative;
    top: 5px;
    left: 5px;
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
    box-shadow: 3px 0 20px #ededed;
    border: 1px #957bff solid;
}
.sych_main{
    position: relative;
    bottom: 5px;
    right: 7px;
    width: 92%;
    margin-top: 10px;
    padding: 0 4% 16px 4%;
    background-color: #e2e2ff;
    border: 1px #957bff solid;
}
.sych_main::after{
    content: ' ';
    position: absolute;
    bottom: -6px;
    right: -6px;
    display: inline-block;
    width: 6px;
    height: 6px;
    background-color: #957bff;
}
.small_title{
    width: 240px;
    height: 36px;
    color: #fff;
    margin: 0 auto;
    text-align: center;
    line-height: 36px;
    font-size: 17px;
    font-weight: bold;
    letter-spacing: 3px;
    background: url(../images/images_index/imagesM/s_title_01.png) no-repeat;
    background-size: 100% auto;
}

/*大赛介绍*/
.bg_content,.org_content{
    background-color: #fff;
}
.bg_content .small_title,.org_content .small_title{
    margin-bottom: 15px;
}

/*大赛流程*/
.c_process{
    width: 100%;
    padding: 15px 0;
    background: url("../images/images_index/imagesM/process_bg.png") no-repeat;
    background-size: 100% 100%;
}
.c_time{
    position: relative;
    color: #333;
    margin-top:15px;
}
.c_time li{
    margin-bottom: 20px;
}
.c_time li:last-child{
    margin-bottom: 10px;
}
.c_time img{
    position: relative;
    width: 40px;
    margin: 0 5%;
}
.c_time li span:first-child{
    display: inline-block;
    width:32%;
    text-align: right;
}
.c_time li span:last-child{
    display: inline-block;
    width:40%;
}
.c_time:before {
    content: "";
    position: absolute;
    left: calc(37% + 25px);
    height: 100%;
    border-left: 2px #422b76 solid;
}

/*大赛内容*/
.con_content{
    position: relative;
    width: 94%;
    height: 320px;
    margin: 0 auto;
    margin-top: 10px;
}
.group_content{
    position: absolute;
    top: 0;
    left:calc((100% - 260px) / 2);
    z-index: 2;
    width: 260px;
    height: 273px;
    color: #fff;
    padding-top: 37px;
    margin-right: 13px;
    text-align: center;
    background: url(../images/images_index/group_bg_01.png) no-repeat;
    background-size: 100% auto;
}
.group_2{
    top: 0;
    left: 0;
    z-index: 1;
    background-image: url("../images/images_index/group_bg_02.png");
}
.group_3{
    top: 0;
    left: auto;
    right: 0;
    z-index: 1;
    margin-right: 0;
    background-image: url("../images/images_index/group_bg_03.png");
}
.group_title{
    font-size: 17px;
    font-weight: bold;
    margin-bottom: 6px;
    text-shadow: 2px 2px 5px #9a6800;
}
.group_2 .group_title{
    text-shadow: 2px 2px 5px #bb240a;
}
.group_3 .group_title{
    text-shadow: 2px 2px 5px #003b89;
}
.group_info{
    font-size: 12px;
    letter-spacing: 0;
    line-height: 20px;
    padding: 0 5px;
}
.group_1 p{
    font-size: 15px;
    font-weight: bold;
    color: #9a6800;
    margin-top: 5px;
}
.group_2 p{
    font-size: 15px;
    font-weight: bold;
    color: #bb240a;
    margin-top: 5px;
}
.group_3 p{
    font-size: 15px;
    font-weight: bold;
    color: #003b89;
    margin-top: 5px;
}

/*大赛奖项*/
.cs_box{
    background-color: #eef1ff;
}
.js_prize{
    border: 1px #ff8385 solid;
    margin-top: 15px;
}
.js_box{
    background-color: #fff6f9;
    border: 1px #ff8385 solid;
}
.js_box::after {
    background-color: #ff8385;
}
.other_prize{
    border: 1px #4396ff solid;
    margin-top: 15px;
}
.other_box{
    background-color: #eef7ff;
    border: 1px #4396ff solid;
}
.other_box::after {
    background-color: #4396ff;
}
.js_title{
    background-image: url("../images/images_index/imagesM/s_title_02.png");
}
.other_title{
    background-image: url("../images/images_index/imagesM/s_title_03.png");
}
.cs_details,.js_details{
    width: 100%;
}
.cs_tab,.js_tab{
    width: 100%;
    margin: 15px auto;
}
.cs_tab_item,.js_tab_item{
    float: left;
    width: 30.75%;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin: 0 1%;
    font-size: 13px;
    letter-spacing: 0;
    background-color: #e3e0ff;
    border: 1px #e3e0ff solid;
}
.js_tab_item{
    background-color: #ffe3e5;
    border: 1px #ffe3e5 solid;
}
.cs_tab_active,.js_tab_active{
    position: relative;
    color: #fff;
    background-color: #9d81ff;
    border: 1px #fff solid;
}
.js_tab_active{
    background-color: #ff8385;
}
.cs_tab_active::after,.js_tab_active::after{
    position: absolute;
    top: 30px;
    left: calc((100% - 15px) / 2);
    content: ' ';
    display: inline-block;
    width: 0;
    height: 0;
    border: 8px transparent solid;
    border-top: 10px #9d81ff solid;
}
.js_tab_active::after{
    border-top: 10px #ff8385 solid;
}
.cs_prize_list,.js_prize_list{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
}
.js_tips{
    font-size: 14px;
    color: #333;
    margin-top: 10px;
}
.cs_p_item,.js_p_item{
    float: left;
    width: 48%;
    color: #592fff;
    margin: 5px 1%;
    background: url(../images/images_index/cs_bg.png) no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #9d81ff;
}
.js_p_item{
    color: #dd1a1f;
    background: url("../images/images_index/js_bg.png") no-repeat;
    background-size: 100% auto;
    background-position: left bottom;
    background-color: #ff8385;
}
.prize_box{
    line-height: 22px;
    padding: 10px 5px 10px 35px;
    background: url(../images/images_index/prize_icon.png) no-repeat;
    background-size: 25px auto;
    background-position: 5px center;
}
.prize_box p:first-child{
    font-size: 16px;
    font-weight: bold;
    font-style: italic;
}
.prize_box p:nth-child(2){
    color: #fff;
    font-size: 12px;
    letter-spacing: 0;
}
.prize_box p:last-child{
    font-size: 12px;
    letter-spacing: 0;
}
.cs_p_item:last-child .prize_box{
    padding: 21px 5px 21px 35px;
}
.prize_tips{
    font-size: 15px;
    margin-top: 10px;
}
.other_details p{
    color: #2373da;
    margin-top: 14px;
}

/*其他说明*/
.others_content{
    width: 88%;
    margin: 0 auto;
    margin-top: 10px;
    padding: 15px 3%;
    background-color: #fff;
    box-shadow: 3px 0 20px #ededed;
}

/*合作院校*/
.partners_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
    
}
.partners_content > ul{
    overflow: scroll;
    height: 320px;
}
.partners_content ul li{
    float: left;
    width: 30.33%;
    margin: 10px 1.5%;
    padding: 5px 0;
    border-radius: 15px;
    background-color: #fff;
    box-shadow: 3px 0 20px #ededed;
}
.partners_content img{
    width: 100%;
    border-radius: 10px;
}

/*高校报道、活动风采、支持院校、获奖分享*/
.share_content,.activity_content,.report_content,.colleges_content{
    width: 94%;
    margin: 0 auto;
    margin-top: 10px;
}
.report_list,.activity_list,.colleges_list,.awards_list{
    width:100%;
    margin: 0 auto;
    margin-top: 5px;
    overflow: hidden;
    border-radius: 10px;
}
.report_list ul,.activity_list ul,.colleges_list ul,.awards_list ul{
    position:relative;
}
.report_list ul li,.activity_list ul li,.colleges_list ul li,.awards_list ul li{
    float: left;
    width: 150px;
    margin-right: 15px;
}
.report_list ul li:last-child,.activity_list ul li:last-child,.colleges_list ul li:last-child,.awards_list ul li:last-child{
    margin-right: 0;
}
.report_list ul li p,.activity_list ul li p,.colleges_list ul li p,.awards_list ul li p{
    width: 100%;
    /*height: 20px;*/
    color: #333;
    text-align: center;
    margin-top: 8px;
    font-size: 12px;
    line-height: 20px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.report_list img,.activity_list img,.colleges_list img,.awards_list img{
    width: 150px;
    height: 150px;
    border: 1px #dcdddd solid;
    border-radius: 6px;
}

/*教师分享*/
.experience{
    width: 100%;
    margin-top: 15px;
    overflow: hidden;
}
.experience ul{
    position: relative;
}
.ex_item{
    float: left;
    width: 240px;
    height: 290px;
    color: #333;
    padding: 18px 14px 10px 14px;
    margin-right: 21px;
    border: 1px #9f81ff solid;
    background-color: #fff;
}
.ex_item:last-child{
    margin-right: 0;
}
.ex_name{
    width: 100%;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
}
.ex_school{
    width: 100%;
    text-align: center;
    font-size: 16px;
}
.ex_icon{
    margin-top: 12px;
}
.ex_item .ex_text{
    width: calc(100% - 12px);
    height: 140px;
    min-height: 140px;
    margin: 6px auto;
    padding: 10px 6px;
    font-size: 15px;
    line-height: 24px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    line-clamp: 6;
    -webkit-box-orient: vertical;
    text-overflow: -o-ellipsis-lastline;
    background: url(../images/images_index/icon_07.png) no-repeat;
    background-size: 16px auto;
}
.ex_more{
    width: 84px;
    height: 32px;
    line-height: 32px;
    color: #333;
    margin: 0 auto;
    margin-top: 12px;
    border-radius: 10px;
    background:url("../images/images_index/icon_x.png") no-repeat;
    background-size: 14px 12px;
    background-position: right center;
}

.ex_modal{
    width: 100%;
    color: #333;
}
.ex_modal .ex_text{
    width: calc(100% - 12px);
    font-size: 15px;
    line-height: 28px;
    padding: 8px 10px;
    min-height: 196px;
    padding-top: 7px;
    margin: 10px auto;
    background: url(../images/images_index/icon_07.png) no-repeat;
    background-size: 16px auto;
}

.footer_bm{
    width: 193px;
    height: 50px;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 18px;
    margin: 0 auto;
    margin-top: 32px;
    letter-spacing: 3px;
    border: 1px #fff solid;
    background-color: #694bda;
}
.footer_bm a{
    width: 100%;
    color: #fff;
}

/*footer*/
.footer{
    background: #3e344f;
    width: 90%;
    padding: 20px 5%;
    margin-top: 30px;
    font-size: 14px;
    border-bottom: 8px #33116d solid;
}
.f_main{
    width: 100%;
    color: #fff;
}
.f_main a{
    color:#fff;
}
.f_left{
    width: 100%;
    text-align: left;
}
.f_qq{
    line-height: 30px;
    padding-left: 32px;
    margin-bottom: 10px;
    background: url("../images/images_index/icon_qun.png") no-repeat;
    background-size: 21px auto;
    background-position: left 5px;
}
.f_tel{
    line-height: 30px;
    padding-left: 32px;
    background: url("../images/images_index/icon_tel.png") no-repeat;
    background-size: 21px auto;
    background-position: left 5px;
}
.f_tel span{
    display: inline-block;
    width: 100%;
    font-size: 13px;
    color: #fff;
}
.f_center{
    margin-top: 10px;
}
.f_right{
    float: left;
    width: 150px;
    text-align: center;
}
.finfo li div{
    color:#fff;
    margin-bottom: 10px;
}
.finfo li img{
    position: relative;
    bottom: 2px;
}
/*tab*/
.footer_tab{
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 6px 0;
    background-color: #fff;
    border-top: 1px #dcdddd solid;
}
.tab_item{
    float: left;
    width: 25%;
    line-height: 24px;
    text-align: center;
    font-size: 13px;
}
.tab_item a{
    color: #333;
}
.tab_item img{
    width: 22px;
}

/*float*/
.fix_float{
    position: fixed;
    right: 0;
    top:390px;
    z-index: 20;
    width: 80px;
    height: 255px;
    font-size: 12px;
    background: url("../images/images_index/float_bg.png") no-repeat;
    background-size: 100% 100%;
}
.pc_bm{
    width: 100%;
    height: 21px;
    text-align: center;
    margin-top: 28px;
    padding-top: 32px;
}
.notic_qun{
    width: 100%;
    height: 21px;
    text-align: center;
   margin-top: 11px;
    padding-top: 32px;
}
.wei{
    width: 100%;
    height: 21px;
    text-align: center;
	 margin-top: 36px;
    padding-top: 32px;
}

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