.lunbo {
    width: 100%;
    height: 100vh;
    overflow: hidden;
}

.lunbo .swiper-slide {
    width: 100%;
    height: 100vh;
}

.lunbo .lunbo-image {
    width: 100%;
    height: 100vh;
    object-fit: cover;
    display: block;
}

.lunbo .swiper-pagination {
    display: none;
}

.toachieve-box {
    position: absolute;
    height: 54vh;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    background: linear-gradient(to bottom, transparent, #511A31);
}

.toachieve-box .toachieve-image {
    width: 44vw;
    aspect-ratio: 277 / 67;
    display: block;
    margin: 0 auto;
}

.section .section-header {
    position: relative;
    max-width: 1100px;
    margin: 0 auto;
}

.section .title-1 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 68px;
    color: #FFFFFF;
    font-style: italic;
    opacity: 0.1;
}

.section .title-2 {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 26px;
    color: #FFFFFF;
    position: absolute;
    bottom: 10px;
    left: 0;
}

.section-header.center .title-1 {
    width: 100%;
    text-align: center;
}

.section-header.center .title-2 {
    width: 100%;
    text-align: center;
}

.section .section-body {
    max-width: 1100px;
    margin: 0 auto;
}

.section-header .more-box {
    position: absolute;
    right: 0;
    bottom: 20px;
}

.section-header .more-box a {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 16px;
    color: #FFFFFF;
}

.section-header .more-box a:hover {
    font-weight: 600;
}

.section .game-image {
    width: 100%;
    aspect-ratio: 600 / 169;
    display: block;
    padding: 50px 0;
    box-sizing: content-box;
}

.section.bg-1 {
    background: linear-gradient(0deg, #6F181D 0%, #511A31 64%);
}

.section.bg-2 {
    background: linear-gradient(135deg, #66040C 0%, #511A31 64%, #F7866F 100%);
}

.section.bg-3 {
    background: linear-gradient(90deg, #762D3E 0%, #71223D 100%);
}

.article-list {
    display: flex;
    flex-wrap: wrap;
    gap: 50px;
    padding: 50px 0;
}

.article-list .article {
    width: calc((100% - 50px) / 2);
    box-sizing: border-box;
    padding-left: 286px;
    position: relative;
    height: 131px;
}

.article-list .article .article-image {
    width: 276px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    aspect-ratio: 184 / 87;
    border-radius: 18px;
}

.article-list .article-title {
    font-family: Microsoft YaHei;
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 28px;
}

.article-list .article-desc {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 15px;
    color: #FFFFFF;
    line-height: 28px;
    margin-top: 10px;
}

.center-texts {
    font-family: Microsoft YaHei;
    font-weight: 300;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 25px;
    text-align: center;
    padding: 50px 0;
}