@charset "UTF-8";:root{--primary-color:#bd0606}
#intro-container{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:9999;background-color:#000;opacity:1;visibility:visible;transition:opacity 1s ease,visibility 1s ease;display:flex;justify-content:center;align-items:center}
#intro-container video{width:100%;height:100%;object-fit:cover;position:absolute;top:0;left:0}
#intro-container.fade-out{opacity:0;visibility:hidden}
#fullpage,.header{transition:opacity 1s ease,visibility 1s ease}
#fullpage.fade-in,.header.fade-in{opacity:1!important;visibility:visible!important}
@supports (-webkit-touch-callout:none){#intro-container video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%)}
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){#intro-container video{position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;width:auto;height:auto;transform:translate(-50%,-50%)}
}
.music-control{position:fixed;top:20px;right:20px;z-index:1000}
.music-btn{width:30px;height:30px;border:none;background:0 0;cursor:pointer;padding:0}
.music-btn img{width:100%;height:100%;transition:transform .3s ease}
.music-btn.playing img{animation:rotate 3s linear infinite}
@keyframes rotate{from{transform:rotate(0)}
    to{transform:rotate(360deg)}
}
.header{position:fixed;top:0;left:0;width:100%;height:80px;background:linear-gradient(90deg,rgba(0,0,0,.2) 4%,rgba(225,0,0,.3) 100%),rgba(0,0,0,.4);z-index:1000;display:flex;justify-content:center}
.header-container{width:90%;max-width:2560px;height:100%;display:flex;justify-content:space-between;align-items:center}
.logo{height:60px}
.nav-menu{display:flex;list-style:none}
.nav-menu li{position:relative}
.nav-menu li a{color:#fff;text-decoration:none;font-size:18px;padding:28px 50px;transition:all .3s ease}
.nav-menu li a.active,.nav-menu li a:hover{font-weight:700;background:linear-gradient(0deg,rgba(241,0,0,.62) 0,rgba(247,0,0,.22) 50%,rgba(251,0,0,0) 81%)}
.mobile-menu-btn{display:none}
.mobile-menu{display:none}
#fullpage{position:relative;top:80px}
.section{text-align:center}
.home-section{position:relative;height:calc(100vh - 80px)!important;overflow:hidden}
.home-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;z-index:-1}
.home-content{position:absolute;top:0;left:0;background:rgba(0,0,0,.2);width:100%;height:100%;object-fit:cover}
.home-content-img{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100%;z-index:1;display:flex;justify-content:center;align-items:center;gap:30px}
@keyframes waveLeft{0%{transform:translateX(0) scale(1);opacity:1}
    25%{transform:translateX(-15px) scale(.98);opacity:.9}
    50%{transform:translateX(-30px) scale(.95);opacity:.8}
    75%{transform:translateX(-15px) scale(.98);opacity:.9}
    100%{transform:translateX(0) scale(1);opacity:1}
}
.wave-left{animation:waveLeft 3s cubic-bezier(.4,0,.2,1) infinite;transform-origin:center center;will-change:transform,opacity}
.wave-left:hover{animation-play-state:paused;transform:scale(1.05);transition:transform .3s ease}
@keyframes waveRight{0%{transform:translateX(0) scale(1);opacity:1}
    25%{transform:translateX(15px) scale(.98);opacity:.9}
    50%{transform:translateX(30px) scale(.95);opacity:.8}
    75%{transform:translateX(15px) scale(.98);opacity:.9}
    100%{transform:translateX(0) scale(1);opacity:1}
}
.wave-right{animation:waveRight 3s cubic-bezier(.4,0,.2,1) infinite;transform-origin:center center;will-change:transform,opacity}
.wave-right:hover{animation-play-state:paused;transform:scale(1.05);transition:transform .3s ease}
.arrow,.main-title{object-fit:contain;height:auto;max-width:100%;image-rendering:-webkit-optimize-contrast;image-rendering:crisp-edges}
.home-btn{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);z-index:10;cursor:pointer}
@keyframes bounce{0%,100%,20%,50%,80%{transform:translateY(0)}
    40%{transform:translateY(-20px)}
    60%{transform:translateY(-10px)}
}
.bounce-animation{animation:bounce 2s infinite;transition:all .3s ease}
.bounce-animation:active{transform:scale(.95)}
.bounce-animation.clicked{animation:none;transform:scale(.95) translateY(0);opacity:.8}
.game-section{position:relative;height:calc(100vh - 80px)!important}
.game-section .mask{position:absolute;top:0;left:0;width:100%;height:100%;background-image:url(../images/img/game_mask_bg.png);background-size:cover;background-position:center;transition:transform 1s ease-in-out;transform:translateX(0);opacity:1;z-index:10}
.game-section .game-container{width:100%;height:100%;position:absolute;left:0;top:0}
.game-section .swiper{position:relative;width:100%;height:100%}
.game-section .swiper-bg{position:absolute;width:100%;height:100%;z-index:1;background:#000000;background-size: cover; }
.game-section .swiper-bg-item{width:100%;height:100%;background-size:cover;background-position:center;opacity:0;transition:opacity .5s ease-in-out;position:absolute;top:0;left:0; filter: grayscale(100%);}
.game-section .swiper-bg-item.active{opacity:0.1!important}
.game-section .swiper-title{position:absolute;top:15%;left:0;width:100%;height:100%;text-align:left;z-index:2}
.game-section .swiper-title-item{transition:opacity .5s ease-in-out;position:absolute;top:0;left:0;width:454px;height:85px;opacity:0;font-family:YouSheBiaoTiHei;font-size:44px;font-weight:400;display:flex;flex-direction:column;justify-content:center;padding:15px 0 26px 120px;gap:48px;background:linear-gradient(270deg,rgba(149,0,0,0) 0,rgba(241,0,0,.8) 100%)}
.game-section .swiper-title-item.active{opacity:1!important;transform:translateX(0)}
.game-section .view-more{position:absolute;width:100%;top:19%;z-index:2}
.game-section .view-more a{font-size:22px;font-weight:500;color:#fff;text-align:right;margin:0 50px 40px 0;display:block}
.game-section .game-swiper{position:absolute;left:0;top:22%;width:100%;height:auto;overflow:hidden;z-index:2;position:relative;padding:116px 0}
.game-section .game-swiper::after{content:'';position:absolute;bottom:0;left:0;width:100%;height:116px;pointer-events:none;z-index:3}
.game-section .game-swiper .swiper-wrapper{display:flex;align-items:center;height:457px}
.game-section .game-swiper .swiper-slide{width:calc(100% / 9);text-align:center;cursor:pointer;position:relative;overflow:visible;transition:all .3s ease;z-index:1;transform-origin:center center;height:100%;display:flex;justify-content:center;align-items:center;filter:grayscale(100%)}
.game-section .game-swiper .swiper-slide.active{transform:translate(0,-30px);z-index:2;position:relative;filter:grayscale(0)}
.game-section .game-swiper .swiper-slide.active::before{content:'';position:absolute;top:-116px;left:0;width:100%;height:116px;background:linear-gradient(to top,rgba(241,0,0,.2) 0,rgba(0,0,0,0) 100%);pointer-events:none;z-index:1}
.game-section .game-swiper .swiper-slide.active::after{content:'';position:absolute;bottom:-116px;left:0;width:100%;height:216px;background:linear-gradient(to bottom,rgba(241,0,0,.2) 0,rgba(0,0,0,0) 100%);pointer-events:none;z-index:1}
.game-section .game-swiper .swiper-slide img{max-width:100%;height:100%;min-height:457px; min-width:214px;display:block;transition:all .3s ease;object-fit:cover}
.game-section .swiper-slide .default-img{opacity:1;transition:opacity .3s ease;width:100%;height:100%;object-fit:cover}
.game-section .game-btn{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);z-index:10;cursor:pointer}
.game-section .game-footer{position:absolute;bottom:0;left:50%;transform:translateX(-50%);z-index:9;width:100%;display:flex;justify-content:center;align-items:flex-end}
.game-section .game-footer img{width:100%;height:auto;display:block;position:absolute;transition:opacity .3s ease}
.game-section .footer-default{opacity:1}
.game-section .footer-hover{opacity:0}
.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.85);display:none;justify-content:center;align-items:center;z-index:1000;opacity:0;transition:opacity .5s cubic-bezier(.4,0,.2,1)}
.modal-overlay.active{opacity:1}
.modal-container{position:relative;width:51%;max-width:1310px;height:800px;transform:scale(.8) translateY(30px);opacity:0;transition:all .5s cubic-bezier(.4,0,.2,1)}
.modal-overlay.active .modal-container{transform:scale(1) translateY(0);opacity:1}
.game-detail{display:none;opacity:0;transform:translateY(20px);transition:all .5s cubic-bezier(.4,0,.2,1);width:100%;height:100%;background-size:100% 100%}
.game-detail.active{display:block;opacity:1;transform:translateY(0)}
.modal-close{position:absolute;top:20px;right:20px;background:0 0;border:none;color:#fff;font-size:28px;cursor:pointer;padding:5px 10px;transition:all .3s cubic-bezier(.4,0,.2,1)}

.game-detail-container{width:100%;background:rgba(0,0,0,.5);position:absolute;bottom:0;padding:30px 0 30px 45px;display:flex;justify-content:space-between;align-items:flex-end}
.game-detail-container-content{flex:1;display:flex;flex-direction:column;justify-content:space-between;gap:10px}
.game-detail-container-content h1{font-size:40px;font-weight:700;color:#fff}
.game-detail-container-content .tag span{border-radius:50px;background:rgba(255,255,255,.2);color:#fff;font-size:14px;padding:3px 10px}
.game-detail-container-content p{font-family:Source Han Sans;font-size:12px;letter-spacing:.11em;color:#fff}
.game-detail-container-button a{width:100%;height:100%;cursor:pointer}
.game-detail-container-button>a>img{width:241px;height:50px}
.news-section{width:100%;height:100vh;position:relative;z-index:0;background-image:url(../images/img/news_bg.png);background-size:cover}
.news_bg{position:absolute;z-index:1;right:0;top:100px;height:calc(100% - 100px);opacity:0;transform:translateY(100%);transition:all 1s ease}
.news_bg.animate{opacity:1;transform:translateY(0)}
.news_bg img{height:100%}
.news-section .wrap{width:100%;height:calc(100% - 80px);position:absolute;z-index:2;left:0;top:80px}
.news-section .wrap .main{width:66%;position:absolute;left:50%;top:46%;opacity:0;transform:translate(-50%,100%);transition:all 1s ease}
.wrap .main.animate{transform:scale(1);opacity:1;transform:translate(-50%,-50%);-webkit-transform:translate(-44.5%,-50%);-ms-transform:translate(-50%,-50%)}
.main_content{display:flex;flex-direction:column;gap:50px}
.news_header{display:flex;justify-content:space-between;align-items:center;padding-right:155px}
.news_title{display:flex;align-items:center;gap:15px}
.news_title p{color:#fff;text-transform:uppercase;margin:0;font-size:80px}
.news-section .more_btn{display:inline-block;color:#fff;text-decoration:none;font-size:22px;padding:0 15px;line-height:32px;text-align:center}
.news_more{margin-left:auto}
.news_more .more_btn:hover{display:inline-block;background:linear-gradient(90deg,var(--primary-color) 50%,#610404 100%);-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);padding:0 10px}
.news_more .more_btn span{color:#fff;font-size:16px}
.news_more .more_btn:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-ms-transform:scale(1.05)}
.news_list{display:flex}
.news_list_left{display:flex;flex-direction:column;justify-content:space-between;gap:15px}
.news_list_left img{width:629px;height:380px;display:block;transition:transform .5s ease;-webkit-transition:transform .5s ease;-moz-transition:transform .5s ease;-ms-transition:transform .5s ease;-o-transition:transform .5s ease}
.news_list_left_img{width:629px;height:380px;overflow:hidden;border-radius:10px}
.news_list_left img:hover{transform:scale(1.05);-webkit-transform:scale(1.05);-ms-transform:scale(1.05)}
.news_list_title p{color:#fff;font-size:30px;font-weight:500;line-height:55px;text-align:left;display:-webkit-box;-webkit-line-clamp:1;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:left}
.news_list_title p:hover{color:#ff4949}
.news_list_subtitle p{color:#ccc;font-size:16px;margin:0;line-height:23px;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:justify;width:629px}
.news_list_right{flex:1;gap:20px;display:flex;flex-direction:column;justify-content:space-between}
.news_item{display:flex;justify-content:space-between;align-items:center;cursor:pointer}
.news_item_content{flex:1;height:100%;display:flex;flex-direction:column;justify-content:space-between;padding:0 0 10px 0}
.news_item_tips{width:100px;font-size:20px;text-align:center;color:#fff;border-radius:25px;background:#ad0000;line-height:29px;padding:0 5px}
.news_item_title{color:#fff;width:340px;font-size:30px;font-weight:500;display:-webkit-box;-webkit-line-clamp:2;line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;text-align:left}
.news_item_title:hover{color:#ff4949}
.news_item_date{color:#fff;font-size:16px;text-align:left}
.news_item_img{overflow:hidden;flex-shrink:0;flex:.6;height:auto;width:276px;height:157px;margin:0 10px 10px 10px;border-radius:5px}
.news_item_img img{width:100%;height:100%;border-radius:5px;object-fit:cover;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}
.news_item_img img:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1)}
.news_swiper{display:flex;align-items:center;justify-content:space-between;gap:25px}
.news_swiper{flex:1;gap:25px;display:flex;justify-content:space-between;align-items:center}
.news_swiper img{flex:1;overflow:hidden;cursor:pointer;transition:all .3s ease;-webkit-transition:all .3s ease;-moz-transition:all .3s ease;-ms-transition:all .3s ease;-o-transition:all .3s ease}
.news_swiper img:hover{transform:scale(1.1);-webkit-transform:scale(1.1);-ms-transform:scale(1.1)}
.news-section .news-btn{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);z-index:10;cursor:pointer}
.news-section .news-footer{position:absolute;bottom:0;left:50%;z-index:9;width:100%;display:flex;justify-content:center;align-items:flex-end;opacity:0;transform:translate(-50%,100%);transition:all 1s ease}
.news-section .news-footer.animate{opacity:1;transform:translate(-50%,0)}
.news-section .news-footer img{width:100%;height:auto;display:block;position:absolute}
.about-section{width:100%;height:100vh;position:relative;z-index:0;background-image:url(../images/img/news_bg.png);background-size:cover}
.about-section .about-section_bg{position:absolute;z-index:1;right:0;top:100px;height:calc(100% - 100px)}
.about-section .about-section_bg img{height:100%}
.about_logo .about-chuangtian img{position:absolute!important;top:-260px!important;right:-200px}
.about_logo .about-chuangtian.animate{animation:flip90 .5s cubic-bezier(.4,0,.2,1) forwards}
.about_logo .chuangtian-stories img:nth-child(1){position:absolute;left:-300px;top:-200px}
.about_logo .chuangtian-stories img:nth-child(2){position:absolute;right:-300px;top:-200px}
.about_logo .chuangtian-stories img:last-child.animate{animation:flip90 .5s cubic-bezier(.4,0,.2,1) forwards}
.about_logo .about-chuangtian,.about_logo .chuangtian-stories img:last-child{backface-visibility:hidden;will-change:transform}
@keyframes flip90{0%{transform:rotateY(0);opacity:1}
    50%{opacity:.8}
    100%{transform:rotateY(90deg);opacity:.6}
}
.about_logo .chuangtian-stories{display:flex;justify-content:space-between;align-items:center;position:relative}
.about_logo .about-chuangtian,.about_logo .chuangtian-stories{width:100%;opacity:0;visibility:hidden;transform-style:preserve-3d;backface-visibility:hidden;transition:opacity .3s ease,visibility .3s ease}
.about_logo .about-chuangtian.active,.about_logo .chuangtian-stories.active{opacity:1;visibility:visible}
.about-section .wrap{width:100%;height:calc(100% - 80px);transform:translateY(0);transition:transform .5s ease;position:absolute;z-index:2;left:0;top:80px}
.about-section .wrap .main{width:60%;position:absolute;left:50%;top:46%;transform:translate(-50%,-50%);-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%)}
.about-section .main_content{width:100%;color:#fff}
.about-section-tabs{width:100%}
.tab-header{width:347px;height:51px;display:flex;align-items:center;gap:15px;margin-bottom:80px}
.vertical-bar{width:5px;height:39px;background:#ad0000}
.tab-item{font-size:32px;cursor:pointer;position:relative;transition:all .3s ease;line-height:51px}
.tab-item.active{background-color:var(--primary-color);color:#fff;padding:0 20px}
.tab-content{width:100%}
.tab-content .tab-pane.active{display:block}
.about-title{text-align:left;margin-top:30px}
.about-title h2{font-size:28px;font-weight:400;display:flex;align-items:center;gap:15px;color:#fff;font-weight:700}
.about-title p{width:8px;height:8px;background:#ad0000}
.about-title span{font-size:20px;color:#918888;font-style:italic}
.about-slogan{margin:30px 0}
.about-slogan h1{font-size:130px;text-align:center;font-family:ZIHUN;display:flex;justify-content:space-evenly;align-items:center;font-style:italic}
.about-slogan h1 span{font-size:100px;color:#ad0000;font-family:ZIHUN;font-style:italic}
.about-achievement{margin-bottom:53px}
.about-achievement p,.about-team p{font-size:14px;line-height:2.2;text-align:left}
.highlight{background-color:var(--primary-color)}
.about-footer{width:60%;margin:226px auto 0;font-size:14px;font-weight:300;line-height:1.8;color:#fff}
#chuangtian-stories{cursor:pointer}
.timeline-header p{font-family:YOUSHEBIAOTIHEI;text-align:center;font-size:60px}
.timeline-header p span{color:#ad0000}
.timeline-container{height:740px;width:100%;margin:0 auto;overflow-y:auto;overflow-x:hidden;padding:30px 15px 0;-ms-overflow-style:none;scrollbar-width:none}
.timeline{position:relative}
.timeline::before{content:'';position:absolute;left:50%;top:0;bottom:0;width:2px;background:var(--primary-color);transform:translateX(-50%)}
.timeline-item{position:relative;margin-bottom:40px;width:100%}
.timeline-year{position:absolute;left:50%;top:-40px;transform:translateX(-50%);white-space:nowrap;font-family:YOUSHEBIAOTIHEI;font-size:32px;text-align:center;letter-spacing:normal;color:#fff}
.timeline-year::after,.timeline-year::before{display:none}
.timeline-content{width:50%;padding:0 5%;position:relative}
.timeline-item .timeline-content:nth-child(odd){text-align:right;margin-right:50%}
.timeline-item .timeline-content:nth-child(even){text-align:left;margin-left:50%}
.timeline-item .timeline-content:nth-child(even)::before{left:4px}
.timeline-content::before{content:'';position:absolute;top:50%;right:1px;width:55px;height:1px;background-color:var(--primary-color)}
.timeline-content::after{content:'';position:absolute;top:50%;right:0;transform:translate(50%,-50%);z-index:2}
.timeline-content.single-point::after{width:20px;height:20px;background-image:url(images/img/about_big_point.png)}
.timeline-content.first-point::after{width:20px;height:20px;background-image:url(images/img/about_big_point.png)}
.timeline-content.other-point::after{width:8px;height:8px;background:var(--primary-color);border-radius:50%}
.timeline-content:nth-child(even)::after{left:0;right:auto;transform:translate(-50%,-50%)}
.timeline-year::after{content:'';display:block;width:30px;height:3px;background-color:var(--primary-color);position:absolute;left:50%;bottom:5px;transform:translateX(-50%)}
.timeline-date{font-size:24px;color:#fff;margin:0}
.timeline-text{font-size:16px;margin:5px 0 0 0}
.about-section .main_btn{position:absolute;bottom:5%;left:50%;transform:translateX(-50%);z-index:10}
.about-section .main_btn img{max-width:100%;height:auto}
.about-section .footer_img{position:absolute;bottom:0;left:50%;z-index:9;width:100%;display:flex;justify-content:center;align-items:flex-end;transform:translate(-50%,100%);transition:all 1s ease}
.about-section .footer_img img{width:100%;height:auto;display:block;position:absolute}
.footer-content{position:absolute;bottom:0;left:0;width:100%;background:linear-gradient(180deg,rgba(225,0,0,.81) 0,#ad0000 0,rgba(49,0,0,.81) 100%);color:#fff;z-index:98;transform:translateY(100%);transition:transform .5s ease;height:322px;padding:50px 321px 0 400px;display:flex;justify-content:space-between}
.footer-content.active{transform:translateY(0)}
.about-section.footer-visible .footer_img{transform:translate(-50%,0)}
.about-section.footer-visible .wrap{transform:translateY(-322px)}
.footer-container{display:flex;justify-content:space-between;padding:40px 10%;max-width:1400px;margin:0 auto}
.footer-section{flex:1;padding:0 20px}
.footer-section h3{font-size:20px;margin-bottom:20px;color:#fff;font-weight:700}
.footer-section ul{list-style:none;padding:0}
.footer-section ul li{margin-bottom:10px}
.footer-section ul li a{color:#ccc;text-decoration:none;transition:color .3s ease;-webkit-transition:color .3s ease;-ms-transition:color .3s ease}
.footer-section ul li a:hover{color:#fff}
.footer-logo{display:flex;flex-direction:column;justify-content:center}
.footer-logo img{max-width:150px}
.copyright-information{max-width:1400px;margin:0 auto;padding:10px 20px}
.copyright-information p{font-size:12px;text-align:center;line-height:1.5;margin-bottom:5px}
.footer-view_block{display:flex;flex-direction:column;white-space:nowrap}
.footer-view_block.right{margin-right:400px}
.footer-view_block>p{font-size:18px;color:#fff;margin-bottom:15px;text-align:left}
.footer-view_block>.block-flex{display:flex;flex-wrap:wrap;width:330px}
.footer-view_block>.block-flex>a{font-size:14px;color:#ccc;margin:0 50px 17px 0}
.view-block{display:flex;align-items:center;margin-bottom:14px;font-size:14px;color:#fff;position:relative}
.view-block_img{width:140px;height:140px;text-align:center;padding-top:5px;box-shadow:0 2px 5px 0 rgba(0,0,0,.15);background:#fff;position:absolute;z-index:10;top:-30px;left:100px;display:none}
.trill-img{margin-top:5px}
.footer-content a{color:#ccc;text-decoration:none;transition:color .3s ease;-webkit-transition:color .3s ease;-ms-transition:color .3s ease}
.footer-content a:hover{color:#fff}
.view-block>img{filter:grayscale(100%)}
.view-block:hover>.view-block_img{display:block}
.view-block>img{margin-right:3px}
.footer-view_img{display:flex;flex-direction:column;align-items:flex-end}
.footer-view_img>a{display:inline-block}
.footer-view_img>a:nth-child(2){margin-bottom:10px;background:url(../images/img/shse.png);width:109px;height:50px;margin:21px 0 10px 0}
.footer-view_img>a:nth-child(3){margin-bottom:10px;background:url(../images/img/anquan.png);width:109px;height:38px}
.footer-view_title{text-align:center;font-size:12px;color:#fff;position:absolute;bottom:20px;left:50%;transform:translate(-50%);line-height:1.8}
@media (max-width:1920px){.home-content-img{gap:25px}
    .arrow{width:100px}
    .main-title{width:700px}
    .section-title{font-size:2.3rem}
    .game-section .game-swiper{top:22%;padding:80px 0}
    .game-section .game-swiper::after{height:60px}
    .game-section .game-swiper .swiper-slide.active::before{top:-50px;height:50px}
    .game-section .game-swiper .swiper-slide.active::after{bottom:-50px;height:50px}
    .game-section .swiper-title{top:14%}
    .game-section .view-more{top:22%}
    .game-section .view-more a{font-size:20px;margin:0 40px 30px 0}
    .modal-container{width:51%;height:600px}
    .game-section .game-detail-container-content h1{font-size:24px}
    .game-section .game-detail-container-content p{font-size:12px}
    .news-section .wrap .main{width:75%;top:45%}
    .news-section .main_content{padding-top:30px}
    .news_list_left{gap:11px;height:505px}
    .news_list_right{gap:5px}
    .news_title img{max-width:130px}
    .news-section .news_title p{font-size:50px}
    .news-section .news_list_title p{font-size:24px;line-height:29px}
    .news-section .news_list_subtitle p{font-size:14px}
    .news-section .news_item_tips{width:80px;font-size:16px}
    .news-section .news_item_title{font-size:22px}
    .news-section .news_item_date{font-size:16px}
    .news_swiper{gap:40px}
    .news_more .more_btn span{font-size:20px}
    .about-section .wrap .main{width:70%}
    .about-section .about-section_bg img{height:90%}
    .tab-item{font-size:28px;line-height:45px}
    .about_logo img{max-width:50%}
    .tab-header{margin-bottom:40px}
    .about-title{margin-top:10px}
    .about-achievement{margin-bottom:30px}
    .about-title h2{font-size:16px;gap:10px}
    .about-title span{font-size:14px;font-weight:bold;}
    .about-slogan{margin:10px 0}
    .about-slogan h1{font-size:100px}
    .about-slogan h1 span{font-size:calc(100px - 20px)}
    .timeline-date{font-size:20px}
    .timeline-text{font-size:14px}
    .timeline-container{height:500px}
    .timeline-header p{font-size:56px}
    .timeline-year{font-size:28px}
    .about-footer{margin:20px auto 0}
    .footer-container{padding:20px 10%}
    .footer-content{height:300px}
    .about-section.footer-visible .wrap{transform:translateY(-300px)}
}
@media (max-width:1024px){.nav-menu li a{font-size:16px;padding:30px}
    .home-content-img{gap:20px}
    .arrow{width:80px}
    .main-title{width:500px}
    .home-btn{bottom:8%}
    .section-title{font-size:2rem}
    .game-section .game-section{height:calc(100vh - 60px)!important}
    .game-section .game-swiper{top:35%;padding:40px 0}
    .game-section .game-swiper::after{height:40px}
    .game-section .game-swiper .swiper-slide.active::before{top:-40px;height:40px}
    .game-section .game-swiper .swiper-slide.active::after{bottom:-40px;height:40px}
    .game-section .swiper-title{top:12%}
    .game-section .view-more{top:18%}
    .game-section .view-more a{font-size:18px;margin:0 30px 20px 0}
    .game-section .game-swiper .swiper-slide{width:calc(100% / 5)}
    .game-section .modal-container{width:80%;height:500px}
    .news-section .wrap .main{width:85%}
    .news-section .main_content{gap:50px}
    .news_header{gap:20px}
    .news_title img{max-width:120px}
    .news-section .news_title p{font-size:48px}
    .news_list{gap:20px}
    .news_list_left{gap:35px}
    .news_list_right{gap:12px}
    .news-section .news_list_title p{font-size:20px}
    .news-section .news_list_subtitle p{font-size:14px}
    .news-section .news_item_tips{width:80px;font-size:14px}
    .news-section .news_item_title{font-size:22px}
    .news-section .news_item_date{font-size:11px}
    .news-section .news_swiper{gap:15px}
    .news_bg{-webkit-transform:translateY(100%);-ms-transform:translateY(100%)}
    .news_bg.animate{-webkit-transform:translateY(0);-ms-transform:translateY(0)}
}
@media (max-width:768px){.header{height:60px}
    #fullpage{top:60px}
    .home-section{height:calc(100vh - 60px)!important}
    .nav-menu{display:none}
    .mobile-menu-btn{display:block;font-size:1.5rem}
    .mobile-menu{position:fixed;left:0;width:100%;top:60px;z-index:1001;display:none;overflow:hidden;background:rgba(0,0,0,.8)}
    .mobile-menu.active{display:block;animation:menuFadeIn .4s ease forwards}
    @keyframes menuFadeIn{from{opacity:0;transform:translateY(0)}
        to{opacity:1;transform:translateY(20)}
    }
    .mobile-menu.active ul li{animation:menuItemFadeIn .6s ease forwards;opacity:0;transform:translateY(15px)}
    @keyframes menuItemFadeIn{to{opacity:1;transform:translateY(0)}
    }
    .mobile-menu ul li{margin:15px 0;text-align:center}
    .mobile-menu ul li a{font-size:18px;padding:10px 20px;transition:all .3s ease}
    .mobile-menu ul li a.active,.mobile-menu ul li a:hover{background:linear-gradient(0deg,rgba(241,0,0,.62) 0,rgba(247,0,0,.22) 50%,rgba(251,0,0,0) 81%)}
    .home-content-img{flex-direction:column;gap:15px}
    .arrow{width:60px}
    .main-title{width:350px}
    .section-title{font-size:1.8rem;padding-top:30px}
    .game-section .game-section{height:calc(100vh - 50px)!important}
    .game-section .game-swiper{top:25%;padding:30px 0}
    .game-section .game-swiper::after{height:30px}
    .game-section .game-swiper .swiper-slide.active::before{top:-30px;height:30px}
    .game-section .game-swiper .swiper-slide.active::after{bottom:-30px;height:30px}
    .game-section .game-swiper .swiper-slide{width:calc(100% / 3)}
    .game-section .swiper-title{top:10%}
    .game-section .view-more{top:15%}
    .game-section .view-more a{font-size:16px;margin:0 20px 15px 0}
    .game-section .modal-container{width:95%;height:400px}
    .game-section .game-detail-container-content h1{font-size:20px}
    .game-section .game-detail-container-content p{font-size:12px}
    .news-section .wrap .main{width:92%}
    .news-section .main_content{gap:25px}
    .news_title img{max-width:100px}
    .news-section .news_title p{font-size:36px}
    .news_list{flex-direction:column;gap:15px}
    .news_list_left,.news_list_right{width:100%;gap:10px}
    .news_list_title p{font-size:18px}
    .news_list_subtitle p{font-size:13px}
    .news_item_tips{width:70px;font-size:13px}
    .news_item_title{font-size:20px}
    .news_item_date{font-size:10px}
    .news_swiper{flex-wrap:wrap;gap:10px;justify-content:center}
    .news_swiper img{width:calc(33.33% - 10px)}
    .news_bg{height:calc(100% - 60px);top:60px}
}
@media (max-width:480px){.home-content-img{gap:10px}
    .arrow{width:40px}
    .main-title{width:250px}
    .section-title{font-size:1.5rem}
    .mobile-menu ul li a{font-size:16px}
    .game-section .game-swiper .swiper-slide{width:calc(100% / 2)}
    .game-section .view-more a{font-size:14px;margin:0 15px 10px 0}
    .news-section .wrap .main{width:95%}
    .news_title img{max-width:80px}
    .news_title p{font-size:28px}
    .news_list_title p{font-size:16px}
    .news_list_subtitle p{font-size:12px}
    .news_item_tips{width:60px;font-size:12px}
    .news_item_title{font-size:18px}
    .news_swiper img{width:calc(50% - 10px)}
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.home-video{width:auto;height:auto;min-width:100%;min-height:100%}
    .home-content-img{display:-ms-flexbox;-ms-flex-pack:center;-ms-flex-align:center}
    .arrow,.main-title{width:auto!important;height:auto!important}
    .game-section .game-swiper .swiper-slide img{width:100%;height:auto}
    .news-section .wrap .main{transform:translate(-50%,-50%)}
    .news_list{display:-ms-flexbox;-ms-flex-wrap:wrap}
    .news_swiper{display:-ms-flexbox;-ms-flex-wrap:wrap}
}
_::-webkit-full-page-media,_:future,:root .home-video{object-position:center}
_::-webkit-full-page-media,_:future,:root .home-content-img{gap:2vw}
@supports (-webkit-overflow-scrolling:touch){#intro-container video,.home-video{-webkit-transform:translateZ(0);-webkit-backface-visibility:hidden}
    .game-section .game-swiper{-webkit-transform:translate3d(0,0,0)}
    .animation-element{-webkit-transform:translateZ(0);-webkit-perspective:1000;-webkit-backface-visibility:hidden}
}
@-moz-document url-prefix(){.home-video{transform:scale(1.01)}
    .game-section .game-swiper{transform-style:preserve-3d}
}
@supports (-ms-ime-align:auto){#intro-container video,.home-video{object-fit:cover;font-family:"object-fit: cover"}
    .flex-container{display:-ms-grid;-ms-grid-columns:1fr 1fr 1fr}
}
@media all and (-ms-high-contrast:none),(-ms-high-contrast:active){.flex-container{display:-ms-flexbox;-ms-flex-pack:justify}
    #intro-container video,.home-video{width:auto;height:auto;min-width:100%;min-height:100%;top:50%;left:50%;transform:translate(-50%,-50%)}
    .game-section .game-swiper{-ms-transform:none}
    .header-container{display:-ms-flexbox;-ms-flex-align:center;-ms-flex-pack:justify}
    .animation-element{-ms-transform:none}
}
