@import "global.css";

* {
  margin: 0;
  padding: 0;
}

html,
body {
  width: 100%;
  height: 100%;
}

a {
  text-decoration: none;
}

body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}

.mobile_style {
  display: none;
}

.banner {
  position: relative;
  width: 100%;
  padding: 80px 0;
}

.banner::before,
.banner::after {
  content: '';
  position: absolute;
  top: calc(50% - 192px);
  width: 184px;
  height: 385px;
  background-size: 100% 100%;
  z-index: 10;
}

.banner::before {
  left: 0;
  background: url('../../../img/store/banner_before.webp') no-repeat;
}

.banner::after {
  right: 0;
  background: url('../../../img/store/banner_after.webp') no-repeat;
}

.banner .content {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 120;
}

.banner .content .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 125.18%;
  color: #080F30;
}

.banner .content .desc {
  font-weight: 600;
  font-size: 28px;
  line-height: 125.18%;
  color: #F19266;
  margin: 40px 0;
}

.banner .content .intro {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 8px 36px rgba(103, 50, 27, 0.16);
  border-radius: 20px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
}

.banner .content .intro .intro-left {
  width: 52%;
  font-weight: 500;
  font-size: 28px;
  line-height: 147.18%;
  color: #080F30;
}

.banner .content .intro .intro-right {
  width: 20%;
}

.banner .content .intro .intro-right h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  color: #080F30;
}

.banner .content .intro .intro-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 182.5%;
  color: rgba(8, 15, 48, 0.58);
}

.best-seller {
  width: 1080px;
  margin: 100px auto;
}

.best-seller .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.best-seller .content {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 8px 36px rgba(81, 27, 103, 0.16);
  border-radius: 10px 10px 20px 20px;
  margin-top: 50px;
  border-top: 4px solid #2D8F5D;
  display: flex;
  justify-content: space-around;
  padding: 50px 25px;
}

.best-seller .content .content-left {
  width: 25%;
  display: flex;
  justify-content: center;
}

.best-seller .content .content-right {
  width: 59%;
}

.best-seller .content .content-right .right-title {
  display: flex;
  align-items: flex-start;
}

.best-seller .content .content-right .right-title h3 {
  font-weight: 700;
  font-size: 24px;
  line-height: 146.68%;
  color: #080F30;
}

.best-seller .content .content-right .right-title img {
  margin: 4px 0 0 20px;
}

.best-seller .content .content-right .right-desc {
  font-weight: 400;
  font-size: 16px;
  line-height: 147.18%;
  color: #9497A4;
  margin-top: 10px;
}

.best-seller .content .content-right .right-price {
  margin: 24px 0;
}

.best-seller .content .content-right .right-price .price-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 146.68%;
  color: #080F30;
}

.best-seller .content .content-right .right-price .price-now {
  font-weight: 700;
  font-size: 34px;
  line-height: 43px;
  color: #080F30;
  margin: 0 4px;
}

.best-seller .content .content-right .right-price .price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 146.68%;
  text-decoration: line-through;
  color: #9497A4;
}

.best-seller .content .content-right .right-buy {
  display: flex;
}

.best-seller .content .content-right .right-buy .buy-item {
  background: #2D8F5D;
  border-radius: 7px;
  padding: 12px 80px;
  margin-right: 30px;
  display: flex;
}

.best-seller .content .content-right .right-buy .buy-item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 173.9%;
  color: #FFFFFF;
  margin-left: 10px;
}

.best-seller .content .content-right .right-buy .buy-item .mac-icon {
  margin-top: -5px;
}

.best-seller .content .content-right .right-buy .buy-item:hover {
  background: #16603A;
}

.hot-products {
  width: 1080px;
  margin: 150px auto;
}

.hot-products .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}

.hot-products .content {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-top: 50px;
  gap: 40px 20px;
}

.hot-products .content .product-item {
  width: 23.5%;
  box-sizing: border-box;
  border: 1px solid #EBEBEB;
  border-radius: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 30px 20px;
  margin-top: 20px;
}

.hot-products .content .product-item .product-name {
  font-weight: 700;
  font-size: 18px;
  line-height: 125.4%;
  text-align: center;
  color: #1A1A1A;
  margin: 20px 0;
}

