<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;
    position: relative;
}

.game-partOne .game-partOne-bg {
    width: 2560px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.game-partOne .game-partOne-bg img {
    width: 2560px;
    height: 100%;
    object-fit: cover;
}

.game-partOne .game-partOne-content {
    width: 100%;
    height: 750px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
}

.game-partOne .game-partOne-content .game-partOne-content-main {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: 1140px;
    height: 100%;
    margin: 0 auto;
    padding-top: 169px;
    box-sizing: border-box;
}

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

.game-partOne .game-partOne-content .game-partOne-content-main .game-partOne-content-subtitle {
    color: #FD9100;
    font-size: 60px;
    font-style: normal;
    font-weight: 630;
    line-height: normal;
    margin-bottom: 7px;
}

.game-partOne .game-partOne-content .game-partOne-content-main .game-partOne-content-desc {
    width: 389px;
    height: 75px;
    background-image: url('/pcgame/ty/img/game-sec1-txtBg.png');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 550;
    line-height: 75px;
    text-align: center;
    margin-bottom: 18px;
}

.game-partOne-content-text {
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 330;
    line-height: normal;
}

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

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


.game-partTwo {
    width: 100%;
    height: 900px;
    background-image: url('/pcgame/ty/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/ty/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: 1033px; */
    background-image: url('/pcgame/ty/img/game-sec4-bg.webp');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
}

.game-partFour .game-partFour-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1450px;
    /* height: 100%; */
    margin: 0 auto;
    padding-top: 115px;
    padding-bottom: 45px;
    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: 99px;
}

.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-list {
    display: flex;
    flex-wrap: wrap;
    width: 1450px;
    margin-bottom: 30px;
}

.game-partFour .game-partFour-main .game-partFour-list a {
    width: 705px;
    height: 180px;
    border-radius: 4px;
    background: #242527;
    overflow: hidden;
    margin-right: 40px;
    margin-bottom: 30px;
    cursor: pointer;
}

.game-partFour .game-partFour-main .game-partFour-list a:nth-child(2n) {
    margin-right: 0;
}

.game-partFour .game-partFour-main .game-partFour-list a li {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
}

.game-partFour .game-partFour-main .game-partFour-list a li .game-partFour-list-left {
    width: 307px;
    height: 180px;
    flex-shrink: 0;
}

.game-partFour .game-partFour-main .game-partFour-list a li .game-partFour-list-left img {
    width: 100%;
    height: 100%;
}

.game-partFour .game-partFour-main .game-partFour-list a li .game-partFour-list-right {
    width: 398px;
    height: 100%;
    padding: 25px 24px 18px 20px;
    box-sizing: border-box;
    flex-shrink: 0;
}

.game-partFour .game-partFour-main .game-partFour-list-right-title {
    width: 100%;
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 450;
    line-height: normal;

}

.game-partFour .game-partFour-main .game-partFour-list-right-desc {
    width: 100%;
    color: #FFF;
    overflow: hidden;
    text-overflow: ellipsis;
    /* display: -webkit-box; å¿…é¡»ç»“åˆçš„å±žæ€§ ï¼Œå°†å¯¹è±¡ä½œä¸ºå¼¹æ€§ä¼¸ç¼©ç›’å­æ¨¡åž‹æ˜¾ç¤º ã€‚  */
    display: -webkit-box;
    /* -webkit-line-clampç”¨æ¥é™åˆ¶åœ¨ä¸€ä¸ªå—å…ƒç´&nbsp;æ˜¾ç¤ºçš„æ–‡æœ¬çš„è¡Œæ•° */
    -webkit-line-clamp: 2;
    /* -webkit-box-orient å¿…é¡»ç»“åˆçš„å±žæ€§ ï¼Œè®¾ç½®æˆ–æ£€ç´¢ä¼¸ç¼©ç›’å¯¹è±¡çš„å­å…ƒç´&nbsp;çš„æŽ’åˆ—æ–¹å¼ ã€‚ */
    /* ä»Žé¡¶éƒ¨å‘åº•éƒ¨åž‚ç›´å¸ƒç½®å­å…ƒç´&nbsp; */
    -webkit-box-orient: vertical;
    font-size: 16px;
    font-style: normal;
    font-weight: 330;
    line-height: 26px;
    /* 162.5% */

    opacity: 0.6;
    margin-top: 13px;
    margin-bottom: 23px;
}

.game-partFour .game-partFour-main .game-partFour-list-right-time {
    display: flex;
    align-items: center;
}

.game-partFour .game-partFour-main .game-partFour-list-right-time img {
    margin-right: 8px;
}

.game-partFour .game-partFour-main .game-partFour-list-right-time-p {
    color: #FFF;
    font-size: 14px;
    font-style: normal;
    font-weight: 330;
    line-height: 26px;
    /* 185.714% */

    opacity: 0.5;
}

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

.game-partFive .game-partFive-main {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 1450px;
    height: 100%;
    margin: 0 auto;
    box-sizing: border-box;
}

.game-partFive .game-partFive-main .game-partFive-top {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 26px;
}

.game-partFive .game-partFive-main .game-partFive-top-more {
    color: #FFF;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 450;


}

.game-partFive .game-partFive-main .game-partFive-top-more-link {
    display: flex;
    align-items: center;
    color: #FD9100;
    font-size: 16px;
    font-style: normal;
    font-weight: 380;
    line-height: 24px;

    cursor: pointer;
}

.game-partFive .game-partFive-main .game-partFive-top-more-link img {
    margin-left: 2px
}

.game-partFive .game-partFive-main .game-partFive-list {
    width: 100%;
    display: flex;
}

.game-partFive .game-partFive-main .game-partFive-list a {
    display: block;
    width: 270.39px;
    height: 430px;
    margin-right: 24px;
    cursor: pointer;
}


.game-partFive .game-partFive-main .game-partFive-list a:last-child {
    margin-right: 0;
}

.game-partFive .game-partFive-main .game-partFive-list a li {
    width: 100%;
    height: 100%;
}

.game-partFive .game-partFive-main .game-partFive-list a li img {
    width: 272px;
    height: 389px;
}

.game-partFive .game-partFive-main .game-partFive-list a li p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    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>