.wrapper {
  width: 7.5rem;
  position: relative;
  font-size: 0.22rem;
  line-height: 0.36rem;
  overflow-x: hidden;
}

html, body, .wrapper, .part {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  background-color: #121212 ;
}

.texthide,
.texthide p,
.texthide span {
  font-size: 0;
  line-height: 0;
  text-indent: 9999px;
  overflow: hidden;
}

.part {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  box-sizing: border-box;
  text-align: center;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/bg1.jpg) no-repeat center/cover;
  z-index: 1;
}

.up .part {
  mask: radial-gradient(ellipse at top right, #FFF 0%, #FFF var(--mask-rate1), transparent var(--mask-rate2), transparent 120%);
  -webkit-mask: radial-gradient(ellipse at top right, #FFF 0%, #FFF var(--mask-rate1), transparent var(--mask-rate2), transparent 120%);
}

.down .part {
  mask: radial-gradient(ellipse at bottom right, #FFF 0%, #FFF var(--mask-rate1), transparent var(--mask-rate2), transparent 120%);
  -webkit-mask: radial-gradient(ellipse at bottom right, #FFF 0%, #FFF var(--mask-rate1), transparent var(--mask-rate2), transparent 120%);
}

.part.active {
  z-index: 9;
}

.part.pre {
  z-index: 5;
}

.nav-box {
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: -1px;
  background-color: rgba(0, 0, 0, 0);
  z-index: 97;
  transition: background .3s;
  pointer-events: none;
}

.nav-box.active {
  left: 0;
  background-color: rgba(0, 0, 0, .6);
  pointer-events: all;
}

.logo {
  position: fixed;
  width: 1.09rem;
  height: .35rem;
  left: .3rem;
  top: .35rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/logo.png) no-repeat center/contain;
  transform: translateX(0);
  transition: transform .7s;
  z-index: 5;
}

.nav-tab {
  position: fixed;
  width: .35rem;
  height: .36rem;
  left: .3rem;
  top: .35rem;
  z-index: 5;
  transform: translateX(0rem);
  transition: transform .7s;
  pointer-events: all;
}

.nav-click {
  position: absolute;
  width: 1.1rem;
  height: 1.1rem;
  pointer-events: all;
  z-index: 10;
  top: 0;
  left: 0;
}

.nav-tab::before, .nav-tab::after, .nav-tab i {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: .06rem;
  background-color: #FFF;
}

.nav-tab::before {
  top: 0;
}

.nav-tab::after {
  bottom: 0;
}

.nav-tab i {
  top: 50%;
  margin-top: -.03rem;
}

.logo.hide, .nav-tab.hide {
  transform: translateX(-2rem);
}

.nav-list {
  position: absolute;
  width: 5.15rem;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 4;
  padding-top: 2.5rem;
  box-sizing: border-box;
  background-color: #191919;
  transform: translateX(-5.2rem);
  transition: transform .5s;
}

.active .nav-list {
  transform: translateX(0);
}

.nav-list ul {
  display: block;
  width: 4.4rem;
  height: auto;
  margin: 0 auto;
  padding-left: .12rem;
  box-sizing: border-box;
}

.nav-list li {
  position: relative;
  width: 100%;
  height: .68rem;
  margin-bottom: 0.56rem;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px transparent solid;
}

.nav-list li a {
  display: flex;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.nav-list li span, 
.nav-list li em {
  font-size: .3rem;
  color: #949494;
  /* font-family: 'syh_r'; */
}

.nav-list li em {
  font-family: 'syh_r';
}

.nav-list li.active {
  border-bottom: 1px #fb7523 solid;
}

.nav-list li.active::after {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 2px;
  right: 0;
  bottom: 0;
  background-color: #fb7523;
}

.nav-list li.active span,
.nav-list li.active em {
  color: #fb7523;
}

.instrucetion1 {
  position: fixed;
  width: 6.5rem;
  height: 1rem;
  z-index: 11;
  bottom: .7rem;
  left: 50%;
  margin-left: -3.25rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/active_btn.png) no-repeat center/contain;
}

.instrucetion2 {
  position: fixed;
  width: .48rem;
  height: 1.61rem;
  right: 0;
  top: 1.9rem;
  z-index: 11;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/btn1.png) no-repeat right/contain;
}

.kv-img {
  position: absolute;
  width: 100%;
  top: 1rem;
  opacity: 0;
}

.kv-swiper a {
  position: absolute;
  width: 2.2rem;
  height: 0.7rem;
  top: 3rem;
  left: 4.5rem;
}

.slogan-top {
  position: absolute;
  top: 5.5rem;
  width: 100%;
  height: 1.09rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/slogan_top.png) no-repeat center/contain;
}

.slogan {
  position: absolute;
  top: 6.4rem;
  width: 100%;
  height: 5.83rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/slogan.png) no-repeat center/contain;
  opacity: 0;
}

