@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%); }

#POPPlay {
  color: #333;
  font-family: OPENSANS; }
  #POPPlay .w-63p {
    width: 63%; }
  #POPPlay .w-66p {
    width: 66%; }
  #POPPlay .sect {
    position: relative; }
  #POPPlay .pt-90 {
    padding-top: 4.6875vw; }
  #POPPlay .w-73p {
    width: 73%; }
  #POPPlay .w-56p {
    width: 56%; }
  #POPPlay .bg-black {
    background: #000;
    color: #fff; }
  #POPPlay a:link,
  #POPPlay a:visited,
  #POPPlay a:hover,
  #POPPlay a:active {
    text-decoration: none; }
  #POPPlay .f-bold {
    font-family: FredokaOne-Regular; }
  #POPPlay .pt-15 {
    padding-top: 0.78125vw; }
  #POPPlay .pt-25 {
    padding-top: 1.3020833333vw; }
  #POPPlay .pt-50 {
    padding-top: 2.6041666667vw; }
  #POPPlay .pt-30 {
    padding-top: 1.5625vw; }
  #POPPlay .pt-60 {
    padding-top: 3.125vw; }
  #POPPlay .pt-120 {
    padding-top: 6.25vw; }
  #POPPlay .w-50p {
    width: 50%; }
  #POPPlay .main-color {
    color: #FF7911; }
  #POPPlay .white-color {
    color: #fff; }
  #POPPlay .sub-color {
    color: #86868B; }

#POPPlay .sect1 .sect-txt {
  bottom: 20%; }
#POPPlay .sect1 .buy-now {
  padding: 0.5208333333vw 3.125vw;
  color: #333;
  background: #E4FF93;
  border-radius: 1.0416666667vw;
  text-decoration: none;
  /* 去掉下划线 */
  font-weight: 700; }
#POPPlay .sect2 {
  background: #f4f4f4; }
  #POPPlay .sect2 .sect-content {
    padding-bottom: 10.4166666667vw; }
  #POPPlay .sect2 .sect-txt {
    top: 10%; }
  #POPPlay .sect2 .p2 {
    font-size: 0.625vw; }
  #POPPlay .sect2 .learn-more {
    font-size: 0.8333333333vw;
    padding: 0.5208333333vw 3.125vw;
    color: #333;
    background: #E4FF93;
    border-radius: 0.5208333333vw;
    text-decoration: none;
    /* 去掉下划线 */
    font-weight: 700; }
  #POPPlay .sect2 .sect-bottom {
    bottom: 4%;
    width: 100%; }
  #POPPlay .sect2 .inner-box {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    column-gap: 0.5208333333vw;
    align-items: flex-end; }
#POPPlay .sect3 {
  padding-top: 8.3333333333vw; }
  #POPPlay .sect3 .inner-box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    column-gap: 0.5208333333vw;
    align-items: flex-end; }
  #POPPlay .sect3 .inner-txt {
    width: 80%;
    bottom: 5%; }
#POPPlay .sect4 {
  padding-top: 13.5416666667vw;
  padding-bottom: 8.3333333333vw;
  /* Swiper 容器 */
  /* 导航按钮自定义 */
  /* 分页器 (小圆点) */ }
  #POPPlay .sect4 .carousel-wrapper {
    width: 100%;
    padding: 30px 0;
    background: #ffffff; }
  #POPPlay .sect4 .swiper {
    width: 100%;
    height: auto;
    padding: 20px 0 30px;
    overflow: hidden; }
  #POPPlay .sect4 .swiper-wrapper {
    align-items: center;
    /* 垂直居中，让不同大小图片对齐更好看 */ }
  #POPPlay .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; }
  #POPPlay .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) {
    #POPPlay .sect4 .swiper-slide-active {
      width: 450px !important; } }
  #POPPlay .sect4 .swiper-slide-active {
    transform: translateZ(30px);
    z-index: 10;
    border: 1px solid rgba(255, 255, 255, 0.08); }
  #POPPlay .sect4 .swiper-button-next,
  #POPPlay .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; }
  #POPPlay .sect4 .swiper-button-next:hover,
  #POPPlay .sect4 .swiper-button-prev:hover {
    background: #ffffff;
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.12);
    color: #1a2634; }
  #POPPlay .sect4 .swiper-button-next::after,
  #POPPlay .sect4 .swiper-button-prev::after {
    font-size: 20px;
    font-weight: 600; }
  #POPPlay .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; }
  #POPPlay .sect4 .swiper-pagination-bullet-active {
    background: #2c3e50;
    opacity: 1;
    width: 26px;
    border-radius: 8px; }
  #POPPlay .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; }
#POPPlay .sect5 {
  background: #F2FFC9;
  padding: 5.2083333333vw 0; }
  #POPPlay .sect5 .icon-box {
    width: 26.0416666667vw; }
  #POPPlay .sect5 .sect-content {
    padding-top: 4.1666666667vw;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 4.1666666667vw; }
  #POPPlay .sect5 .icon-box-2 {
    width: 6.25vw;
    top: 6%;
    left: -2%; }
  #POPPlay .sect5 .sect-item {
    padding: 3.3854166667vw;
    background: #fff; }
  #POPPlay .sect5 .learn-more {
    font-size: 0.8333333333vw;
    padding: 0.5208333333vw 3.125vw;
    color: #333;
    background: #E4FF93;
    border-radius: 0.5208333333vw;
    text-decoration: none;
    /* 去掉下划线 */
    font-weight: 700; }
