main {
  overflow-x: hidden;
}
.banner {
  width: 100%;
  background: url(../img/store/banner-bg.jpg) no-repeat;
  background-size: cover;
  padding: 84px 0;
  margin-bottom: 100px;
}
.banner .btn-box {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 42px;
}
.banner .btn-box .btn {
  cursor: pointer;
  border-radius: 24px;
  font-size: 16px;
  padding: 10px 24px;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: all 0.4s;
  background: #EEE;
  color: #838383;
}
.banner .btn-box .btn:hover {
  box-shadow: 0 20px 52px 0 rgba(79, 170, 128, 0.24);
}
.banner .btn-box .btn.active {
  background: #00B580;
  color: #fff;
}
.banner .btn-box .btn.active .iconfont {
  color: #fff;
}
.banner .btn-box .btn .iconfont {
  font-size: 20px;
}
.banner .btn-box .btn.btn-mac .icon-mac:before {
  content: "\e6bb";
}
.banner .btn-box .btn.btn-win .icon-win:before {
  content: "\e6b0";
}
.banner .title {
  font-weight: 700;
  font-size: 46px;
  line-height: 1.5;
  text-align: center;
  color: #232326;
}
.banner .desc {
  font-weight: 400;
  font-size: 28px;
  line-height: 1.5;
  text-align: center;
  color: #484848;
  margin-top: 20px;
}
.wrap1 {
  margin-bottom: 120px;
}
.wrap1 .main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  color: #080f30;
  text-align: center;
}
.wrap1 .content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 65px;
  margin-top: 80px;
}
.wrap1 .content-item {
  position: relative;
  width: 476px;
  border-radius: 30px;
  border-width: 1px;
  border-style: solid;
  background: #fff;
  box-shadow: 0 0 11px 0 rgba(18, 128, 84, 0.16);
}
.wrap1 .content-item.two-product {
  border-color: #47B875;
}
.wrap1 .content-item.two-product .item-info {
  background-image: url('../img/store/buy-blue.webp');
}
.wrap1 .content-item.two-product .item-price::after {
  background: #44b2ff;
}
.wrap1 .content-item.two-product .item-intro {
  background: #f2f7f9;
}
.wrap1 .content-item.two-product .intro-title {
  background: #29272C;
}
.wrap1 .content-item.all-in {
  border-color: #24ca89;
}
.wrap1 .content-item.all-in .item-info {
  background-image: url('../img/store/buy-pur.webp');
}
.wrap1 .content-item.all-in .item-price::after {
  background: #935AF6;
}
.wrap1 .content-item.all-in .item-intro {
  background: #F2F7F9;
  padding-bottom: 40px;
}
.wrap1 .content-item.all-in .intro-title {
  background: #29272C;
}
.wrap1 .content-item.all-in .intro-list {
  row-gap: 26px;
}
.wrap1 .content .item-tag {
  position: absolute;
  z-index: 10;
  top: -50px;
  right: -50px;
  width: 130px;
  height: 130px;
  background: url(../img/bg-tag.png) no-repeat center;
  background-size: 100% 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transform: rotate(10deg);
}
.wrap1 .content .tag-bold {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.wrap1 .content .tag-lighter {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}
.wrap1 .content .item-info {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -1px -10px;
  padding: 24px 0 80px;
  border-radius: 30px;
  overflow: hidden;
}
.wrap1 .content .item-title {
  position: relative;
  font-size: 22px;
  color: #FFF;
  font-weight: 700;
  text-align: center;
  line-height: 1.8;
}
.wrap1 .content .item-desc {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  margin-top: 18px;
}
.wrap1 .content .item-cover {
  display: block;
  margin: 14px auto;
}
.wrap1 .content .item-price {
  display: block;
  position: relative;
  z-index: 10;
  width: fit-content;
  font-weight: bold;
  font-size: 44px;
  color: #fff;
  text-align: center;
  margin: 0 auto 20px;
}
.wrap1 .content .item-price::after {
  content: '';
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
  height: 8px;
  z-index: -1;
}
.wrap1 .content .item-tips {
  text-align: center;
  opacity: 0.7;
}
.wrap1 .content .item-old-price {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  text-decoration: line-through;
}
.wrap1 .content .item-tax {
  font-weight: lighter;
  font-size: 14px;
  color: #fff;
  padding-left: 10px;
}
.wrap1 .content .item-intro {
  position: relative;
  z-index: 10;
  width: 92%;
  border-radius: 15px;
  margin: -50px auto 0;
  padding: 16px 26px 26px;
}
.wrap1 .content .intro-title {
  width: fit-content;
  margin: 0 auto;
  padding: 6px 24px;
  font-weight: bold;
  font-size: 16px;
  color: #fff;
  border-radius: 15px 0px;
}
.wrap1 .content .intro-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  gap: 16px 18px;
}
.wrap1 .content .list-li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: max-content;
}
.wrap1 .content .list-li::before {
  content: '';
  width: 18px;
  height: 18px;
  background: url(../img/li-mark.png) no-repeat center;
  background-size: 100% 100%;
  margin-right: 8px;
}
.wrap1 .content .list-li_name {
  flex: 1;
  font-size: 14px;
  color: #3E3E3E;
}
.wrap1 .content .item-buy {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 28px;
  padding: 20px 0 30px;
}
.wrap1 .content .buy-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 50px;
  background: #47b875;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  transition: all 0.5s;
  padding: 14px 54px;
}
.wrap1 .content .buy-btn .iconfont {
  font-weight: lighter;
  font-size: 22px;
}
.wrap2 {
  padding: 0;
  margin-bottom: 120px;
}
.wrap2 .container {
  width: 1080px;
}
.wrap2 .main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 1.5;
  color: #080f30;
  text-align: center;
}
.wrap2 .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  justify-content: space-between;
  margin-top: 80px;
  column-gap: 30px;
  row-gap: 28px;
}
.wrap2 .content .item {
  display: flex;
  flex-direction: column;
  width: 340px;
  padding: 26px 22px;
  border-radius: 16px;
  border: 1px solid #95d4bd;
  background: #e6fcf4;
}
.wrap2 .content .item .item-logo img {
  transition: all 0.2s;
}
.wrap2 .content .item .item-logo img:hover {
  transform: scale(1.2);
}
.wrap2 .content .item .item-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 1.5;
  color: #222222;
  margin-top: 20px;
  height: 50px;
}
.wrap2 .content .item .item-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 1.5;
  color: #666666;
  margin-top: 14px;
  height: 126px;
}
.wrap2 .content .item .price {
  font-weight: 700;
  font-size: 24px;
  color: #222222;
  margin: 16px 0 0;
}
.wrap2 .content .item .btn-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 20px;
}
.wrap2 .content .item .btn-box .btn {
  box-sizing: border-box;
  border-radius: 30px;
  background: #47b875;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  gap: 16px;
  padding: 16px 0;
}
.wrap2 .content .item .btn-box .btn .btn-text {
  font-weight: 700;
  font-size: 14px;
  color: #ffffff;
}
.wrap2 .content .item .btn-box .btn .iconfont {
  font-size: 18px;
  color: #ffffff;
}
.wrap4 {
  text-align: center;
}
.wrap4 .wrap-tit {
  color: #080F30;
  text-align: center;
  font-size: 38px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 36px;
}
.wrap5 {
  padding-top: 250px;
  padding-bottom: 100px;
  background: url(../img/store/main-4-bg.svg) no-repeat;
  background-position: top center;
  background-size: cover;
}
.wrap5 .container {
  width: 1080px;
}
.wrap5 .container .main-title {
  font-weight: 700;
  font-size: 38px;
  line-height: 60px;
  color: #fff;
  text-align: center;
  margin-bottom: 50px;
}
.wrap5 .container .swiper {
  padding: 14px;
}
.wrap5 .container .swiper .swiper-slide {
  flex: 1;
  height: auto;
  border-radius: 15px;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 125, 80, 0.38);
}
.wrap5 .container .swiper .content {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
}
.wrap5 .container .swiper .content .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 12px 36px;
}
.wrap5 .container .swiper .content .item .item-title {
  font-weight: 700;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #222222;
  margin: 20px 0;
}
.wrap5 .container .swiper .content .item .item-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
  color: #444b4a;
}
.wrap5 .container .swiper .content .item .item-link {
  font-weight: 700;
  color: #03996c;
}
.wrap5 .container .swiper .content .item .item-link:hover {
  text-decoration: underline;
}
.wrap2 .content .item .btn-box .btn:hover,
.wrap1 .content .buy-btn:hover {
  box-shadow: none;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), #47B875;
}
@media (max-width: 1200px) {
  .container {
    width: 100%;
    padding: 0 15px;
  }
  .wrap5 .container {
    width: 100%;
  }
  .wrap2 .container {
    width: 100%;
  }
  .wrap2 .container .item {
    width: auto;
  }
  .wrap1 .content {
    gap: 50px;
  }
  .wrap1 .content .content-item {
    width: calc((100% - 50px) / 2);
  }
  .wrap1 .content .content-item .item-tag {
    right: 0px;
  }
}
@media (max-width: 996px) {
  .wrap5 .container .swiper .content {
    gap: 10px;
  }
  .wrap2 .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .wrap1 .content {
    flex-direction: column;
  }
  .wrap1 .content .content-item {
    width: 90%;
    margin: 0 auto;
  }
}
@media (max-width: 768px) {
  .wrap5 .container .main-title {
    font-size: 28px;
    margin-bottom: 30px;
  }
  .wrap5 .container .swiper .content {
    gap: 34px;
  }
  .wrap5 {
    --swiper-theme-color: #fff;
    margin-top: 100px;
    padding-top: 80px;
    padding: 62px 0;
    background: linear-gradient(180deg, #85ccb2 -3.73%, #009c93 100%), #e6fcf4;
  }
  .wrap5 .main-title {
    font-size: 24px;
  }
  .wrap5 .swiper {
    width: 320px;
    padding-bottom: 60px;
  }
  .wrap5 .content {
    align-items: unset;
    justify-content: unset;
    gap: 0;
  }
  .wrap5 .content .item {
    width: 320px;
  }
  .wrap5 .content .item .item-img {
    width: 100px;
    height: 100px;
  }
  .wrap5 .content .item .item-title {
    font-size: 20px;
    margin: 20px 0 10px;
  }
  .wrap5 .content .item .item-desc {
    font-size: 16px;
  }
  .wrap1 {
    margin-bottom: 60rem;
  }
  .wrap1 .main-title {
    font-size: 28px;
  }
  .wrap1 .content {
    flex-direction: column;
    gap: 65rem;
    margin-top: 65rem;
  }
  .wrap1 .content-item {
    width: 100%;
    border-radius: 20rem;
    border-width: 1rem;
    box-shadow: 0 0 11rem 0 rgba(18, 128, 84, 0.16);
  }
  .wrap1 .content .item-tag {
    top: -50rem;
    right: -15rem;
    width: 90rem;
    height: 90rem;
  }
  .wrap1 .content .tag-bold {
    font-size: 14rem;
  }
  .wrap1 .content .tag-lighter {
    font-size: 10rem;
  }
  .wrap1 .content .item-info {
    background-position: center;
    padding: 24rem 0 80rem;
    border-radius: 20rem;
  }
  .wrap1 .content .item-info::before {
    width: 300rem;
    height: 100rem;
  }
  .wrap1 .content .item-title {
    font-size: 16px;
  }
  .wrap1 .content .item-desc {
    font-size: 12rem;
    margin-top: 12px;
  }
  .wrap1 .content .item-cover {
    width: 100%;
    height: auto;
    margin: 20rem auto;
  }
  .wrap1 .content .item-price {
    font-size: 32rem;
    margin: 0 auto 20rem;
  }
  .wrap1 .content .item-price::after {
    bottom: 3rem;
    height: 5rem;
  }
  .wrap1 .content .item-old-price {
    font-size: 12rem;
  }
  .wrap1 .content .item-tax {
    font-size: 12rem;
    padding-left: 10rem;
  }
  .wrap1 .content .item-intro {
    width: 92%;
    border-radius: 15rem;
    margin: -50rem auto 0;
    padding: 10rem 12rem;
  }
  .wrap1 .content .intro-title {
    padding: 5rem 30rem;
    font-size: 10px;
    border-radius: 15rem 0;
  }
  .wrap1 .content .intro-list {
    margin-top: 10rem;
  }
  .wrap1 .content .list-li::before {
    width: 12px;
    height: 12px;
    margin-right: 4px;
  }
  .wrap1 .content .list-li_name {
    font-size: 9px;
  }
  .wrap1 .content .list-li_price {
    font-size: 12rem;
  }
  .wrap1 .content .item-buy {
    gap: 20rem;
    padding: 30rem 0;
  }
  .wrap1 .content .buy-btn {
    gap: 10rem;
    border-radius: 50rem;
    font-size: 10px;
    padding: 10px 34px;
  }
  .wrap1 .content .buy-btn .iconfont {
    font-size: 14px;
  }
  .banner {
    padding: 80rem 0;
    margin-bottom: 80rem;
    background: #f5fffc;
  }
  .banner .title {
    font-size: 32px;
  }
  .banner .desc {
    font-size: 16px;
    margin-top: 18px;
  }
  .wrap2 {
    padding: 40px 0 0;
    margin-bottom: 80px;
  }
  .wrap2 .main-title {
    width: 100%;
    font-size: 28px;
  }
  .wrap2 .content {
    margin-top: 30rem;
    gap: 0;
    grid-template-columns: repeat(1, 1fr);
  }
  .wrap2 .content .item {
    width: 100%;
    padding: 26px 16px;
    border-radius: 10rem;
    margin: 0 0 40rem 0;
  }
  .wrap2 .content .item .item-logo {
    display: flex;
    justify-content: flex-start;
    align-items: center;
  }
  .wrap2 .content .item .item-logo img {
    width: 80rem;
    height: 80rem;
  }
  .wrap2 .content .item .item-title {
    font-size: 18rem;
    margin-top: 20rem;
    height: auto;
  }
  .wrap2 .content .item .item-desc {
    font-size: 14rem;
    height: auto;
  }
  .wrap2 .content .item .price {
    font-size: 24rem;
    margin: 20rem 0 10rem;
  }
  .wrap2 .content .item .btn-box {
    margin-top: 20rem;
  }
  .wrap2 .content .item .btn-box .btn {
    width: 100%;
    height: 50px;
    align-items: center;
    justify-content: center;
    gap: 16px;
  }
  .wrap2 .content .item .btn-box .btn .btn-text {
    font-size: 14rem;
  }
  .wrap2 .content .item .btn-box .btn .iconfont {
    font-size: 18rem;
  }
  .wrap4 .container .wrap-tit {
    font-size: 22px;
  }
  .wrap4 .container img {
    width: 100%;
  }
}