.next {
  position: absolute;
  width: 100%;
  height: calc(100% - 11.7rem);
  min-height: 2.3rem;
  top: 12rem;
  padding-bottom: 1.7rem;
  box-sizing: border-box;
  z-index: 10;
  pointer-events: none;
}

.next-animate {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  animation: down_animate 1.5s linear infinite;
}

.next p {
  font-size: .24rem;
  color: #ff7724;
  font-family: 'syh_r';
}

.next i {
  display: block;
  width: .15rem;
  height: .145rem;
  border-left: 1px #ff7724 solid;
  border-bottom: 1px #ff7724 solid;
  transform: rotate(-34deg) skewX(24deg);
}

.kv-img {
  animation: opacity_show1 1s ease forwards;
}

.slogan {
  animation: up_show1 1s ease forwards;
  animation-delay: .5s;
}

.next {
  animation: opacity_show1 1s ease forwards;
  animation-delay: 1s;
}

.part1 {
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/bg2.jpg) no-repeat center/cover;
}

.p1-center {
  position: absolute;
  width: 7.07rem;
  height: 7.07rem;
  top: 50%;
  left: 50%;
  margin-left: -3.53rem;
  margin-top: -1.7rem;
  transform: translateY(-50%);
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p1-scroll1.png) no-repeat center/contain;
}

.p1-center canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.86rem;
  height: 7.86rem;
  margin-left: -3.93rem;
  margin-top: -3.93rem;
}

.p1-center .router {
  animation: router1 20s linear infinite;
}

.p1-main1, .p1-main2, .p1-main3 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.p1-main1 h2 {
  position: absolute;
  width: 100%;
  top: 2.2rem;
  height: 1.13rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p1-title1.png) no-repeat center/contain;
  opacity: 0;
  transition: opacity 1s;
}

.p1-main1 p {
  position: absolute;
  width: 100%;
  top: 3.70rem;
  font-size: .28rem;
  line-height: .44rem;
  color: #fb7523;
  font-family: 'syh_r';
  opacity: 0;
  transition: opacity 1s;
}

.p1-main1.active h2, .p1-main1.active p {
  animation: up_show1 1s ease forwards;
  animation-delay: .8s;
}

.active .p1-main1 p {
  animation-delay: 1s;
}

.p1-main2 {
  opacity: 0;
  transition: opacity 1.2s;
}

.p1-main2.active {
  opacity: 1;
}

.p1-scroll-bg1 {
  position: absolute;
  width: 5.16rem;
  height: 5.17rem;
  top: 50%;
  left: 50%;
  margin-top: -2.58rem;
  margin-left: -2.58rem;
  z-index: 5;
  pointer-events: none;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p1-scroll2.png) no-repeat center/contain;
}

.p1-scroll-data {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s;
}

.p1-scroll-data.active {
  opacity: 1;
  z-index: 5;
}

.p1-icon2 {
  position: absolute;
  width: 4.82rem;
  height: 4.82rem;
  top: 50%;
  left: 50%;
  margin-top: -2.4rem;
  margin-left: -2.41rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p1-center2.png) no-repeat center/contain;
}