#POPPlay .sect6 {
  padding: 7.8125vw 0;
  background: #D7F6F2; }
  #POPPlay .sect6 a:link,
  #POPPlay .sect6 a:visited,
  #POPPlay .sect6 a:hover,
  #POPPlay .sect6 a:active {
    color: inherit;
    text-decoration: none; }
  #POPPlay .sect6 .sect-content {
    padding-top: 3.6458333333vw;
    display: grid;
    grid-template-columns: 35% 1fr;
    column-gap: 1.4583333333vw; }
  #POPPlay .sect6 .top {
    display: grid;
    grid-template-columns: 1fr  30%;
    column-gap: 1.0416666667vw;
    margin-bottom: 1.0416666667vw; }
  #POPPlay .sect6 .features {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.5208333333vw; }
  #POPPlay .sect6 .sect-item {
    background: #FFFFFF;
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 0.78125vw; }
  #POPPlay .sect6 .sect-item-1 {
    padding: 3.6458333333vw 3.3333333333vw 1.5625vw 3.3333333333vw;
    flex-direction: column; }
  #POPPlay .sect6 .sect-item-2 {
    padding: 1.8229166667vw 1.3020833333vw 1.5625vw 0.78125vw; }
    #POPPlay .sect6 .sect-item-2 img {
      width: 7.03125vw; }
  #POPPlay .sect6 .sect-item-3 {
    padding: 3.6458333333vw 3.3333333333vw 1.5625vw 3.3333333333vw; }
  #POPPlay .sect6 .sect-item-4 {
    padding: 2.6041666667vw 1.5625vw 1.8229166667vw 0.78125vw; }
  #POPPlay .sect6 .arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 18px;
    height: 18px;
    background: #000;
    color: #fff;
    border-radius: 50%;
    line-height: 1; }

@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: 4.8vw; }
  .sect .f-s-52 {
    font-size: 4vw; }
  .sect .f-s-48 {
    font-size: 5.6vw; }
  .sect .f-s-42 {
    font-size: 3.7333333333vw; }
  .sect .f-s-40 {
    font-size: 4.2666666667vw; }
  .sect .f-s-36 {
    font-size: 4vw; }
  .sect .f-s-32 {
    font-size: 4.2666666667vw; }
  .sect .f-s-30 {
    font-size: 4vw; }
  .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.2vw; }
  .sect .f-s-18 {
    font-size: 3.2vw; }
  .sect .f-s-16 {
    font-size: 2.6666666667vw; }

  #POPPlay .sect1 .sect-txt {
    width: 90%; }
  #POPPlay .sect4 .carousel-wrapper {
    padding: 15px 0;
    border-radius: 24px; }
  #POPPlay .sect4 .swiper {
    padding: 15px 0 20px; }
  #POPPlay .sect4 .swiper-button-next,
  #POPPlay .sect4 .swiper-button-prev {
    width: 38px;
    height: 38px; }
  #POPPlay .sect4 .swiper-button-next::after,
  #POPPlay .sect4 .swiper-button-prev::after {
    font-size: 14px; }

  #POPPlay .sect .w-73p, #POPPlay .sect .w-63p, #POPPlay .sect .w-56p {
    width: 95%; }
  #POPPlay .sect .app-w-95p {
    width: 95%; }
  #POPPlay .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; }
  #POPPlay .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; }
  #POPPlay .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; }
  #POPPlay .sect2 {
    padding-top: 8vw; }
    #POPPlay .sect2 .sect-txt {
      width: 98%;
      position: unset;
      transform: unset;
      padding-bottom: 1.3333333333vw; }
    #POPPlay .sect2 .sect-bottom {
      position: unset;
      transform: unset;
      padding-top: 2.6666666667vw; }
    #POPPlay .sect2 .learn-more {
      font-size: 3.2vw; }
    #POPPlay .sect2 .p2 {
      font-size: 2.6666666667vw; }
    #POPPlay .sect2 .inner-box {
      grid-template-columns: repeat(2, 1fr);
      gap: 1.3333333333vw; }
  #POPPlay .sect3 .inner-box {
    width: 90%;
    margin: 0 auto;
    grid-template-columns: repeat(1, 1fr);
    row-gap: 2.6666666667vw; }
  #POPPlay .sect4 .learn-more a {
    font-size: 3.2vw; }
  #POPPlay .sect5 .icon-box {
    width: 80%; }
  #POPPlay .sect5 .sect-content {
    width: 95%; }
  #POPPlay .sect5 .learn-more-box a {
    font-size: 3.2vw; }
  #POPPlay .sect5 .icon-box-2 {
    width: 13vw; }
  #POPPlay .sect6 .sect-content {
    grid-template-columns: repeat(1, 1fr); }
  #POPPlay .sect6 .sect-item {
    flex-direction: column; }
  #POPPlay .sect6 .sect-item-2 img {
    width: 60%; }
  #POPPlay .sect6 .features {
    padding-top: 2.6666666667vw; }

  .sect {
    border: none;
    margin: 0; } }

/*# sourceMappingURL=playPop.css.map */
