/** @format */
@font-face {
  font-family: 'iconfont';
  src: url('../../../font/iconfont.ttf') format('truetype');
}
.iconfont {
  font-family: 'iconfont';
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-mac:before {
  content: '\e6bb';
}
.icon-win:before {
  content: '\e639';
}
.pc-style {
  display: block;
}
.mb-style,
.hide {
  display: none;
}
.product-btn-box {
  display: flex;
  justify-content: space-between;
}
.product-btn-box .product-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  border-radius: 98px;
  background: linear-gradient(90deg, #ff6698 0%, #ff6565 100%), linear-gradient(0deg, #ee7064 0%, #ee7064 100%), linear-gradient(0deg, #fdbb25 0%, #fdbb25 100%), linear-gradient(0deg, #f8d95a 0%, #f8d95a 100%), #006241;
  box-shadow: 0 4px 0 0 #c53528;
  color: #fff;
  font-size: 16px;
  font-weight: 600;
  transition: all 0.3s;
}
.product-btn-box .product-btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.09) 100%), linear-gradient(90deg, #ff6698 0%, #ff6565 100%);
}
.banner {
  padding: 74px 0 52px;
  background: url('../img/banner-pc.webp') no-repeat center / cover;
  background-size: 100% 100%;
}
.banner .banner-cont {
  display: flex;
  align-items: end;
  width: 100%;
}
.banner .banner-left {
  flex: 0 0 548px;
}
.banner .banner-left .select-tit {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: max-content;
  padding: 12px 76px 12px 94px;
  background: url('../img/select-tit-bg.png') no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 30px;
  font-weight: 500;
  line-height: 150%;
}
.banner .banner-left .select-group {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 16px;
}
.banner .banner-left .banner-left-select {
  position: relative;
  margin-top: 32px;
  padding: 42px 22px 16px 16px;
  border-radius: 8px;
  background: #f7d24b;
}
.banner .banner-left .select-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 32px 30px;
  width: 100%;
  background: #f8e9b6;
  border-radius: 6px;
  cursor: pointer;
  transition: all 0.3s;
}
.banner .banner-left .select-item.active {
  background: #fff;
}
.banner .banner-left .item-sale {
  position: absolute;
  top: 0;
  left: 0;
}
.banner .banner-left .item-tit {
  color: #000;
  text-align: center;
  font-size: 22px;
  font-weight: 600;
}
.banner .banner-left .item-desc {
  margin-top: 10px;
  color: #130303;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  /* 21px */
}
.banner .banner-left .item-desc span {
  text-decoration: underline;
}
.banner .banner-right {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
  border-radius: 24px;
  border: 2px solid #3d9e59;
  background: #fff;
  width: 100%;
  margin: 12px 0 0 -36px;
  z-index: 2;
  padding: 52px 36px 32px;
  overflow: hidden;
}
.banner .banner-right .banner-right-tit {
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2;
}
.banner .banner-right .product-swiper {
  position: relative;
  width: 100%;
}
.banner .banner-right .swiper-slide {
  height: auto;
  position: relative;
}
.banner .banner-right .swiper-slide:last-child .product-desc {
  margin: 8px 20px 0;
}
.banner .banner-right .product-tit {
  margin-top: 10px;
  color: #000;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}
.banner .banner-right .product-img {
  margin-top: 26px;
}
.banner .banner-right .product-sale {
  position: absolute;
  top: -70px;
  right: -22px;
}
.banner .banner-right .product-desc {
  margin: 18px 20px 0;
  color: #000;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.8px;
}
.banner .banner-right .product-price {
  display: flex;
  align-items: baseline;
  column-gap: 18px;
  margin: 12px 0 0 20px;
}
.banner .banner-right .price-new {
  color: #03130f;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2;
}
.banner .banner-right .price-new .price-big {
  color: #e71d38;
  font-size: 45px;
}
.banner .banner-right .price-old {
  color: #3f3f3f;
  font-size: 16px;
  font-weight: 400;
}
.banner .banner-right .product-btn-box {
  margin: 18px 14px 0;
}
.banner .banner-right .product-btn {
  width: -webkit-fill-available;
  max-width: 224px;
  height: 50px;
}
.middle {
  padding: 66px 0 270px;
  background: url('../img/middle-pc.webp') no-repeat center;
  background-size: 100% 100%;
}
.middle .wrap1 {
  padding: 82px 96px 80px;
  background: url('../img/wrap1-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.middle .wrap1 .wrap-top {
  display: flex;
  align-items: center;
  column-gap: 26px;
}
.middle .wrap1 .top-tit {
  color: #25262b;
  font-size: 42px;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 1.26px;
}
.middle .wrap1 .top-desc {
  margin-top: 12px;
  color: #191a1c;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}
.middle .wrap1 .wrap-bottom {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  column-gap: 58px;
}
.middle .wrap1 .bottom-left {
  margin-top: 16px;
  flex: 0 0 358px;
}
.middle .wrap1 .bottom-right {
  flex: 1;
}
.middle .bottom-pro {
  padding: 22px 34px;
  border-radius: 16px;
  background: #fffcf1;
}
.middle .bottom-pro .pro-tit {
  color: #000;
  font-size: 18px;
  font-weight: 700;
  line-height: 158.533%;
}
.middle .bottom-pro .pro-list {
  margin-top: 14px;
}
.middle .bottom-pro .pro-item {
  display: flex;
  align-items: center;
  column-gap: 12px;
  margin-top: 12px;
}
.middle .bottom-pro .item-logo {
  width: 23px;
  height: 23px;
  flex-shrink: 0;
  object-fit: contain;
}
.middle .bottom-pro .item-tit {
  flex: 1;
  color: #323232;
  font-size: 12px;
  font-weight: 400;
  line-height: 158.533%;
}
.middle .bottom-pro .item-price {
  color: #696d71;
  font-size: 14px;
  font-weight: 500;
  line-height: 158.533%;
  text-decoration-line: line-through;
}
.middle .bottom-serve {
  padding: 20px 34px;
  margin-top: 14px;
  border-radius: 16px;
  background: #fffcf1;
}
.middle .bottom-serve .serve-tit {
  color: #000;
  font-size: 18px;
  font-weight: 600;
  line-height: 158.533%;
  /* 29.186px */
}
.middle .bottom-serve .serve-item {
  margin-top: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.middle .bottom-serve .item-name {
  color: #323232;
  font-size: 14px;
  font-weight: 400;
  line-height: 158.533%;
  /* 22.195px */
}
.middle .bottom-serve .item-txt {
  color: rgba(254, 81, 18, 0.83);
  font-size: 14px;
  font-weight: 500;
  line-height: 158.533%;
  /* 22.932px */
}
.middle .right-price-card {
  position: relative;
  padding: 100px 52px 50px;
  background: url('../img/right-pro-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.middle .right-price-card .price-card-tit {
  color: #000;
  text-align: center;
  font-size: 26px;
  font-weight: 600;
  line-height: 1.2;
}
.middle .right-price-card .price-card-new {
  margin-top: 20px;
  text-align: center;
  color: #2c2b2a;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
}
.middle .right-price-card .price-card-new .price-card-big {
  color: #ff345f;
  font-size: 60px;
}
.middle .right-price-card .price-card-tax {
  margin-top: 26px;
  color: #3a3a3a;
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.middle .right-price-card .price-card-old {
  margin-top: 26px;
  color: #3f3f3f;
  text-align: center;
  font-size: 22px;
  font-weight: 400;
  line-height: 1.2;
}
.middle .right-price-card .price-card-info {
  margin-top: 26px;
  color: #4d4d4d;
  text-align: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 1.2;
}
.middle .right-price-card .os-item {
  margin-top: 26px;
  color: #999;
  text-align: center;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}
.middle .right-price-card .price-card-sale {
  position: absolute;
  top: -6px;
  right: 40px;
  padding: 8px 20px 8px 56px;
  background: url('../img/select-tit-bg.png') no-repeat center;
  background-size: 100% 100%;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  line-height: 150%;
  /* 37.5px */
}
.middle .price-actions {
  margin-top: 44px;
}
.middle .price-actions .price-btn-item {
  display: block;
  position: relative;
  padding: 16px 0;
  border-radius: 98px;
  background: linear-gradient(90deg, #ff6698 0%, #ff6565 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.08) inset;
  color: #fff;
  text-shadow: 0 4px 11.3px rgba(148, 33, 44, 0.15);
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.3px;
  text-align: center;
  transition: all 0.3s;
}
.middle .price-actions .price-btn-item::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 64px;
  border: 6px solid #f4d562;
  box-shadow: -1px -1px 1.7px 0 rgba(255, 255, 255, 0.14) inset, 2px 2px 1.7px 0 rgba(255, 255, 255, 0.25) inset;
  box-sizing: border-box;
}
.middle .price-actions .price-btn-item:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.09) 100%), linear-gradient(90deg, #ff6698 0%, #ff6565 100%);
}
.middle .price-actions .btn-toggle {
  margin-top: 28px;
  color: #060606;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  /* 24.4px */
  text-decoration: underline;
  text-align: center;
  cursor: pointer;
}
.middle .price-actions .btn-toggle span {
  text-decoration: underline;
  display: inline-block;
  transition: all 0.3s;
}
.middle .price-actions .btn-toggle:hover span {
  transform: translateX(8px);
}
.middle .wrap2 {
  margin-top: 232px;
}
.middle .wrap2 .container {
  padding: 24px 16px 50px;
  border-radius: 40px;
  background: #fff;
}
.middle .wrap2 .single-top {
  padding: 26px 0 38px;
  border-radius: 26px;
  background: linear-gradient(0deg, #a6d649 0%, #a6d649 100%), #fff;
}
.middle .wrap2 .single-tit {
  margin: 0 auto;
}
.middle .wrap2 .single-cont {
  margin-top: 26px;
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 26px;
}
.middle .wrap2 .single-item {
  position: relative;
  border-radius: 10px;
  background: #cfef91;
  display: flex;
  align-items: center;
  column-gap: 8px;
  padding: 18px 32px 18px 28px;
  border: 1px solid transparent;
  transition: all 0.3s;
  cursor: pointer;
}
.middle .wrap2 .single-item:after {
  content: '';
  position: absolute;
  top: -30px;
  right: -22px;
  width: 75px;
  height: 67px;
  background: url('../img/single-active.png') no-repeat center;
  background-size: 100% 100%;
  opacity: 0;
  transform: translateY(-10px);
  transition: all 0.3s;
}
.middle .wrap2 .single-item:hover {
  background: #fff;
}
.middle .wrap2 .single-item.active {
  background: #fff;
  border-color: #000;
}
.middle .wrap2 .single-item.active::after {
  opacity: 1;
  transform: translateY(0);
}
.middle .wrap2 .single-tit {
  color: #323232;
  font-size: 22px;
  font-weight: 400;
  line-height: 158.533%;
  /* 34.877px */
}
.middle .wrap2 .right-price-card {
  flex: 1;
  padding: 80px 48px 36px;
  background: url('../img/single-bg.png') no-repeat center;
  background-size: 100% 100%;
}
.middle .wrap2 .price-card-tit {
  font-size: 22px;
}
.middle .wrap2 .price-card-new {
  margin-top: 14px;
  font-size: 22px;
}
.middle .wrap2 .price-card-new .price-card-big {
  font-size: 50px;
}
.middle .wrap2 .price-card-tax {
  margin-top: 16px;
  font-size: 18px;
}
.middle .wrap2 .price-card-old {
  margin-top: 16px;
  font-size: 18px;
}
.middle .wrap2 .price-card-sale {
  top: -6px;
  right: 26px;
  padding: 8px 34px 8px 66px;
}
.middle .wrap2 .price-card-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 10px;
  padding: 12px 0;
  margin-top: 16px;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 54px;
  background: linear-gradient(90deg, #ff6698 0%, #ff6565 100%), linear-gradient(0deg, #ee7064 0%, #ee7064 100%), linear-gradient(0deg, #fdbb25 0%, #fdbb25 100%), linear-gradient(0deg, #f8d95a 0%, #f8d95a 100%), #006241;
  box-shadow: 0 4px 0 0 #c53528;
  transition: all 0.3s;
  cursor: pointer;
}
.middle .wrap2 .price-card-btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.09) 0%, rgba(0, 0, 0, 0.09) 100%), linear-gradient(90deg, #ff6698 0%, #ff6565 100%);
}
.middle .single-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 42px;
}
.middle .single-swiper .slide-top {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-left: 36px;
}
.middle .single-swiper .top-tit {
  color: #191919;
  font-size: 28px;
  font-weight: 700;
  line-height: 150%;
  /* 42px */
}
.middle .single-swiper .top-desc {
  margin-top: 10px;
  max-width: 734px;
  color: #3a1b08;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  /* 27px */
}
.middle .slide-bottom {
  display: flex;
  margin-top: 62px;
  padding: 0 34px;
  column-gap: 26px;
}
.middle .wrap3 {
  margin-top: 198px;
}
.middle .wrap3 .wrap-tit {
  color: #0f0f0f;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
.middle .wrap3 .wrap3-swiper {
  position: relative;
  overflow: hidden;
  margin-top: 74px;
}
.middle .wrap3 .swiper-wrapper {
  justify-content: space-between;
}
.middle .wrap3 .swiper-slide {
  width: 300px;
  color: #0f0f0f;
}
.middle .wrap3 .swiper-slide:nth-child(2) {
  padding: 0 40px;
  width: 400px;
  border-left: 1px solid rgba(15, 15, 15, 0.47);
  border-right: 1px solid rgba(15, 15, 15, 0.47);
}
.middle .wrap3 .slide-tit {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.middle .wrap3 .slide-desc {
  margin-top: 16px;
  color: #0f0f0f;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  /* 25.6px */
}
.middle .wrap4 {
  margin-top: 80px;
}
.middle .wrap4 .wrap-tit {
  margin-bottom: 58px;
  color: #0f0f0f;
  text-align: center;
  font-size: 32px;
  font-weight: 600;
  line-height: 1.2;
}
.middle .wrap4 .wrap-cont {
  margin-top: 16px;
  color: #1c1d20;
  font-size: 20px;
  font-weight: 500;
  line-height: 200%;
  letter-spacing: 0.2px;
}
.middle .now-nav {
  display: none;
}
@media (max-width: 1200px) {
  .container {
    padding: 0 15px;
  }
  .banner .banner-left {
    flex: 0 0 500px;
  }
  .banner .banner-left .select-item {
    padding: 20px 10px;
  }
  .banner .banner-right {
    padding: 42px 10px 28px;
  }
  .middle {
    background: #a6d649;
  }
  .middle .wrap1 {
    padding: 60px 40px 70px;
  }
  .middle .wrap2 {
    margin-top: 100px;
    padding: 0 15px;
  }
  .middle .wrap2 .single-tit {
    max-width: 100%;
  }
  .middle .wrap2 .single-big {
    width: 450px;
    height: auto;
  }
  .middle .wrap3 .swiper-slide {
    width: 260px;
  }
  .middle .wrap3 .swiper-slide:nth-child(2) {
    width: 340px;
    padding: 0 20px;
  }
}
@media (max-width: 996px) {
  .banner .banner-left-tit {
    margin: 0 auto;
  }
  .banner .banner-cont {
    flex-direction: column;
    align-items: center;
  }
  .banner .banner-right {
    margin: 20px auto 0;
  }
  .banner .banner-right .product-img {
    margin: 26px auto 0;
  }
  .banner .banner-right .product-sale {
    top: -60px;
    right: 0;
  }
  .banner .banner-right .product-btn-box {
    column-gap: 36px;
    justify-content: center;
  }
  .banner .banner-right .product-price {
    justify-content: center;
  }
  .middle .wrap1 .wrap-bottom {
    column-gap: 20px;
  }
  .middle .wrap1 .bottom-left {
    flex: 0 0 270px;
  }
  .middle .wrap1 .top-desc {
    font-size: 14px;
  }
  .middle .wrap1 .top-tit {
    font-size: 24px;
  }
  .middle .bottom-pro {
    padding: 18px 20px;
  }
  .middle .bottom-pro .pro-tit {
    font-size: 16px;
  }
  .middle .bottom-pro .pro-item {
    column-gap: 10px;
  }
  .middle .bottom-pro .item-tit {
    font-size: 10px;
  }
  .middle .bottom-pro .item-logo {
    width: 18px;
    height: 18px;
  }
  .middle .bottom-pro .item-price {
    font-size: 12px;
  }
  .middle .bottom-serve {
    padding: 18px 20px;
  }
  .middle .bottom-serve .serve-item {
    margin-top: 10px;
  }
  .middle .bottom-serve .serve-tit {
    font-size: 16px;
  }
  .middle .bottom-serve .item-name {
    font-size: 12px;
  }
  .middle .bottom-serve .item-txt {
    font-size: 12px;
  }
  .middle .right-price-card {
    padding: 64px 22px 36px;
  }
  .middle .right-price-card .price-card-tit {
    font-size: 16px;
  }
  .middle .right-price-card .price-card-new {
    font-size: 18px;
  }
  .middle .right-price-card .price-card-new .price-card-big {
    font-size: 38px;
  }
  .middle .right-price-card .price-card-tax {
    font-size: 16px;
    margin-top: 16px;
  }
  .middle .right-price-card .price-card-old {
    margin-top: 16px;
    font-size: 14px;
  }
  .middle .right-price-card .price-card-info {
    font-size: 13px;
    margin-top: 16px;
  }
  .middle .right-price-card .os-item {
    margin-top: 18px;
    font-size: 12px;
  }
  .middle .right-price-card .price-card-sale {
    padding: 6px 12px 6px 34px;
    font-size: 16px;
  }
  .middle .single-swiper .slide-top {
    margin-left: 0;
  }
  .middle .single-swiper .top-tit {
    font-size: 18px;
  }
  .middle .single-swiper .top-desc {
    font-size: 14px;
  }
  .middle .single-swiper .slide-bottom {
    padding: 0;
    column-gap: 12px;
  }
  .middle .single-swiper .single-big {
    width: 360px;
  }
  .middle .wrap2 .single-cont {
    column-gap: 12px;
  }
  .middle .wrap2 .single-item {
    padding: 12px;
  }
  .middle .wrap3 .wrap3-swiper {
    padding-bottom: 40px;
  }
  .middle .wrap3 .swiper-pagination-bullet {
    opacity: 0.5;
    background: #0f0f0f;
  }
  .middle .wrap3 .swiper-pagination-bullet-active {
    opacity: 1;
  }
  .middle .wrap3 .swiper-slide:nth-child(2) {
    border: 0;
    padding: 0;
  }
}
@media (max-width: 768px) {
  .mb-style {
    display: block;
  }
  .pc-style {
    display: none;
  }
  .banner {
    padding: 46px 0 186px;
    background: url('../img/banner-mb.webp') no-repeat center / cover;
    background-size: 100% 100%;
  }
  .banner .banner-left {
    flex: auto;
  }
  .banner .banner-left .banner-left-tit {
    width: 100%;
    height: auto;
  }
  .banner .banner-left .select-tit {
    padding: 6px 38px 6px 58px;
    font-size: 18px;
  }
  .banner .banner-left .item-tit {
    font-size: 13px;
  }
  .banner .banner-left .select-group {
    gap: 10px;
  }
  .banner .banner-left .select-item {
    padding: 20px 8px 14px;
  }
  .banner .banner-left .banner-left-select {
    padding: 24px 8px 10px;
  }
  .banner .banner-left .item-sale {
    width: 46px;
    height: auto;
  }
  .banner .banner-left .item-desc {
    margin-top: 6px;
    font-size: 10px;
  }
  .banner .banner-right {
    padding: 30px 8px 26px;
  }
  .banner .banner-right .product-img {
    width: 100%;
    height: auto;
    margin: 14px auto 0;
  }
  .banner .banner-right .banner-right-tit {
    font-size: 14px;
  }
  .banner .banner-right .product-sale {
    width: 100px;
    height: auto;
    top: -40px;
    right: -6px;
  }
  .banner .banner-right .product-tit {
    margin-top: 6px;
    font-size: 14px;
  }
  .banner .banner-right .product-desc {
    margin: 8px 0 0;
    font-size: 12px;
  }
  .banner .banner-right .price-new {
    font-size: 12px;
  }
  .banner .banner-right .price-new .price-big {
    font-size: 26px;
  }
  .banner .banner-right .price-old {
    font-size: 10px;
  }
  .banner .banner-right .product-price {
    justify-content: flex-start;
    column-gap: 10px;
  }
  .banner .banner-right .product-btn-box {
    column-gap: 6px;
  }
  .banner .banner-right .product-btn {
    height: 28px;
    column-gap: 6px;
    font-size: 12px;
  }
  .middle {
    padding: 32px 0 48px;
    background: #a6d649;
  }
  .middle .wrap1 {
    background: #fff3c8;
    border-radius: 24px;
    padding: 36px 22px 22px;
  }
  .middle .wrap1 .wrap-top {
    flex-direction: column;
    justify-content: center;
  }
  .middle .wrap1 .top-logo {
    width: 70px;
    height: 70px;
  }
  .middle .wrap1 .top-tit {
    text-align: center;
    margin-top: 16px;
  }
  .middle .wrap1 .top-desc {
    text-align: center;
  }
  .middle .wrap1 .wrap-bottom {
    flex-direction: column-reverse;
    margin-top: 20px;
  }
  .middle .right-price-card .price-card-sale {
    top: -2px;
    right: 32px;
  }
  .middle .price-actions {
    max-width: 246px;
    margin: 22px auto 0;
  }
  .middle .price-actions .price-btn-item {
    font-size: 16px;
  }
  .middle .price-actions .price-btn-item::before {
    border-radius: 33.437px;
    border: 3.135px solid #f4d562;
    box-shadow: -0.522px -0.522px 0.888px 0 rgba(255, 255, 255, 0.14) inset, 1.045px 1.045px 0.888px 0 rgba(255, 255, 255, 0.25) inset;
  }
  .middle .price-actions .btn-toggle {
    margin-top: 4px;
    font-size: 10px;
  }
  .middle .wrap4 .wrap-tit {
    font-size: 24px;
    margin-bottom: 38px;
  }
  .middle .wrap4 .wrap-cont {
    font-size: 14px;
  }
  .middle .wrap3 {
    margin-top: 122px;
  }
  .middle .wrap3 .wrap-tit {
    font-size: 24px;
    margin-bottom: 42px;
  }
  .middle .wrap3 .wrap3-swiper {
    max-width: 288px;
    margin: 42px auto 0;
  }
  .middle .now-nav {
    position: relative;
    display: flex;
    padding: 8px 20px;
    column-gap: 12px;
    margin-top: 16px;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #dfdfdf;
    background: #fff;
  }
  .middle .now-nav.active::after {
    transform: translate(-20px, -50%) rotate(180deg);
  }
  .middle .now-nav::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(-20px, -50%);
    background: url('../img/arrow-bottom.png') no-repeat center / cover;
    width: 18px;
    height: 18px;
    transition: all 0.3s;
  }
  .middle .wrap2 {
    margin-top: 30px;
    padding: 60px 0;
    background: url('../img/wrap2-mb.webp') no-repeat center / cover;
    background-size: 100% 100%;
  }
  .middle .wrap2 .container {
    padding: 0 15px;
    background: none;
  }
  .middle .wrap2 .single-top {
    position: relative;
    border-radius: 8px;
    background: linear-gradient(0deg, #a6d649 0%, #a6d649 100%), #fff;
    padding: 12px 6px;
  }
  .middle .wrap2 .single-logo {
    width: 24px;
    height: 24px;
  }
  .middle .wrap2 .single-cont {
    position: absolute;
    width: calc(100% - 12px);
    flex: 0 0 auto;
    top: 140px;
    flex-direction: column;
    z-index: 9;
    background: #fff;
    border-radius: 6px;
    transition: all 0.4s;
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.5s ease;
  }
  .middle .wrap2 .single-cont.is-open {
    max-height: 1000px;
  }
  .middle .wrap2 .single-item {
    width: 100%;
    background: transparent;
    display: flex;
    align-items: center;
    column-gap: 10px;
    padding: 8px 20px;
    border: 0;
  }
  .middle .wrap2 .single-item::after {
    content: none;
  }
  .middle .wrap2 .single-tit {
    margin-left: 0;
    font-size: 16px;
  }
  .middle .wrap2 .right-price-card {
    padding: 68px 36px 26px;
  }
  .middle .wrap2 .right-price-card .price-card-sale {
    font-size: 20px;
    padding: 6px 26px 6px 50px;
    right: 18px;
  }
  .middle .wrap2 .right-price-card .price-card-tax,
  .middle .wrap2 .right-price-card .price-card-old,
  .middle .wrap2 .right-price-card .price-card-new {
    margin-top: 10px;
  }
  .middle .wrap2 .right-price-card .price-card-btn {
    font-size: 12px;
    margin-top: 10px;
    padding: 10px 0;
  }
  .middle .single-swiper {
    padding: 28px 14px 18px;
    margin-top: 24px;
    border-radius: 20px;
    background: #fff;
  }
  .middle .single-swiper .slide-top {
    position: relative;
    column-gap: 14px;
  }
  .middle .single-swiper .top-logo {
    width: 70px;
    height: 70px;
  }
  .middle .single-swiper .top-desc {
    position: absolute;
    width: 100%;
    margin: 18px auto 0;
    left: 0;
  }
  .middle .single-swiper .single-big {
    display: none;
  }
  .middle .single-swiper .slide-bottom {
    flex-direction: column;
    row-gap: 20px;
    margin-top: 100px;
  }
}