.p1-icon1 {
  position: absolute;
  width: 5.98rem;
  height: 5.21rem;
  top: 50%;
  left: 50%;
  margin-top: -2.55rem;
  margin-left: -2.9rem;
  /* background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p1-center1.png) no-repeat center/contain; */
}

.p1-icon1 img {
  position: absolute;
  width: 3rem;
  height: 3rem;
  top: 50%;
  left: 50%;
  margin-top: -1.5rem;
  margin-left: -1.5rem;
}

.p1-icon2 a {
  position: absolute;
  width: 1rem;
  height: 1rem;
  top: 50%;
  left: 50%;
  margin-top: -.5rem;
  margin-left: -.5rem;
}

.p1-icon2 a span {
  position: absolute;
  top: 1.15rem;
  left: 50%;
  transform: translateX(-50%);
  font-size: .3rem;
  color: #fb7523;
  line-height: .3rem;
  font-family: 'syh_r';
  white-space: nowrap;
}

.p1-main2 .desc {
  position: absolute;
  width: 100%;
  top: 6.8rem;
  text-align: center;
}

.p1-main2 .desc h3 {
  font-size: .3rem;
  color: #FFF;
  line-height: .3rem;
  font-family: 'syh_b';
  padding-bottom: .22rem;
}

.p1-main2 .desc p {
  font-size: .28rem;
  color: #fb7523;
  line-height: .44rem;
  font-family: 'syh_r';
}

.part2 {
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/bg3.jpg) no-repeat center/cover;
}

.p2-mask {
  position: absolute;
  width: 100%;
  height: 100vh;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.7) url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-mask.png) no-repeat center/cover;
  background-size: auto 100%;
}

.p2-mask-tip1 {
  position: absolute;
  top: 50%;
  left: 50%;
  width: .72rem;
  height: .55rem;
  margin-top: -19vh;
  margin-left: -.36rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-icon1.png) no-repeat center/contain;
}

.p2-mask-tip1 p, .p2-mask-tip2 p {
  font-size: .28rem;
  line-height: .55rem;
  color: #FFF;
  white-space: nowrap;
  text-indent: 0.9rem;
  font-family: 'syh_r';
}

.p2-mask-tip2 {
  position: absolute;
  width: 100%;
  height: .55rem;
  top: 50%;
  left: 0;
  margin-top: 3rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-icon2.png) no-repeat center center;
  background-size: auto .14rem;
}

.p2-mask-tip2 p {
  text-indent: 0;
  text-align: center;
}

.p2-contain {
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  height: calc(100vh + 10px);
  overflow-x: auto;
  overflow-y: hidden;
  overscroll-behavior: none;
}

.p2-contain img {
  display: block;
  height: 100vh;
  width: auto;
}

.p2-address {
  position: absolute;
  width: 0;
  left: 0;
}

.p2-commit {
  position: absolute;
  width: 4.81rem;
  height: 1.12rem;
  left: 50%;
  bottom: 1.2rem;
  margin-left: -2.45rem;
  padding-top: .16rem;
  box-sizing: border-box;
  opacity: 0;
  transition: opacity .5s;
  pointer-events: none;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-text-input.png) no-repeat center/contain;
}

.p2-commit p {
  width: 100%;
  font-size: .2rem;
  line-height: .3rem;
  color: #ff7724;
  font-family: 'syh_r';
  text-align: center;
}

.p2-commit.active {
  opacity: 1;
}

.p2-address-content {
  position: absolute;
  width: 2.24rem;
  height: 2.74rem;
  top: -1.37rem;
  left: -1.12rem;
  overflow: hidden;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-down-bg.png) no-repeat center/contain;
}

.p2-address-content h3 {
  position: absolute;
  width: 2.24rem;
  height: 0.3rem;
  top: 0.3rem;
  left: 50%;
  margin-left: -1.12rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-names.png) no-repeat center top;
  background-size: 2.24rem auto;
  transform: perspective(1000);
  -webkit-transform: perspective(1000);
  -moz-transform: perspective(1000);
  transform: perspective(1000);
}

