<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.game-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 60px;
    background: rgba(50, 50, 50, 0.70);
    backdrop-filter: blur(7px);
    z-index: 999;
}

.game-header .game-header-main {
    width: 1450px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
}

.game-header .game-header-main .game-header-logo {
    display: flex;
    align-items: center;
}

.game-header .game-header-main .game-header-logo-img {
    position: relative;
    margin-right: 34px;
}

.game-header .game-header-main .game-header-logo-img::after {
    position: absolute;
    right: -17px;
    top: 50%;
    transform: translateY(-50%);
    content: "";
    display: block;
    width: 1px;
    height: 23.046px;
    background-color: #B6B6B6;
}

.game-header .game-header-main .game-header-logo-title {
    color: #FFF;
    font-size: 18.93px;
    font-style: normal;
    font-weight: 480;
    line-height: normal;

}

.game-header .game-header-main .game-header-btn {
    width: 179px;
    height: 42px;
    cursor: pointer;
}

.game-header .game-header-main .game-header-btn img {
    width: 100%;
    height: 100%;
}

.game-partOne {
    width: 100%;
    height: 750px;
    background-image: url('/pcgame/img/game-sec1-bg.webp');
    background-repeat: no-repeat;
    background-size: 2560px 100%;
    background-position: center top;

}


.game-partOne .game-partOne-main {
    width: 1440px;
    height: 100%;
    margin: 0 auto;
    padding-top: 189px;
    box-sizing: border-box;
}

.game-partOne .game-partOne-main .game-partOne-title {
    width: max-content;
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 630;
    line-height: normal;
    position: relative;
}

.game-partOne .game-partOne-main .game-partOne-title::after {
    position: absolute;
    top: -25px;
    right: -120px;
    display: block;
    content: '1äº¿+ç”¨æˆ·';
    width: 136px;
    height: 34px;
    border-radius: 10px 10px 10px 0px;
    background: linear-gradient(90deg, #00FF94 0%, #00D9FF 100%);
    color: #000;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 550;
    line-height: 34px;
}

.game-partOne .game-partOne-main .game-partOne-subtitle {
    color: #FDA10D;
    font-size: 60px;
    font-style: normal;
    font-weight: 630;
    line-height: normal;
    letter-spacing: 0.2rem;
}

.game-partOne .game-partOne-main .game-partOne-desc {
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 630;
    line-height: normal;
    letter-spacing: 0.2rem;
}

.game-partOne .game-partOne-main .game-partOne-desc span {
    color: #00FF94;
    font-size: 60px;
    font-style: normal;
    font-weight: 630;
    line-height: normal;
}


.game-partOne-main .game-partOne-btn {
    width: 384px;
    height: 106px;
    cursor: pointer;
    margin-top: 25.5px;
}

.game-partOne .game-partOne-main .game-partOne-btn img {
    width: 100%;
    height: 100%;
}


.game-partTwo {
    width: 100%;
    height: 900px;
    background-image: url('/pcgame/img/game-sec2-bg.webp');
    background-repeat: no-repeat;
    background-size: 2560px 100%;
    background-position: center top;
}


.game-partTwo .game-partTwo-main {
    width: 1266px;
    height: 100%;
    margin: 0 auto;
    padding-top: 70px;
    box-sizing: border-box;
}

.game-partTwo .game-partTwo-main .game-partTwo-title {
    text-align: center;
    color: #FFF;
    font-size: 60px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;

}

.game-partTwo .game-partTwo-main .game-partTwo-title span {
    color: #FD9100;
    font-size: 60px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;

}

.game-partTwo .game-partTwo-main .game-partTwo-subtitle {
    color: #FFF;
    text-align: center;
    font-size: 40px;
    font-style: normal;
    font-weight: 380;
    line-height: normal;

    margin-top: 14px;
    margin-bottom: 107px;
}

.game-partTwo .game-partTwo-main .game-partTwo-imgBox {
    display: flex;
    justify-content: space-between;
    width: 1266px;
    height: 408.364px;
    flex-shrink: 0;
    position: relative;
}

.game-partTwo .game-partTwo-main .game-partTwo-imgBox img:nth-child(1) {
    width: 529.432px;
    height: 304.966px;
    margin-top: 49.52px;
}

.game-partTwo .game-partTwo-main .game-partTwo-imgBox img:nth-child(2) {
    position: absolute;
    left: 43%;
    bottom: 0;
    transform: translateX(-50%);
}

.game-partTwo .game-partTwo-main .game-partTwo-imgBox img:nth-child(3) {
    width: 708.255px;
    height: 408.364px;
}

.game-partThree {
    width: 100%;
    height: 960px;
    background-image: url('/pcgame/img/game-sec3-bg.webp');
    background-repeat: no-repeat;
    background-size: 2560px 100%;
    background-position: center top;
}

.game-partThree .game-partThree-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1250px;
    height: 100%;
    margin: 0 auto;
    padding-top: 70px;
    box-sizing: border-box;
}

.game-partThree .game-partThree-main .game-partThree-title {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;

    margin-bottom: 229px;
}

.game-partThree .game-partThree-main .game-partThree-title span {
    color: #FD9100;
    font-size: 60px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;

}

.game-partThree .game-partThree-main .game-partThree-list li {
    display: flex;
    align-items: center;
    padding: 10px 20px;
    background: linear-gradient(90deg, #E57A00 0%, rgba(253, 161, 13, 0.00) 100%);
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 550;

    margin-bottom: 15px;
}

.game-partThree .game-partThree-main .game-partThree-list li img {
    margin-right: 10px;
}

.game-partThree .game-partThree-main .game-partThree-box {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-start;
}

.game-partFour {
    width: 100%;
    height: 1361px;
    background-image: url('/pcgame/img/game-sec4-bg.webp');
    background-repeat: no-repeat;
    background-size: 2560px 100%;
    background-position: center top;
}

.game-partFour .game-partFour-main {
    width: 1448px;
    height: 100%;
    margin: 0 auto;
    padding-top: 100px;
    box-sizing: border-box;
}

.game-partFour .game-partFour-main .game-partFour-title {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
    margin-bottom: 105px;
}

.game-partFour .game-partFour-main .game-partFour-title span {
    color: #FD9100;
    font-size: 60px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;

}

.game-partFour .game-partFour-main .game-partFour-moreGames {
    display: flex;
    /* justify-content: center; */
    flex-wrap: wrap;
    margin-bottom: 24px;
}

.game-partFour .game-partFour-main .game-partFour-moreGames a {
    display: inline-block;
    flex-shrink: 0;
    width: 270px;
    margin-right: 24px;
    margin-bottom: 36px;
    cursor: pointer;
}

.game-partFour .game-partFour-main .game-partFour-moreGames a li img {
    width: 100%;
    height: 389px;
}

.game-partFour .game-partFour-main .game-partFour-moreGames a:nth-child(5n+5) {
    margin-right: 0;
}

.game-partFour .game-partFour-main .game-partFour-moreGames-txt {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 380;
    line-height: normal;

    margin-top: 15px;
}


.game-footer {
    padding: 20px 0;
    background: #050505;
}

.game-footer p {
    color: #666;
    font-family: "MiSans VF";
    font-size: 12.028px;
    font-style: normal;
    font-weight: 330;
    text-align: center;
}</pre></body></html>