@charset "UTF-8";
:root {
  --main-txt-bg:#171717;
  --white-color:#fff; }

@font-face {
  font-family: OPENSANS;
  src: url("https://cdn.shopify.com/s/files/1/0564/9652/1403/files/OPENSANS-REGULAR.woff2?v=1730366039"); }
@font-face {
  font-family: FredokaOne-Regular;
  src: url("../font/FREDOKA ONE.WOFF2.TTF"); }
html {
  font-size: 16px; }

.sect .f-s-52 {
  font-size: 2.7083333333vw; }
.sect .f-s-42 {
  font-size: 2.1875vw; }
.sect .f-s-22 {
  font-size: 1.1458333333vw; }
.sect .f-s-16 {
  font-size: 0.8333333333vw; }

.xy-center {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%); }

#GamePass {
  font-family: OPENSANS;
  color: #0B3734; }
  #GamePass .w-63p {
    width: 63%; }
  #GamePass .w-66p {
    width: 66%; }
  #GamePass .sect {
    position: relative; }
  #GamePass .pt-90 {
    padding-top: 4.6875vw; }
  #GamePass .w-73p {
    width: 73%; }
  #GamePass .w-56p {
    width: 56%; }
  #GamePass .bg-black {
    background: #000;
    color: #fff; }
  #GamePass a:link,
  #GamePass a:visited,
  #GamePass a:hover,
  #GamePass a:active {
    color: #000;
    text-decoration: none; }
  #GamePass .f-bold {
    font-family: FredokaOne-Regular; }
  #GamePass .pt-15 {
    padding-top: 0.78125vw; }
  #GamePass .pt-25 {
    padding-top: 1.3020833333vw; }
  #GamePass .pt-50 {
    padding-top: 2.6041666667vw; }
  #GamePass .pt-30 {
    padding-top: 1.5625vw; }
  #GamePass .pt-60 {
    padding-top: 3.125vw; }
  #GamePass .pt-120 {
    padding-top: 6.25vw; }
  #GamePass .w-50p {
    width: 50%; }
  #GamePass .main-color {
    color: #FF7911; }
  #GamePass .white-color {
    color: #fff; }
  #GamePass .sub-color {
    color: #86868B; }

#GamePass .sect1 .sect-top {
  background: #ACDAD8; }
#GamePass .sect1 .sect-content {
  padding-top: 4.6875vw;
  padding-bottom: 1.0416666667vw;
  width: 90%;
  display: grid;
  grid-template-columns: 40% 1fr;
  column-gap: 4.6875vw;
  align-items: flex-end; }
#GamePass .sect1 .play-pop {
  width: 90%; }
#GamePass .sect1 .sect-bottom {
  background: #D1EEEA;
  padding: 7.2916666667vw 0; }
#GamePass .sect1 .join {
  width: 20%;
  text-align: center; }
  #GamePass .sect1 .join a {
    background: #000;
    color: #fff;
    padding: 0.5208333333vw 3.125vw;
    border-radius: 1.0416666667vw; }
#GamePass .sect1 .inner-box {
  width: 60%;
  bottom: 1.6666666667vw;
  right: 15%; }
#GamePass .sect2 {
  padding-top: 10.4166666667vw; }
  #GamePass .sect2 .sect-content {
    padding-top: 4.6875vw;
    width: 92%;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 2.0833333333vw; }
  #GamePass .sect2 .item-txt {
    padding-bottom: 0.8333333333vw;
    width: 90%;
    margin: 0 auto; }
#GamePass .sect3 {
  padding-top: 13.0208333333vw; }
  #GamePass .sect3 .sect-top .p1 {
    font-size: 5.2083333333vw; }
  #GamePass .sect3 .icon-box {
    width: 7.0833333333vw; }
  #GamePass .sect3 .sect-txt {
    display: flex;
    justify-content: center;
    column-gap: 1.3541666667vw;
    align-items: center; }
  #GamePass .sect3 .sect-top {
    width: 44.2708333333vw;
    margin: 0 auto; }
  #GamePass .sect3 .sect-bottom {
    padding-top: 6.25vw;
    display: flex;
    justify-content: flex-end;
    background: linear-gradient(to bottom, #ffffff, #FFFCE2); }
    #GamePass .sect3 .sect-bottom .outer-box {
      width: 80%;
      padding-right: 5%; }
    #GamePass .sect3 .sect-bottom .inner-box {
      display: grid;
      grid-template-columns: 40% 1fr;
      column-gap: 3.125vw;
      align-items: center; }
