@media only screen and (max-width: 1000px) {
  body {
    background: #1c2128;
    overflow-x: hidden;
  }

  .mobile_show {
    display: block !important;
  }

  .pc_show {
    display: none !important;
  }

  .top_bar {
    padding: 0 0.2rem 0 0.1rem;
  }
  .top_bar .btn_menu {
    width: 0.6rem;
    height: 100%;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/menu.png) no-repeat 50% 50%/0.4rem 0.31rem;
  }
  .top_bar .top_right {
    margin-left: auto;
  }
  .top_bar .top_right .bgm {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/bgm.png) no-repeat 50% 50%/0.46rem 0.46rem;
  }
  .top_bar .top_right .bgm.off::after {
    width: 0.4rem;
    left: 0.08rem;
    top: 0.12rem;
  }

  .mobile_menu {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 50;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/menu_bg.jpg) no-repeat 50% 50%/cover;
    display: none;
  }
  .mobile_menu .close {
    position: absolute;
    right: 0.4rem;
    top: 0.4rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/m_close.png) no-repeat 50% 50%/0.37rem 0.37rem;
    width: 0.6rem;
    height: 0.6rem;
  }
  .mobile_menu .menu_con {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    width: 100%;
    height: 100%;
  }
  .mobile_menu .logo {
    width: 3.19rem;
    height: 1.37rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/logo1.png) no-repeat 50% 50%/3.19rem 1.37rem;
  }
  .mobile_menu .logo a {
    display: block;
    width: 100%;
    height: 100%;
  }
  .mobile_menu .nav {
    width: 100%;
    margin: 10% 0 8%;
    border-top: 0.03rem solid rgba(255, 255, 255, 0.1);
  }
  .mobile_menu .nav li {
    border-bottom: 0.03rem solid rgba(255, 255, 255, 0.1);
  }
  .mobile_menu .nav li a {
    display: block;
    height: 1.5rem;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #c5c5c5;
    text-decoration: none;
    font-size: 0.52rem;
    position: relative;
  }
  .mobile_menu .nav li a span {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%;
    position: relative;
    transition: 0.5s;
    z-index: 5;
  }
  .mobile_menu .nav li a span::before, .mobile_menu .nav li a span::after {
    width: 0.1rem;
    height: 0.1rem;
    background: #cdae6d;
    transform: rotate(45deg);
    content: "";
    opacity: 0;
    transition: 0.5s;
  }
  .mobile_menu .nav li a::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: "";
    z-index: 1;
    opacity: 0;
    transition: 0.5s;
    background: linear-gradient(180deg, transparent 20%, rgba(205, 173, 109, 0.34));
  }
  .mobile_menu .nav li a::after {
    position: absolute;
    width: 3.2rem;
    height: 0.08rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/nav_line.png) no-repeat 0 0/3.2rem 0.08rem;
    content: "";
    bottom: 0;
    left: 0;
    z-index: 2;
    transition: 0.5s;
    opacity: 0;
  }
  .mobile_menu .nav li.active {
    background: linear-gradient(180deg, transparent, rgba(205, 175, 109, 0.1) 100%);
  }
  .mobile_menu .nav li.active::before, .mobile_menu .nav li.active::after {
    opacity: 1;
  }
  .mobile_menu .nav li.active span {
    background: linear-gradient(180deg, #cdae6d 10%, #d9c18a 90%);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 0.58rem;
  }
  .mobile_menu .nav li.active span::before, .mobile_menu .nav li.active span::after {
    margin: 0 0.2rem;
    opacity: 1;
  }
  .mobile_menu .sns {
    display: flex;
    justify-content: space-evenly;
    align-items: center;
    flex-wrap: wrap;
    box-sizing: border-box;
    padding: 0 0.7rem;
  }
  .mobile_menu .sns a {
    display: flex;
    width: 1.8rem;
    flex-direction: column;
    color: #999999;
    font-size: 0.26rem;
    text-decoration: none;
    text-align: center;
    margin-bottom: 0.4rem;
  }
  .mobile_menu .sns a .ico {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 0.9rem;
  }
  .mobile_menu .sns a .ico .ico_svg {
    fill: #999999;
  }
  .mobile_menu .sns a .ico svg {
    width: 30%;
    height: auto;
  }

  .next_tip {
    bottom: 0.5rem;
  }

  .page1 {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/bg.jpg) no-repeat 50% 50%/cover;
  }
  .page1 .lines {
    display: none;
  }
  .page1 .logo {
    width: 1.61rem;
    height: 0.57rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/logo.png) no-repeat 50% 50%/1.61rem 0.57rem;
    transform: translate(-50%, -4.4rem);
  }
  .page1 .slogan {
    width: 7.28rem;
    height: 2.18rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/slogan.png) no-repeat 50% 50%/7.28rem 2.18rem;
    transform: translate(-50%, -4.1rem);
  }
  .page1 .slogan::after {
    display: none;
  }
  .page1 .btn_play {
    width: 2.1rem;
    height: 1.98rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/btn_play.png) no-repeat 50% 50%/2.1rem 1.98rem;
    margin-top: -2.1rem;
    margin-left: -0.96rem;
  }
  .page1 .btns {
    flex-direction: column;
    transform: translate(-50%, 1.3rem);
    bottom: auto;
    top: 50%;
  }
  .page1 .btns .btn {
    margin-bottom: 0.4rem;
    font-size: 0.43rem;
    width: 3.79rem;
    height: 1.14rem;
  }
  .page1 .btns .btn_sub {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/btn_sub.png) no-repeat 50% 50%/3.79rem 1.14rem;
    color: #1e2a47;
  }
  .page1 .btns .btn_test {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/btn_test.png) no-repeat 50% 50%/3.79rem 1.14rem;
    color: #3f3029;
  }

  .page2 {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/bg1.jpg) no-repeat 50% 50%/cover;
  }
  .page2 .bg {
    display: none;
  }
  .page2 .news_sec {
    width: 100%;
    height: 100%;
    position: static;
    margin: 0;
    transform: none;
    box-sizing: border-box;
    display: flex;
    padding: 2rem 0.7rem 1.5rem;
    flex-direction: column;
  }
  .page2 .news_sec .tabs {
    position: absolute;
    top: 1.2rem;
    left: 0.7rem;
  }
  .page2 .news_sec .tabs .tab {
    width: 2.2rem;
    height: 0.6rem;
    font-size: 0.36rem;
  }
  .page2 .news_sec .tabs .tab::after {
    height: 0.3rem;
    margin-top: -0.15rem;
  }
  .page2 .news_sec .tabs .tab.active span {
    font-size: 0.42rem;
  }
  .page2 .news_sec .tabs .tab.active::before {
    background-size: 1.73rem auto;
    width: 1.73rem;
  }
  .page2 .news_sec .news_con {
    height: 100%;
  }
  .page2 .news_sec .news_con .news_wrap {
    height: 100%;
  }
  .page2 .news_sec .news_con .news_items {
    display: flex;
    flex-direction: column;
  }
  .page2 .news_sec .news_con .news_item {
    width: 100%;
    height: 4.6rem;
    margin: 0;
  }
  .page2 .news_sec .news_con .news_item a {
    box-sizing: border-box;
  }
  .page2 .news_sec .news_con .news_item a .view {
    height: 3.4rem;
    box-sizing: border-box;
  }
  .page2 .news_sec .news_con .news_item a .view::after {
    opacity: 1;
  }

  .page3 {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/bg2.jpg) no-repeat 50% 50%/cover;
    padding: 0.95rem 0 0;
    box-sizing: border-box;
  }
  .page3 .slides {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: block;
  }
  .page3 .slides .moblie_show {
    position: absolute;
    left: 0.25rem;
    top: 0;
    display: flex;
    z-index: 30;
  }
  .page3 .slides .moblie_show li {
    width: 0.8rem;
    height: 1.88rem;
    margin-right: 0.16rem;
    transform: translateY(-0.36rem);
    position: relative;
  }
  .page3 .slides .moblie_show li::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    transition: 0.3s;
  }
  .page3 .slides .moblie_show li:nth-child(1) {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/tab1.png) no-repeat 50% 100%/0.79rem 1.55rem;
  }
  .page3 .slides .moblie_show li:nth-child(1)::after {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/tab1_on.png) no-repeat 50% 100%/0.8rem 1.88rem;
  }
  .page3 .slides .moblie_show li:nth-child(2) {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/tab2.png) no-repeat 50% 100%/0.79rem 1.55rem;
  }
  .page3 .slides .moblie_show li:nth-child(2)::after {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/tab2_on.png) no-repeat 50% 100%/0.8rem 1.88rem;
  }
  .page3 .slides .moblie_show li:nth-child(3) {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/tab3.png) no-repeat 50% 100%/0.79rem 1.55rem;
  }
  .page3 .slides .moblie_show li:nth-child(3)::after {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/tab3_on.png) no-repeat 50% 100%/0.8rem 1.88rem;
  }
  .page3 .slides .moblie_show li:nth-child(4) {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/tab4.png) no-repeat 50% 100%/0.79rem 1.55rem;
  }
  .page3 .slides .moblie_show li:nth-child(4)::after {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/tab4_on.png) no-repeat 50% 100%/0.76rem 1.88rem;
  }
  .page3 .slides .moblie_show li.active {
    -webkit-filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.5));
    filter: drop-shadow(0 0 0.1rem rgba(0, 0, 0, 0.5));
  }
  .page3 .slides .moblie_show li.active::after {
    top: 0.34rem;
    opacity: 1;
  }
  .page3 .slides .slide {
    position: absolute;
    width: 100%;
    height: 100%;
    padding: 0;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 5;
    transition: opacity 1s;
  }
  .page3 .slides .slide .point {
    overflow: hidden;
  }
  .page3 .slides .slide .point:hover::before {
    opacity: 1;
  }
  .page3 .slides .slide .point:hover::after,