.hot-products .content .product-item .product-intro {
  font-weight: 400;
  font-size: 15px;
  line-height: 155.4%;
  text-align: center;
  color: #9497A4;
  margin-bottom: 20px;
}

.hot-products .content .product-item .product-price {
  margin-bottom: 20px;
}

.hot-products .content .product-item .product-price .price-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 146.68%;
  color: #080F30;
}

.hot-products .content .product-item .product-price .price-now {
  font-weight: 700;
  font-size: 26px;
  line-height: 43px;
  color: transparent;
  background: linear-gradient(180deg, #FEAF38 0%, #FF3434 100%);
  -webkit-background-clip: text;
  margin: 0 4px;
}

.hot-products .content .product-item .product-price .price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 146.68%;
  text-decoration: line-through;
  color: #9497A4;
}

.hot-products .content .product-item .product-tip {
  font-weight: 400;
  font-size: 14px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
  margin: -20px 0 20px;
}

.hot-products .content .product-item .product-buy {
  display: flex;
  justify-content: center;
  width: 90%;
  background: #4690E5;
  border-radius: 7px;
  padding: 12px;
  margin-bottom: 10px;
}

.hot-products .content .product-item .product-buy span {
  font-weight: 500;
  font-size: 18px;
  line-height: 173.9%;
  color: #FFFFFF;
  margin-left: 10px;
}

.hot-products .content .product-item .product-buy .mac-icon {
  margin-top: -5px;
}

.hot-products .content .product-item .product-buy:hover {
  background: #2261A9;
}

.more-offers {
  position: relative;
  width: 100%;
  background: #23272C;
  padding: 70px 0 50px;
}

.more-offers .more_bg1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
}

.more-offers .more_bg2 {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 200px;
}

.more-offers .more_bg3 {
  position: absolute;
  top: 30%;
  right: 0;
  width: 200px;
}

.more-offers .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #FFFFFF;
}

.more-offers .content {
  width: 1080px;
  margin: 70px auto 0;
}

.more-offers .content .combo {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  border-radius: 14px;
  display: flex;
  justify-content: space-around;
  padding: 40px 15px;
  margin-bottom: 36px;
  z-index: 120;
}

.more-offers .content .combo .combo-off {
  position: absolute;
  top: 0;
  left: 0;
  width: 180px;
}

.more-offers .content .combo .combo-off img {
  width: 100%;
}

.more-offers .content .combo .combo-left {
  width: 30%;
}

.more-offers .content .combo .combo-left img {
  width: 100%;
}

.more-offers .content .combo .combo-right {
  width: 60%;
}

.more-offers .content .combo .combo-right .combo-name {
  font-weight: 700;
  font-size: 24px;
  line-height: 146.68%;
  color: #080F30;
  margin-bottom: 10px;
}

.more-offers .content .combo .combo-right .combo-desc {
  display: flex;
  align-items: center;
}

.more-offers .content .combo .combo-right .combo-desc span {
  display: block;
  width: 4px;
  height: 4px;
  background: #2D8F5D;
  border: 4px solid #C9E2D5;
  border-radius: 50%;
  margin-right: 10px;
  flex-shrink: 0;
}

.more-offers .content .combo .combo-right .combo-desc p {
  font-weight: 400;
  font-size: 16px;
  line-height: 147.18%;
  color: #9497A4;
}

.more-offers .content .combo .combo-right .combo-price {
  margin-top: 10px;
}

.more-offers .content .combo .combo-right .combo-price .price-text {
  font-weight: 700;
  font-size: 16px;
  line-height: 146.68%;
  color: #080F30;
}

.more-offers .content .combo .combo-right .combo-price .price-now {
  font-weight: 700;
  font-size: 36px;
  line-height: 43px;
  color: #080F30;
  margin: 0 4px;
}

.more-offers .content .combo .combo-right .combo-price .price-old {
  font-weight: 400;
  font-size: 16px;
  line-height: 146.68%;
  text-decoration: line-through;
  color: #9497A4;
}

.more-offers .content .combo .combo-right .combo-buy {
  margin-top: 20px;
  width: 100%;
  height: 54px;
  display: flex;
  justify-content: space-between;
}