#GamePass .sect4 {
  padding-top: 13.5416666667vw;
  padding-bottom: 8.3333333333vw;
  background: #FFFCE2;
  /* Swiper 容器 */
  /* 导航按钮自定义 */
  /* 分页器 (小圆点) */ }
  #GamePass .sect4 .carousel-wrapper {
    width: 100%;
    padding: 30px 0; }
  #GamePass .sect4 .swiper {
    width: 100%;
    height: auto;
    padding: 20px 0 30px;
    overflow: hidden; }
  #GamePass .sect4 .swiper-wrapper {
    align-items: center;
    /* 垂直居中，让不同大小图片对齐更好看 */ }
  #GamePass .sect4 .swiper-slide {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
    overflow: hidden;
    transform-origin: center center;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.4s ease;
    will-change: transform;
    /* 3D 透视让子元素有立体感 */
    transform-style: preserve-3d;
    backface-visibility: hidden; }
  #GamePass .sect4 .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
    user-select: none;
    -webkit-user-drag: none;
    pointer-events: none;
    /* 图片本身也保留3D空间 */
    transform-style: preserve-3d; }
  @media (min-width: 1200px) {
    #GamePass .sect4 .swiper-slide-active {
      width: 450px !important; } }
  #GamePass .sect4 .swiper-slide-active {
    transform: translateZ(30px);
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.08); }
  #GamePass .sect4 .swiper-button-next,
  #GamePass .sect4 .swiper-button-prev {
    color: #2c3e50;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(4px);
    width: 48px;
    height: 48px;
    border-radius: 50%;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    transition: all 0.2s ease; }
  #GamePass .sect4 .swiper-button-next:hover,
  #GamePass .sect4 .swiper-button-prev:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    color: #1a2634; }
  #GamePass .sect4 .swiper-button-next::after,
  #GamePass .sect4 .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 600; }
  #GamePass .sect4 .swiper-pagination-bullet {
    background: rgba(0, 0, 0, 0.3);
    opacity: 0.6;
    width: 0.9375vw;
    height: 0.1041666667vw;
    border-radius: 50%;
    transition: all 0.2s; }
  #GamePass .sect4 .swiper-pagination-bullet-active {
    background: #2c3e50;
    opacity: 1;
    width: 26px;
    border-radius: 8px; }
  #GamePass .sect4 .learn-more a {
    font-size: 0.8333333333vw;
    padding: 0.5208333333vw 3.125vw;
    color: #333;
    background: #E4FF93;
    border-radius: 1.0416666667vw;
    text-decoration: none;
    /* 去掉下划线 */
    font-weight: 700; }
#GamePass .sect5 {
  padding-bottom: 6.25vw;
  padding-top: 7.8125vw; }
  #GamePass .sect5 .sect-top {
    display: grid;
    grid-template-columns: 40% 1fr;
    column-gap: 0.4166666667vw;
    border-radius: 1.0416666667vw;
    padding-bottom: 3.125vw; }
  #GamePass .sect5 .right {
    display: flex;
    justify-content: center;
    align-items: center;
    background: #e4f2ff; }
  #GamePass .sect5 .p-txt {
    width: 80%; }
  #GamePass .sect5 .outer-box {
    border-radius: 1.0416666667vw; }
  #GamePass .sect5 .sect-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-bottom: 0.15625vw; }
  #GamePass .sect5 .sect-list-2 {
    color: #E5E5E5; }
  #GamePass .sect5 .sect-item-2 {
    color: #48C61A; }
  #GamePass .sect5 .sect-item {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px 0; }
  #GamePass .sect5 .yes {
    width: 1.5625vw; }
  #GamePass .sect5 .sect-item:nth-child(1) {
    color: #0B3734;
    background: #e5e5e5; }
  #GamePass .sect5 .sect-item:nth-child(2) {
    background: #ecffb3; }
  #GamePass .sect5 .sect-item:nth-child(3) {
    background: #e6f5e2;
    color: #0B3734; }
  #GamePass .sect5 .notice {
    font-size: 0.7291666667vw; }
#GamePass .sect6 {
  background: #F2FFC9;
  padding: 5.2083333333vw 0; }
  #GamePass .sect6 .icon-box {
    width: 26.0416666667vw; }
  #GamePass .sect6 .sect-content {
    padding-top: 4.1666666667vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4.1666666667vw; }
  #GamePass .sect6 .icon-box-2 {
    width: 6.25vw;
    top: -5%;
    left: -5%; }
  #GamePass .sect6 .sect-item {
    padding: 3.3854166667vw;
    background: #fff; }
  #GamePass .sect6 .icon-txt {
    width: 100%;
    top: 10px;
    color: #fff; }
  #GamePass .sect6 .icon-box-3 {
    width: 5.2083333333vw;
    top: 0;
    right: 1.0416666667vw; }
  #GamePass .sect6 .p1 {
    font-size: 0.625vw; }
  #GamePass .sect6 .p2 {
    font-size: 1.5625vw; }
  #GamePass .sect6 .learn-more {
    display: inline-block;
    text-align: center;
    font-size: 0.8333333333vw;
    padding: 0.5208333333vw 1.5625vw;
    color: #333;
    background: #24FAE9;
    border-radius: 0.5208333333vw;
    text-decoration: none;
    /* 去掉下划线 */
    font-weight: 700; }
  #GamePass .sect6 .p3 {
    padding-bottom: 2.0833333333vw;
    text-align: center; }
    #GamePass .sect6 .p3 span {
      font-size: 4.1666666667vw;
      font-weight: bold; }
  #GamePass .sect6 .notice {
    width: 50%;
    margin: 0 auto;
    font-size: 0.7291666667vw;
    text-align: center;
    color: #666; }