.page3 .slides .slide .point:hover .tooltip {
    display: none;
  }
  .page3 .slides .slide .title {
    display: none;
  }
  .page3 .slides .slide .con {
    width: 100%;
    left: 0;
    height: 100%;
    background: #e7e4dd !important;
    overflow: hidden;
  }
  .page3 .slides .slide .con .view {
    width: auto;
    height: 100%;
    font-size: 0;
    position: relative;
  }
  .page3 .slides .slide .con .view .pic {
    height: 100%;
    position: relative;
    display: block;
    width: auto;
  }
  .page3 .slides .slide .con .view img {
    height: 100%;
    width: auto;
  }
  .page3 .slides .slide.active {
    width: 100%;
    padding: 0;
    left: 0;
    z-index: 10;
    opacity: 1;
  }
  .page3 .slides .slide.active .con {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .page3 .slides .slide1 .point1 {
    margin-top: -16.7vh;
  }
  .page3 .slides .slide2 .point1 {
    margin-top: -16.7vh;
  }
  .page3 .slides .slide3 .point1 {
    margin-top: -16.7vh;
  }
  .page3 .view_tip {
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/drag.png) no-repeat 50% 50%/0.89rem 0.75rem;
    height: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    left: 50%;
    bottom: 0.2rem;
    transform: translateX(-50%);
    z-index: 20;
    white-space: nowrap;
    align-items: flex-end;
    padding-bottom: 0.2rem;
  }
  .page3 .view_tip span {
    font-size: 0.28rem;
    color: #333231;
    margin: 0 0.6rem;
  }

  .pop .pop_close {
    width: 0.44rem;
    height: 0.44rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/pop_close.png) no-repeat 0 0/0.44rem 0.44rem;
    right: -0.2rem;
    top: -0.2rem;
  }
  .pop .pop_con {
    padding: 0.17rem 0.15rem 0.2rem 0.15rem;
  }
  .pop .pop_con::before {
    width: 0.8rem;
    height: 0.16rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/pop_cloud.png) no-repeat 0 0/cover;
    content: "";
    position: absolute;
    left: -0.3rem;
    top: 0.4rem;
  }
  .pop .pop_con::after {
    width: 0.8rem;
    height: 0.16rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/pop_cloud.png) no-repeat 0 0/cover;
    content: "";
    position: absolute;
    right: -0.3rem;
    bottom: 0.4rem;
  }

  .pop_feature .pop_con {
    width: 5.61rem;
    height: 3.43rem;
    background: url(https://game.gtimg.cn/images/ty/act/a20250911lsjs/m/pop_m.png) no-repeat 0 0/5.61rem 3.43rem;
  }
  .pop_feature .des h3 {
    font-size: 0.32rem;
    color: #8e6633;
    padding: 0 0.2rem;
    margin-bottom: 0.1rem;
  }
  .pop_feature .des p {
    padding: 0 0.2rem;
    margin-bottom: 0.1rem;
    color: #72706a;
    font-size: 0.2rem;
    line-height: 1.4;
  }
  .pop_feature .pop_main {
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .pop_feature .pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    font-size: 0;
  }
  .pop_feature .pic img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .pop_video .pop_con {
    width: 100%;
    height: 4.7rem;
    background: #e4e0da;
    padding: 0;
    border: none;
  }
  .pop_video .pop_con::before, .pop_video .pop_con::after {
    display: none;
  }
  .pop_video .pop_close {
    left: 50%;
    top: 5.3rem;
    right: auto;
    margin-left: -0.22rem;
  }
  .pop_video .video_container {
    width: 100%;
    height: 100%;
  }
}