.center_scale {
  transform: scale(var(--section2-scale)) !important;
  transform-origin: center;
}
.section2 {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section2 .bg {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  inset: 0;
  transition: opacity 0.8s ease, transform 2.6s cubic-bezier(0.2, 0.8, 0.2, 1);
}
.section2 .center_content {
  z-index: 10;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.section2 .center_content .title_wrap {
  width: 759px;
  height: 176px;
  background: url('https://media.game-tree.com/media/pictures/gametree/sultan/assets/img-webp/section2/title_bg.webp') no-repeat;
  background-size: 100% 100%;
  overflow: hidden;
}
.section2 .center_content .title_wrap .title {
  overflow: hidden;
  text-align: center;
  font-size: 78px;
  font-family: 'XiQueguzidian';
  background: linear-gradient(to bottom, #f9f0da 0%, #fff48c 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
  margin-top: 61px;
}
.section2 .page_left_top {
  z-index: 8;
  position: absolute;
  left: calc(36px * var(--section2-scale));
  top: calc(43px * var(--section2-scale));
  width: calc(778px * var(--section2-scale));
}
.section2 .page_left_bottom {
  z-index: 8;
  position: absolute;
  left: 0;
  bottom: 0;
  width: calc(497px * var(--section2-scale));
}
.section2 .page_right_top {
  z-index: 8;
  position: absolute;
  right: 0;
  top: 0;
  width: calc(477px * var(--section2-scale));
}
.section2 .page_right_line {
  z-index: 8;
  position: absolute;
  bottom: 0;
  right: calc(42px * var(--section2-scale));
  width: calc(13px * var(--section2-scale));
}
#lang-en .center_content .title_wrap .title {
  font-size: 60px;
  margin-top: 68px;
}
/* =========================
   section2 mobile scale
========================= */
@media screen and (max-width: 767px) {
  .mobile .banner_wrap .bird {
    position: absolute;
    z-index: 16;
    right: -57px;
    top: -234px;
  }
  .mobile .section2 .bg {
    width: 7.5rem;
    height: 10.47rem;
  }
  .section2 {
    --section2-title-mobile-percent: 84;
    --section2-banner-mobile-percent: 93;
    width: 7.5rem;
    height: 10.47rem;
    align-items: flex-start;
    box-sizing: border-box;
  }
  .section2 .center_content {
    transform: none !important;
    flex-direction: column;
    padding-top: 1.1rem;
  }
  .section2 .title_wrap {
    zoom: var(--section2-title-scale-mobile, 1);
    transform-origin: center top;
  }
  .section2 .banner_big_wrap {
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 20px;
  }
  .section2 .banner_big_wrap .banner_arrow {
    display: none;
  }
  .section2 .banner_wrap {
    zoom: var(--section2-banner-scale-mobile, 1);
    transform-origin: center top;
  }
  .section2 .banner_control_bar {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    width: 100%;
    padding: 0 20px;
    margin-top: 30px;
  }
  .section2 .banner_control_bar .banner_arrow {
    width: 60px;
    height: auto;
  }
  .section2 .banner_control_bar .banner_next_mobile {
    transform: rotate(180deg);
  }
  .section2 .banner_control_bar .banner_dots {
    margin-top: 0;
    gap: 0.24rem;
  }
  .section2 .banner_control_bar .banner_dots .banner_dot {
    width: 0.15rem;
    height: 0.15rem;
  }
  .section2 .banner_dots_pc {
    display: none;
  }
  .section2 .fixed_content {
    display: none;
  }
  .section2 .page_left_top {
    position: absolute;
    left: 0.2rem;
    top: 0.05rem;
    width: 6.5rem;
  }
  .section2 .page_right_top {
    width: 4.5rem;
  }
  .section2 .page_left_bottom {
    width: 5.8rem;
  }
  .section2 .page_right_line {
    right: 0.08rem;
    width: 0.12rem;
  }
}
@media screen and (min-width: 768px) {
  .section2 .banner_control_bar {
    display: none;
  }
  .section2 .banner_dots_mobile {
    display: none;
  }
}