@media screen and (max-width: 1201px) and (min-width: 200px) {
  .sect .w-73p, .sect .w-63p, .sect .w-56p {
    width: 95%; }
  .sect .app-w-95p {
    width: 95%; }
  .sect .f-s-72 {
    font-size: 4.8vw; }
  .sect .f-s-60 {
    font-size: 4.8vw; }
  .sect .f-s-54 {
    font-size: 5.6vw; }
  .sect .f-s-52 {
    font-size: 4vw; }
  .sect .f-s-48 {
    font-size: 4.8vw; }
  .sect .f-s-42 {
    font-size: 3.7333333333vw; }
  .sect .f-s-40 {
    font-size: 4.2666666667vw; }
  .sect .f-s-36 {
    font-size: 5.3333333333vw; }
  .sect .f-s-32 {
    font-size: 4.2666666667vw; }
  .sect .f-s-30 {
    font-size: 4.2666666667vw; }
  .sect .f-s-26 {
    font-size: 2.9333333333vw; }
  .sect .f-s-24 {
    font-size: 3.2vw; }
  .sect .f-s-22 {
    font-size: 2.9333333333vw; }
  .sect .f-s-20 {
    font-size: 3.4666666667vw; }
  .sect .f-s-18 {
    font-size: 3.2vw; }
  .sect .f-s-16 {
    font-size: 3.2vw; }

  #GamePass .sect1 .sect-content {
    display: block;
    align-items: center; }
  #GamePass .sect1 .img-box {
    padding-top: 2.6666666667vw; }
  #GamePass .sect2 .sect-content {
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.6666666667vw; }
  #GamePass .sect3 .sect-top {
    width: 90%; }
  #GamePass .sect3 .icon-box {
    width: 20%; }
  #GamePass .sect3 .sect-bottom .outer-box {
    width: 95%;
    padding-right: 0;
    margin: 0 auto; }
  #GamePass .sect3 .sect-bottom .inner-box {
    display: block; }
    #GamePass .sect3 .sect-bottom .inner-box p {
      text-align: center; }
  #GamePass .sect3 .sect-bottom br {
    display: none; }
  #GamePass .sect4 .learn-more a {
    font-size: 3.2vw;
    border-radius: 2.6666666667vw; }
  #GamePass .sect5 {
    text-align: center; }
    #GamePass .sect5 .sect-top {
      display: block; }
    #GamePass .sect5 .p-txt {
      padding: 2.6666666667vw;
      width: 95%;
      text-align: center; }
    #GamePass .sect5 .yes {
      width: 4vw; }
    #GamePass .sect5 .notice {
      font-size: 2.6666666667vw; }
  #GamePass .sect6 .icon-box {
    width: 70%; }
  #GamePass .sect6 .icon-box-2 {
    width: 13vw; }
  #GamePass .sect6 .sect-content {
    width: 98%; }
  #GamePass .sect6 .notice {
    width: 95%;
    font-size: 2.6666666667vw; }
  #GamePass .sect6 .icon-box-3 {
    width: 15vw; }
  #GamePass .sect6 .p1 {
    font-size: 1.8666666667vw; }
  #GamePass .sect6 .p2 {
    font-size: 2.6666666667vw; }
  #GamePass .sect6 .f-s-36 {
    font-size: 3.2vw; }
  #GamePass .sect6 .learn-more a {
    font-size: 3.2vw; }

  #GamePass .sect .w-73p, #GamePass .sect .w-63p, #GamePass .sect .w-56p {
    width: 95%; }
  #GamePass .sect .app-w-95p {
    width: 95%; }
  #GamePass .sect .main-order {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    /* optional */
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: center;
    align-items: center; }
  #GamePass .sect .main-order .my-order-2 {
    -webkit-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 2;
    -webkit-order: 2;
    order: 2; }
  #GamePass .sect .main-order .my-order-1 {
    margin-left: unset;
    -webkit-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -ms-flex-order: 1;
    -webkit-order: 1;
    order: 1; }

  .sect {
    border: none;
    margin: 0; } }

/*# sourceMappingURL=game-pass.css.map */
