<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

.banner {
    position: relative;
}
.banner .gp-img-responsive {
    padding-bottom: 28.65%;
}
.banner .gp-img-responsive img:hover{
    opacity: 1;
}

.content{ }

.flex{
    display: flex;
    display: -ms-flexbox;
    justify-content: space-between;
}
.modeTil{
    justify-content: space-between;
}
.modeTil &gt; *{
    line-height: 30px;
}
.modeTil .title{
    padding-left: 37px;
    background: url(../2024blssimages/til_icon.png) no-repeat left center;
}
.modeTil .more{
    color: #999;
}
.row01{
    margin-top: 60px;
}
.row01 .gp-img-responsive{
    padding-bottom: 56.25%;
}
.row01 .gp-img-responsive img:hover{
    opacity: 1;
}
.row01 .imgBox{ width: 800px;}
.row01 .slick-dots{ position: absolute; bottom: 20px; right: 30px;z-index: 1; display: flex;}
.row01 .slick-dots li{ margin-top: 0; margin-left: 20px; width: 10px; height: 10px; border-radius: 50%;background: #f81717; opacity: 0.4; transition: all 0.35s ease;}
.row01 .slick-dots li.slick-active{ opacity: 1;}
.row01 .slick-dots button{ display: none;}
.row01 .modeCon{
    width: 570px;
}
.row01 .modeList{
    padding-top: 10px;
}
.row01 li{
    margin-top: 30px;
    transition: all 0.35s ease;
}
.row01 .modeCon li:hover{
    transform: translateX(6px);
}
.row01 .title{
    line-height: 1;
}
.row01 .date{
    flex-shrink: 0;
    margin-top: 18px;
    line-height: 14px;
    font-family: 'Optima';
    color: #e59dc0;
    padding-left: 20px;
    background: url(../2024blssimages/new_date.png) no-repeat center left;
    padding-right: 30px;
}
.row01 .modeList i{
    flex: 1;
    position: relative;
}
.row01 .modeList i::before{
    content: '';
    display: block;
    width: 100%;
    height: 1px;
    background: #e5e5e5;
    position: absolute;
    left: 0;
    bottom: 5px;
}
.row01 .modeList i::after{
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    border: 1px solid #e5e5e5;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 2.5px;
    z-index: 1;
}

/* row02 */
.row02{
    margin-top: 60px;
}
.row02 .date{
    font-family: 'Optima';
    color: #999;
}
.dynamics{
    width: 398px;
}
.dynamics .modeList{
    padding-top: 10px;
}
.dynamics .modeList li{
    margin-top: 30px;
    padding-left: 17px;
    position: relative;
    transition: all 0.35s ease;
}
.dynamics .modeList li:hover{
    transform: translateX(6px);
}
.dynamics .modeList li::before{
    content: '';
    width: 2px;
    height: 100%;
    background: #e59dc0;
    position: absolute;
    left: 0;
    top: 0;
}
.dynamics .title{
    line-height: 1;
}
.dynamics .date{
    line-height: 16px;
    margin-top: 15px;
}
.ranking{
    width: 550px;
    padding: 20px 20px 28px;
    background: url(../2024blssimages/ranking_list.png) no-repeat center top;
    background-size: 100% auto;
}
.ranking .title,
.ranking .more{
    color: #fff;
}
.ranking .modeCon{
    margin-top: 20px;
    border-radius: 15px 15px 0 0;
    overflow: hidden;
}
.ranking .modeCon .boxTil{
    background: url(../2024blssimages/ranking_tilbg.png) no-repeat center/cover;
    padding-right: 30px;
}
.ranking .boxTil{ }
.ranking .boxTil .lable{
    color: #482938;
    padding: 20px 30px;
}
.ranking .lable .name{
    line-height: 1;
}
.ranking .lable .cur-ranking{
    line-height: 1;
    margin-top: 12px;
}
.ranking .lable .cur-ranking span{
    color: #f81717;
    display: inline-block;
    padding: 0 10px;
}
.ranking .boxTil .medal{
    padding-top: 15px;
    margin-right: 40px;
}
.ranking .boxTil .medal:last-child{
    margin-right: 0;
}
.ranking .boxTil .medal .name{
    color: #c8b34f;
    line-height: 1;
}
.ranking .boxTil .medal .num{
    text-align: center;
    margin-top: 10px;
    width: 32px;
    min-height: 32px;
    background: url(../2024blssimages/gold_icon.png) no-repeat center top;
    padding-top: 5px;
    box-sizing: border-box;
    line-height: 1;
}
.ranking .boxTil .gold .num{
    color: #a38432;
    background: url(../2024blssimages/gold_icon.png) no-repeat center top;
}
.ranking .boxTil .silver .num{
    color: #7d7d98;
    background: url(../2024blssimages/silver_icon.png) no-repeat center top;
}
.ranking .boxTil .bronze .num{
    color: #a38432;
    background: url(../2024blssimages/bronze_icon.png) no-repeat center top;
}
.ranking .modeList{
    background: #fff;
    line-height: 1;
}
.ranking .modeCon dt,
.ranking .modeCon dd{
    padding: 0 30px;
}
.ranking .modeCon dd.on{
    background: url(../2024blssimages/ranking_cur.png) no-repeat center/cover;
}
.ranking .modeCon dt span{
    color: #999;
    display: inline-block;
    padding: 15px 0;
}
.ranking .modeCon dt span:nth-of-type(2){ min-width: 182px;}
.ranking .modeCon dd span{
    display: inline-block;
    padding: 15px 0;
}
.ranking .modeCon dd span:nth-of-type(1){
    color: #d81e06;
    min-width: 33px;
    text-align: center;
}
.ranking .modeCon dd span:nth-of-type(2){
    min-width: 182px;
}
.ranking .modeCon dd span:nth-of-type(3){
    color: #d8bd28;
    min-width: 18px;
    text-align: center;
}
.ranking .modeCon dd span:nth-of-type(4){
    color: #8a8abd;
    min-width: 18px;
    text-align: center;
}
.ranking .modeCon dd span:nth-of-type(5){
    color: #d79a30;
    min-width: 18px;
    text-align: center;
}
.ranking .modeCon dd span:nth-of-type(6){
    width: 32px;
    text-align: center;
}
.ranking .modeCon dd span i{
    display: inline-block;
    width: 16px;
    height: 11px;
    margin-right: 10px;
}
.ranking .modeCon dd span i img{ width: 100%; height: 100%;}


.elements{
    width: 412px;
}
.elements .modeCon{
    margin-top: 30px;
}
.elements .modeListTil{ background: #efa8c8; border-radius: 10px 10px 0 0; line-height: 44px; color: #fff; padding-left: 25px; padding-right: 30px;}
.elements .modeList{ padding-top: 20px;}
.elements .modeList li{ line-height: 1; margin-bottom: 30px;}
.elements .modeList li:last-child{ margin-bottom: 0px;}
.elements .modeList a{ display: block; padding-bottom: 25px; border-bottom: 1px solid #e5e5e5;}
.elements .modeList .time{ color: #efa8c8; padding-right: 18px; border-right: 2px solid #dadada; letter-spacing: 3px;}
.elements .modeList .title{ flex: 1; padding-left: 14px;}
.elements .modeList .course{ width: 56px; line-height: 24px; border-radius: 5px; background-color: #efa8c8; color: #fff; text-align: center;margin-right: 34px;}
.elements .modeList .course.end{ background-color: #e5e5e5;}
.elements .modeList .detailRow{ margin-top: 18px; align-items: flex-start;}
.elements .modeList .scoreBox{ flex: 1; line-height: 16px;}
.elements .modeList .scoreBox &gt; .flex{ margin-top: 12px;}
.elements .modeList .scoreBox &gt; .flex:first-child{ margin-top: 0px;}
.elements .modeList .scoreBox .peo{ padding-left: 26px;background: url(../2024blssimages/peo.png) no-repeat center left;color: #666;}
.elements .modeList .scoreBox .score{ color: #999;}
.elements .modeList .victory .score{ color: #333;}

/* row03 */
.row03{ margin-top: 60px;}
.project{ padding: 0 40px; margin-top: 40px; position: relative;}
.project .slick-arrow ,.pro-slider2 .slick-arrow{ position: absolute;top: 0;height: 100%;width: 40px;border: none; font-size: 0;z-index: 1;
    background: rgba(0, 0, 0, 0.25) url(../2024blssimages/item_arrow.png) no-repeat center;}
.project .slick-prev,.pro-slider2 .slick-prev{ right: 100%;}
.project .slick-next ,.pro-slider2 .slick-next{ left: 100%; transform: rotateZ(180deg);}
.pro-slider,.pro-slider2{ padding: 0 45px;}
.pro-slider a,.pro-slider2 a{ display: block; margin: 0 45px;}
.pro-slider a .gp-img-responsive{ padding-bottom: 100%;}
.pro-slider2 a .gp-img-responsive{ padding-bottom: 100%;}
.pro-slider .name,.pro-slider2 .name{ text-align: center; color: #666; margin-top: 10px;}
.pro-slider2 .name{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    white-space: normal;
    }   


/* row04 */
.row04{ margin-top: 60px; margin-bottom: 80px;}
.row04 ul{
    /* margin: 30px -15px 0; */
}
.row04 ul li{
    width: 25%;
}
.row04 ul a{
    display: block;
    margin: 0 15px;
}
.row04 ul .gp-img-responsive{
    padding-bottom: 56.25%;
}

</pre></body></html>