body{
    overflow-x: hidden;
    overflow-y: auto;
}
main .banner{
    width: 100%;
    height: 686px;
}
main .banner li > div{
    height: 100%;
    box-sizing: border-box;
    padding-top: 168px;
    display: flex;
    flex-flow: column;
    align-items: center;
}
main .banner li h3{
    color: #fff;
    font-size: 48px;
    line-height: 62px;
    font-style: italic;
    margin-bottom: 18px;
}
/* main .banner li.active h3{
    animation: bannerH3 0.3s linear 0s 1 normal forwards;
}
@keyframes bannerH3 {
    0%{transform: translateX(-500px);}
    100%{transform: translateX(0px);}
} */
main .banner li p{
    font-size: 14px;
    line-height: 26px;
    color: #fff;
    text-align: center;
    /* animation: bannerP 0.5s linear 0s 1 normal forwards; */
}
/* @keyframes bannerP {
    0%{transform: translateX(-1000px);}
    100%{transform: translateX(0px);}
} */
main .banner li a{
    margin-top: 34px;
    display: flex;
    align-items: center;
    text-indent: 10px;
    width: 87px;
    height: 27px;
    border: 1px solid #fff;
    box-sizing: border-box;
    border-radius: 5px;
    color: #fff;
    font-size: 12px;
    background: url(../images/icon/goto.png) right 11px center no-repeat;
}
.banner .carousel-indexGroup{
    bottom: 220px;
}
.banner .carousel-indexGroup li{
    width: 18px;
    height: 4px;
    border-radius: 50px;
    background: rgba(255,255,255,0.3);
    margin: 0 6px;
}
.banner .carousel-indexGroup li.active{
    background: #fff;
}