.p2-address-content .address1 {
  background-position-y: 0;
}

.p2-address-content .address2 {
  background-position-y: -0.3rem;
}

.p2-address-content .address3 {
  background-position-y: -0.6rem;
}

.p2-address-content .address4 {
  background-position-y: -0.9rem;
}

.p2-address-content .address5 {
  background-position-y: -1.2rem;
}

.p2-address-content .address6 {
  background-position-y: -1.5rem;
}

.p2-address-content .address7 {
  background-position-y: -1.8rem;
}

.p2-address-content .address8 {
  background-position-y: -2.1rem;
}

.p2-address-content .address9 {
  background-position-y: -2.4rem;
}

.p2-address-content .address10 {
  background-position-y: -2.7rem;
}

.p2-address-content .address11 {
  background-position-y: -3rem;
}

.p2-address-content .address12 {
  background-position-y: -3.3rem;
  height: 0.6rem;
  top: 0;
}

.p2-address-content .address-icon1 {
  position: absolute;
  width: .58rem;
  height: .49rem;
  top: 50%;
  left: 50%;
  margin-left: -0.26rem;
  margin-top: -0.4rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-down-icon2.png) no-repeat center/contain;
}

.p2-address-content .address-icon2 {
  position: absolute;
  width: .38rem;
  height: .35rem;
  top: 50%;
  left: 50%;
  margin-left: -0.16rem;
  margin-top: -0.5rem;
  -webkit-transform: translateY(0) rotateY(0deg);
  -moz-transform: translateY(0) rotateY(0deg);
  transform: translateY(0) rotateY(0deg);
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-down-icon1.png) no-repeat center/contain;
  animation: up_scroll1 2.4s linear infinite;
}

.part3-main {
  position: absolute;
  width: 7.5rem;
  height: 8.08rem;
  top: 50%;
  margin-top: -3.4rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p3-scroll-bg1.png) no-repeat center/contain;
}

.part3-main.none {
  pointer-events: none;
}

.part3-main .title {
  position: absolute;
  width: 100%;
  left: 0;
  height: .48rem;
  top: -1.9rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p3-title.png) no-repeat center/contain;
}

.part3-main .title p {
  position: absolute;
  width: 100%;
  top: .7rem;
  font-size: .28rem;
  color: #fb7523;
  line-height: .44rem;
  font-family: 'syh_r';
}

.p3-canvas {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 7.86rem;
  height: 7.86rem;
  margin-left: -3.93rem;
  margin-top: -4.1rem;
}

.active.p3-canvas {
  animation: router1 12s linear infinite;
}

.p3-scroll-bg1 {
  position: absolute;
  width: 6.12rem;
  height: 6.13rem;
  top: 50%;
  left: 50%;
  margin-top: -3.26rem;
  margin-left: -3.04rem;
  z-index: 5;
  pointer-events: none;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p3-scroll-bg2.png) no-repeat center/contain;
  animation: router1 20s linear infinite;
}

.p3-main-left {
  position: absolute;
  width: 4.58rem;
  height: 5.98rem;
  top: 50%;
  left: 50%;
  margin-left: -3.4rem;
  margin-top: -2.7rem;
  opacity: 0;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p3-main-left.png) no-repeat center/contain;
}

.p3-main-right {
  position: absolute;
  width: 3.38rem;
  height: 4.32rem;
  top: 50%;
  left: 50%;
  margin-left: -0.5rem;
  margin-top: -2.7rem;
  opacity: 0;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p3-main-right.png) no-repeat center/contain;
}

.p3-main-left p, .p3-main-right p {
  position: absolute;
  font-size: .26rem;
  line-height: .26rem;
  color: #ff7724;
  font-family: 'syh_r';
  opacity: 0;
}

.p3-main-left p {
  top: 5.4rem;
  left: 0.22rem;
}

