.banner {
  position: relative;
}

.banner .img {
  width: 100%;
  height: auto;
}

.banner .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  width: 1400px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner .content .title {
  font-family: Arial-BoldMT;
  font-size: 60px;
  color: #ffffff;
  line-height: 65px;
  max-width: 766px;
}

.banner .content .text {
  padding-top: 53px;
  font-family: ArialMT;
  line-height: 30px;
  font-size: 16px;
  color: #FFF;
  max-width: 734px;
}

.banner .myContainer {
  position: relative;
}

.banner .myContainer .btn_green {
  position: absolute;
  top: 0;
  left: 0;
  transform: translateY(-50%);
  width: 200px;
  height: 60px;
  background-color: var(--theme-color);
  border-radius: 30px;
  color: #ffffff;
  line-height: 60px;
  text-align: center;
  font-size: 18px;
  cursor: pointer;
}

.banner .myContainer .btn_green:active {
  background-color: #328f8a;
}

.banner .myContainer .btn_green::selection {
  background: none;
}

.glance {
  padding-top: 115px;
  padding-bottom: 140px;
}

.glance .list {
  display: flex;
  justify-content: space-between;
  padding-top: 90px;
}

.glance .list .item {
  max-width: 205px;
  text-align: center;
}

.glance .list .item .num {
  font-family: Moderat-Bold;
  font-size: 48px;
  color: var(--theme-color);
  line-height: 1.35;
  padding-bottom: 40px;
  position: relative;
}

.glance .list .item .num::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 45px;
  height: 1px;
  background-color: var(--theme-color);
}

.glance .list .item .text {
  margin-top: 40px;
  font-family: Moderat-Regular;
  font-size: 16px;
  color: #000000;
  line-height: 1.5;
}

.arrivals {
  padding-top: 98px;
  background-color: #f5f5f5;
  padding-bottom: 133px;
}

.arrivals .mySwiper_1 {
  margin-top: 53px;
  position: relative;
}

.arrivals .mySwiper_1 .swiper-pagination_1 {
  display: none;
}