/* 流程 */
.banner-bottom{
    height: 150px;
}
.banner-bottom .flow{
    height: 300px;
    box-shadow: 0 0 20px 1px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 16px;
    transform: translateY(-150px);
    box-sizing: border-box;
    padding: 30px;
}
.banner-bottom .flow.unactive{
    height: 317px;
}
.banner-bottom .flow .top{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 29px;
}
.banner-bottom .flow .top .left h3{
    color: #353535;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 6px;
}
.banner-bottom .flow .top .left p{
    color: #868696;
    line-height: 20px;
    font-size: 14px;
    margin-bottom: 8px;
}
.banner-bottom .flow .top .left .line{
    width: 56px;
    height: 2px;
}
.banner-bottom .flow .top .right a{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 196px;
    height: 50px;
    color: #fff;
    border-radius: 6px;
}
.banner-bottom .flow .top .right a.unactive{
    background: linear-gradient( 270deg, #C3C3C3 0%, #DADADA 100%);
    box-shadow: 0px 10px 18px 0px rgba(157,157,157,0.6);
}
.banner-bottom .flow ul{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.banner-bottom .flow ul li{
    width: 148px;
    height: 155px;
    background: url(../images/bg/flow.png) center center / 100% 100% no-repeat;
    display: flex;
    flex-flow: column;
    align-items: center;
    position: relative;
}
.banner-bottom .flow ul li{
    flex: 1;
    margin: 0 4px;
}
.banner-bottom .flow ul li + li{
    margin-left: 50px;
}
.banner-bottom .flow.unactive ul li{
    height: 164px;
}
.banner-bottom .flow ul li + li::before{
    content: "";
    display: block;
    width: 36px;
    height: 36px;
    background: url(../images/icon/segement.png) center center / 150% auto no-repeat;
    position: absolute;
    left: -43px;
    top: 50%;
    transform: translateY(-50%);
}
.banner-bottom .flow ul li + li.active::before{
    background: url(../images/icon/segement_active.png) center center / 100% auto no-repeat;
}
.banner-bottom .flow ul li em{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 76px;
    height: 26px;
    color: #fff;
    background: rgb(49, 89, 237);
    font-weight: bold;
    border-radius: 0 0 10px 10px;
}
.banner-bottom .flow ul li i{
    display: block;
    width: 29px;
    height: 33px;
    margin-top: 18px;
    background-size: 100% auto;
    background-repeat: no-repeat;
}
.banner-bottom .flow ul li:nth-child(1) i{background-image: url(../images/icon/flow1.png);}
.banner-bottom .flow ul li:nth-child(2) i{background-image: url(../images/icon/flow2.png);}
.banner-bottom .flow ul li:nth-child(3) i{background-image: url(../images/icon/flow3.png);}
.banner-bottom .flow ul li:nth-child(4) i{background-image: url(../images/icon/flow4.png);}
.banner-bottom .flow ul li:nth-child(5) i{background-image: url(../images/icon/flow5.png);}
.banner-bottom .flow ul li:nth-child(6) i{background-image: url(../images/icon/flow6.png);}
.banner-bottom .flow ul li p{
    color: #353535;
    margin-top: 11px;
    font-weight: bold;
}
.banner-bottom .flow ul li span{
    font-size: 12px;
    color: #6F6F6F;
    margin-top: 8px;
}
.banner-bottom .flow ul li span + span{
    margin-top: 0;
}
.news{
    margin-top: 50px;
}
.news .top{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 30px;
}
.news h2{
    font-size: 30px;
    line-height: 45px;
    color: #3159ED;
    margin-bottom: 6px;
}
.news p{
    font-size: 14px;
    color: #666666;
}
.news-list{
    display: flex;
    justify-content: space-between;
}
.race-list{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    grid-column-gap: 0px;
    grid-row-gap: 10px;
    margin-bottom: 20px;
}
.news .title{
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .title h3{
    color: #353535;
    font-size: 16px;
    position: relative;
    text-indent: 10px;
    line-height: 16px;
}
.news .title h3::before{
    content: "";
    display: block;
    width: 4px;
    height: 16px;
    background: linear-gradient(#2E59EE #F161A7);
    border-radius: 4px;
    position: absolute;
    left: 0;
    top: 0;
}
.news .title a{
    color: #3159ED;
    font-size: 14px;
    padding-right: 10px;
    background: url(../images/icon/more.png) right center no-repeat;
}
.news-content{
    background: #F7F7FE;
    border-radius: 8px;
    box-sizing: border-box;
    padding: 20px;
    width: 590px;
    height: 368px;
}
.news-update ul li{
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #ECEDF0;
}
.news-update ul li:first-child{
    padding-top: 0;
}
.news-update ul li:last-child{
    border-bottom: none;
}
.news-update ul li .date{
    flex: 0 0 auto;
    width: 52px;
    height: 52px;
    background-color: #BCACDE;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: column;
    margin-right: 10px;
}
.news-update ul li .date p{
    font-size: 22px;
    color: #FFFFFF;
    line-height: 22px;
}
.news-update ul li .date span{
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
}
.news-update ul li .text{
    width: calc(100% - 62px);
    display: flex;
    flex-flow: column;
    justify-content: center;
}
.news-update ul li .text p{
    width: 100%;
    color: #353535;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
}
.news-update ul li .text span{
    display: block;
    width: 100%;
    line-height: 22px;
    color: #999999;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    overflow: hidden;
}
.news .topping{
    display: flex;
    justify-content: space-between;
}
.news .topping .left{
    position: relative;
    margin-right: 20px;
}
.news .topping .left img{
    width: 246px;
    height: 138px;
}
.news .topping .left .date{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-flow: column;
    position: absolute;
    left: 14px;
    top: 0;
    width: 52px;
    height: 48px;
    background: url(../images/icon/index_news.png) center center / 100% 100% no-repeat;
}
.news .topping .left .date p{
    color: #fff;
    font-size: 22px;
    line-height: 22px;
}
.news .topping .left .date span{
    color: #FFFFFF;
    font-size: 10px;
    line-height: 14px;
}
.news .topping .text{
    margin-right: auto;
}
.news .topping .text p{
    font-weight: 600;
    font-size: 16px;
    color: #353535;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow:ellipsis;
    margin-bottom: 12px;
    margin-top: 10px;
}
.news .topping .text span{
    font-size: 14px;
    color: #999999;
    line-height: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    text-overflow:ellipsis;
}
.news .news-content .carousel{
    height: 170px;
    margin-top: 15px;
}
.news .news-content .carousel li .item{
    padding: 15px 0;
    border-bottom: 1px solid #ECEDF0;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news .news-content .carousel li p{
    font-size: 14px;
    color: #353535;
    line-height: 20px;
    position: relative;
    text-indent: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 4px;
    width:80%;
}
.news .news-content .carousel li p::before{
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    background: #3C59E9;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.news .news-content .carousel li span{
    color: #999999;
}
.news .news-content .carousel .item:last-child{
    border-bottom: none;
}
.news .news-content .carousel .carousel-indexGroup{
    bottom: 0;
}
.news .news-content .carousel .carousel-indexGroup li{
    background: #000000;
    opacity: 0.1;
    width: 8px;
    height: 8px;
    margin: 0 4px;
}
.news .news-content .carousel .carousel-indexGroup li.active{
    background: #000000;
    opacity: 0.6;
}
.race-list .news-content{
    height: auto;
}

/* 历届优秀作品 */
.works{
    margin-top: 50px;
    height: 400px;
    background: url(../images/bg/index_works.png) top center / 100% 50% no-repeat;
}
.works h2{
    padding-top: 50px;
    font-size: 30px;
    color: #FFFFFF;
    line-height: 45px;
    text-align: center;
}
.works .top{
    padding-top: 6px;
    position: relative;
}
.works .top p{
    font-size: 14px;
    color: #FFFFFF;
    line-height: 20px;
    text-align: center;
}
.works .top a{
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    font-size: 14px;
    color: #FFFFFF;
    line-height: 21px;
}
.works .list{
    padding-top: 22px;
    padding-left: 20px;
    position: relative;
}
.works .list::after{
    content: "";
    display: block;
    width: 1px;
    height: 173px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../images/bg/index_works_line.png) center center / 100% 100% no-repeat;
}
.works .list ul{
    display: flex;
    transition: 0.5s;
}
.works .list ul li{
    flex: 0 0 auto;
    width: 317px;
    height: 132px;
    margin-right: 20px;
    border-radius: 16px;
    background: #fff;
    box-shadow: 0px 10px 24px 0px rgba(0,0,0,0.04);
    box-sizing: border-box;
    padding: 20px;
}
.works .list ul li .name{
    display: flex;
    align-items: center;
    position: relative;
}
.works .list ul li .name h3{
    font-weight: 600;
    font-size: 18px;
    color: #353535;
    line-height: 24px;
    margin-right: 10px;
}
.works .list ul li .name span{
    display: block;
    width: 56px;
    height: 17px;
    background: url(../images/bg/index_works_name.png) center center / 100% 100% no-repeat;
    color: #5677f0;
    font-size: 12px;
    line-height: 17px;
    text-indent: 7px;
}
.works .list ul li .name i{
    display: block;
    width: 55px;
    height: 21px;
    position: absolute;
    right: -20px;
    top: 50%;
    transform: translateY(-50%);
    font-weight: 400;
    font-size: 12px;
    color: #FFFFFF;
    border-radius: 50px 0 0 50px;
    text-align: center;
    line-height: 21px;
}
.works .list ul li .position{
    margin-top: 6px;
    padding-bottom: 14px;
    border-bottom: 1px solid #EDEDED;
}
.works .list ul li .position p{
    font-size: 14px;
    color: #666666;
    line-height: 20px;
}
.works .list ul li .work{
    padding-top: 13px;
}
.works .list ul li .work p{
    font-size: 14px;
    color: #3159ED;
    line-height: 20px;
}
.works .time-line{
    margin-top: 30px;
    display: flex;
    align-items: center;
    position: relative;
}
.works .time-line::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #EDEDED;
    top: 50%;
    left: 0;
    position: absolute;
    z-index: -1;
}
.works .time-line ul {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.works .time-line ul li{
    height: 36px;
}
.works .time-line ul li:last-child{
    flex: 0 0 auto!important;
}
.works .time-line ul li span{
    display: flex;
    justify-content: center;
    align-items: center;
    background: #EEEEEE;
    font-size: 14px;
    color: #999999;
    height: 100%;
    width: 70px;
    border-radius: 18px;
    /* transition: 0.3s; */
    cursor: pointer;
}
.works .time-line ul li span.active,
.works .time-line ul li span:hover{
    color: #fff;
    background: linear-gradient(to right,#2E59EE,#F161A7);
}
.works .time-line button{
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: -2px;
}
.works .time-line button.prev{
    left: -92px;
    background: url(../images/icon/index_prev.png) center center / 100% 100%;
}
.works .time-line button.next{
    right: -92px;
    background: url(../images/icon/index_next.png) center center / 100% 100%;
}

/* 大赛嘉宾 */
.guests{
    background: #F7F7FE;
    padding-bottom: 70px;
    /* margin-top: 50px; */
}
.guests .layout > .top{
    display: flex;
    flex-flow: column;
    align-items: center;
    margin-bottom: 30px;
    position: relative;
}
.guests .layout > .top .more{
    position: absolute;
    right: 0;
    top: 60px;
}
.guests .layout > .top .more a{
    font-weight: 400;
    font-size: 14px;
    color: #3159ED;
}
.guests .layout > .top h2{
    padding-top: 50px;
    font-size: 30px;
    line-height: 45px;
    color: #3159ED;
    margin-bottom: 6px;
}
.guests .layout > .top p{
    font-size: 14px;
    color: #666666;
}
.guests .list{
    padding-top: 40px;
    display: flex;
    justify-content: space-between;
}
.guests .list .left img{
    display: block;
    width: 263px;
    height: 346px;
    margin-right: 29px;
}
.guests .list .right{
    display: flex;
    flex-flow: column;
    justify-content: space-between;
}
.guests .list .right .name{
    display: flex;
    align-items: center;
}
.guests .list .right .name h3{
    font-size: 30px;
    color: #353535;
    line-height: 45px;
    margin-right: 15px;
}
.guests .list .right .name span{
    border: 1px solid #3159ED;
    padding: 3px 20px;
    font-size: 12px;
    color: #3159ED;
    line-height: 20px;
    border-radius: 50px;
}
.guests .list .right .descript{
    padding-top: 30px;
}
.guests .list .right .descript p{
    font-size: 14px;
    color: #666666;
    line-height: 22px;
}
.guests .list .right .bottom{
    display: flex;
}
.guests .list .right .bottom ul{
    display: flex;
    align-items: center;
}
.guests .list .right .bottom ul li{
    margin-right: 22px;
}
.guests .list .right .bottom ul li a{
   display: block;
   width: 151px;
   height: 151px;
   position: relative; 
}
.guests .list .right .bottom ul li a img{
    width: 100%;
    height: 100%;
}
.guests .list .right .bottom ul li a span{
    display: block;
    width: 151px;
    height: 32px;
    line-height: 32px;
    background: linear-gradient(#2E59EE 0%, rgba(241,97,167,0.75) 100%);
    border-radius: 0px 0px 16px 16px;
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    text-align: center;
}
.guests .list .right .bottom .more{
    display: block;
    width: 47px;
    height: 151px;
    background: url(../images/icon/index_guests_more.png) center 100px no-repeat;
    background-color: rgba(88,127,255,0.15);
    box-sizing: border-box;
    padding:  45px 9px 0 9px;
}
.guests .list .right .bottom .more a{
    font-size: 14px;
    color: #3159ED;
    line-height: 16px;
}
.guests .guests-list ul{
    display: flex;
}
.guests .guests-list li{
    width: 216px;
    margin-right: 30px;
}
.guests .guests-list li:nth-child(5n){
    margin-right: 0;
}
.guests .guests-list li img{
    width: 216px;
    height: 250px;
    object-fit: cover;
    border-radius: 16px;
    margin-bottom: 20px;
}
.guests .guests-list li h4{
    font-weight: bold;
    font-size: 30px;
    color: #353535;
    margin-bottom: 10px;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.guests .guests-list li p{
    font-weight: 400;
    font-size: 14px;
    color: #3159ED;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.pop{
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    align-items: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.6);
    z-index: 999;
}
.pop.show{
    display: flex;
    animation: pop-show 0.3s linear 0s 1 normal forwards;
}
@keyframes pop-show {
    0%{display: none;opacity: 0;}
    100%{display: flex;opacity: 1;}
}
.pop-main{
    width: 455px;
    height: 263px;
    background: #fff;
    border-radius: 10px;
    display: flex;
    flex-flow: column;
    align-items: center;
    box-sizing: border-box;
    padding-top: 48px;
}

.pop-main i{
    display: block;
    width: 46px;
    height: 46px;
    background: url(../images/icon/icon_failed.png) center center / 100% 100% no-repeat;
    margin-bottom: 20px;
}
.pop-main p{
    font-weight: 500;
    font-size: 20px;
    color: #353535;
    margin-bottom: 49px;
}
.pop-main button{
    width: 88px;
    height: 42px;
    background: #3159ED;
    color: #fff;
    border-radius: 5px;
}
.apply-main p{
    margin-top:10px;
    margin-bottom: 0px;
}
.button-group {
    display: flex;
    gap: 20px; /* 按钮间距 */
    margin-top: 30px; /* 与上方内容的间距 */
    margin-bottom: 49px;
}
.button-group #save{
    background: #fff;
    color: #3159ED;
    border: 1px #3159ED solid ;
}