.p3-main-right p {
  top: -0.4rem;
  left: 1.72rem;
}

.part3-main .right {
  display: inline-block;
  width: .11rem;
  height: .19rem;
  margin: 0 .06rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/right1.png) no-repeat center/contain;
}

.part3-main .point {
  display: inline-block;
  width: .16rem;
  height: .16rem;
  background-color: #ff7724;
  border-radius: 50%;
  margin: 0 .06rem .01rem;
}

.pre .p3-main-left, .pre .p3-main-right {
  opacity: 1;
}

.pre .p3-main-left p, .pre .p3-main-right p, .pre .p3-desc {
  opacity: 1;
}

.active .p3-main-left, .active .p3-main-right {
  animation: up_show1 1s ease forwards;
  animation-delay: .5s;
}

.active .p3-main-left p, .active .p3-main-right p, .active .p3-desc {
  animation: opacity_show1 1s linear forwards;
  animation-delay: 1.3s;
}

.active .p3-main-left {
  animation-delay: .6s;
}

.part3-btns {
  position: fixed;
  width: 6.5rem;
  height: 1rem;
  left: 50%;
  top: 50%;
  margin-left: -3.25rem;
  margin-top: 5.4rem;
  display: flex;
  justify-content: space-between;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p3-bottom-btn.png) no-repeat center/contain;
}

.part3-btns a {
  width: 3.2rem;
  height: 100%;
}

.part4-main {
  position: absolute;
  width: 100%;
  height: 73vh;
  top: 50%;
  margin-top: -38vh;
  display: flex;
  flex-direction: column;
}

.part4-title {
  position: relative;
  width: 100%;
  height: 1.84rem;
  margin-bottom: .3rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p4-title.png) no-repeat center/contain;
  opacity: 0;
}

.part4-logo {
  position: relative;
  width: 100%;
  height: 6.21rem;
  flex: 1;
  bottom: 0;
  opacity: 0;
}

.part4-logo::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 0;
  bottom: 0;
  left: 0;
  box-shadow: 0 0.55rem 0.6rem 0.95rem #121212; 
  pointer-events: none;
}

.p4-logo-content {
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.logo-content {
  position: relative;
  width: 6.38rem;
  height: 19.34rem;
  margin: 0 auto 0.6rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p4-logos.png) no-repeat center/contain;
}

.logo-content a {
  position: absolute;
  width: 1.6rem;
  height: 0.6rem;
}

.logo-content .jump1 {
  top: 8.5rem;
  left: 4.8rem;
}

.logo-content .jump2 {
  top: 4.1rem;
  left: 0rem;
}

.logo-content .jump3 {
  top: 7.75rem;
  left: 1.6rem;
}

.logo-content .jump4 {
  top: 9.9rem;
  left: 1.6rem;
}

.logo-content .jump5 {
  top: 5.55rem;
  left: 4.8rem;
}

.pre .part4-title, .pre .part4-logo {
  opacity: 1;
}

.active .part4-title {
  animation: up_show1 1s ease forwards;
  animation-delay: .5s;
}

.active .part4-logo {
  animation: up_show3 1s ease forwards;
  animation-delay: .7s;
}

.p3-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
  background-color: rgba(0, 0, 0, .9);
}

.p3-sub {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.p3-sub img {
  width: 100%;
  height: auto;
}

.p3-dialog-main {
  position: absolute;
  width: 100%;
  height: 70vh;
  top: 50%;
  margin-top: -35vh;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p3-dialog-bg.png) no-repeat center/contain;
}

.p3-dialog-main .close {
  position: absolute;
  right: 0.42rem;
  top: 0;
  width: .54rem;
  height: .54rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/close.png) no-repeat center/contain;
}

.p3-dialog1-main {
  position: absolute;
  width: 5.96rem;
  height: 7.57rem;
  top: 50%;
  left: 50%;
  margin-top: -4.6rem;
  margin-left: -3.2rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p3-main-left-active.png) no-repeat center/contain;
}

