@charset "UTF-8";

/* ---------------------移动端样式--------------------- */
@media only screen and (max-width: 979px) {
  #index-pc {
    display: none;
  }

  #index-m {
    display: block;
  }

  #header {
    height: 74px !important;
  }
  #header #item-top {
    display: none !important;
  }

  body {
    overflow-x: hidden;
  }

  .image-fade-in {
    animation: image-fade-in-anim 0.5s;
  }

  @keyframes image-fade-in-anim {
    0% {
      opacity: 0.9;
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes result-fade-in-anim {
    0% {
      opacity: 0.1;
    }
    100% {
      opacity: 1;
    }
  }
  .modal {
    position: fixed;
    z-index: 9999;
    left: 0;
    top: 0;
    height: 100vh;
    width: 100vw;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.83);
  }
  .modal .modal-inner {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .first-video {
    position: relative;
    width: 100%;
    /* height: 100vh; */
    background-color: #333333;
    z-index: 0;
  }
  .first-video video {
    width: 100%;
    height: 100%;
    display: block;
    /* position: absolute; */
    top: 0;
    left: 0;
    object-fit: cover;
  }

  .first-modify-bg {
    padding-top: 44px;
    width: 100%;
    position: relative;
  }
  .firstmodifybgimg {
    display: flex;
    width: 100%;
  }
  .btnpic {
    position: absolute;
    display: flex;
    justify-content: center;
    bottom: 45px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
  }
  .learnmorejp {
    width: 141px;
    cursor: pointer;
    height: 40px;
  }

  .bankruptcy {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: -35px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 190px;
    height: 70px;
    /* background: #4c21c4; */
    box-shadow: 0px 12px 32px rgba(0, 0, 0, 0.25);
    border-radius: 7px;
    background-image: url('../basic-img//countdown_background_x2.webp');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
  }

  .bankruptcy-title {
    margin-bottom: 8px;
    font-weight: 700;
    font-size: 12px;
    line-height: 13px;
    text-align: center;

    color: #ffcc01;
  }

  .bankruptcy-images {
    display: flex;
  }

  .bankruptcy-images .image {
    position: relative;
    width: 32px;
    margin-right: 12px;
  }

  .bankruptcy-images .image:last-child {
    margin: 0;
  }

  .bankruptcy-images img {
    width: 100%;
  }

  .bankruptcy-images .image-time {
    position: absolute;
    top: -10px;
    right: 0;
    left: 0;
    font-weight: 700;
    font-size: 25px;
    text-align: center;
    background: linear-gradient(
      0deg,
      #000000 17.9%,
      rgba(0, 0, 0, 0.639375) 47.18%,
      rgba(0, 0, 0, 0.84) 51.34%,
      rgba(0, 0, 0, 0.66) 92.65%
    );
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
  }

  .bankruptcy-images .image-tips {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0 auto;
    font-weight: 400;
    font-size: 12px;
    color: #9effdc;
    text-align: center;
    font-weight: 400;
    transform: scale(0.5);
  }

  .first-video #first-video-msg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }
  .first-video #first-video-msg h1 {
    font-size: 64px;
    line-height: 74px;
    margin-bottom: 44px;
    text-align: center;
    display: flex;
    align-items: center;
  }
  .first-video #first-video-msg h1 .left,
  .first-video #first-video-msg h1 .right {
    width: 40vw;
    text-align: right;
  }
  .first-video #first-video-msg h1 .right {
    text-align: left;
  }
  .first-video #first-video-msg h1 img {
    width: 1.59vw;
    margin: 0 3.17vw;
  }
  .first-video #first-video-msg p {
    font-weight: 400;
    font-size: 20px;
    line-height: 34px;
    text-align: center;
    width: 820px;
  }
  .first-video #first-video-msg .video-message-btn {
    margin-top: 32px;
    width: 374px;
    height: 57px;
    line-height: 57px;
    text-align: center;
    background: #ffe600;
    border-radius: 16px;
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.1);
    /* 深蓝绿 */
    font-size: 18px;
    font-weight: 500;
    color: #182543;
    cursor: pointer;
    user-select: none;
  }
  .first-video #first-video-msg .video-message-btn:hover {
    background: #ffef61;
  }

  .second-video {
    width: 100%;
    /* height: 100vh; */
    position: relative;
    /* background-color: #333333; */
    top: 0;
    left: 0;
    height: 274.26px;
    /* z-index: -1; */
    /* display: none; */
    background-image: url('../basic-img/test_background_x2.png');
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
  }

  .second-video .header {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .second-video .header .title {
    font-weight: 700;
    font-size: 28px;
    line-height: 32px;
    color: #ffffff;
  }

  .second-video .desc {
    padding-top: 28px;
    margin: 0 auto;
    width: 328px;
    font-weight: 400;
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #ffffff;
  }

  .second-video .header .tips {
    padding: 0 20px;
    font-size: 16px;
    color: #ffffff;
  }

  .second-video .bg {
    display: flex;
    width: 100%;
  }

  .second-video .button {
    padding-top: 16px;
    margin: 0 auto;
    bottom: 50px;
    width: 150px;
  }

  .second-video video {
    display: none;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
  }
  .second-video .second-video-mask {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(24, 37, 67);
    opacity: 0.5;
  }

  .second-video-msg {
    /* position: absolute;
  top: 150vh;
  left: 50%;
  transform: translateX(-50%) translateY(-50%); */
    z-index: 1;
    color: #fff;
    text-align: center;
    width: 860px;
  }
  .second-video-msg h2 {
    font-size: 48px;
    line-height: 55px;
    font-weight: 700;
    white-space: nowrap;
  }
  .second-video-msg p {
    margin-top: 60px;
    font-size: 20px;
    line-height: 34px;
    font-weight: 400;
    text-align: center;
  }

  .second-middle-product {
    background: #3d3ead;
  }

  #test-dialog-modal-m {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 1000;
  }

  .test-dialog {
    display: none;
    position: fixed;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    top: 0;
    left: 0;
    z-index: 1001;
  }
  .test-dialog .test-content {
    position: absolute;
    width: 80%;
    background-color: #fbe1bb;
    top: 50%;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    display: flex;
  }
  .test-dialog .test-content .test-inner {
    display: flex;
    width: 100%;
  }
  .test-dialog .test-content .test-image {
    flex: 1;
    width: 49%;
  }
  .test-dialog .test-content .test-image img {
    width: 34.3vw;
    height: 37.73vw;
    object-fit: cover;
    display: block;
  }
  .test-dialog .test-content .test-message {
    box-sizing: border-box;
    padding: 4.62vw 6.3vw 3.465vw 0;
    width: 51%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .test-dialog .test-content .test-begin {
    position: relative;
  }
  .test-dialog .test-content .test-begin h2 {
    font-weight: 700;
    font-size: 2.03vw;
    color: #2e3c91;
  }
  .test-dialog .test-content .test-begin .tag {
    margin-top: 0.6545vw;
    padding: 0 20px;
    height: 25px;
    background: #fff;
    border-radius: 44px;
    font-weight: 400;
    font-size: 0.63vw;
    line-height: 25px;
    color: #f87753;
    text-align: center;
  }
  .test-dialog .test-content .test-begin p {
    font-weight: 400;
    font-size: 0.924vw;
    line-height: 1.54vw;
  }
  .test-dialog .test-content .test-begin .p1 {
    margin-top: 2.695vw;
  }
  .test-dialog .test-content .test-begin .btn {
    bottom: 3.465vw;
    right: 7.91vw;
    position: absolute;
    text-align: center;
    background: #4c4dc3;
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    font-weight: 500;
    font-size: 0.98vw;
    padding: 0 0.7vw;
    white-space: nowrap;
    height: 2.5795vw;
    line-height: 2.5795vw;
    cursor: pointer;
    color: #fff;
  }
  .test-dialog .test-content .test-begin .btn:hover {
    background: #7374e4;
  }
  .test-dialog .test-content .test-question {
    position: relative;
  }
  .test-dialog .test-content .test-question .question {
    font-size: 1.54vw;
    line-height: 2.03vw;
    color: #2e3c91;
    font-weight: 700;
  }
  .test-dialog .test-content .test-question .options {
    font-weight: 500;
    margin-top: 2.31vw;
    font-size: 0.924vw;
    line-height: 1.54vw;
    color: #182543;
  }
  .test-dialog .test-content .test-question .options .option {
    user-select: none;
    margin-bottom: 1.155vw;
    cursor: pointer;
    display: flex;
    align-items: flex-start;
  }
  .test-dialog .test-content .test-question .options .option:hover {
    color: #4c5976;
  }
  .test-dialog .test-content .test-question .options .option .pointer {
    margin-right: 6px;
    display: flex;
    align-items: center;
    height: 1.54vw;
  }
  .test-dialog .test-content .test-question .options .option .pointer img {
    width: 20px;
  }
  .test-dialog .test-content .test-question .previous-question {
    display: none;
  }
  .test-dialog .test-content .test-question .pages {
    position: absolute;
    bottom: 3.465vw;
    left: 0;
    display: flex;
    width: calc(100% - 104px);
  }
  .test-dialog .test-content .test-question .pages .page {
    width: calc(100% / 13);
    height: 0.2772vw;
    background: #d9d9d9;
    margin-right: 4px;
    cursor: pointer;
  }
  .test-dialog .test-content .test-question .pages .page:first-child {
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
  }
  .test-dialog .test-content .test-question .pages .page:last-child {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
  .test-dialog .test-content .test-question .bottom-mask {
    display: none;
  }
  .test-dialog .test-content .test-result {
    padding-bottom: 0;
    position: relative;
  }
  .test-dialog .test-content .test-result .result-title {
    font-weight: 700;
    font-size: 1.54vw;
    line-height: 1.75vw;
    color: #2e3c91;
  }
  .test-dialog .test-content .test-result .result-tag {
    background-color: #fff;
    border-radius: 44px;
    height: 1.925vw;
    padding: 0 0.7vw;
    margin-top: 0.539vw;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .test-dialog .test-content .test-result .result-tag .tag-1 {
    font-size: 0.7vw;
    color: #2e3c91;
    margin-right: 0.56vw;
  }
  .test-dialog .test-content .test-result .result-tag .tag-2 {
    font-size: 0.84vw;
    font-weight: 700;
    color: #2e3c91;
    color: #f87753;
  }
  .test-dialog .test-content .test-result .result-desc {
    font-weight: 400;
    margin-top: 0.924vw;
    font-size: 0.7vw;
    color: #182543;
    line-height: 1.19vw;
  }
  .test-dialog .test-content .test-result .border {
    width: 100%;
    height: 0.8px;
    display: flex;
    background-color: #cccccc;
    margin: 1.2705vw 0;
  }
  .test-dialog .test-content .test-result .bast-partner {
    font-size: 0.91vw;
    color: #303d9b;
  }
  .test-dialog .test-content .test-result .bast-title {
    margin-top: 0.21vw;
    font-size: 1.4vw;
    color: #303d9b;
    font-weight: 700;
  }
  .test-dialog .test-content .test-result .bast-desc {
    font-weight: 400;
    margin-top: 0.924vw;
    font-size: 0.7vw;
    color: #182543;
    line-height: 1.19vw;
  }
  .test-dialog .test-content .test-result .result-share {
    position: absolute;
    bottom: 2.7335vw;
  }
  .test-dialog .test-content .test-result .result-share .line-1 {
    padding: 0 1vw;
    height: 2.926vw;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 50px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .test-dialog .test-content .test-result .result-share .line-1 .text {
    font-size: 0.7vw;
    color: #182543;
  }
  .test-dialog .test-content .test-result .result-share .line-1 .cut {
    height: 0.7vw;
    width: 0.5px;
    background-color: #999999;
    margin-left: 1.32vw;
  }
  .test-dialog .test-content .test-result .result-share .line-1 img {
    height: 60%;
    margin-left: 1.32vw;
    cursor: pointer;
  }
  .test-dialog .test-content .test-result .result-share .line-2 {
    margin-top: 0.54vw;
    font-size: 0.7vw;
    color: #595959;
    margin-left: 1vw;
  }
  .test-dialog .test-content .test-result .result-share .line-2 .download {
    color: #4c4dc3;
    margin-right: 0.2vw;
    text-decoration: underline;
    cursor: pointer;
  }
  .test-dialog .test-content .your-product {
    width: 100%;
    height: 3.619vw;
    position: absolute;
    bottom: -3.619vw;
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 0.7vw;
  }
  .test-dialog .test-content .your-product .cut {
    height: 0.7vw;
    width: 0.5px;
    background-color: #999999;
    margin: 0 1.32vw;
  }
  .test-dialog .test-content .your-product .learn-more {
    border: 1px solid #4c4dc3;
    border-radius: 27px;
    height: 50%;
    display: flex;
    padding: 0 1.4vw;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    color: #4c4dc3;
  }
  .test-dialog .test-content .close {
    position: absolute;
    cursor: pointer;
    top: 1.8vw;
    right: 1.8vw;
    display: flex;
    align-items: flex-start;
    z-index: 51;
    width: 1.65vw;
    height: 1.65vw;
  }
  .test-dialog .test-content .close svg {
    width: 100%;
    height: 100%;
    fill: #182543;
  }

  .bundle-sales {
    padding-bottom: 100px;
    /* margin-top: 150vh; */
    display: flex;
    position: relative;
  }
  .bundle-sales .left,
  .bundle-sales .right {
    width: 50%;
  }
  .bundle-sales .product-bg {
    position: relative;
  }
  .bundle-sales .product-bg .product {
    height: 100vh;
    display: flex;
    align-items: center;
  }
  .bundle-sales .product-bg .product .box {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .bundle-sales .product-bg .detail {
    width: 70%;
    margin: 0 auto;
    align-items: flex-start;
    flex-direction: column;
    justify-content: center !important;
    color: #2e3c91;
  }
  .bundle-sales .product-bg .detail h2 {
    font-weight: 500;
    font-size: 40px;
    line-height: 46px;
  }
  .bundle-sales .product-bg .detail h3 {
    margin-top: 12px;
    font-weight: 500;
    font-size: 26px;
    line-height: 30px;
  }
  .bundle-sales .product-bg .detail .desc {
    margin-top: 44px;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
  }
  .bundle-sales .left .product {
    justify-content: flex-end;
  }
  .bundle-sales .left .product .box {
    margin-right: 12vw;
  }
  .bundle-sales .left .product .box img {
    width: 19vw;
  }
  .bundle-sales .right .product {
    justify-content: flex-start;
  }
  .bundle-sales .right .product .box {
    margin-left: 6vw;
  }
  .bundle-sales .right .product .box img {
    width: 32vw;
  }

  .mobile-boundle-detail {
    display: none;
  }

  .product-fixed {
    position: fixed;
    width: 50%;
    top: 0;
  }

  .product-absolute {
    position: absolute;
    width: 100%;
    bottom: 0;
  }

  #left-aside .product-fixed {
    left: 0;
  }

  #right-aside .product-fixed {
    left: 50%;
  }

  /* 背景的高度差，决定了能空档滑行多长距离 */
  #product-bg-1 {
    background-color: #4c4dc3;
    height: 360vh;
    color: #fff;
  }

  #product-bg-2 {
    background-color: #fbe1bb;
    height: 100vh;
    color: #1a1a1a;
  }

  #product-bg-3 {
    background-color: #ffb231;
    height: 360vh;
    color: #1a1a1a;
  }

  #product-bg-4 {
    background-color: #fbe1bb;
    height: 100vh;
    color: #1a1a1a;
  }

  #product-bg-5 {
    background-color: #f87753;
    height: calc(130vh + 300px);
    color: #fff;
  }

  #product-bg-6 {
    background-color: #f87753;
    height: 130vh;
    color: #fff;
  }

  #product-bg-7 {
    background-color: #fbe1bb;
    height: 100vh;
    color: #1a1a1a;
  }

  #product-bg-8 {
    background-color: #ffbfbf;
    height: 360vh;
    color: #fff;
  }
  #product-bg-8 img {
    width: 34vw;
  }

  #product-bg-9 {
    background-color: #fbe1bb;
    height: 100vh;
    color: #1a1a1a;
  }

  #product-bg-10 {
    background-color: #47a36b;
    height: calc(360vh + 300px);
    color: #1a1a1a;

  }

  .buy-now {
    position: fixed;
    width: 540px;
    bottom: 0;
    z-index: 0;
    left: calc(50% - 270px);
    color: #fff;
    opacity: 0;
  }
  .buy-now h2 {
    font-weight: 700;
    font-size: 36px;
    line-height: 41px;
    text-transform: uppercase;
    text-align: center;
    white-space: nowrap;
  }
  .buy-now .btn {
    margin: 28px auto 0;
    width: 194px;
    height: 56px;
    background: #ffe600;
    box-shadow: 0px 5px 8.86216px rgba(0, 0, 0, 0.1);
    border-radius: 16px;
    font-weight: 500;
    font-size: 20px;
    line-height: 56px;
    text-align: center;
    text-transform: capitalize;
    color: #1a1a1a;
    cursor: pointer;
  }
  .buy-now .btn:hover {
    background: #ffef61;
    box-shadow: 0px 5px 8.86216px rgba(0, 0, 0, 0.1);
  }
  .buy-now .btn-blue {
    color: #fff;
    background: #4889ff;
  }
  .buy-now .btn-blue:hover {
    background: #4b8bff;
  }

  .kol {
    width: 100%;
    height: 0;
  }

  .listen-saying {
    padding-top: 130px;
    padding-bottom: 52px;
    width: 100%;
    background-color: #34349a;
    color: #fff;
    background-image: url('https://r.tourboxtech.com/en/src/images/item/xppen/see-what-bg.webp');
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    background-size: cover;
  }
  .listen-saying h2 {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    text-align: center;
    text-transform: capitalize;
  }
  .listen-saying .listen-container {
    width: 1210px;
    margin: 76px auto 0;
  }
  .listen-saying .listen-container .swiper-wrapper {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .listen-saying .listen-container .swiper-wrapper .swiper-slide {
    background: #fff;
    border-radius: 8px;
    width: 280px;
    height: 420px;
    margin-bottom: 76px;
    position: relative;
    margin-right: 20px;
  }
  .listen-saying .listen-container .swiper-wrapper .swiper-slide .say-image {
    width: 100%;
    height: 200px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    object-fit: cover;
    display: block;
  }
  .listen-saying .listen-container .swiper-wrapper .swiper-slide .say-text {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
    color: #182543;
    box-sizing: border-box;
    padding: 16px;
  }
  .listen-saying .listen-container .swiper-wrapper .swiper-slide .say-msg {
    position: absolute;
    right: 16px;
    bottom: 16px;
    display: flex;
    align-items: center;
  }
  .listen-saying
    .listen-container
    .swiper-wrapper
    .swiper-slide
    .say-msg
    .say-left {
    text-align: right;
    margin-right: 12px;
  }
  .listen-saying
    .listen-container
    .swiper-wrapper
    .swiper-slide
    .say-msg
    .say-left
    .say-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    color: #1a1a1a;
  }
  .listen-saying
    .listen-container
    .swiper-wrapper
    .swiper-slide
    .say-msg
    .say-left
    .say-desc {
    margin-top: 2px;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    color: #666666;
  }
  .listen-saying
    .listen-container
    .swiper-wrapper
    .swiper-slide
    .say-msg
    .say-head {
    width: 36px;
    height: 36px;
    border-radius: 50%;
    object-fit: cover;
    background: #d9d9d9;
  }

  .shop-now-bg {
    background-color: #005057;
    padding: 120px 0 135px;
    display: flex;
    justify-content: center;
    background-image: url('https://r.tourboxtech.com/en/src/images/item/xppen/show-now-bg-4.webp');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position-y: bottom;
  }
  .shop-now-bg .shop-now {
    width: 1036px;
  }
  .shop-now-bg .shop-now h2 {
    font-weight: 700;
    font-size: 54px;
    line-height: 68px;
    color: #00bf93;
  }
  .shop-now-bg .shop-now .desc {
    color: #f87753;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .shop-now-bg .shop-now .products-group {
    margin-top: 100px;
  }
  .shop-now-bg .shop-now .products-group h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #00bf93;
  }
  .shop-now-bg .shop-now .products-group .products-list {
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
  }
  .shop-now-bg .shop-now .products-group .products-list .swiper-wrapper {
    width: auto;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product {
    position: relative;
    width: 200px;
    /* height: 482px; */
    border-radius: 8px;
    background-color: #fff;
    margin-right: 20px;
  }

  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .ffdiscount {
    position: absolute;
    width: 77.23px;
    height: 48.89px;
    left: -4px;
    top: 58.46px;
  }

  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product:last-child {
    margin-right: 0;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .name {
    background-color: #4c4dc3;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 72px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #fff;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .image {
    width: 100%;
    padding: 0 14px;
    display: block;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price {
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 84px;
    flex-wrap: wrap;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .discount {
    top: -22px;
    position: absolute;
    font-size: 16px;
    line-height: 18px;
    color: #f87753;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .original-price {
    color: #00bf93;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .delete-price {
    margin-left: 6px;
    font-size: 20px;
    line-height: 23px;
    color: #999999;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group {
    margin-top: 9px;
    margin-bottom: 18px;
    padding: 0 18px;
    width: 100%;
    left: 0;
    bottom: 32px;
    /* position: absolute; */
    bottom: 32px;
    display: flex;
    justify-content: center;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .learn-more {
    width: 130px;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
    font-size: 14px;
    color: #4c4dc3;
    background: #fff;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 1px solid #4c4dc3;
    border-right: none;
    box-sizing: border-box;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .learn-more:hover {
    color: #7f80eb;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .to-cart {
    width: 72px;
    height: 40px;
    background: #4c4dc3;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .to-cart:hover {
    background: #7374e4;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .to-cart
    img {
    width: 20px;
  }

  .our-products {
    background-color: #3d3ead;
    padding: 120px 0 135px;
    display: flex;
    justify-content: center;
    /* background-image: url('https://r.tourboxtech.com/en/src/images/item/xppen/our-product-bg-1.webp'); */
    /* background-size: 100% auto; */
    /* background-repeat: no-repeat; */
    /* background-position-y: bottom; */
  }
  .our-products .our-list {
    width: 1036px;
  }
  .our-products .our-list h2 {
    font-weight: 700;
    font-size: 54px;
    line-height: 68px;
    color: #fff;
  }
  .our-products .our-list .desc {
    color: #fff;
    font-size: 34px;
    line-height: 42px;
    margin-bottom: 30px;
  }
  .our-products .our-list .products-group {
    margin-top: 100px;
  }
  .our-products .our-list .products-group h3 {
    font-weight: 500;
    font-size: 28px;
    line-height: 32px;
    color: #fff;
  }
  .our-products .our-list .products-group .products-list {
    width: 100%;
    margin-top: 35px;
    display: flex;
    justify-content: space-between;
  }
  .our-products .our-list .products-group .products-list .swiper-wrapper {
    width: auto;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product {
    position: relative;
    width: 200px;
    /* height: 482px; */
    border-radius: 8px;
    background-color: #fff;
    margin-right: 20px;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product:last-child {
    margin-right: 0;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .name {
    background-color: #d8dcff;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    height: 72px;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 400;
    font-size: 20px;
    line-height: 28px;
    color: #182543;
    box-sizing: border-box;
    padding: 0 10px;
    text-align: center;
    position: relative;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .discount {
    top: -22px;
    position: absolute;
    font-size: 16px;
    line-height: 18px;
    color: #f87753;
    font-family: 'Ubuntu-Regular';
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .name
    img {
    position: absolute;
    width: 152px;
    height: 28px;
    bottom: -14px;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .image {
    width: calc(100% - 54px);
    margin: 0 auto 0;
    display: block;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price {
    /* position: absolute; */
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    left: 0;
    bottom: 84px;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .original-price {
    color: #182543;
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .delete-price {
    margin-left: 6px;
    font-size: 20px;
    line-height: 23px;
    color: #999999;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group {
    width: 100%;
    left: 0;
    margin: 8px 0 18px 0;
    padding: 0 18px;
    bottom: 32px;
    /* position: absolute; */
    bottom: 32px;
    display: flex;
    justify-content: center;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .learn-more {
    width: 130px;
    height: 40px;
    line-height: 38px;
    font-weight: 500;
    font-size: 14px;
    color: #4c4dc3;
    background: #fff;
    border-top-left-radius: 12px;
    border-bottom-left-radius: 12px;
    text-align: center;
    cursor: pointer;
    user-select: none;
    border: 1px solid #4c4dc3;
    border-right: none;
    box-sizing: border-box;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .learn-more:hover {
    color: #7f80eb;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .to-cart {
    width: 72px;
    height: 40px;
    background: #4c4dc3;
    border-top-right-radius: 12px;
    border-bottom-right-radius: 12px;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .to-cart:hover {
    background: #7374e4;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .btn-group
    .to-cart
    img {
    width: 20px;
  }

  .product-tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 144px 0 132px;
    background-color: #fff;
    width: 100%;
  }
  .product-tag .product-detail-title {
    font-weight: 700;
    font-size: 40px;
    line-height: 46px;
    color: #182543;
    text-align: center;
    margin-bottom: 54px;
  }
  .product-tag .swiper-wrapper {
    display: flex;
    justify-content: center;
    overflow-x: auto;
    overflow-y: hidden;
  }
  .product-tag .swiper-wrapper::-webkit-scrollbar {
    display: none;
  }
  .product-tag .swiper-slide {
    width: 279px;
    height: 57px;
    /* button蓝色 */
    background: #fff;
    border-radius: 12px;
    margin-right: 24px;
    color: #182543;
    font-size: 20px;
    line-height: 57px;
    box-sizing: border-box;
    border: 1px solid #182543;
    font-weight: 700;
    text-align: center;
    cursor: pointer;
    user-select: none;
  }
  .product-tag .swiper-slide:hover {
    border-color: #4c4dc3;
    color: #4c4dc3;
  }
  .product-tag .active {
    background-color: #4c4dc3;
    color: #fff !important;
    border-color: #4c4dc3 !important;
  }

  .product-detail-bg {
    user-select: none;
    cursor: pointer;
  }
  .product-detail-bg img {
    width: 100%;
    display: block;
  }
  .product-detail-bg .mobile-bg {
    display: none;
  }

  .product-detail {
    width: 100%;
    background-color: #fff;
  }

  #product-detail-iframe-m {
    display: none;
    border: none;
    background-color: #fff;
  }

  #back-to-top {
    position: fixed;
    right: 70px;
    bottom: 120px;
    display: none;
    cursor: pointer;
    width: 55px;
    z-index: 99;
  }

  #header {
    height: 0.44rem !important;
  }

  .first-video #first-video-msg h1 {
    margin-top: 200px;
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 28px;
  }
  .first-video #first-video-msg h1 img {
    margin: 0 20px;
    width: 20px;
  }
  .first-video #first-video-msg p {
    font-size: 12px;
    line-height: 22px;
    width: calc(100% - 48px);
    margin: 0 24px;
  }
  .first-video #first-video-msg .video-message-btn {
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    border-radius: 12px;
  }
  .second-video-msg {
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
  }
  .second-video-msg h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .second-video-msg p {
    margin-top: 28px;
    font-size: 12px;
    line-height: 22px;
  }

  /* 改：中间紫色部分（m） */
  .second-middle-product {
    padding: 64px 23px 79px 24px;
  }
  .second-middle-product__text {
    color: #ffffff;
    font-family: 'Ubuntu';
    font-style: normal;
    font-weight: 700;
    font-size: 22px;
    line-height: 30px;
    text-align: center;
  }
  .test-dialog {
    display: none;
    height: 90%;
    bottom: 0 !important;
    left: 0;
    top: auto !important;
  }
  .test-dialog .test-content {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    transform: none;
    box-sizing: border-box;
    padding: 0;
  }
  .test-dialog .test-content .test-inner {
    display: block;
    overflow-y: scroll;
    height: 100%;
    -webkit-overflow-scrolling: touch; /* No longer needed */
    overscroll-behavior: none;
  }
  .test-dialog .test-content .test-image {
    width: 100%;
  }
  .test-dialog .test-content .test-image img {
    width: 100%;
    height: 75vw;
  }
  .test-dialog .test-content .test-message {
    padding: 16px 24px 0;
    box-sizing: border-box;
    width: 100%;
  }
  .test-dialog .test-content .test-begin {
    position: static;
  }
  .test-dialog .test-content .test-begin h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .test-dialog .test-content .test-begin .tag {
    margin-top: 8px;
    font-size: 12px;
  }
  .test-dialog .test-content .test-begin p {
    font-size: 12px;
    line-height: 20px;
  }
  .test-dialog .test-content .test-begin .p1 {
    margin-top: 20px;
  }
  .test-dialog .test-content .test-begin .btn {
    left: 50%;
    transform: translateX(-50%);
    bottom: 42px;
    width: 157px;
    height: 37px;
    color: #e6e6e6;
    font-size: 14px;
    line-height: 37px;
  }
  .test-dialog .test-content .test-question {
    position: static;
    padding-bottom: 120px;
  }
  .test-dialog .test-content .test-question .question {
    font-size: 20px;
    line-height: 26px;
  }
  .test-dialog .test-content .test-question .options {
    margin-top: 20px;
    font-size: 12px;
    line-height: 20px;
  }
  .test-dialog .test-content .test-question .options .option {
    margin-bottom: 14px;
  }
  .test-dialog .test-content .test-question .options .option:hover {
    color: #182543;
  }
  .test-dialog .test-content .test-question .options .option .pointer {
    align-items: flex-start;
  }
  .test-dialog .test-content .test-question .options .option .option-content {
    line-height: 20px;
  }
  .test-dialog .test-content .test-question .previous-question {
    position: absolute;
    display: block;
    left: 24px;
    bottom: 64px;
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    display: flex;
    align-items: center;
  }
  .test-dialog .test-content .test-question .previous-question img {
    width: 12px;
    margin-right: 8px;
  }
  .test-dialog .test-content .test-question .pages {
    left: 24px;
    bottom: 42px;
    justify-content: space-around;
    width: calc(100% - 48px);
  }
  .test-dialog .test-content .test-question .pages .page {
    width: 50px;
    height: 3px;
  }
  .test-dialog .test-content .test-question .bottom-mask {
    display: block;
    position: absolute;
    width: 100%;
    height: 124px;
    background: linear-gradient(
      177.66deg,
      rgba(251, 225, 187, 0.2) 1.96%,
      #fbe1bb 25.98%
    );
    bottom: 0;
    left: 0;
  }
  .test-dialog .test-content .test-result .result-title {
    font-size: 20px;
    line-height: 23px;
  }
  .test-dialog .test-content .test-result .result-tag {
    height: 27px;
    padding: 0 10px;
    margin-top: 10px;
  }
  .test-dialog .test-content .test-result .result-tag .tag-1 {
    font-size: 12px;
    margin-right: 6px;
  }
  .test-dialog .test-content .test-result .result-tag .tag-2 {
    font-size: 14px;
  }
  .test-dialog .test-content .test-result .result-desc {
    margin-top: 14px;
    font-size: 12px;
    line-height: 20px;
  }
  .test-dialog .test-content .test-result .border {
    margin: 20px 0;
  }
  .test-dialog .test-content .test-result .bast-partner {
    font-size: 14px;
    line-height: 16px;
  }
  .test-dialog .test-content .test-result .bast-title {
    margin-top: 6px;
    font-size: 20px;
    line-height: 23px;
  }
  .test-dialog .test-content .test-result .bast-desc {
    margin-top: 14px;
    font-size: 12px;
    line-height: 20px;
  }
  .test-dialog .test-content .test-result .result-share-mobile .save-btn {
    margin-top: 40px;
    margin-bottom: 20px;
    width: 160px;
    height: 28px;
    background: #4c4dc3;
    border-radius: 27px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
  }
  .test-dialog .test-content .test-result .result-share-mobile .save-btn img {
    width: 20px;
    margin-right: 2px;
  }
  .test-dialog .test-content .test-result .result-share-mobile .share-to {
    color: #182543;
    font-size: 14px;
    line-height: 22px;
    display: flex;
    align-items: center;
    white-space: nowrap;
  }
  .test-dialog .test-content .test-result .result-share-mobile .share-to img {
    margin-left: 20px;
    height: 30px;
  }
  .test-dialog .test-content .test-result .your-product-mobile {
    position: relative;
    width: 100vw;
    margin-left: -24px;
    height: auto;
    min-height: 96px;
    background-color: #fff;
    margin-top: 26px;
    padding: 24px;
  }
  .test-dialog .test-content .test-result .your-product-mobile .line-1 {
    font-size: 14px;
    line-height: 16px;
    color: #000000;
  }
  .test-dialog .test-content .test-result .your-product-mobile .line-2 {
    margin-top: 12px;
    display: flex;
    position: relative;
    margin-bottom: 34px;
  }
  .test-dialog
    .test-content
    .test-result
    .your-product-mobile
    .line-2
    .product-image {
    width: 96px;
    margin-right: 12px;
  }
  .test-dialog .test-content .test-result .your-product-mobile .line-2 .msg {
    margin-top: 16px;
    text-align: right;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    width: calc(100vw - 96px - 48px);
  }
  .test-dialog
    .test-content
    .test-result
    .your-product-mobile
    .line-2
    .msg
    .text {
    text-align: right;
    font-size: 12px;
    line-height: 14px;
  }
  .test-dialog
    .test-content
    .test-result
    .your-product-mobile
    .line-2
    .msg
    .learn-more {
    margin-top: 16px;
    border-radius: 27px;
    width: 104px;
    height: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #4c4dc3;
    border: 1px solid #4c4dc3;
  }
  .test-dialog .test-content .close {
    z-index: 50;
    position: absolute;
    top: 17px;
    justify-content: flex-end;
    right: 17px;
    width: 22px;
  }
  .test-dialog .test-content .close svg {
    width: 22px;
    height: 22px;
    fill: #fff;
  }
  .buy-now h2 {
    font-size: 20px;
    line-height: 23px;
  }
  .buy-now .btn {
    margin-top: 16px;
    width: 126px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
  }
  .bundle-sales {
    position: relative;
  }
  .bundle-sales .product-bg {
    box-sizing: border-box;
  }
  .bundle-sales .product-bg .product {
    height: 450px;
    justify-content: center;
    box-sizing: border-box;
    padding-bottom: 150px;
  }
  .bundle-sales .left .product .box {
    margin-right: 0;
  }
  .bundle-sales .left .product .box img {
    width: 26.2vw;
  }
  .bundle-sales .right .product .box {
    margin-left: 0;
  }
  .bundle-sales .right .product .box img {
    width: 40vw;
  }
  .product-fixed {
    margin-top: 0.44rem;
  }
  #product-bg-1 {
    background-color: #4c4dc3;
    height: 1500px;
    color: #fff;
  }
  #product-bg-2 {
    display: none;
  }
  #product-bg-3 {
    background-color: #ffb231;
    height: 1500px;
    color: #1a1a1a;
  }
  #product-bg-4 {
    display: none;
  }
  #product-bg-5 {
    background-color: #f87753;
    height: 550px;
    color: #fff;
  }
  #product-bg-6 {
    background-color: #f87753;
    height: 750px;
    color: #fff;
  }
  #product-bg-6 img {
    width: 40vw;
    margin-top: 8px;
  }
  #product-bg-7 {
    display: none;
  }
  #product-bg-8 {
    background-color: #ffbfbf;
    height: 1500px;
    color: #fff;
  }
  #product-bg-8 img {
    width: 40vw;
    margin-top: 8px;
  }
  #product-bg-9 {
    display: none;
  }
  #product-bg-10 {
    background-color: #47a36b;
    height: 1300px;
    color: #1a1a1a;
  }
  #mobile-boundle-detail-1 {
    top: 300px;
  }
  #mobile-boundle-detail-2 {
    top: 1050px;
  }
  #mobile-boundle-detail-3 {
    top: 1800px;
  }
  #mobile-boundle-detail-4 {
    top: 2550px;
  }
  #mobile-boundle-detail-5 {
    top: 3350px;
  }
  .buy-now {
    display: none;
  }
  .mobile-boundle-detail {
    position: absolute;
    left: 0;
    display: block;
    width: 100%;
    background-color: #fbe1bb;
    box-sizing: border-box;
    padding: 24px 28px;
    color: #2e3c91;
    height: 300px;
  }
  .mobile-boundle-detail h2 {
    font-weight: 700;
    font-size: 22px;
    line-height: 25px;
  }
  .mobile-boundle-detail h3 {
    margin-top: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 18px;
  }
  .mobile-boundle-detail .desc {
    margin-top: 20px;
    font-weight: 400;
    font-size: 12px;
    line-height: 22px;
  }
  .mobile-boundle-detail .mobile-buy-now {
    width: 220px;
    height: 40px;
    line-height: 40px;
    /* 蓝1 */
    background: #4c4dc3;
    /* button投影 */
    box-shadow: 0px 8px 9px rgba(0, 0, 0, 0.1);
    border-radius: 12px;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    position: absolute;
    bottom: 28px;
    left: 50%;
    transform: translateX(-50%);
  }
  .shop-now-bg {
    width: 100%;
    padding: 60px 0;
  }
  .shop-now-bg .shop-now {
    width: 100%;
  }
  .shop-now-bg .shop-now h2 {
    margin: 0 10px;
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
  }
  .shop-now-bg .shop-now .desc {
    margin-top: 8px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 48px;
  }
  .shop-now-bg .shop-now .products-group {
    margin-top: 60px;
  }
  .shop-now-bg .shop-now .products-group h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;
    text-align: center;
  }
  .shop-now-bg .shop-now .products-group .products-list {
    width: 100%;
    margin-top: 28px;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 24px;
  }

  .shop-now-bg .shop-now .products-group .products-list::-webkit-scrollbar {
    display: none;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product {
    /* height: calc((100vw - 54px) * 1.39); */
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .name {
    font-size: 15px;
    line-height: 24px;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .discount {
    font-size: 14px;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .original-price {
    font-size: 18px;
    line-height: 23px;
  }
  .shop-now-bg
    .shop-now
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .delete-price {
    font-size: 18px;
    line-height: 23px;
  }
  .our-products {
    width: 100%;
    padding: 60px 0;
  }
  .our-products .our-list {
    width: 100%;
  }

  .our-products .our-list .ffdiscount {
    position: absolute;
    width: 77.23px;
    height: 48.89px;
    left: -4px;
    top: 58.46px;
    z-index: 199;
  }
  .our-products .our-list .ffdiscount.is-first {
    top: 80px;
  }
  .our-products .our-list h2 {
    font-weight: 700;
    font-size: 26px;
    line-height: 30px;
    text-align: center;
    width: 100%;
  }
  .our-products .our-list .desc {
    margin-top: 8px;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    margin-bottom: 48px;
  }
  .our-products .our-list .products-group {
    margin-top: 60px;
  }
  .our-products .our-list .products-group h3 {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 24px;
  }
  .our-products .our-list .products-group .products-list {
    width: 100%;
    margin-top: 28px;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 24px;
  }
  .our-products .our-list .products-group .products-list::-webkit-scrollbar {
    display: none;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product {
    /* height: calc((100vw - 54px) * 1.39); */
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .name {
    font-size: 16px;
    line-height: 24px;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .original-price {
    font-size: 18px;
    line-height: 23px;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .delete-price {
    font-size: 18px;
    line-height: 23px;
  }
  .our-products
    .our-list
    .products-group
    .products-list
    .swiper-wrapper
    .product
    .price
    .discount {
    font-size: 14px;
  }
  .listen-saying {
    padding-top: 44px;
    padding-bottom: 0;
  }
  .listen-saying h2 {
    font-size: 22px;
    line-height: 25px;
  }
  .listen-saying .listen-container {
    width: 100%;
    margin: 46px 0 0 0;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    padding: 0 20px;
  }
  .listen-saying .listen-container::-webkit-scrollbar {
    display: none;
  }
  .listen-saying .listen-container .swiper-wrapper {
    justify-content: flex-start;
    flex-wrap: nowrap;
    width: min-content;
  }
  .listen-saying .listen-container .swiper-wrapper .swiper-slide {
    height: 420px;
  }
  .listen-saying .listen-container .swiper-wrapper .swiper-slide .say-image {
    height: 222px;
  }
  .product-tag {
    display: flex;
    position: relative;
    overflow: hidden;
    padding: 60px 0 40px;
    width: 100%;
    box-sizing: border-box;
  }
  .product-tag .product-detail-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 30px;
  }
  .product-tag .swiper-wrapper {
    justify-content: flex-start;
  }
  .product-tag .swiper-slide {
    font-size: 14px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
    white-space: nowrap;
    width: auto !important;
  }
  .product-detail-bg .pc-bg {
    display: none;
  }
  .product-detail-bg .mobile-bg {
    display: block;
  }
  #back-to-top {
    position: fixed;
    right: 20px;
    bottom: 90px;
    width: 32px;
  }
}

/*# sourceMappingURL=xppen.css.map */
