@charset "utf-8";

/* CSS Document */
* {
  margin: 0;
  padding: 0;
}

body {
  font-size: 14px;
  line-height: 1.4;
  color: #1c1c1c;
  font-weight: 500;
  font-family: "Montserrat", Arial, Helvetica, sans-serif;
  outline: 0;
  vertical-align: baseline;
  background: #fffef6;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.container {
  width: 100%;
  max-width: 1920px;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  color: #1c1c1c;
  outline: none;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

ul,
ul li {
  list-style-type: none;
}

img {
  border: none;
}

.clearfix:after {
  clear: both;
  display: block;
  height: 0;
  font-size: 0;
  content: "";
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.wrapper {
  position: relative;
  width: 1100px;
  min-width: 1100px;
  margin: 0 auto;
  zoom: 1;
}

.all-icons {
  display: inline-block;
  text-indent: -9999px;
  vertical-align: middle;
  background: url(../images/all-icons.png) 0 0 no-repeat;
}

.price {
  color: #3e4050;
  font-weight: 500;
}

.price strong {
  font-size: 22px;
}

.price strong b {
  font-size: 58px;
}

/* buybtn */
.buybtn {
  position: relative;
  display: block;
  margin: 0 auto;
  width: 248px;
  height: 58px;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  line-height: 61px;
  text-align: center;
  background: #ff4212;
  border-radius: 31px;
  text-transform: uppercase;
  letter-spacing: 2px;
  border: 2px solid #dd0c0c;
  background-image: -webkit-linear-gradient(
    73deg,
    rgb(199, 0, 0) 0%,
    rgb(255, 34, 4) 100%
  );
  background-image: linear-gradient(
    73deg,
    rgb(199, 0, 0) 0%,
    rgb(255, 34, 4) 100%
  );
  box-shadow:
    0px 5px 18.27px 2.73px rgba(250, 31, 4, 0.35),
    inset -1.463px -1.364px 3px 0px rgba(255, 161, 39, 0.59),
    inset -2.463px 3.152px 3.92px 0.08px rgba(255, 255, 255, 0.41);
}

.buybtn:after {
  position: absolute;
  content: "";
  width: 210px;
  height: 50px;
  top: 5px;
  left: 14px;
  background: url(../images/btn-snow.png);
}

.buybtn:hover {
  background: #ff1409;
  background-image: -webkit-linear-gradient(
    73deg,
    rgb(241, 7, 7) 0%,
    rgb(253, 60, 60) 100%
  );
  background-image: linear-gradient(
    73deg,
    rgb(241, 7, 7) 0%,
    rgb(253, 60, 60) 100%
  );
}

/* review */
.review {
  position: relative;
  background: #fffef6;
}

.review .wrapper > h2 {
  padding-top: 70px;
  text-align: center;
  font-size: 34px;
  color: #3e4050;
  background: url(../images/commit.png) no-repeat center top;
}

.dg-container {
  position: relative;
  width: 100%;
  height: 580px;
  overflow: hidden;
}

.dg-wrapper {
  margin: 0 auto;
  width: 660px;
  height: 500px;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-perspective: 500px;
  perspective: 500px;
}

.dg-wrapper .dg-transition {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.dg-container .nav {
  position: relative;
  width: 100%;
}

.dg-container .nav span {
  position: absolute;
  top: 132px;
  width: 22px;
  height: 41px;
  display: block;
  overflow: hidden;
  cursor: pointer;
  background: url(../images/review-control.png) no-repeat;
}

.dg-container .nav .dg-prev {
  left: 0;
  background-position: 0 0;
}

.dg-container .nav .dg-prev:hover {
  background-position: 0 -41px;
}

.dg-container .nav .dg-next {
  right: 0;
  background-position: -22px 0;
}

.dg-container .nav .dg-next:hover {
  background-position: -22px -41px;
}

.inner {
  display: block;
  margin: 0 auto;
  width: 660px;
  height: 510px;
}

.content {
  position: relative;
  display: block;
  margin: 0 auto;
  z-index: 6;
  padding-top: 88px;
  width: 660px;
  height: 510px;
}

.content .reviews {
  position: absolute;
  left: 0;
  top: 88px;
  display: block;
  width: 660px;
  height: 500px;
  text-align: center;
}

.content .reviews dt {
  margin-bottom: 70px;
}

.content .reviews dt img {
  width: 130px;
  height: 130px;
  border-radius: 50%;
}

.content .reviews dd {
  margin-left: -170px;
  display: none;
  width: 1000px;
}

.content .reviews dd h2 {
  display: inline-block;
  margin-bottom: 40px;
  padding-top: 0;
  font-size: 30px;
  font-weight: 400;
}

.content .reviews dd p {
  line-height: 24px;
  color: #6e6f7b;
  font-size: 14px;
}

.content .reviews dd cite {
  display: inline-block;
  margin-top: 30px;
  font-style: normal;
  font-size: 20px;
  color: #3e4050;
}

.content .reviews.dg-center dt img {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  box-shadow: 0 40px 40px 0 rgba(20, 20, 20, 0.28);
}

.content .reviews.dg-center dd {
  display: block;
}

/* bottom */
.bottom {
  position: relative;
  z-index: 3;
  color: #4e5268;
  width: 100%;
  max-width: 1920px;
  height: 296px;
  box-sizing: border-box;
}

.bottom-bg img {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
  max-height: 252px;
  z-index: -1;
}

.service {
  height: 106px;
  border-radius: 54px;
  border: 1px solid #ffe9a1;
  background: #ffffff 0% 0% no-repeat padding-box;
  color: #6e6f7b;
}

.service dl {
  position: relative;
  padding: 0 45px;
  float: left;
  width: 458px;
}

.service dl.right {
  padding-right: 35px;
  padding-left: 55px;
}

.service dt {
  margin: 22px 0 20px;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase;
}

.service dl.right dt {
  margin-bottom: 12px;
}

.service dl.right:before {
  content: "";
  position: absolute;
  top: 10px;
  left: 0px;
  width: 1px;
  height: 86px;
  background-color: #f6e7dc;
}

.annotation {
  padding-left: 260px;
  text-align: left;
  padding-top: 30px;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
  color: #6e6f7b;
}

.copyright {
  padding-left: 260px;
  text-align: left;
  font-weight: 600;
  font-size: 12px;
  color: #6e6f7b;
}
/* banner */
.banner-container {
  width: 100%;
  height: 1068px;
  background: url(../images/start-bg.webp) no-repeat center center;
  background-size: cover;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  position: relative;
  padding-top: 38px;
  .updater-container {
    display: none;
    flex-direction: column;
    align-items: center;
    position: relative;
    margin-bottom: 10px;
    &.isOpen {
      .updater-list-container {
        display: flex;
      }
      .updater-title {
        img {
          transform: rotate(180deg);
        }
        &:hover {
          img {
            transform: translateY(-5px) rotate(180deg);
          }
        }
      }
      .updater-bg {
        width: 1481px;
        height: 21px;
        top: 84px;
        .updater-bg-img {
          display: none;
        }
        .updater-bg-img-open {
          display: block;
        }
      }
    }
    .updater-title {
      display: flex;
      align-items: center;
      gap: 10px;
      font: normal normal normal 16px/20px Lexend;
      color: #000000;
      cursor: pointer;
      position: relative;
      z-index: 1;
      img {
        width: 18px;
        height: 18px;
      }
      &:hover {
        img {
          transform: translateY(-5px);
        }
      }
    }
    .updater-list-container {
      position: relative;
      z-index: 1;
      display: flex;
      margin-top: 11px;
      align-items: center;
      gap: 110px;
      display: none;
      .updater-arrow-container {
        width: 42px;
        height: 42px;
        background: rgba(255, 255, 255, 0.36) 0% 0% no-repeat padding-box;
        box-shadow: 0px 3px 6px rgba(255, 126, 72, 0.46);
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 50%;
        cursor: pointer;
        &.left {
          .updater-arrow {
            svg {
              transform: rotate(180deg);
            }
          }
        }
        &.disabled {
          pointer-events: none;
          .updater-arrow {
            svg {
              path {
                fill: #c2b6ae;
              }
            }
          }
        }
        &:hover {
          .updater-arrow {
            svg {
              path {
                fill: #ff7f37;
              }
            }
          }
        }
        .updater-arrow {
          width: 24px;
          height: 24px;
          background: rgba(255, 255, 255, 0.7) 0% 0% no-repeat padding-box;
          display: flex;
          align-items: center;
          justify-content: center;
          border-radius: 50%;
          svg {
            width: 8px;
            height: 12px;
          }
        }
      }
      .updater-list-box {
        display: block;
        overflow: hidden;
        .updater-list-track {
          display: flex;
          transition: transform 0.35s ease;
        }
        .updater-list {
          display: flex;
          gap: 95px;
          flex-shrink: 0;
          justify-content: center;
          .updater-item {
            display: flex;
            flex-direction: column;
            align-items: center;
            gap: 2px;
            width: fit-content;
            img {
              width: 24px;
              height: 24px;
            }
            .updater-item-title {
              font: normal normal normal 12px/16px Lexend;
              color: #634c41;
            }
            .updater-item-desc {
              font: normal normal normal 12px/16px Lexend;
              color: #22130b;
            }
          }
        }
      }
    }
    .updater-bg {
      position: absolute;
      top: 10px;
      width: 1481px;
      height: 32px;
      .updater-bg-img-open {
        display: none;
      }
    }
  }
  &.isUpdater {
    padding-top: 18px;
    .updater-container {
      display: flex;
    }
  }
  .logo {
    position: absolute;
    z-index: 5;
    display: block;
    width: 54px;
    height: 17px;
    left: 50%;
    transform: translateX(calc(-50% - 700px));
    top: 28px;
  }
}
.banner-container .h1-img {
  width: 1133px;
  height: 84px;
}
.banner-container .h1-desc {
  font: normal normal normal 16px/26px Lexend;
  color: #303030;
  text-align: center;
  margin-top: 2px;
}
.banner-container .banner-box {
  margin-top: 41px;
  width: 1580px;
  height: 524px;
  background: url(../images/banner-bg.webp) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-left: 183px;
  box-sizing: border-box;
  display: flex;
  .desc-box {
    width: 267px;
    padding-top: 83px;
    box-sizing: border-box;
    height: 100%;
    .desc-box-title {
      font: normal normal bold 16px/24px Lexend;
      color: #000000;
      margin-bottom: 18px;
    }
    .desc-box-list {
      width: 100%;
      padding-left: 0;
      list-style: none;
      li {
        position: relative;
        padding-left: 14px;
        width: 100%;
        box-sizing: border-box;
        font: normal normal normal 14px/24px Lexend;
        color: #333333;
        &::before {
          content: "";
          position: absolute;
          left: 0;
          top: 9px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #888888;
        }
      }
    }
    .gift-title {
      margin-top: 38px;
      display: flex;
      align-items: center;
      gap: 4px;
      img {
        width: 24px;
        height: 24px;
      }
      .gift-desc {
        font: normal normal bold 16px/24px Lexend;
        color: #00b74f;
      }
    }
    .gift-list {
      padding-left: 0;
      list-style: none;
      margin-top: 18px;
      width: 100%;
      li {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        padding-left: 14px;
        font: normal normal normal 14px/24px Lexend;
        color: #333333;
        &::before {
          content: "";
          position: absolute;
          left: 0;
          top: 9px;
          width: 6px;
          height: 6px;
          border-radius: 50%;
          background: #00b74f;
        }
      }
    }
  }
  .banner-divider {
    margin-top: 30px;
    border: 1px dashed #e2cdaa;
    height: 463px;
    width: 0px;
    margin-left: 33px;
    margin-right: 37.5px;
  }
  .gift-box {
    margin-top: 87px;
    margin-left: 38px;
    width: 463px;
    height: 419px;
    background: url(../images/buy-bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    .gift-img {
      width: 211px;
      height: 159px;
      position: absolute;
      top: -100px;
      left: 46px;
      &.db {
        background: url(../images/pro-and-gift-db.webp) no-repeat center center;
        background-size: cover;
      }
      &.asc {
        background: url(../images/pro-and-gift-asc.webp) no-repeat center center;
        background-size: cover;
      }
      &.imf {
        background: url(../images/pro-and-gift-imf.webp) no-repeat center center;
        background-size: cover;
      }
    }
    .gift-price-box {
      width: 171px;
      height: 46px;
      background: url(../images/0-green.webp) no-repeat center center;
      background-size: cover;
      position: absolute;
      left: 226px;
      top: -18px;
      z-index: 1;
      padding: 5px 3px 5px 43px;
      box-sizing: border-box;
      font: normal normal 500 14px/18px Lexend;
      color: #ffffff;
      overflow: visible;
      #gift-left-num {
        position: relative;
        display: inline-block;
        font: normal normal bold 14px/18px Lexend;
        color: #ffef0c;
        min-width: 1.2em;
        text-align: center;
        overflow: visible;
      }
      .gift-reduce {
        position: absolute;
        left: 50%;
        top: 0;
        width: 50px;
        height: 50px;
        margin-left: -25px;
        pointer-events: none;
        z-index: 5;
      }
      .gift-reduce-num {
        position: absolute;
        left: 50%;
        top: 0;
        margin-left: -14px;
        width: 28px;
        height: 28px;
        font: normal normal 700 20px/28px Lexend;
        color: #ffef0c;
        text-align: center;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.45);
        background: transparent
          linear-gradient(180deg, #ffef0c00 0%, #ff002c 46%, #ffef0c00 100%) 0%
          0% no-repeat padding-box;
        opacity: 0;
      }
      .gift-reduce-ghost {
        position: absolute;
        left: 50%;
        top: -4px;
        margin-left: -18px;
        width: 36px;
        font: italic bold 20px/20px Lexend;
        color: #ff3300;
        text-align: center;
        text-shadow: 0 1px 0 #fff;
        opacity: 0;
        transform: scale(0);
      }
      /* 先 -1 上浮，再数字放大（与 asc TimelineLite 顺序一致） */
      .gift-reduce.on .gift-reduce-num {
        animation: giftReduceUp 1s ease-out 0s 1 forwards;
      }
      .gift-reduce.on .gift-reduce-ghost {
        animation: giftReduceGhost 0.8s ease-out 1s 1 forwards;
      }
    }
    .gift-selected {
      margin-top: 72px;
      width: 348px;
      height: 32px;
      position: relative;
      z-index: 2;
      .gift-selected-box {
        width: 100%;
        height: 100%;
        background: #fff2e2 0% 0% no-repeat padding-box;
        border-radius: 16px;
        display: flex;
        align-items: center;
        padding: 0 8px;
        box-sizing: border-box;
        cursor: pointer;
        &.open {
          .gift-selected-text-arrow {
            transform: rotate(180deg);
          }
        }
        .gift-selected-text-box {
          flex: 1;
          display: flex;
          align-items: center;
          justify-content: center;
          gap: 6px;
          .gift-selected-text-year {
            font: normal normal normal 14px/26px Lexend;
            color: #000000;
          }
          .gift-selected-text-desc {
            font: normal normal normal 14px/26px Lexend;
            color: #ff6115;
          }
        }
        .gift-selected-text-arrow {
          width: 10px;
          height: 8px;
        }
      }
      .select-list-box {
        width: 100%;
        height: 100px;
        position: absolute;
        left: 0;
        top: calc(100% + 4px);
        background: #ffffff 0% 0% no-repeat padding-box;
        box-shadow: 0px 2px 6px #e7dece;
        border: 1px solid #efdfcd;
        border-radius: 6px;
        box-sizing: border-box;
        overflow: hidden;
        .select-list-item {
          width: 100%;
          height: 33px;
          display: flex;
          align-items: center;
          padding-left: 17px;
          gap: 6px;
          font: normal normal normal 14px/26px Lexend;
          color: #000000;
          span {
            font: normal normal normal 14px/26px Lexend;
            color: #ff6115;
          }
          cursor: pointer;
          &:hover {
            background: #efefef 0% 0% no-repeat padding-box;
          }
        }
      }
    }
    .gift-price-box-2 {
      margin-top: 20px;
      display: flex;
      .gift-price-box-2-off {
        width: 80px;
        height: 24px;
        background: #ff3300 0% 0% no-repeat padding-box;
        border-radius: 3px 0px 0px 3px;
        display: flex;
        align-items: center;
        justify-content: center;
        font: normal normal normal 16px/26px Lexend;
        color: #ffffff;
      }
      .gift-price-box-2-gift {
        width: 94px;
        height: 24px;
        background: #00ce59 0% 0% no-repeat padding-box;
        border-radius: 0px 3px 3px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        font: normal normal normal 16px/26px Lexend;
        color: #ffffff;
      }
    }
    .gift-price-box-3 {
      margin-top: 12px;
      height: 48px;
      font: normal normal normal 38px/48px Lexend;
      color: #000000;
      span {
        font-size: 26px;
        line-height: 30px;
        position: relative;
        left: 10px;
        bottom: 1px;
      }
    }
    .gift-price-box-4 {
      margin-top: 12px;
      text-decoration: line-through;
      font: normal normal 300 16px/20px Lexend;
      color: #666666;
    }
    .gift-price-box-5 {
      margin-top: 2px;
      font: normal normal 300 14px/18px Lexend;
      color: #000000;
    }
    .gift-buy-btn {
      width: 260px;
      height: 48px;
      background: transparent
        linear-gradient(
          90deg,
          #ff3030 0%,
          #ff7c19 32%,
          #ff3030 58%,
          #ff7c19 100%
        )
        0% 0% no-repeat padding-box;
      box-shadow: inset 0px 3px 4px #ffffffd9;
      border: 2px solid #ffc39c;
      border-radius: 24px;
      outline: none;
      box-sizing: border-box;
      margin-top: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      font: normal normal 500 16px/26px Lexend;
      color: #ffffff;
      cursor: pointer;
      a {
        font: normal normal 500 16px/26px Lexend;
        color: #ffffff;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
      }
      &:hover {
        background: transparent
          linear-gradient(
            90deg,
            #ff3030 0%,
            #ffc592 32%,
            #ff5c32 58%,
            #ffc592 100%
          )
          0% 0% no-repeat padding-box;
        box-shadow: inset 0px 3px 4px #ffffffd9;
        border: 2px solid #ffc39c;
        border-radius: 24px;
      }
    }
    .gift-buy-btn-desc {
      margin-top: 8px;
      font: normal normal 300 14px/18px Lexend;
      color: #8a8a8a;
    }
  }
  .product-box {
    margin-top: 89px;
    width: 340px;
    position: relative;
    height: 400px;
    background: #ffffff 0% 0% no-repeat padding-box;
    border: 1px solid #eeddce;
    border-radius: 6px;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: center;
    .product-img {
      width: 133px;
      height: 159px;
      position: absolute;
      left: 100px;
      top: -102px;
    }
    .product-box-1 {
      width: 100%;
      height: 12px;
      background: #efefef 0% 0% no-repeat padding-box;
      border-radius: 6px 6px 0px 0px;
    }
    .product-box-2 {
      width: 200px;
      height: 32px;
      background: #efefef 0% 0% no-repeat padding-box;
      border-radius: 16px;
      margin-top: 56px;
      display: flex;
      align-items: center;
      justify-content: center;
      font: normal normal normal 14px/26px Lexend;
      color: #000000;
    }
    .product-box-3 {
      width: 80px;
      height: 24px;
      background: #ffffff 0% 0% no-repeat padding-box;
      border: 1px solid #ff3300;
      border-radius: 3px;
      margin-top: 20px;
      display: flex;
      align-items: center;
      justify-content: center;
      font: normal normal normal 16px/26px Lexend;
      color: #ff3300;
    }
    .product-box-4 {
      margin-top: 12px;
      height: 48px;
      font: normal normal normal 38px/48px Lexend;
      color: #000000;
      span {
        font-size: 26px;
        line-height: 30px;
      }
    }
    .product-box-5 {
      margin-top: 12px;
      font: normal normal 300 16px/20px Lexend;
      color: #666666;
      text-decoration: line-through;
    }
    .product-box-6 {
      margin-top: 2px;
      font: normal normal 300 14px/18px Lexend;
      color: #000000;
    }
    .product-buy-btn {
      width: 260px;
      height: 48px;
      background: #ffffff 0% 0% no-repeat padding-box;
      border: 1px solid #ff5c32;
      border-radius: 24px;
      outline: none;
      box-sizing: border-box;
      display: flex;
      margin-top: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font: normal normal 500 16px/26px Lexend;
        color: #ff5c32;
      }
      &:hover {
        background: #fff1ee 0% 0% no-repeat padding-box;
      }
    }
    .product-buy-btn-desc {
      margin-top: 8px;
      font: normal normal 300 14px/26px Lexend;
      color: #8a8a8a;
    }
  }
}
.intro-container {
  width: 100%;
  height: 744px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  .intro-bg {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    max-width: 1920px;
    height: 565px;
    object-fit: cover;
  }
  .intro-title {
    font: normal normal 600 36px/45px Lexend;
    color: #000000;
    margin-top: -18px;
  }
  .intro-content {
    width: 1480px;
    height: 620px;
    background: #fff3d6 0% 0% no-repeat padding-box;
    border: 2px solid #ffdc52;
    border-radius: 40px 0px 40px 40px;
    margin-top: auto;
    margin-bottom: 10px;
    z-index: 1;
    position: relative;
    padding: 67px 0 66px 60px;
    box-sizing: border-box;
    display: flex;
    gap: 83px;
    .intro-img {
      width: 628px;
      height: 487px;
      object-fit: cover;
    }
    .intro-select-list {
      display: flex;
      align-items: center;
      position: absolute;
      height: 56px;
      top: -35px;
      left: 865px;
      .intro-select-item {
        width: 253px;
        height: 56px;
        padding-top: 21px;
        background: url(../images/intro-selecte.webp) no-repeat center center;
        background-size: 100% 100%;
        font: normal normal 500 18px/24px Lexend;
        color: #000000;
        cursor: pointer;
        box-sizing: border-box;
        position: absolute;
        z-index: 1;
        &.item-1 {
          padding-left: 30px;
          z-index: 1;
          left: 0;
        }
        &.item-2 {
          padding-left: 49px;
          left: 204px;
        }
        &.item-3 {
          padding-left: 41px;
          left: 381px;
        }
        &.active {
          background: url(../images/intro-selecte-active.webp) no-repeat center
            center;
          background-size: 100% 100%;
        }
      }
    }
    .intro-text-box {
      margin-top: 42px;
      .intro-text-box-title {
        position: relative;
        text-align: left;
        font: normal normal 600 24px/26px Lexend;
        color: #ff3300;
        width: fit-content;
        .intro-box-title-bubble {
          position: absolute;
          bottom: 15px;
          left: calc(100% + 8px);
          width: 75px;
          height: 40px;
          padding: 7px;
          box-sizing: border-box;
          background: url(../images/bubble-yellow.svg) no-repeat center center;
          background-size: 100% 100%;
          font: normal normal 600 14px/18px Lexend;
          color: #ffffff;
          display: flex;
          align-items: flex-start;
          &.green {
            background: url(../images/bubble-green.svg) no-repeat center center;
            background-size: 100% 100%;
            width: 84px;
          }
        }
      }
      .intro-text-box-desc {
        margin-top: 27px;
        width: 574px;
        font: normal normal normal 16px/26px Lexend;
        color: #333333;
      }
      .intro-text-list {
        margin-top: 40px;
        min-height: 92px;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        .intro-text-list-item {
          display: flex;
          align-items: center;
          gap: 8px;
          img {
            width: 18px;
            height: 18px;
          }
          font: normal normal normal 16px/36px Lexend;
          color: #333333;
        }
      }
      .upgrade-btn {
        margin-top: 50px;
        width: 260px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: transparent
          linear-gradient(
            90deg,
            #ff3030 0%,
            #ff7c19 32%,
            #ff3030 58%,
            #ff7c19 100%
          )
          0% 0% no-repeat padding-box;
        box-shadow: inset 0px 3px 4px #ffffffd9;
        border: 2px solid #ffc39c;
        border-radius: 24px;
        outline: none;
        box-sizing: border-box;
        font: normal normal 500 16px/26px Lexend;
        color: #ffffff;
        cursor: pointer;
        a {
          display: flex;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 100%;
          font: normal normal 500 16px/26px Lexend;
          color: #ffffff;
        }
        &:hover {
          background: transparent
            linear-gradient(
              90deg,
              #ff3030 0%,
              #ffc592 32%,
              #ff5c32 58%,
              #ffc592 100%
            )
            0% 0% no-repeat padding-box;
          box-shadow: inset 0px 3px 4px #ffffffd9;
          border: 2px solid #ffc39c;
        }
      }
    }
  }
}
.comparison-container {
  width: 100%;
  height: 1207px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  .comparison-bg {
    max-width: 100%;
    max-height: 923px;
    object-fit: cover;
    position: absolute;
    bottom: 0;
    left: 0;
  }
  .comparison-title {
    margin-top: 117px;
    font: normal normal 600 36px/45px Lexend;
    color: #000000;
  }
  .comparison-content {
    position: relative;
    padding: 20px;
    width: 1240px;
    box-sizing: border-box;
    margin-top: 24px;
    .comparison-content-bg {
      width: 1240px;
      height: 455px;
      background: transparent linear-gradient(180deg, #ffffff 0%, #fdedba 100%)
        0% 0% no-repeat padding-box;
      border-radius: 12px 12px 35px 35px;
      position: absolute;
      bottom: 0;
      left: 0;
    }
    .comparison-content-box {
      width: 100%;
      position: relative;
      z-index: 1;
      display: flex;
      align-items: flex-start;
      .comparison-content-left {
        margin-top: 38px;
        padding-left: 32px;
        box-sizing: border-box;
        width: 426px;
        height: 735px;
        background: #f9f9f2 0% 0% no-repeat padding-box;
        border-radius: 35px 0px 0px 35px;
        .comparison-content-left-title {
          margin-top: 56px;
          width: 321px;
          font: normal normal 600 18px/25px Lexend;
          color: #000000;
        }
        .comparison-content-left-list {
          margin-top: 164px;
          display: flex;
          flex-direction: column;
          gap: 32px;
          .comparison-content-left-item {
            display: flex;
            align-self: start;
            gap: 8px;
            .comparison-content-left-icon {
              width: 6px;
              height: 6px;
              border-radius: 50%;
              background: #888888;
              margin-top: 6px;
            }
            .comparison-content-left-text {
              width: 326px;
              font: normal normal normal 15px/19px Lexend;
              color: #000000;
            }
          }
        }
      }
      .comparison-content-middle {
        margin-top: 38px;
        width: 360px;
        height: 735px;
        background: #f5f5ee 0% 0% no-repeat padding-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        .comparison-content-middle-title {
          margin-top: 30px;
          font: normal normal 600 16px/20px Lexend;
          color: #000000;
        }
        .comparison-content-middle-btn {
          margin-top: 114px;
          width: 260px;
          height: 48px;
          display: flex;
          align-items: center;
          justify-content: center;
          border: 1px solid #969482;
          border-radius: 24px;
          box-sizing: border-box;
          font: normal normal 500 16px/26px Lexend;
          color: #969482;
        }
        .comparison-content-middle-list {
          width: 361px;
          background: #eff0eb 0% 0% no-repeat padding-box;
          margin-top: 37px;
          .comparison-content-middle-item {
            width: 100%;
            height: 51px;
            display: flex;
            align-items: center;
            justify-content: center;
            border-bottom: 1px solid #d8d8ce;
            font: normal normal 500 16px / 26px Lexend;
            color: #969482;
            &:last-child {
              border-bottom: none;
            }
            img {
              width: 14px;
              height: 15px;
            }
            &.higt {
              height: 71px;
            }
            &.check {
              img {
                width: 21px;
                height: 21px;
              }
            }
          }
        }
      }
      .comparison-content-right {
        width: 414px;
        .comparison-content-right-header {
          background: transparent
            linear-gradient(90deg, #f36187 0%, #ffe70c 100%) 0% 0% no-repeat
            padding-box;
          border-radius: 8px 8px 0px 0px;
          width: 414px;
          height: 38px;
          display: flex;
          align-items: center;
          justify-content: center;
          font: normal normal 600 14px/23px Lexend;
          color: #ffffff;
        }
        .comparison-content-right-content {
          width: 414px;
          height: 735px;
          background: #ffffff 0% 0% no-repeat padding-box;
          border: 2px solid #f36187;
          border-radius: 0px 0px 35px 0px;
          box-sizing: border-box;
          display: flex;
          flex-direction: column;
          align-items: center;
          padding-top: 21px;
          .comparison-content-right-year {
            font: normal normal normal 15px/19px Lexend;
            color: #000000;
            span {
              color: #00b74f;
            }
          }
          .comparison-content-right-price {
            display: flex;
            align-items: center;
            gap: 8px;
            margin-top: 23px;
            .price-original {
              color: #666666;
              font: normal normal 300 15px/19px Lexend;
              text-decoration: line-through;
            }
            .price-off {
              width: 58px;
              height: 24px;
              background: #ff3300 0% 0% no-repeat padding-box;
              border-radius: 3px;
              display: flex;
              align-items: center;
              justify-content: center;
              font: normal normal normal 18px/23px Lexend;
              color: #ffffff;
              text-decoration: none;
            }
          }
          .comparison-content-right-year-price {
            margin-top: 4px;
            font: normal normal normal 24px/26px Lexend;
            color: #000000;
            display: flex;
            span {
              height: 40px;
              display: flex;
              align-items: flex-end;
            }
            .price-symbol {
              font-weight: normal;
              font-size: 20px;
              position: relative;
              top: 2px;
            }
            .price-year {
              font: normal normal normal 32px/30px Lexend;
            }
            .price-year-unit {
              font: normal normal normal 16px/26px Lexend;
              color: #000000;
              position: relative;
              top: 4px;
            }
          }
          .buy-btn {
            margin-top: 24px;
            width: 260px;
            height: 48px;
            background: transparent
              linear-gradient(
                90deg,
                #ff3030 0%,
                #ff7c19 32%,
                #ff3030 58%,
                #ff7c19 100%
              )
              0% 0% no-repeat padding-box;
            box-shadow: inset 0px 3px 4px #ffffffd9;
            border: 2px solid #ffc39c;
            box-sizing: border-box;
            outline: none;
            border-radius: 24px;
            display: flex;
            align-items: center;
            justify-content: center;
            font: normal normal 500 16px/26px Lexend;
            color: #ffffff;
            cursor: pointer;
            a {
              display: flex;
              align-items: center;
              justify-content: center;
              width: 100%;
              height: 100%;
              font: normal normal 500 16px/26px Lexend;
              color: #ffffff;
            }
            &:hover {
              background: transparent
                linear-gradient(
                  90deg,
                  #ff3030 0%,
                  #ffc592 32%,
                  #ff5c32 58%,
                  #ffc592 100%
                )
                0% 0% no-repeat padding-box;
              box-shadow: inset 0px 3px 4px #ffffffd9;
              border: 2px solid #ffc39c;
            }
          }
          .btn-desc {
            margin-top: 8px;
            font: normal normal 300 12px/15px Lexend;
            color: #8a8a8a;
          }
          .compare-right-list {
            margin-top: 20px;
            background: #fffaf7 0% 0% no-repeat padding-box;
            border-radius: 0px 0px 35px 0px;
            width: 100%;
            height: 479px;
            .compare-right-item {
              width: 100%;
              height: 51px;
              display: flex;
              align-items: center;
              justify-content: center;
              border-bottom: 1px solid #e6e1de;
              &:last-child {
                border-bottom: none;
              }
              img {
                width: 21px;
                height: 21px;
              }
              &.higt {
                height: 71px;
              }
            }
          }
        }
      }
    }
  }
}
.gift-container {
  width: 100%;
  height: 692px;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  .gift-title {
    font: normal normal 600 36px/45px Lexend;
    color: #000000;
    position: relative;
    bottom: 43px;
  }
  .gift-box {
    width: 100%;
    max-width: 1656px;
    height: 638px;
    margin-top: 9px;
    background: url(../images/gift-bg.webp) no-repeat center center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 101px;
    .gift-list {
      display: flex;
      align-items: center;
      gap: 90px;
      .gift-item {
        width: 224px;
        .gift-item-title {
          text-align: center;
          font: normal normal normal 16px/20px Lexend;
          color: #000000;
          margin-bottom: 16px;
        }
        .gift-item-box {
          width: 224px;
          height: 224px;
          background: #f2efd4 0% 0% no-repeat padding-box;
          border-radius: 16px;
          border: 1px solid #f2efd4;
          box-sizing: border-box;
          position: relative;
          display: flex;
          align-items: center;
          justify-content: center;
          cursor: pointer;
          &.active {
            border-color: #00b74f;
            background: #f9ffc8 0% 0% no-repeat padding-box;
            .select-circle {
              border: none;
              img {
                display: block;
              }
            }
          }
          .gift-img {
            width: 184px;
            height: 200px;
          }
          .select-circle {
            width: 28px;
            height: 28px;
            background: #d5d1b2 0% 0% no-repeat padding-box;
            border: 2px solid #ffffff;
            box-sizing: border-box;
            border-radius: 50%;
            position: absolute;
            top: 8px;
            right: 8px;
            overflow: hidden;
            img {
              width: 100%;
              height: 100%;
              display: none;
            }
          }
        }
      }
    }
    .gift-get-btn {
      margin-top: 38px;
      width: 260px;
      height: 48px;
      background: transparent
        linear-gradient(
          90deg,
          #ff3030 0%,
          #ff7c19 32%,
          #ff3030 58%,
          #ff7c19 100%
        )
        0% 0% no-repeat padding-box;
      box-shadow: inset 0px 3px 4px #ffffffd9;
      border: 2px solid #ffc39c;
      border-radius: 24px;
      display: flex;
      align-items: center;
      justify-content: center;
      font: normal normal 500 16px/26px Lexend;
      color: #ffffff;
      position: relative;
      outline: none;
      cursor: pointer;
      box-sizing: border-box;
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font: normal normal 500 16px/26px Lexend;
        color: #ffffff;
      }
      img {
        width: 93px;
        position: absolute;
        left: 174px;
        top: -19px;
        z-index: 1;
      }
      &:hover {
        background: transparent
          linear-gradient(
            90deg,
            #ff3030 0%,
            #ffc592 32%,
            #ff5c32 58%,
            #ffc592 100%
          )
          0% 0% no-repeat padding-box;
        box-shadow: inset 0px 3px 4px #ffffffd9;
        border: 2px solid #ffc39c;
      }
    }
  }
}
.popup-container {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.52) 0% 0% no-repeat padding-box;
  z-index: 999;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: scale(0);
  transition: all 0.3s;
  &.on {
    transform: scale(1);
  }
  .popup-box {
    width: 724px;
    height: 388px;
    background: url(../images/popup-bg.webp) no-repeat center center;
    background-size: cover;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    .close-btn {
      width: 17px;
      height: 17px;
      position: absolute;
      top: -30px;
      right: -3px;
      cursor: pointer;
      svg {
        width: 100%;
        height: 100%;
      }
      &:hover {
        svg {
          path {
            stroke: #c5c5c5;
          }
        }
      }
    }
    .popup-title {
      width: 461px;
      height: 81px;
      position: absolute;
      top: -41px;
    }
    .popup-desc {
      margin-top: 52px;
      width: 510px;
      text-align: center;
      font: normal normal normal 16px/24px Lexend;
      color: #303030;
      span {
        color: #ff3300;
      }
    }
    .popup-product {
      width: 365px;
      height: 203px;
      position: absolute;
      top: 127px;
      left: 22px;
    }
    .popup-price {
      position: absolute;
      top: 139px;
      left: 420px;
      display: flex;
      align-items: center;
      font: normal normal normal 24px/24px Lexend;
      color: #000000;
      img {
        width: 182px;
        height: 90px;
      }
    }
    .popup-buy-btn {
      width: 260px;
      height: 48px;
      background: transparent
        linear-gradient(
          90deg,
          #ff3030 0%,
          #ff7c19 32%,
          #ff3030 58%,
          #ff7c19 100%
        )
        0% 0% no-repeat padding-box;
      box-shadow: inset 0px 3px 4px #ffffffd9;
      border: 2px solid #ffc39c;
      border-radius: 24px;
      position: absolute;
      top: 274px;
      left: 408px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer;
      outline: none;
      box-sizing: border-box;
      a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
        font: normal normal 500 16px/26px Lexend;
        color: #ffffff;
      }
      &:hover {
        background: transparent
          linear-gradient(
            90deg,
            #ff3030 0%,
            #ffc592 32%,
            #ff5c32 58%,
            #ffc592 100%
          )
          0% 0% no-repeat padding-box;
        box-shadow: inset 0px 3px 4px #ffffffd9;
        border: 2px solid #ffc39c;
      }
    }
  }
}

@keyframes giftReduceUp {
  0% {
    top: 0;
    opacity: 1;
  }
  70% {
    opacity: 1;
  }
  100% {
    top: -36px;
    opacity: 0;
  }
}

@keyframes giftReduceGhost {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  20% {
    transform: scale(1);
    opacity: 1;
  }
  100% {
    transform: scale(3);
    opacity: 0;
  }
}