.p3-dialog2-main {
  position: absolute;
  width: 4.71rem;
  height: 5.88rem;
  top: 50%;
  left: 50%;
  margin-top: -3.3rem;
  margin-left: -2.3rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p3-main-right-active.png) no-repeat center/contain;
}

.p3-dialog-desc {
  position: absolute;
  text-align: left;
  left: 1.1rem;
  top: 50%;
  margin-top: 3rem;
}

.p3-dialog-desc h3 {
  position: relative;
  font-size: .36rem;
  color: #FFF;
  line-height: .46rem;
  font-family: 'syh_b';
}

.p3-dialog-desc h3::before {
  content: '';
  position: absolute;
  width: .2rem;
  height: .2rem;
  background-color: #FFF;
  border-radius: 50%;
  left: -0.4rem;
  top: 0.15rem;
}

.p3-dialog-desc p {
  font-size: .28rem;
  color: #fb7523;
  line-height: .44rem;
  font-family: 'syh_r';
}

.p2-dialog {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  z-index: 99;
  background-color: rgba(0, 0, 0, .9);
}

.p2-dialog .back, .p3-back {
  position: fixed;
  top: 0rem;
  left: 0rem;
  width: 1.1rem;
  height: 1.05rem;
}

.p2-dialog .back::after, .p3-back::after {
  position: absolute;
  width: .24rem;
  height: .24rem;
  top: 50%;
  left: 50%;
  margin-top: -.12rem;
  margin-left: -.12rem;
  border-top: 2px #FFF solid;
  border-left: 2px #FFF solid;
  transform: rotate(-45deg);
  content: '';
}

.p2-dialog-content {
  position: relative;
  width: 100%;
  height: auto;
  text-align: center;
}

.p2-dialog-content img {
  display: block;
  width: 6.38rem;
  height: 3.59rem;
  margin: 0 auto;
}

.p2-dialog-content .swiper-slide {
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
}

.p2-dialog-content .swiper-slide-active {
  filter: none;
  -webkit-filter: none;
}

.p2-dialog-content .swiper-pagination {
  width: 100%;
  margin-top: .2rem;
  text-align: center;
}

.p2-dialog-content .swiper-container {
  width: 100%;
  height: 3.59rem;
}

.kv-img .swiper-pagination {
  top: 3.8rem;
  width: 100%;
  text-align: center;
}

.p2-dialog-content .swiper-pagination-bullet, .kv-img .swiper-pagination-bullet {
  width: .08rem;
  height: .08rem;
  border-radius: 0;
  opacity: 1;
  margin: 0 .08rem;
  background-color: #58321f
}

.p2-dialog-content .swiper-pagination-bullet-active, .kv-img  .swiper-pagination-bullet-active {
  background-color: #ff7724
}

.p2-dialog-box {
  position: absolute;
  width: 100%;
  height: 3.59rem;
  top: 12.4rem;
}

.p2-dialog1 {
  width: 100%;
  height: 21.4rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-1-main.jpg) no-repeat top/contain;
}

.p2-dialog2 {
  width: 100%;
  height: 16.24rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-2-main.jpg) no-repeat top/contain;
}

.p2-dialog3 {
  width: 100%;
  height: 31.99rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-3-main.jpg) no-repeat top/contain;
}

.p2-dialog4 {
  width: 100%;
  height: 16.24rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-4-main.jpg) no-repeat center/contain;
}

.p2-dialog5 {
  width: 100%;
  height: 45.13rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-5-main.jpg) no-repeat top/contain;
}

.p2-dialog6 {
  width: 100%;
  height: 36.49rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-6-main.jpg) no-repeat top/contain;
}

.p2-dialog7 {
  width: 100%;
  height: 37.70rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-7-main.jpg) no-repeat top/contain;
}

.p2-dialog8 {
  width: 100%;
  height: 24.86rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-8-main.jpg) no-repeat top/contain;
}

.p2-dialog11 {
  width: 100%;
  height: 20.14rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-11-main.jpg) no-repeat top/contain;
}

