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

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

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

.monsterHunter.header .header-main .header-logo div {
    width: 325px;
    height: 60px;
}

.monsterHunter.header .header-main .header-logo div img {
    width: 100%;
    height: 100%;
}

.monsterHunter.header .header-main .header-logo p {
    color: #FFF;
    text-align: center;
    font-family: "MiSans VF";
    font-size: 23px;
    font-style: normal;
    font-weight: 380;
    line-height: normal;
    text-transform: uppercase;
    margin-left: 20px;
}

.monsterHunter.header .header-main .header-btn {
    width: 150px;
    height: 40px;
    cursor: pointer;
}

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

}

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

.monsterHunter-partOne .monsterHunter-partOne-main {
    width: 1288px;
    height: 100%;
    margin: 0 auto;
    padding-top: 156px;
    box-sizing: border-box;
    position: relative;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-txt1 {
    /* text-shadow: 0px 0px 10px #000; */
    font-family: "Dream Han Serif CN";
    font-size: 60px;
    font-style: normal;
    font-weight: 725;
    line-height: normal;
    text-transform: uppercase;
    background: linear-gradient(180deg, #FFE46D 0%, #FF9500 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    /* -webkit-text-stroke: 0.5px #000; */
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-txt2 {
    display: flex;
    align-items: center;
    color: #FFF;
    font-family: "Dream Han Serif CN";
    font-size: 38px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 26px;
    margin-bottom: 40px;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-txt2 img {
    margin: 0 20px;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-txt3 {
    width: 528px;
    height: 66px;
    background-image: url('/monster/img/monsterHunter-sec1-txtbg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    color: #FFF;
    font-family: "Dream Han Serif CN";
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    text-transform: uppercase;
    padding: 18px 26px;
    box-sizing: border-box;

}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-ul {
    display: flex;
    margin-top: 39px;
    margin-bottom: 35.29px;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-ul li {
    margin-right: 33.06px;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-ul li:last-child {
    margin-right: 0;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-ul li div:nth-child(1) {
    color: #EA3323;
    /* font-family: MiSans; */
    font-size: 33.064px;
    font-style: normal;
    font-weight: 550;
    line-height: 31.742px;
    /* 96% */
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-ul li div:nth-child(1) span {
    color: #EA3323;
    /* font-family: MiSans; */
    font-size: 15.871px;
    font-style: normal;
    font-weight: 550;
    line-height: normal;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-ul li:last-child div:nth-child(1) {
    color: #00FF94;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-ul li:last-child div:nth-child(1) span {
    color: #00FF94;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-ul li div:nth-child(2) {
    color: #FFF;
    font-family: MiSans;
    font-size: 16.836px;
    font-style: normal;
    font-weight: 380;
    line-height: normal;
    opacity: 0.7;
}

.monsterHunter-partOne .monsterHunter-partOne-main .monsterHunter-partOne-btn {
    width: 254px;
    height: 115px;
    cursor: pointer;
}

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

.monsterHunter-partOne-imgBox {
    width: 742px;
    height: 581px;
    background-image: url('/monster/img/monsterHunter-sec1-imgBoxBg.png');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    position: absolute;
    top: 263px;
    right: -80px;
}

.monsterHunter-partOne-imgBox img:nth-child(1) {
    position: absolute;
    top: -10px;
    left: -20px;
    animation: upAndDown 2s 0.5s infinite;
}

.monsterHunter-partOne-imgBox img:nth-child(2) {
    position: absolute;
    top: -104px;
    right: 131px;
    animation: upAndDown 2s infinite;
}

.monsterHunter-partOne-imgBox img:nth-child(3) {
    position: absolute;
    top: 290px;
    left: 230px;
    animation: upAndDown 2s 1.5s infinite;
}

.monsterHunter-partOne-imgBox img:nth-child(4) {
    position: absolute;
    top: 310px;
    left: 360px;
    animation: upAndDown 2s 0.1S infinite;
}

.monsterHunter-partOne-imgBox img:nth-child(5) {
    position: absolute;
    top: 157px;
    right: 122px;
    animation: upAndDown 2s 0.5S infinite;
}

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

.monsterHunter-partTwo .monsterHunter-partTwo-main {
    width: 1390px;
    height: 100%;
    margin: 0 auto;
    padding-top: 40px;
    box-sizing: border-box;
}

.monsterHunter-partTwo .monsterHunter-partTwo-main .monsterHunter-partTwo-main-txt1 {
    color: #FFF;
    text-align: center;
    font-size: 60px;
    font-style: normal;
    font-weight: 725;
    line-height: normal;
}

.monsterHunter-partTwo .monsterHunter-partTwo-main .monsterHunter-partTwo-main-txt1 span {
    color: #01FE93;
    font-size: 60px;
    font-style: normal;
    font-weight: 725;
    line-height: normal;
}

.monsterHunter-partTwo .monsterHunter-partTwo-main .monsterHunter-partTwo-main-txt2 {
    color: #FFF;
    text-align: center;
    font-family: "Dream Han Serif CN";
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 4px;
    margin-top: 18px;
    margin-bottom: 82px;
}

.monsterHunter-partTwo .monsterHunter-partTwo-main .monsterHunter-partTwo-imgBox {
    display: flex;
    position: relative;
}

.monsterHunter-partTwo .monsterHunter-partTwo-main .monsterHunter-partTwo-imgBox img:nth-child(1) {
    width: 593px;
    height: 342px;
    margin-top: 33.22px;
    margin-right: 89px;
    flex-shrink: 0;
}

.monsterHunter-partTwo .monsterHunter-partTwo-main .monsterHunter-partTwo-imgBox img:nth-child(2) {
    width: 221px;
    height: 221px;
    position: absolute;
    left: 38%;
    top: 103px;
    flex-shrink: 0;
}

.monsterHunter-partTwo .monsterHunter-partTwo-main .monsterHunter-partTwo-imgBox img:nth-child(3) {
    width: 708px;
    height: 408px;
    flex-shrink: 0;
}

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

.monsterHunter-partThree .monsterHunter-partThree-main {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
    padding-top: 73px;
    box-sizing: border-box;
    position: relative;
}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-main-txt1 {
    color: #FFF;
    text-align: center;
    font-family: "Dream Han Serif CN";
    font-size: 60px;
    font-style: normal;
    font-weight: 725;
    line-height: normal;
}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-main-txt1 span {
    color: #01FE93;
    font-family: "Dream Han Serif CN";
    font-size: 60px;
    font-style: normal;
    font-weight: 725;
    line-height: normal;
}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-imgBox {
    width: 662px;
    height: 413.812px;
    position: absolute;
    top: 316px;
    left: 360px;
}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-imgBox-item h3 {
    color: #FFF;
    font-family: "Dream Han Serif CN";
    font-size: 18px;
    font-style: normal;
    font-weight: 725;
    line-height: normal;
    margin-bottom: 5px;
}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-imgBox-item p:nth-child(2) {
    color: #FFF;
    font-family: MiSans;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    opacity: 0.7;

}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-imgBox-item1 {
    width: 409px;
    height: 194px;
    background-image: url('/monster/img/monsterHunter-sec3-imgItem1.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 40px 40px 80px 165px;
    box-sizing: border-box;
    position: absolute;
    top: -90px;
    left: -215px;
}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-imgBox-item2 {
    width: 529px;
    height: 205px;
    background-image: url('/monster/img/monsterHunter-sec3-imgItem2.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 90px 40px 40px 285px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    left: -478px;
}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-imgBox-item3 {
    width: 448px;
    height: 178px;
    background-image: url('/monster/img/monsterHunter-sec3-imgItem3.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 40px 40px 210px;
    box-sizing: border-box;
    position: absolute;
    bottom: -10px;
    left: -392px;
}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-imgBox-item4 {
    width: 380px;
    height: 158px;
    background-image: url('/monster/img/monsterHunter-sec3-imgItem4.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 50px 40px 40px 130px;
    box-sizing: border-box;
    position: absolute;
    top: 60px;
    right: -149px;

}

.monsterHunter-partThree .monsterHunter-partThree-main .monsterHunter-partThree-imgBox-item5 {
    width: 478px;
    height: 212px;
    background-image: url('/monster/img/monsterHunter-sec3-imgItem5.png');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center top;
    padding: 60px 40px 40px 230px;
    box-sizing: border-box;
    position: absolute;
    bottom: 15px;
    right: -195px;
}

.monsterHunter-partFour {
    width: 100%;
    /* height: 2283px; */
    background-image: url('/monster/img/monsterHunter-sec4-bg.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center top;
    padding-top: 66px;
    box-sizing: border-box;
    margin-top: -1px;
}

.monsterHunter-partFour .monsterHunter-partFour-main {
    width: 1200px;
    /* height: 100%; */
    margin: 0 auto;
    padding-bottom: 30px;
    box-sizing: border-box;
}

.monsterHunter-partFour .monsterHunter-partFour-txt {
    color: #01FE93;
    text-align: center;
    font-family: "Dream Han Serif CN";
    font-size: 60px;
    font-style: normal;
    font-weight: 725;
    line-height: normal;

}

.monsterHunter-partFour .monsterHunter-partFour-txt span {
    color: #FFF;
    text-align: center;
    font-family: "Dream Han Serif CN";
    font-size: 60px;
    font-style: normal;
    font-weight: 725;
    line-height: normal;
}

.monsterHunter-partFour .blizzard-partFour-news a li p:nth-child(2) {
    color: #FFF;
}

.monsterHunter-partFour .blizzard-partFour-news li p:nth-child(3) {
    color: #FFF;
    opacity: 1;
}

.monsterHunter-partFour .blizzard-partFour-news li p:nth-child(4) {
    color: rgba(255, 255, 255, 0.6);
}

.monsterHunter-partFive {
    width: 100%;
    height: 1052px;
    background-image: url('/monster/img/monsterHunter-sec5-bg.webp');
    background-size: 2560px 1052px;
    background-repeat: no-repeat;
    background-position: center top;
    box-sizing: border-box;
    margin-top: -1px;
}

.monsterHunter-partFive .monsterHunter-partFive-main {
    width: 1310px;
    height: 100%;
    margin: 0 auto;
    padding-top: 36px;
    box-sizing: border-box;
}

.monsterHunter-partFive .monsterHunter-partFive-main .monsterHunter-partFive-txt1 {
    color: #FFF;
    text-align: center;
    font-family: "Dream Han Serif CN";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 71px;
}

.monsterHunter-partFive .monsterHunter-partFive-main .monsterHunter-partFive-txt1 span {
    color: #01FE93;
    font-family: "Dream Han Serif CN";
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.monsterHunter-partFive .monsterHunter-partFive-main .monsterHunter-partFive-hotGames {
    display: flex;
    flex-wrap: wrap;
}

.monsterHunter-partFive .monsterHunter-partFive-main .monsterHunter-partFive-hotGames a {
    display: inline-block;
    flex-shrink: 0;
    width: 246px;
    margin-right: 20px;
    margin-bottom: 40px;
    cursor: pointer;
}

.monsterHunter-partFive .monsterHunter-partFive-main .monsterHunter-partFive-hotGames a li img {
    width: 100%;
    height: 306px;
    border-radius: 8px;
}

.monsterHunter-partFive .monsterHunter-partFive-main .monsterHunter-partFive-hotGames a:nth-child(5n+5) {
    margin-right: 0;
}

.monsterHunter-partFive .monsterHunter-partFive-main .monsterHunter-partFive-hotGames-txt {
    text-overflow: ellipsis;
    text-wrap: nowrap;
    overflow: hidden;
    color: #FFF;
    text-align: center;
    font-family: MiSans;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-top: 18px;
}

.monsterHunter-partFour .monsterHunter-partFour-main .blizzard-partFour-news {
    margin-bottom: 0;
}

.monsterHunter .footer {
    padding: 20px 0;
    text-align: center;
    background: #050505;
    color: #666;
    font-family: "MiSans VF";
    font-size: 12px;
    font-style: normal;
    font-weight: 330;
    line-height: 16px;
}

@keyframes upAndDown {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }

    100% {
        transform: translateY(0);
    }
}</pre></body></html>