<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
  min-width: 1250px;
  overflow-x: auto;
}
.banner {
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
}
.banner .banner_swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
}
.banner .banner_swiper .swiper-pagination {
  bottom: 0px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
  width: 200px;
  height: 2px;
  background: #DAE2E1;
  opacity: 0.5;
  border-radius: 0;
}
.banner .banner_swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  height: 3px;
  background: #466C69;
  opacity: 1;
}
.favorite_skincare {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 120px;
}
.favorite_skincare .title {
  text-align: center;
  font-size: 44px;
  font-family: Cormorant;
  font-weight: 500;
  color: #466C69;
  margin-bottom: 50px;
}
.favorite_skincare .favorite_items {
  display: flex;
  justify-content: center;
}
.favorite_skincare .favorite_items .favorite_item {
  margin-right: 15px;
  width: 300px;
  background: #FFFFFF;
  cursor: pointer;
  text-align: center;
  font-size: 0;
  padding-bottom: 30px;
}
.favorite_skincare .favorite_items .favorite_item:hover {
  box-shadow: 0px 13px 15px 0px rgba(0, 0, 0, 0.08);
}
.favorite_skincare .favorite_items .favorite_item:hover p {
  color: #62887F;
}
.favorite_skincare .favorite_items .favorite_item img {
  width: 100%;
}
.favorite_skincare .favorite_items .favorite_item span {
  margin-top: 20px;
  font-size: 15px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  margin-bottom: 12px;
  display: block;
}
.favorite_skincare .favorite_items .favorite_item p {
  font-size: 15px;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  max-width: 190px;
  margin: 0 auto;
  white-space: normal;
  line-height: 22px;
}
.favorite_skincare .favorite_items .favorite_item:last-of-type {
  margin-right: 0;
}
.product_box {
  padding-top: 120px;
}
.product_box .title {
  font-size: 44px;
  font-family: Cormorant;
  font-weight: 500;
  color: #466C69;
  line-height: 50px;
  text-align: center;
}
.product_box .toggle_box {
  margin: 0 auto;
  width: 698px;
  height: 50px;
  background: #DBE9E8;
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 50px;
}
.product_box .toggle_box span {
  width: 128px;
  height: 44px;
  background: transparent;
  border-radius: 12px;
  font-size: 16px;
  font-family: Arial;
  font-weight: bold;
  color: #466C69;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
.product_box .toggle_box span.active,
.product_box .toggle_box span:hover {
  background: #466C69;
  color: #FFFFFF;
}
.product_box .product_items {
  position: relative;
  margin: 0 auto;
  margin-top: 50px;
  width: 1245px;
  height: 450px;
  padding: 0 0;
  padding-bottom: 8px;
  box-sizing: content-box;
  overflow: hidden;
}
.product_box .product_items .swiper-wrapper.self_style {
  display: flex;
  justify-content: center;
}
.product_box .product_items .swiper-wrapper .swiper-slide {
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.product_box .product_items .swiper-wrapper .swiper-slide img {
  width: 100%;
  margin-bottom: 20px;
}
.product_box .product_items .swiper-wrapper .swiper-slide span {
  font-size: 15px;
  font-family: Arial;
  font-weight: 400;
  color: #999999;
  margin-bottom: 12px;
  display: block;
}
.product_box .product_items .swiper-wrapper .swiper-slide p {
  text-align: center;
  font-size: 15px;
  font-family: Arial;
  font-weight: 400;
  color: #444444;
  max-width: 190px;
  margin: 0 auto;
  white-space: normal;
  line-height: 22px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  text-overflow: ellipsis;
}
.product_box .product_items .swiper-wrapper .swiper-slide:hover {
  box-shadow: 0px 2px 15px 0px rgba(0, 0, 0, 0.08);
}
.product_box .product_items .swiper-button-prev,
.product_box .product_items .swiper-button-next {
  width: 41px;
  height: 40px;
}
.product_box .product_items .swiper-button-prev::after,
.product_box .product_items .swiper-button-next::after {
  display: none;
}
.product_box .product_items .swiper-button-prev {
  background: url('../images/jiantou-l.png') no-repeat;
  background-size: 100% 100%;
}
.product_box .product_items .swiper-button-next {
  background: url('../images/jt-next.png') no-repeat;
  background-size: 100% 100%;
}
.shop_benefits {
  padding-top: 130px;
}
.shop_benefits .title {
  font-size: 44px;
  font-family: Cormorant;
  font-weight: 500;
  color: #466C69;
  line-height: 50px;
  text-align: center;
  margin-bottom: 30px;
}
.shop_benefits .shop_benefits_items {
  display: flex;
  align-items: center;
  justify-content: center;
}
.shop_benefits .shop_benefits_items .shop_benefits_item {
  width: 400px;
  height: 266px;
  background: #F5F5F5;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.shop_benefits .shop_benefits_items .shop_benefits_item img {
  width: 90px;
  margin-bottom: 23px;
}
.shop_benefits .shop_benefits_items .shop_benefits_item span {
  font-size: 15px;
  line-height: 22px;
  font-family: Arial;
  font-weight: bold;
  color: #466C69;
  text-align: center;
  max-width: 235px;
  white-space: normal;
}
.shop_benefits .shop_benefits_items .shop_benefits_item:nth-of-type(2) {
  margin: 0 25px;
}
.more {
  width: 282px;
  height: 50px;
  margin: 0 auto;
  background: url('../images/more.png') no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  cursor: pointer;
  color: #FFFFFF;
  margin-top: 40px;
}
.more:hover {
  background: url('../images/more-hover.png') no-repeat;
  background-size: 100% 100%;
}
.cover_box {
  width: 100%;
  position: relative;
}
.cover_box .cover {
  width: 100%;
}
.cover_box .w_box {
  position: absolute;
  top: 50%;
  left: 23%;
  transform: translateY(-50%);
  width: 20.83333333%;
}
.cover_box .w_box .icon {
  width: 100%;
}
.cover_box .w_box span {
  cursor: pointer;
  width: 67.25%;
  height: 61px;
  border: 1px solid #FFFFFF;
  display: block;
  margin: 0 auto;
  font-size: 24px;
  font-family: Arial;
  font-weight: 400;
  margin-top: 20px;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cover_box .w_box span:hover {
  background-color: #fff;
  color: #879F89;
}
.footer {
  display: flex;
  padding-left: 17.5%;
  background: #75A074;
  padding-bottom: 168px;
  align-items: flex-start;
  position: relative;
  margin-top: 140px;
}
.footer .w_box {
  padding-top: 77px;
  display: flex;
}
.footer .w_box div p:nth-of-type(1) {
  margin-bottom: 25px;
  font-size: 32px;
  font-family: Cormorant;
  font-weight: bold;
  color: #FFFFFF;
  margin-right: 158px;
}
.footer .w_box div p:nth-of-type(2) {
  font-size: 15px;
  font-family: Arial;
  color: #FFFFFF;
  line-height: 28px;
  padding-left: 10px;
}
.footer .w_box div.w1_box {
  margin-bottom: 100px;
}
.footer .w_box div.w2_box p img {
  margin-right: 10px;
}
.footer .Copyright {
  position: absolute;
  left: 17.5%;
  bottom: 156px;
  font-size: 14px;
  font-family: Arial;
  color: #FFFFFF;
}
@media screen and (max-width: 550px) {
  .banner {
    padding-bottom: 0px;
  }
  .banner .banner_swiper .swiper-pagination {
    bottom: 10px;
  }
  .banner .banner_swiper .swiper-pagination .swiper-pagination-bullet {
    width: 30px;
  }
  .favorite_skincare {
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .favorite_skincare .title {
    font-size: 28px;
    margin-bottom: 15px;
  }
  .favorite_skincare .favorite_items {
    flex-wrap: wrap;
    justify-content: flex-start;
    padding: 0 20px;
  }
  .favorite_skincare .favorite_items .favorite_item {
    margin-right: 0px;
    width: 45%;
    padding-bottom: 30px;
  }
  .favorite_skincare .favorite_items .favorite_item:nth-of-type(2n-1) {
    margin-right: 20px;
  }
  .more {
    margin-top: 0;
    width: 260px;
    transform: scale(0.8);
  }
  .cover_box .cover {
    display: none;
  }
  .cover_box .mobile_cover {
    width: 100%;
    height: 250px;
    background-color: skyblue;
    background: url('../images/cover.jpg') no-repeat;
    background-size: auto 100%;
    background-position: 100% 0;
  }
  .cover_box .w_box {
    left: 15%;
    display: flex;
    align-items: center;
    width: 40%;
  }
  .cover_box .w_box span {
    height: 30px;
    padding: 0 20px;
    white-space: nowrap;
    font-size: 14px;
    margin-left: 20px;
  }
  .product_box {
    padding-top: 20px;
  }
  .product_box .title {
    font-size: 28px;
    margin-bottom: 0px;
    line-height: 30px;
  }
  .product_box .toggle_box {
    margin: 0 auto;
    width: 98%;
    height: 40px;
    border-radius: 6px;
    margin-top: 20px;
  }
  .product_box .toggle_box span {
    width: 23%;
    height: 40px;
    border-radius: 6px;
    font-size: 13px;
    cursor: pointer;
  }
  .product_box .product_items {
    margin-top: 10px;
    max-width: 100%;
    height: auto;
    margin-bottom: 10px;
    padding: 20px 10px;
    box-sizing: border-box;
  }
  .shop_benefits {
    padding-top: 20px;
  }
  .shop_benefits .title {
    font-size: 28px;
    margin-bottom: 0px;
    line-height: 30px;
    margin-bottom: 10px;
  }
  .shop_benefits .shop_benefits_items {
    padding: 0 10px;
  }
  .shop_benefits .shop_benefits_items .shop_benefits_item {
    width: 300px;
    height: 230px;
    background: #F5F5F5;
    border-radius: 12px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .shop_benefits .shop_benefits_items .shop_benefits_item img {
    width: 70px;
    margin-bottom: 23px;
  }
  .shop_benefits .shop_benefits_items .shop_benefits_item span {
    font-size: 13px;
    line-height: 20px;
  }
  .shop_benefits .shop_benefits_items .shop_benefits_item:nth-of-type(2) {
    margin: 0 15px;
  }
  .footer {
    width: 100%;
    margin-top: 20px;
    overflow: hidden;
    padding-left: 5%;
  }
  .footer .w_box {
    padding-top: 40px;
    flex-direction: column;
  }
  .footer .w_box &gt; div {
    transform: scale(0.9);
  }
  .footer .w_box &gt; div.w1_box {
    margin-bottom: 40px;
  }
  .footer .Copyright {
    bottom: 100px;
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
  }
}
</pre></body></html>