.p2-11-item {
  position: absolute;
  width: 3.03rem;
  height: 1.7rem;
  margin-top: -5.6rem;
}

.p2-11-item1 {
  left: .55rem;
  top: 12.43rem;
}

.p2-11-item2 {
  right: .55rem;
  top: 12.43rem;
}

.p2-11-item3 {
  left: .55rem;
  top: 16.48rem;
}

.p2-11-item4 {
  right: .55rem;
  top: 16.48rem;
}

.p2-11-item5 {
  left: .55rem;
  top: 18.78rem;
}

.p2-11-item6 {
  left: .55rem;
  top: 22.8rem;
}

.p2-11-item7 {
  right: .55rem;
  top: 22.8rem;
}

.p2-dialog12 {
  width: 100%;
  height: 30.54rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-12-main.jpg) no-repeat top/contain;
}

.p2-dialog13 .back {
  z-index: 10;
  left: auto;
}

.p2-dialog13 .swiper-slide {
  filter: none;
  -webkit-filter: none;
}

.p2-dialog13, .p2-dialog13 .swiper-container, .p2-dialog13 .swiper-slide {
  width: 100%;
  height: 100%;
}

.p13-contain-box {
  position: relative;
  width: 100%;
  height: 100%;
  overflow-y: auto;
}

.p13-contain-box img {
  display: block;
  width: 7.5rem;
  height: auto;
  margin: 0 auto;
}

.p2-dialog13 .swiper-button-next, .p2-dialog13 .swiper-button-prev {
  width: .55rem;
  height: .55rem;
  margin-top: 0;
  top: 3rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/right2.png) no-repeat center/contain;
}

.p2-dialog13 .swiper-button-prev {
  transform: rotate(180deg);
}

.p2-dialog13 .swiper-pagination {
  bottom: auto;
  top: 6.35rem;
  text-align: right;
  padding-right: 0.55rem;
  margin-top: 0;
  box-sizing: border-box;
}

.p2-dialog13 .swiper-pagination-bullet {
  width: .05rem;
  height: .05rem;
  margin: 0 .03rem;
}

.pop {
  position: fixed;
  width: 6.4rem;
  height: 60vh;
  top: 50%;
  left: 50%;
  margin-left: -3.2rem;
  margin-top: -30vh;
  border: #ff7724 1px solid;
  z-index: 99;
  background-color: #000;
}

.p-v {
  position: fixed !important;
  top: 50% !important;
  left: 0 !important;
  margin: 0 !important;
  transform: translateY(-50%);
  background: #000;
  height: 4.20rem;
  width: 7.50rem;
  max-height: 100vh;
  border: none;
  z-index: 9999999 !important;
}

.p-v .pop-con {
  width: 100%;
  height: 100%;
}

.video-close {
  width: .48rem;
  height: .46rem;
  position: absolute;
  right: 0;
  margin-top: -.65rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/close.png) no-repeat center/contain;
}


@media all and (orientation : landscape) {
  .video-close {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    z-index: 9;
  }
}

.txp_overlay_hint {
  display: none !important;
}

button[aria-label='高清'] {
  display: none !important;
}

#_overlay_ {
  position: fixed !important;
  height: 100vh !important;
  width: 100vw !important;
  margin: 0 !important;
  top: 0 !important;
  left: 0 !important;
}


.txp-ui-ipad-limit-banner,
.tvp_install_pop,
.txp_btn_logo {
  display: none !important;
}


.p2-16-banner {
  position: absolute;
  width: 6.37rem;
  height: 3.6rem;
  top: 13.3rem;
  left: 50%;
  margin-left: -3.18rem;
  background: url(https://game.gtimg.cn/images/tgc/m/m2023/v2/p2-16-banner.jpg) no-repeat top/contain;
}

.p2-16-banner a {
  position: absolute;
  width: 1.9rem;
  height: 0.6rem;
  top: 2.5rem;
  left: 3.8rem;
}