.arrivals .mySwiper_1 .swiper_button {
  width: 60px;
  height: 60px;
  background-color: var(--theme-color);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.arrivals .mySwiper_1 .swiper-button-prev_1 {
  background-image: url(../images/prev_1.png);
  left: -98px;
}

.arrivals .mySwiper_1 .swiper-button-next_1 {
  background-image: url(../images/next_1.png);
  right: -98px;
}

.arrivals .mySwiper_1 .swiper_1 {
  overflow: hidden;
}

.arrivals .mySwiper_1 .swiper-slide {
  width: fit-content;
}

.arrivals .mySwiper_1 .swiper-slide .item {
  width: 320px;
  display: block;
}

.arrivals .mySwiper_1 .swiper-slide .item .img {
  width: 100%;
  aspect-ratio: 350 / 465;
  background-size: cover;
  background-repeat: no-repeat;
}

.arrivals .mySwiper_1 .swiper-slide .item .describe {
  background: #FFF;
  padding: 26px 30px 29px;
  width: 100%;
  box-sizing: border-box;
}

.arrivals .mySwiper_1 .swiper-slide .item .describe .title {
  font-family: ArialMT;
  font-size: 18px;
  height: 50px;
  border-bottom: 1px solid #e5e5e5;
  padding-left: 10px;
  padding-bottom: 20px;
  box-sizing: content-box;
}

.arrivals .mySwiper_1 .swiper-slide .item .describe .priceAndAddCart {
  display: flex;
  padding-top: 24px;
  justify-content: space-between;
  padding: 24px 4px 0 9px;
}

.arrivals .mySwiper_1 .swiper-slide .item .describe .priceAndAddCart .price {
  font-family: ArialMT;
  font-size: 18px;
  color: var(--theme-color);
}

.arrivals .mySwiper_1 .swiper-slide .item .describe .priceAndAddCart .addCart {
  display: flex;
  align-items: center;
}

.arrivals .mySwiper_1 .swiper-slide .item .describe .priceAndAddCart .addCart .icon {
  width: 16px;
  height: 17px;
  margin-right: 8px;
}

.arrivals .mySwiper_1 .swiper-slide .item .describe .priceAndAddCart .addCart .text {
  font-family: ArialMT;
  font-size: 14px;
}

.customer {
  background: var(--theme-color);
  padding-top: 115px;
  padding-bottom: 126px;
}

.customer .mySwiper_2 {
  position: relative;
}

.customer .mySwiper_2 .swiper_2 {
  padding: 58px 0;
  overflow: hidden;
}

.customer .mySwiper_2 .swiper_button {
  width: 60px;
  height: 60px;
  /* background-color: var(--theme-color); */
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 10px 17px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.customer .mySwiper_2 .swiper-button-prev_2 {
  background-image: url(../images/prev_1.png);
  right: 100%;
}

.customer .mySwiper_2 .swiper-button-next_2 {
  background-image: url(../images/next_1.png);
  left: 100%;
}

.customer .mySwiper_2 .swiper-slide {
  width: fit-content;
  height: auto;
}

.customer .mySwiper_2 .swiper-slide .item {
  width: 420px;
  box-sizing: border-box;
  padding: 46px 30px 58px;
  background-color: #ffffff;
  box-shadow: 0px 20px 20px 0px rgba(165, 165, 165, 0.2);
  height: 100%;
}

.customer .mySwiper_2 .swiper-slide .item .top {
  display: flex;
  margin-bottom: 29px;
  box-sizing: border-box;
  padding-left: 13px;
  position: relative;
}

.customer .mySwiper_2 .swiper-slide .item .top .avatar {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin-right: 19px;
}

.customer .mySwiper_2 .swiper-slide .item .top .describe {
  display: flex;
  flex-direction: column;
  justify-content: center;
  line-height: 1;
}

.customer .mySwiper_2 .swiper-slide .item .top .describe .name {
  font-family: Arial-BoldMT;
  font-size: 24px;
}

.customer .mySwiper_2 .swiper-slide .item .top .describe .job {
  font-family: ArialMT;
  font-size: 16px;
  margin-top: 12px;
  color: #53c1bc;
}

.customer .mySwiper_2 .swiper-slide .item .top::after {
  content: '';
  position: absolute;
  background-image: url(../images/avatar_right.png);
  background-repeat: no-repeat;
  width: 77px;
  height: 61px;
  background-size: 100% 100%;
  right: 19px;
  top: 50%;
  transform: translateY(-50%);
}

.customer .mySwiper_2 .swiper-slide .item .bottom {
  border-top: 1px solid #eeeeee;
  padding: 47px 9px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.customer .mySwiper_2 .swiper-slide .item .bottom .text {
  font-family: ArialMT;
  font-size: 16px;
  color: #494949;
  line-height: 1.5;
  text-align: justify;
  padding-bottom: 47px;
}

.customer .mySwiper_2 .swiper-slide .item .bottom .time {
  color: #53c1bc;
  font-family: ArialMT;
  font-size: 16px;
  line-height: 1;
}

.customer .mySwiper_2 .swiper-scrollbar_2 {
  background: rgba(255, 255, 255, 0.2);
  height: 2px;
}

.customer .mySwiper_2 .swiper-scrollbar_2 .swiper-scrollbar-drag {
  background: #FFF;
  height: 2px;
}

.club {
  padding: 153px 0 137px;
}

.club .clubContent {
  width: 1320px;
  height: 550px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  display: flex;
  box-sizing: border-box;
  padding: 55px 60px;
}

.club .clubContent .left {
  width: 340px;
  height: 440px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  margin-right: 91px;
}

.club .clubContent .right {
  flex: 1;
  padding-right: 37px;
}

.club .clubContent .right .title {
  color: #53c1bc;
  padding-top: 37px;
  font-family: Arial-BoldMT;
  font-size: 36px;
}

.club .clubContent .right .text {
  font-family: ArialMT;
  font-size: 16px;
  line-height: 1.875;
  text-align: justify;
  margin-top: 50px;
}

.club .clubContent .right .knowMore {
  width: 200px;
  height: 60px;
  background-color: #53c1bc;
  border: none;
  border-radius: 30px;
  margin-top: 53px;
  font-family: Arial-BoldMT;
  font-size: 18px;
  color: #FFF;
}

.club .clubContent::before {
  content: '';
  position: absolute;
  background-size: cover;
  width: 377px;
  height: 377px;
  background-image: url(../images/index_club_left.png);
  left: -155px;
  bottom: -74px;
  z-index: -1;
}

.club .clubContent::after {
  content: '';
  position: absolute;
  background-size: cover;
  width: 130px;
  height: 130px;
  background-image: url(../images/index_club_right.png);
  top: -38px;
  right: -63px;
  z-index: -1;
}

@media (max-width: 1440px) {
  .banner .content {
    width: 1160px;
    box-sizing: border-box;
    padding-top: 3%;
    transform: translateX(-50%);
    top: 0;
    align-items: center;
  }

  .banner .content .title {
    font-size: 50px;
    line-height: 1.2;
  }

  .banner .content .text {
    padding-top: 1%;
  }

  .glance {
    padding-top: 115px;
    padding-bottom: 140px;
  }

  .glance .list {
    justify-content: flex-start;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .glance .list .item {
    margin: 0 3%;
    padding-top: 5%;
  }

  .arrivals .mySwiper_1 .swiper_button {
    display: none;
  }

  .arrivals .mySwiper_1 .swiper-pagination_1 {
    display: block;
    text-align: center;
  }

  .arrivals .mySwiper_1 .swiper-pagination_1 .swiper-pagination-bullet {
    background: var(--theme-color);
  }

  .club .clubContent {
    width: 90.5%;
    margin: auto;
    height: auto;
  }

  .club .clubContent .right {
    padding-right: 0;
  }
}

@media (max-width: 1200px) {
  .banner .img {
    min-height: 280px;
    object-fit: cover;
  }

  .banner .content {
    width: 80%;
    padding: 0 20px;
    padding-top: 3%;
  }

  .banner .content .title {
    font-size: 32px;
    line-height: 1.2;
  }

  .banner .content .text {
    padding-top: 3%;
  }

  .customer .mySwiper_2 .swiper-slide .item {
    width: 46vw;
    box-sizing: border-box;
    padding: 46px 30px 58px;
    background-color: #ffffff;
    box-shadow: 0px 20px 20px 0px rgba(165, 165, 165, 0.2);
  }

  .club .clubContent .left {
    margin-right: 5%;
  }

  .club .clubContent .right .title {
    padding-top: 15px;
  }

  .club .clubContent .right .text {
    margin-top: 25px;
  }

  .club .clubContent .right .knowMore {
    margin-top: 30px;
  }
}

@media (max-width: 1024px) {
  .glance .list {
    justify-content: space-around;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .glance .list .item {
    margin: 0;
    padding-top: 5%;
    max-width: 31.3%;
  }

  .arrivals {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .arrivals .mySwiper_1 {
    margin-top: 35px;
  }

  .arrivals .mySwiper_1 .swiper-slide .item {
    width: 31vw;
  }

  .customer {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .customer .mySwiper_2 .swiper_2 {
    padding: 35px 0;
  }

  .customer .mySwiper_2 .swiper-slide .item {
    width: 46vw;
    box-sizing: border-box;
    padding: 30px 30px 45px;
    background-color: #ffffff;
    box-shadow: 0px 20px 20px 0px rgba(165, 165, 165, 0.2);
  }

  .customer .mySwiper_2 .swiper-slide .item .top {
    display: flex;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-left: 13px;
    position: relative;
  }

  .customer .mySwiper_2 .swiper-slide .item .top .avatar {
    width: 65px;
    height: 65px;
    margin-right: 15px;
  }

  .customer .mySwiper_2 .swiper-slide .item .top .describe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
  }

  .customer .mySwiper_2 .swiper-slide .item .top .describe .name {
    font-size: 18px;
  }

  .customer .mySwiper_2 .swiper-slide .item .top .describe .job {
    font-size: 14px;
    margin-top: 6px;
  }

  .customer .mySwiper_2 .swiper-slide .item .top::after {
    content: none;
  }

  .customer .mySwiper_2 .swiper-slide .item .bottom {
    padding: 20px 9px 0;
  }

  .customer .mySwiper_2 .swiper-slide .item .bottom .text {
    font-size: 14px;
    padding-bottom: 25px;
  }

  .customer .mySwiper_2 .swiper-slide .item .bottom .time {
    font-size: 14px;
  }

  .customer .mySwiper_2 .swiper-scrollbar_2 {
    background: rgba(255, 255, 255, 0.2);
    height: 2px;
  }

  .customer .mySwiper_2 .swiper-scrollbar_2 .swiper-scrollbar-drag {
    background: #FFF;
    height: 2px;
  }

  .club {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .club .clubContent {
    flex-direction: column;
  }

  .club .clubContent .left {
    margin-right: 0;
    width: 100%;
    height: auto;
    aspect-ratio: 340 / 440;
  }
}

@media (max-width: 768px) {
  .glance {
    padding-top: 100px;
    padding-bottom: 70px;
  }

  .glance .list {
    justify-content: space-between;
    flex-wrap: wrap;
    padding-top: 0;
  }

  .glance .list .item {
    margin: 0;
    padding-top: 5%;
    max-width: 48.3%;
  }

  .glance .list .item .num {
    font-size: 28px;
    padding-bottom: 20px;
  }

  .glance .list .item .text {
    margin-top: 15px;
    font-size: 12px;
  }

  .customer .mySwiper_2 .swiper_2 {
    padding: 35px 0;
  }

  .customer .mySwiper_2 .swiper-slide {
    width: 100%;
  }

  .customer .mySwiper_2 .swiper-slide .item {
    width: 100%;
    box-sizing: border-box;
    padding: 15px;
    background-color: #ffffff;
    box-shadow: 0px 20px 20px 0px rgba(165, 165, 165, 0.2);
  }

  .customer .mySwiper_2 .swiper-slide .item .top {
    display: flex;
    margin-bottom: 15px;
    box-sizing: border-box;
    padding-left: 13px;
    position: relative;
  }

  .customer .mySwiper_2 .swiper-slide .item .top .avatar {
    width: 65px;
    height: 65px;
    margin-right: 15px;
  }

  .customer .mySwiper_2 .swiper-slide .item .top .describe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    line-height: 1;
  }

  .customer .mySwiper_2 .swiper-slide .item .top .describe .name {
    font-size: 18px;
  }

  .customer .mySwiper_2 .swiper-slide .item .top .describe .job {
    font-size: 14px;
    margin-top: 6px;
  }

  .customer .mySwiper_2 .swiper-slide .item .top::after {
    content: none;
  }

  .customer .mySwiper_2 .swiper-slide .item .bottom {
    padding: 20px 9px 0;
  }

  .customer .mySwiper_2 .swiper-slide .item .bottom .text {
    font-size: 14px;
    padding-bottom: 25px;
  }

  .customer .mySwiper_2 .swiper-slide .item .bottom .time {
    font-size: 14px;
  }

  .customer .mySwiper_2 .swiper-scrollbar_2 {
    background: rgba(255, 255, 255, 0.2);
    height: 2px;
  }

  .customer .mySwiper_2 .swiper-scrollbar_2 .swiper-scrollbar-drag {
    background: #FFF;
    height: 2px;
  }

  .club .clubContent {
    padding: 20px;
    width: 100%;
    box-sizing: border-box;
  }

  .club .clubContent::after {
    content: none;
  }

  .club .clubContent::before {
    content: none;
  }

  .club .clubContent .right .title {
    font-size: 24px;
  }

  .club .clubContent .right .text {
    margin-top: 15px;
    font-size: 14px;
  }

  .club .clubContent .right .knowMore {
    width: 100px;
    height: 40px;
    font-size: 14px;
    margin-top: 20px;
  }
}

@media (max-width: 576px) {
  .banner .myContainer .btn_green {
    transform: translateX(-50%);
    margin-top: 20px;
    left: 50%;
    width: 150px;
    height: 40px;
    font-size: 14px;
    line-height: 40px;
  }

  .banner .content {
    width: 90.5%;
    height: 100%;
    justify-content: center;
  }

  .banner .content .title {
    font-size: 22px;
  }

  .banner .content .text {
    font-size: 12px;
    line-height: 1.5;
  }

  .arrivals .mySwiper_1 .swiper-slide .item {
    width: 42.93vw;
  }

  .arrivals .mySwiper_1 .swiper-slide .item .describe {
    padding: 15px;
  }

  .arrivals .mySwiper_1 .swiper-slide .item .describe .title {
    font-size: 14px;
    height: 43px;
  }

  .arrivals .mySwiper_1 .swiper-slide .item .describe .priceAndAddCart {
    padding-top: 10px;
    flex-direction: column;
    font-size: 14px;
  }

  .arrivals .mySwiper_1 .swiper-slide .item .describe .priceAndAddCart .price {
    font-size: 14px;
  }
}