.more-offers .content .combo .combo-right .combo-buy .buy-item {
  box-sizing: border-box;
  width: 47%;
  height: 100%;
  background: #4690E5;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.more-offers .content .combo .combo-right .combo-buy .buy-item span {
  font-weight: 500;
  font-size: 18px;
  line-height: 173.9%;
  color: #FFFFFF;
  margin-left: 10px;
}

.more-offers .content .combo .combo-right .combo-buy .buy-item .mac-icon {
  margin-top: -5px;
}

.more-offers .content .combo .combo-right .combo-buy .buy-item:hover {
  background: #2261A9;
}

.accept {
  width: 1080px;
  margin: 70px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.accept .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080F30;
}

.accept .content {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.accept .content img {
  width: auto;
}

.choose {
  width: 1080px;
  margin: 20px auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.choose .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  color: #080F30;
}

.choose .pc_content {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}

.choose .pc_content .reason-item {
  box-sizing: border-box;
  width: 30%;
  background: #FFFFFF;
  box-shadow: 0px 7px 37px 8px rgba(0, 0, 0, 0.06);
  border-radius: 10px;
  padding: 40px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}

.choose .pc_content .reason-item .reason-name {
  width: 80%;
  font-weight: 700;
  font-size: 24px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
  margin: 20px 0;
}

.choose .pc_content .reason-item p {
  font-weight: 400;
  font-size: 16px;
  line-height: 152.68%;
  text-align: center;
  color: #6A6D7E;
}

.banner-top {
  position: relative;
  width: 100%;
  padding: 80px 0;
  background: #FFF6EE;
}

.banner-top::before,
.banner-top::after {
  content: '';
  position: absolute;
  top: calc(50% - 192px);
  width: 184px;
  height: 385px;
  background-size: 100% 100%;
  z-index: 10;
}

.banner-top::before {
  left: 0;
  background: url('../../../img/store/banner_before.webp') no-repeat;
}

.banner-top::after {
  right: 0;
  background: url('../../../img/store/banner_after.webp') no-repeat;
}

.banner-top .content {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 120;
}

.banner-top .content .title {
  font-weight: 700;
  font-size: 48px;
  line-height: 125.18%;
  color: #080F30;
}

.banner-top .content .desc {
  font-weight: 600;
  font-size: 28px;
  line-height: 125.18%;
  color: #F19266;
  margin: 40px 0;
}

.banner-top .content .intro {
  box-sizing: border-box;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 8px 36px rgba(103, 50, 27, 0.16);
  border-radius: 20px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
}

.banner-top .content .intro .intro-left {
  width: 52%;
  font-weight: 500;
  font-size: 28px;
  line-height: 147.18%;
  color: #080F30;
}

.banner-top .content .intro .intro-right {
  width: 20%;
}

.banner-top .content .intro .intro-right h2 {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  color: #080F30;
}

.banner-top .content .intro .intro-right .score {
  font-weight: 700;
  font-size: 48px;
  line-height: 57px;
  color: #080F30;
}

.banner-top .content .intro .intro-right p {
  font-weight: 400;
  font-size: 16px;
  line-height: 182.5%;
  color: rgba(8, 15, 48, 0.58);
}

.banner-top .banner-box {
  display: flex;
  align-items: center;
  column-gap: 68px;
  margin-top: 50px;
}


.banner-top .banner-box .banner-box-left {
  width: 308px;
}

.banner-top .banner-box .banner-box-left img {
  width: 100%;
}

.banner-top .banner-box .banner-box-right .right-title {
  font-size: 35px;
  font-weight: 700;
  color: #080F30;
}

.banner-top .banner-box .banner-box-right .right-desc,
.banner-top .banner-box .banner-box-right .right-price {
  color: #505050;
  font-size: 20px;
  font-weight: 700;
  margin-top: 20px;
}

.banner-top .banner-box .banner-box-right .right-price {
  margin-top: 10px;
}

.banner-top .banner-box .banner-box-right .right-price span {
  font-weight: 800;
  margin: 0 10px;
  font-size: 36px;
  color: transparent;
  /* margin: 0 4px; */
  background: linear-gradient(180deg, #FEAF38 0%, #FF3434 100%);
  -webkit-background-clip: text;
}

.banner-top .banner-box .banner-box-right .right-include {
  color: #41475F;
  font-size: 20px;
  display: flex;
  font-weight: 700;
  margin-top: 26px;
}

.banner-top .banner-box .banner-box-right .right-include span {
  margin-right: 25px;
  font-weight: 700;
}

.banner-top .banner-box .banner-box-right .right-include img {
  margin-right: 10px;
}

.banner-top .banner-box .banner-box-right .button-box {
  display: flex;
  margin-top: 26px;
  column-gap: 30px;
}

.banner-top .banner-box .banner-box-right .button-box .button-item {
  display: flex;
  align-items: center;
  column-gap: 15px;
  border-radius: 8px;
  padding: 16px 27px;
  color: #FFFFFF;
  font-size: 19px;
  background: #43CA9A;
  font-weight: 700;
}

.banner-top .banner-box .banner-box-right .button-box .icon-ovwin:before {
  content: "\eac2";
}

.banner-top .banner-box .banner-box-right .button-box .icon-mac:before {
  content: "\e903";
  color: inherit;
}

.banner-top .banner-box .banner-box-right .button-box .button-item:hover {
  background: #31B485;
}

.plolygon1,
.plolygon2 {
  position: absolute;
}

.plolygon1 {
  top: 0;
  left: 0;
}

.plolygon2 {
  bottom: 0;
  right: 0;
  transform: rotate(180deg);
}

.banner-top.store-banner {
  background: linear-gradient(0deg, rgba(162, 188, 154, 0.1), rgba(162, 188, 154, 0.1)), linear-gradient(90deg, #E0FFFF 0%, #DCF7FF 100%);
}

@media screen and (max-width: 768px) {
  .banner-top .content .title {
    width: 93%;
    font-size: 32px;
    text-align: center;
  }

  .banner-top .banner-box .banner-box-right .right-title {
    font-size: 28px;
  }

  .banner-top .content {
    width: 90%;
  }

  .banner-top {
    background: linear-gradient(0deg, rgba(162, 188, 154, 0.1), rgba(162, 188, 154, 0.1)), linear-gradient(90deg, #E0FFFF 0%, #DCF7FF 100%);
  }

  .plolygon1,
  .plolygon2 {
    display: none;
  }

  .banner-top .banner-box {
    flex-direction: column-reverse;
    align-items: center;
    row-gap: 68px;
    margin-top: 45px;
  }

  .banner-top .banner-box .banner-box-right {
    text-align: center;
  }

  .banner-top .banner-box .banner-box-right .right-title {
    font-size: 28px;
  }

  .banner-top .banner-box .banner-box-right .right-desc,
  .banner-top .banner-box .banner-box-right .right-price {
    font-size: 14px;
  }

  .banner-top .banner-box .banner-box-right .right-price span {
    font-size: 28px;
  }

  .banner-top .banner-box .banner-box-right .right-include {
    font-size: 14px;
    font-weight: 500;
    justify-content: space-around;
    align-items: end;
  }

  .banner-top .banner-box .banner-box-right .right-include span {
    margin-right: 15px;
  }

  .banner-top .banner-box .banner-box-right .right-include img {
    margin-right: 10px;
  }

  .banner-top .banner-box .banner-box-right .button-box {
    display: flex;
    justify-content: center;
  }

  .banner-top .banner-box .banner-box-right .button-box .button-item {
    column-gap: 8px;
    border-radius: 8px;
    padding: 15px 25px;
    color: #FFFFFF;
    font-size: 16px;
    background: #43CA9A;
  }

  .pc_style {
    display: none !important;
  }

  .mobile_style {
    display: block;
  }

  .banner {
    width: 100%;
    padding: 40px 0;
  }

  .banner::before,
  .banner::after {
    content: '';
    width: 0;
    height: 0;
    background: none;
  }

  .banner .content {
    width: 90%;
  }

  .banner .content .title {
    width: 93%;
    font-size: 32px;
    text-align: center;
  }

  .banner .content .desc {
    font-size: 20px;
    margin: 20px 0 30px;
  }

  .banner .content .intro {
    padding: 25px;
    flex-direction: column;
    align-items: center;
  }

  .banner .content .intro .intro-left {
    width: 93%;
    font-size: 20px;
    text-align: center;
  }

  .banner .content .intro .intro-right {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 20px;
  }

  .best-seller {
    width: 100%;
    margin: 80px auto;
  }

  .best-seller .title {
    font-size: 24px;
  }

  .best-seller .content {
    width: 90%;
    flex-direction: column;
    justify-content: space-between;
    margin: 30px auto;
    border-radius: 10px;
  }

  .best-seller .content .content-left {
    width: 100%;
  }

  .best-seller .content .content-right {
    width: 100%;
    margin-top: 40px;
  }

  .best-seller .content .content-right .right-title h3 {
    width: 70%;
    font-size: 20px;
  }

  .best-seller .content .content-right .right-title img {
    margin: 0;
  }

  .best-seller .content .content-right .right-desc {
    font-size: 14px;
  }

  .best-seller .content .content-right .right-price {
    margin: 16px 0;
  }

  .best-seller .content .content-right .right-buy {
    width: 100%;
    flex-direction: column;
  }

  .best-seller .content .content-right .right-buy .buy-item {
    padding: 12px 100px;
    margin: 10px 0 0;
  }

  .hot-products {
    width: 100%;
    margin: 100px auto;
  }

  .hot-products .title {
    font-size: 24px;
  }

  .hot-products .content {
    width: 100%;
    flex-flow: column nowrap;
    align-items: center;
    margin-top: 30px;
  }

  .hot-products .content .product-item {
    width: 90%;
  }

  .more-offers {
    padding: 70px 0 50px;
  }

  .more-offers .title {
    font-size: 24px;
  }

  .more-offers .content {
    width: 90%;
    margin: 40px auto 0;
  }

  .more-offers .content .combo {
    flex-direction: column;
    margin-bottom: 36px;
  }

  .more-offers .content .combo .combo-left {
    width: 90%;
  }

  .more-offers .content .combo .combo-left img {
    width: 100%;
  }

  .more-offers .content .combo .combo-right {
    width: 100%;
    margin-top: 20px;
  }

  .more-offers .content .combo .combo-right .combo-name {
    font-size: 20px;
  }

  .more-offers .content .combo .combo-right .combo-desc {
    align-items: flex-start;
  }

  .more-offers .content .combo .combo-right .combo-desc span {
    margin-top: 6px;
  }

  .more-offers .content .combo .combo-right .combo-desc p {
    font-size: 14px;
  }

  .more-offers .content .combo .combo-right .combo-price {
    display: flex;
    flex-flow: row wrap;
    margin-top: 10px;
  }

  .more-offers .content .combo .combo-right .combo-price .price-now {
    margin: 15px 4px;
  }

  .more-offers .content .combo .combo-right .combo-price .price-old {
    margin: 30px 4px;
  }

  .more-offers .content .combo .combo-right .combo-buy {
    margin-top: 0px;
    width: 100%;
    height: auto;
    flex-direction: column;
  }

  .more-offers .content .combo .combo-right .combo-buy .buy-item {
    width: 100%;
    padding: 12px 0;
    margin-bottom: 10px;
  }

  .accept {
    width: 100%;
    margin: 40px auto;
  }

  .accept .title {
    font-size: 24px;
  }

  .accept .content {
    width: 90%;
    margin-top: 20px;
  }

  .accept .content img {
    width: 100%;
  }

  .choose {
    width: 100%;
    margin: 20px auto 0;
  }

  .choose .title {
    font-size: 24px;
  }

  .choose .choose_swiper {
    position: relative;
    width: 100%;
    height: 400px;
    overflow: hidden;
    padding-top: 40px;
  }

  .choose .choose_swiper .swiper-slide {
    width: 100%;
    height: 80%;
    display: flex;
    justify-content: center;
  }

  .choose .choose_swiper .swiper-slide .reason-item {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 80%;
    height: 100%;
    background: #FFFFFF;
    box-shadow: 0px 7px 37px 8px rgba(0, 0, 0, 0.06);
    border-radius: 10px;
    padding: 30px;
  }

  .choose .choose_swiper .swiper-slide .reason-item .reason-name {
    width: 70%;
    font-weight: 700;
    font-size: 24px;
    line-height: 146.68%;
    text-align: center;
    color: #080F30;
    margin: 20px 0;
  }

  .choose .choose_swiper .swiper-slide .reason-item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 152.68%;
    text-align: center;
    color: #6A6D7E;
  }

  .choose .choose_swiper .swiper-pagination-bullet-active {
    background-color: #4596E5;
  }
}