.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
}
.container1200 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: end;
}
.con1200 {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}
.rem90 {
  width: 90rem;
  margin: 0 auto;
}
.btn {
  display: inline-block;
  padding: 12px 28px;
  border-radius: 30px;
  font-weight: 500;
  transition: all 0.3s ease;
  text-align: center;
}
/* Header Styles */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1000;
  padding: 20px 0;
  transition: all 0.3s ease;
  height: 10rem;
  flex-shrink: 0;
  background: linear-gradient(180deg, #efdde0 0%, #ffffff00 100%);
}
.header-container {
  display: flex;
  justify-content: center;
  align-items: center;
}
.logo {
  margin: 0 6.25rem;
  height: 4.66rem;
  margin-top: -1rem;
}
nav {
  margin-top: 3rem;
  display: flex;
  justify-content: center;
  align-items: center;
}
nav .search-area {
  width: 13.38rem;
}
nav .search-area .search-input {
  width: 10.38rem;
  position: relative;
}
nav .search-area .search-input .search-text {
  width: 100%;
  border: 0;
  color: #333;
  padding: 0px 2.125rem 1px 0.3rem;
  background-color: transparent;
  border-bottom: 1px solid #622025;
  height: 2rem;
  font-size: 1.25rem;
}
nav .search-area .search-input .search-text:focus {
  outline: none;
}
nav .search-area .search-input .search-icon {
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}
nav ul {
  display: flex;
  list-style: none;
  height: 2.5rem;
}
nav ul li {
  margin: 0 1.875rem;
  line-height: 2.5rem;
  color: #622025;
}
nav ul li a {
  font-weight: 400;
  position: relative;
  font-size: 1.25rem;
}
nav ul li a:hover {
  color: #d85c8a;
}
nav ul li a::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 0;
  width: 0;
  height: 2px;
  background-color: #d85c8a;
  transition: width 0.3s ease;
}
nav ul li a:hover::after {
  width: 100%;
}
.mobile-menu-btn {
  display: none;
  background: none;
  border: none;
  font-size: 1.5rem;
  cursor: pointer;
  color: #333;
}
.mshow {
  display: none !important;
}
.mhide {
  display: block !important;
}
.header-mobile {
  display: none;
}
/* Hero Section Styles */
.hero {
  height: 100vh;
}
.hero .swiper {
  width: 100%;
  height: 100%;
}
.hero .swiper .swiper-horizontal > .swiper-pagination-bullets,
.hero .swiper .swiper-pagination-bullets.swiper-pagination-horizontal,
.hero .swiper .swiper-pagination-custom,
.hero .swiper .swiper-pagination-fraction {
  bottom: 40px;
}
.hero .swiper .swiper-pagination-bullet-active {
  background-color: #fb4a3e !important;
}
.hero .swiper .swiper-pagination-bullet {
  width: 0.65rem;
  height: 0.65rem;
  background-color: #a9103c;
  opacity: 1;
}
.hero .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.hero .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.btn-primary {
  background-color: #d85c8a;
  color: white;
  padding: 12px 30px;
  border-radius: 30px;
  font-weight: 500;
  text-decoration: none;
  display: inline-block;
  transition: all 0.3s ease;
}
.btn-primary:hover {
  background-color: #c04a76;
  transform: translateY(-2px);
  box-shadow: 0 5px 15px rgba(216, 92, 138, 0.3);
}
/* About Section Styles */
.about {
  width: 100%;
  height: 49rem;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../images/bg1.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.about .about-header {
  padding-top: 5.3125rem;
  width: 100%;
  flex-shrink: 0;
  text-align: center;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 5rem;
  text-transform: uppercase;
  background: linear-gradient(90deg, #5f4eff 35.7%, #622025 62.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.about .about-content {
  position: relative;
  margin: 0 auto;
  margin-top: 4rem;
  width: 80.13rem;
  height: 18.94rem;
  flex-shrink: 0;
  background: linear-gradient(180deg, #fff 0%, #ffffff00 100%);
  box-shadow: 0 1.31rem 1.97rem 0 #4992e947;
}
.about .about-content .about-img {
  position: absolute;
  top: -5.375rem;
  left: -5.8125rem;
}
.about .about-content .about-top {
  padding-top: 2rem;
  display: flex;
}
.about .about-content .about-top .a-l {
  width: 45rem;
  height: 7rem;
  color: #31297f;
  padding-left: 13rem;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.33rem;
}
.about .about-content .about-top .a-r {
  margin-left: 5rem;
  display: flex;
  height: 6.6rem;
  text-align: center;
}
.about .about-content .about-top .a-r li {
  padding-top: 0.6rem;
  width: 9rem;
  border-left: 1px solid #d8e8f8;
}
.about .about-content .about-top .a-r li img {
  width: 2.5rem;
  height: 2.5rem;
}
.about .about-content .about-top .a-r li p {
  margin-top: 0.88rem;
  color: #6e92ff;
  font-family: "Montserrat";
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 0.94rem;
}
.about .about-content .about-bottom {
  width: 77.13rem;
  height: 8.19rem;
  flex-shrink: 0;
  color: #31297f;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.01rem;
  margin: 0.75rem auto 0;
}
.about .about-footer {
  text-align: center;
  margin-top: 4.375rem;
  display: flex;
  justify-content: center;
}
.about .about-footer .view {
  display: none;
  width: 14.38rem;
  height: 3.75rem;
  line-height: 3.75rem;
  flex-shrink: 0;
  border-radius: 3.75rem;
  border: 0.06rem solid transparent;
  box-shadow: 0 1.06rem 1.6rem 0 #407f72fd;
  color: #6e92ff;
  font-family: "Montserrat";
  font-size: 1.25rem;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #ddedfa, #eaeef8), linear-gradient(to right, #6e92ff, #fb4a3e);
}
.about .about-footer .view-btn {
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  justify-content: center;
  align-items: center;
  gap: 0.63rem;
  flex-shrink: 0;
  border-radius: 3.75rem;
  border: 0.06rem solid transparent;
  box-shadow: 0 1.06rem 1.6rem 0 #407f72fd;
  background-clip: padding-box, border-box;
  background-origin: padding-box, border-box;
  background-image: linear-gradient(to right, #ddedfa, #eaeef8), linear-gradient(to right, #6e92ff, #fb4a3e);
}
.certifications {
  width: 100%;
  height: 46rem;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../images/bg2.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.certifications .section-title h2 {
  padding-top: 5.6rem;
  flex-shrink: 0;
  text-align: center;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.99rem;
  text-transform: uppercase;
  background: linear-gradient(90deg, #5f4eff 6.24%, #622025 90.8%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.certifications .section-title p {
  text-align: center;
  height: 1.56rem;
  flex-shrink: 0;
  color: #622025;
  font-family: "Noto Sans";
  font-size: 1.19rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.13rem;
}
.certifications .cert-content {
  display: flex;
  margin: 0 auto;
  margin-top: 1.4rem;
  justify-content: center;
}
.certifications .cert-content .cert-docs {
  width: 45.12rem;
  height: 28.95rem;
  margin-top: 2rem;
}
.certifications .cert-content .cert-docs .index-spbf {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 28.95rem;
}
.certifications .cert-content .cert-docs #spbf-lunbo .carousel-inner li {
  width: 20.44rem;
  height: 27.95rem;
  position: relative;
}
.certifications .cert-content .cert-docs #spbf-lunbo .carousel-inner li img {
  width: 100%;
  height: 100%;
}
.certifications .cert-content .cert-docs #spbf-lunbo .carousel-control {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.certifications .cert-content .cert-docs #spbf-lunbo .carousel-control img {
  width: 0.875rem;
  height: 2.0625rem;
}
.certifications .cert-content .cert-docs #spbf-lunbo .carousel-control.right {
  right: 1.5625rem;
}
.certifications .cert-content .cert-docs #spbf-lunbo .carousel-inner li[n="1"] .spbf-text,
.certifications .cert-content .cert-docs #spbf-lunbo .carousel-inner li[n="1"] .spbf-btn {
  display: block;
}
.certifications .cert-content .cert-badges {
  margin-left: 5.7rem;
  width: 47rem;
  height: 28.95rem;
  padding-top: 7rem;
}
.certifications .cert-content .cert-badges .prise {
  display: flex;
  justify-content: space-between;
}
.certifications .cert-content .cert-badges .prise li img {
  width: 11.8125rem;
  height: 9.5rem;
}
.certifications .cert-content .cert-badges p {
  margin-top: 3.5rem;
  flex-shrink: 0;
  color: #622025;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 1.19rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.13rem;
}
.special-product {
  width: 100%;
  height: 53rem;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../images/cnew_10.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  text-align: right;
}
.special-product .blush {
  padding-top: 4.4rem;
  color: #622025;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.99rem;
  letter-spacing: 0.2rem;
}
.special-product .blush span {
  flex-shrink: 0;
  color: #622025;
  text-align: center;
  font-family: "Montserrat";
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8.31rem;
}
.special-product .row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 2.3rem;
  color: #622025;
  text-align: right;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.33rem;
}
.special-product .row span {
  display: block;
  width: 4.1rem;
  height: 0.13rem;
  background-color: #e6dada;
  margin-right: 2rem;
}
.products {
  height: 38.94rem;
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  background-color: #fff;
}
.products .product-grid {
  display: flex;
  justify-content: center;
  padding-top: 7rem;
  width: 98rem;
  margin: 0 auto;
  position: relative;
}
/* .products .product-grid .swiper-button-lock {
  display: block;
} */
.products .product-grid .swiper {
  width: 100%;
  height: 100%;
}
.products .product-grid .swiper .swiper-slide-active .product-item .product-image {
  /* å·¦ä¸Šè§’ç»„åˆè¾¹æ¡† */
  /* å·¦ä¸Šè§’æ°´å¹³è¾¹æ¡† */
  /* å·¦ä¸Šè§’åž‚ç›´è¾¹æ¡† */
  /* å³ä¸‹è§’ç»„åˆè¾¹æ¡† */
  /* å³ä¸‹è§’æ°´å¹³è¾¹æ¡† */
  /* å³ä¸‹è§’åž‚ç›´è¾¹æ¡† */
}
.products .product-grid .swiper .swiper-slide-active .product-item .product-image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
}
.products .product-grid .swiper .swiper-slide-active .product-item .product-image::before {
  width: 10rem;
  height: 1px;
  background-color: #b04350;
}
.products .product-grid .swiper .swiper-slide-active .product-item .product-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 1px;
  height: 10rem;
  background-color: #b04350;
}
.products .product-grid .swiper .swiper-slide-active .product-item .product-image .corner::before,
.products .product-grid .swiper .swiper-slide-active .product-item .product-image .corner::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  background-color: #b04350;
}
.products .product-grid .swiper .swiper-slide-active .product-item .product-image .corner::before {
  width: 10rem;
  height: 1px;
}
.products .product-grid .swiper .swiper-slide-active .product-item .product-image .corner::after {
  width: 1px;
  height: 10rem;
}
.products .product-grid .swiper .swiper-slide-active .product-item .product-image .plus {
  opacity: 1;
}
.products .product-grid .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.products .product-grid .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .product-grid .swiper-button-prev,
.products .product-grid .swiper-rtl .swiper-button-next {
  left: -5.625rem;
}
.products .product-grid .swiper-button-next,
.products .product-grid .swiper-button-prev {
  top: 60%;
}
.products .product-grid .swiper-button-next,
.products .product-grid .swiper-rtl .swiper-button-prev {
  right: -5.625rem;
}
.products .product-grid .swiper-button-next,
.products .product-grid .swiper-button-prev {
  color: #b04350;
}
.products .product-grid .product-item {
  width: 22.13rem;
  margin-right: 3.8rem;
}
.products .product-grid .product-item:last-child {
  margin-right: 0;
}
.products .product-grid .product-item .product-image {
  width: 22.13rem;
  height: 21.56rem;
  position: relative;
}
.products .product-grid .product-item .product-image .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .product-grid .product-item .product-image .plus-icon {
  width: 1.56rem;
  height: 1.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.products .product-grid .product-item .product-image .plus {
  width: 11.25rem;
  height: 11.25rem;
  position: absolute;
  bottom: 4rem;
  right: -3rem;
  opacity: 0;
  z-index: 9;
}
.products .product-grid .product-item .product-content {
  margin-top: 1rem;
  color: #622025;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.68rem;
}
.Hexagonal-section .flex-row {
  display: flex;
  /* align-items: center; */
}
.Hexagonal-section {
  width: 100%;
  /* height: 64.56rem; */
  max-width: 1920px;
  margin: 0 auto;
  /* background-image: url(../images/cnew_11.png); */
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: relative;
  /* padding-top: 28rem; */
  /* margin-top: -28rem; */
  /* margin-top: -20rem; */
  margin-bottom: 3rem;
}
.Hexagonal-section .img-1 {
  position: absolute;
  bottom: 0;
  right: 8rem;
}
.Hexagonal-section .t-box {
  margin-left: 10rem;
  width: 50rem;
  height: 56rem;
  background-image: url(../images/cnew_26.png);
  padding-left: 3rem;
  background-size: 100% 100%;
}
.Hexagonal-section .product-grid {
  margin-left: 2rem;
  /* margin-top: 3rem; */
  flex: 1;
  flex-shrink: 0;
  z-index: 9;
  flex-wrap: wrap;
  display: flex;
  /* justify-content: center; */
  /* padding-top: 3rem; */
  position: relative;
}
.Hexagonal-section .product-grid .product-item {
  margin-right: 2rem;
  margin-bottom: 2rem;
  width: 22.92rem;
  height: 27rem;
  flex-shrink: 0;
  background: #fff4eecc;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
/* .Hexagonal-section .product-grid .product-item:last-child {
  margin-right: 0;
} */
.Hexagonal-section .product-grid .product-item .product-image {
  width: 18.96rem;
  height: 18.48rem;
  position: relative;
}
.Hexagonal-section .product-grid .product-item .product-image .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.Hexagonal-section .product-grid .product-item .product-image .plus-icon {
  width: 1.56rem;
  height: 1.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.Hexagonal-section .product-grid .product-item .product-content {
  margin-top: 1rem;
  color: #622025;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.68rem;
  height: 5rem;
}
.Hexagonal-section .blush {
  padding-top: 3rem;
  color: #622025;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.99rem;
}
.Hexagonal-section .blush span {
  flex-shrink: 0;
  color: #622025;
  text-align: center;
  font-family: "Montserrat";
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8.31rem;
}
.Hexagonal-section .row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #622025;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.33rem;
  margin-bottom: 2.3rem;
}
.Hexagonal-section .row span {
  display: block;
  width: 4.1rem;
  height: 0.13rem;
  background-color: #cdcdcd;
  margin-left: 2rem;
}
.lip-PLUMPER {
  width: 100%;
  max-width: 1920px;
  height: 52.56rem;
  margin: 0 auto;
  background-image: url(../images/cp4banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  padding: 4rem 10rem;
  display: flex;
}
.lip-PLUMPER .left .blush {
  padding-top: 4.4rem;
  color: #622025;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.99rem;
}
.lip-PLUMPER .left .blush span {
  flex-shrink: 0;
  color: #622025;
  text-align: center;
  font-family: "Montserrat";
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8.31rem;
}
.lip-PLUMPER .left .rows {
  color: #622025;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.99rem;
  margin-bottom: 2.3rem;
}
.lip-PLUMPER .left .row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #622025;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.33rem;
  margin-bottom: 2.3rem;
}
.lip-PLUMPER .left .row span {
  display: block;
  width: 4.1rem;
  height: 0.13rem;
  background-color: #cdcdcd;
  margin-left: 2rem;
}
.lip-PLUMPER .right {
  margin-left: 3rem;
  display: flex;
}
.lip-PLUMPER .right li {
  margin-right: 2.25rem;
  margin-top: 8.9rem;
  width: 23rem;
  height: 36.19rem;
  flex-shrink: 0;
  background: linear-gradient(180deg, #fde9e9 0%, #fec6cc 100%);
  padding: 0.5rem 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.lip-PLUMPER .right li:nth-child(2) {
  margin-top: 0;
}
.lip-PLUMPER .right li:last-child {
  margin-right: 0;
}
.lip-PLUMPER .right li .product-image {
  width: 22.13rem;
  height: 21.56rem;
  position: relative;
}
.lip-PLUMPER .right li .product-image .product-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lip-PLUMPER .right li .product-image .plus-icon {
  width: 1.56rem;
  height: 1.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.lip-PLUMPER .right li .lip-text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  width: 19.44rem;
  color: #622025;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.68rem;
}
.footer {
  width: 100%;
  height: 24rem;
  border-top: 1px solid #d24f57;
}
.footer .con {
  width: 100%;
  max-width: 90rem;
  margin: 0 auto;
}
.footer .foot-top {
  width: 100%;
  height: 18rem;
  background-color: #fff;
}
.footer .foot-top .foot-box {
  padding-top: 4.5rem;
  display: flex;
}
.footer .foot-top .foot-box .box-l {
  width: 45%;
}
.footer .foot-top .foot-box .box-l .title {
  color: #ff6868;
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.footer .foot-top .foot-box .box-l .content {
  color: #676767;
  font-family: "Noto Sans";
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16rem;
  margin: 2rem 0 3rem 0;
}
.footer .foot-top .foot-box .box-l .social-icons {
  display: flex;
}
.footer .foot-top .foot-box .box-l .social-icons li {
  margin-right: 2rem;
}
.footer .foot-top .foot-box .box-l .social-icons li img {
  width: 1rem;
  height: 1rem;
}
.footer .foot-top .foot-box .box-r {
  width: 55%;
  display: flex;
}
.footer .foot-top .foot-box .box-r .title-zy {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
  color: #622025;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5rem;
  text-transform: uppercase;
}
.footer .foot-top .foot-box .box-r .title-zy span {
  display: block;
  width: 0.67rem;
  height: 0.2rem;
  background-color: #fb4a3e;
  margin-right: 0.5rem;
}
.footer .foot-top .foot-box .box-r .link {
  margin-right: 5rem;
}
.footer .foot-top .foot-box .box-r .link li {
  color: #676767;
  font-family: "Noto Sans";
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16rem;
  margin-bottom: 0.4rem;
  width: 8rem;
}
.footer .foot-top .foot-box .box-r .address li {
  color: #676767;
  font-family: "Noto Sans";
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16rem;
  margin-bottom: 0.4rem;
}
.footer .foot-bottom {
  width: 100%;
  height: 6rem;
  background-color: #fafafa;
}
.footer .foot-bottom .foot-box {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer .foot-bottom .foot-box .copyright {
  color: #676767;
  text-align: right;
  font-family: "Noto Sans";
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16rem;
}
.footer .foot-bottom .foot-box .logox {
  text-align: center;
  font-family: "NewYork";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2.5rem;
  background: linear-gradient(180deg, #676767 0%, #ff6868 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.back-top {
  position: fixed;
  right: 0;
  top: 76%;
  width: 4.875rem;
  height: 5.875rem;
  z-index: 999;
}
.back-top img {
  cursor: pointer;
  width: 100%;
  height: 100%;
}
.plus-icon {
  transform: all 0.3s ease-in-out;
}
.plus-icon:hover {
  transform: scale(1.3);
}
.more-btn {
  transform: all 0.3s ease-in-out;
  display: flex;
  border: 0.06rem solid transparent;
  box-shadow: 0 1.06rem 1.6rem 0 #7f72fd40;
  cursor: pointer;
  color: #fff;
  font-family: "Montserrat";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.66rem;
  width: 14.38rem;
  height: 3.75rem;
  padding: 0.63rem;
  justify-content: center;
  align-items: center;
  gap: 0.63rem;
  flex-shrink: 0;
  border-radius: 3.75rem;
  border: 0.06rem solid #fff;
  background: #eb6c75;
}
.more-btn img {
  width: 14px;
  height: 14px;
}
.more-btn:hover {
  transform: scale(1.1);
}
/* .f3d543 {
  background-image: linear-gradient(to right, #f3d5d2, #f3d5d2), linear-gradient(to right, #6e92ff, #fb4a3e) !important;
}*/
.f9e9ea {
  background-color: #e6af9d;
}
.oemban {
  width: 100%;
  height: 37.5rem;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.oemban .containeroem {
  width: 91rem;
  margin: 0 auto;
  height: 37.5rem;
  max-width: 91rem;
  position: relative;
}
.oemban .title {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.oemban .title .odm {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.33rem;
  text-transform: uppercase;
}
.oemban .title .and {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.33rem;
  text-transform: uppercase;
  margin: 0 0.5rem;
}
.oemban .title .oem {
  color: #ffd3d3;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.33rem;
  text-transform: uppercase;
}
.oem-section {
  width: 100%;
  height: auto;
  background-image: url(../images/bg.png);
  background-size: cover;
}
.oem-section .pic {
  margin: 4rem 0;
  width: 100%;
  padding: 1.5rem 3rem;
  border-radius: 1.88rem;
  border: 0.06rem solid #fff;
  background: #fff;
  box-shadow: 0 0.25rem 4.92rem 0 #e8e8e8;
}
.oem-section .pic .pic-top {
  width: 100%;
  display: flex;
}
.oem-section .pic .pic-top .left {
  width: 33rem;
}
.oem-section .pic .pic-top .left .img {
  width: 3.5625rem;
  height: 4rem;
  margin-right: 0.3rem;
  vertical-align: sub;
}
.oem-section .pic .pic-top .left .odm {
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 4.99rem;
  text-transform: uppercase;
  background: linear-gradient(90deg, #5f4eff 35.7%, #622025 62.64%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.oem-section .pic .pic-top .right {
  flex: 1;
  color: #622025;
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.01rem;
  text-align: justify;
}
.oem-section .pic .zy {
  margin-top: 3rem;
  width: 100%;
  height: auto;
}
.comban {
  width: 100%;
  height: 37.5rem;
  background-image: url(../images/com_13.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.comban .containeroem {
  width: 91rem;
  margin: 0 auto;
  height: 37.5rem;
  max-width: 91rem;
  position: relative;
}
.comban .title {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.comban .title .odm {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.33rem;
  text-transform: uppercase;
}
.comban .title .odm .ee {
  color: #ffd3d3;
  font-weight: 400;
}
.advantage {
  width: 100%;
  height: 52rem;
  max-width: 120rem;
  margin: 0 auto;
  background-image: url(../images/com_14.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.advantage .ad-box {
  width: 100%;
  height: 100%;
  display: flex;
  padding: 4rem 0;
}
.advantage .ad-box .box-l {
  flex: 1;
}
.advantage .ad-box .box-l .title {
  color: #055096;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.69rem;
  text-transform: uppercase;
}
.advantage .ad-box .box-l ul {
  display: flex;
  margin-top: 7rem;
  flex-wrap: wrap;
}
.advantage .ad-box .box-l ul li {
  width: 10.63rem;
  height: 11.25rem;
  flex-shrink: 0;
  border: 0.13rem solid #b0e7fa;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: 1.75rem;
  margin-bottom: 1.75rem;
}
.advantage .ad-box .box-l ul li .num {
  padding-top: 2.13rem;
  width: 8.88rem;
  color: #055096;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 2.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.advantage .ad-box .box-l ul li .num em {
  color: #055096;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.25rem;
  font-style: normal;
  line-height: normal;
}
.advantage .ad-box .box-l ul li .content {
  margin-top: 1rem;
  width: 9.56rem;
  color: #055096;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1rem;
  font-style: normal;
  font-weight: 200;
  line-height: normal;
}
.advantage .ad-box .box-r {
  width: 40rem;
  padding-top: 5rem;
}
.adone {
  width: 100%;
  height: auto;
  background-color: #eef3f7;
  max-width: 120rem;
  margin: 0 auto;
  padding-bottom: 7rem;
}
.adone .ad-box {
  width: 100%;
  height: 100%;
  display: flex;
  padding-top: 6.4rem;
  justify-content: space-between;
}
.adone .ad-box .box-l {
  width: 40rem;
  height: 32rem;
}
.adone .ad-box .box-l img {
  width: 100%;
  height: 100%;
}
.adone .ad-box .box-r {
  flex: 1;
  margin-left: 4rem;
}
.adone .ad-box .box-r .title {
  width: 100%;
  border-bottom: 5px solid #79a0c7;
  display: flex;
  color: #055096;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.69rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.4rem;
}
.adone .ad-box .box-r .title::after {
  content: "";
  display: block;
  width: 30%;
  height: 5px;
  background-color: #ec0909;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.adone .ad-box .box-r .title .title1 {
  margin-left: 1rem;
}
.adone .ad-box .box-r .content-list {
  padding-top: 1.25rem;
}
.adone .ad-box .box-r .content-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}
.adone .ad-box .box-r .content-list li .icon {
  width: 0.85rem;
  height: 0.85rem;
  transform: rotate(45deg);
  flex-shrink: 0;
  background: #055096;
  margin-right: 2.1rem;
}
.adone .ad-box .box-r .content-list li .content {
  color: #676767;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.01rem;
}
.adtwo {
  width: 100%;
  height: 52rem;
  background-color: #f2f5fa;
  max-width: 120rem;
  margin: 0 auto;
}
.adtwo .ad-box {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
}
.adtwo .ad-box .box-r {
  width: 50%;
  height: 36rem;
}
.adtwo .ad-box .box-r img {
  padding: 14rem 3rem;
}
.adtwo .ad-box .box-l {
  width: 50%;
  background-color: #fff;
  height: auto;
  padding-left: 14rem;
  padding-top: 5rem;
  padding-right: 2rem;
}
.adtwo .ad-box .box-l .title {
  width: 100%;
  border-bottom: 5px solid #79a0c7;
  display: flex;
  color: #055096;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.69rem;
  text-transform: uppercase;
  position: relative;
  padding-bottom: 0.4rem;
}
.adtwo .ad-box .box-l .title::after {
  content: "";
  display: block;
  width: 30%;
  height: 5px;
  background-color: #ec0909;
  position: absolute;
  bottom: -5px;
  left: 0;
}
.adtwo .ad-box .box-l .title .title1 {
  margin-left: 1rem;
}
.adtwo .ad-box .box-l .content-list {
  padding-top: 1.25rem;
}
.adtwo .ad-box .box-l .content-list li {
  display: flex;
  align-items: center;
  margin-bottom: 1.4rem;
}
.adtwo .ad-box .box-l .content-list li .icon {
  width: 0.85rem;
  height: 0.85rem;
  transform: rotate(45deg);
  flex-shrink: 0;
  background: #055096;
  margin-right: 2.1rem;
}
.adtwo .ad-box .box-l .content-list li .content {
  color: #676767;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.01rem;
}
.adthree {
  width: 100%;
  height: 57rem;
  max-width: 120rem;
  margin: 0 auto;
  background-image: url(../images/com_15.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.adthree .title {
  padding-top: 5.75rem;
  color: #055096;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.69rem;
  text-transform: uppercase;
}
.adthree .ad-box {
  display: flex;
}
.adthree .ad-box .list-box {
  width: 49.94rem;
  margin-top: 3.6rem;
}
.adthree .ad-box .list-box li {
  cursor: pointer;
  padding: 2rem 1rem;
  width: 100%;
  height: 10.06rem;
  flex-shrink: 0;
  border: 0.06rem solid #fff;
  background: #f5f7ff;
  color: #bcd3e9;
  font-family: "Noto Sans";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3rem;
  margin-bottom: 1.5rem;
}
.adthree .ad-box .list-box li.active {
  background-color: #055096;
  color: #bcd3e9;
}
.adthree .ad-box .imgbox {
  width: 40.69rem;
  height: 25.88rem;
  position: relative;
}
.adthree .ad-box .imgbox img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 115px;
  left: 160px;
}
.process {
  width: 100%;
  height: 75rem;
  max-width: 120rem;
  margin: 0 auto;
  background-image: url(../images/com_16.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.process .rem909 {
  width: 93.125rem;
  margin: 0 auto;
  min-width: 94rem;
}
.process .title {
  padding-top: 5.75rem;
  color: #055096;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 500;
  line-height: 4.69rem;
  text-transform: uppercase;
}
.process .step {
  width: 100%;
  margin-top: 3.8rem;
}
.process .step .stepBg-1 {
  margin-top: 3.2rem;
  width: 100%;
  background-image: url(../images/step1.png);
  height: 5.3rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.process .step .stepBg-1 li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 24.4%;
  color: #bcd3e9;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.88rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.25rem;
}
.process .step .stepBg {
  width: 100%;
  background-image: url(../images/step1.png);
  height: 5.3rem;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  display: flex;
}
.process .step .stepBg li {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25%;
  color: #bcd3e9;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.88rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.25rem;
}
.process .step .stepList {
  display: flex;
  width: 100%;
  margin-top: 0.3rem;
}
.process .step .stepList li {
  width: 24.5%;
  height: 17.6rem;
}
.process .step .stepList li img {
  width: 100%;
  height: 100%;
}
.process .step .stepList-1 {
  display: flex;
  width: 100%;
  margin-top: 0.3rem;
  /* justify-content: end; */
}
.process .step .stepList-1 li {
  width: 24.5%;
  height: 17.6rem;
}
.process .step .stepList-1 li:nth-last-child(1) {
  width: 25.3%;
}
.process .step .stepList-1 li img {
  width: 100%;
  height: 100%;
}
.common-banner {
  width: 100%;
  height: 38.5rem;
  margin: 0 auto;
  background-image: url(../images/bgs.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.common-banner .rem90con {
  width: 90rem;
  margin: 0 auto;
  position: relative;
  height: 38.5rem;
}
.common-banner .title {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.common-banner .title .odm {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.33rem;
  text-transform: uppercase;
}
.common-banner .title .odm .ee {
  color: #ffd3d3;
  font-weight: 400;
  margin: 0 0.9375rem;
}
.gloss {
  background-image: url(../images/img_cp1banner.png);
}
.stick {
  background-image: url(../images/img_cp2banner.png);
}
.lipgloss {
  background-image: url(../images/img_cp3banner.png);
}
.blushgloss {
  background-image: url(../images/img_cp4banner.png);
}
.common-postion {
  color: #fb4a3e;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 700;
  line-height: 6.71rem;
  margin: 4.3rem 0;
}
.dropdown-container {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 1.25rem 0;
  border-bottom: 1px solid #e5e7eb;
  border-top: 1px solid #e5e7eb;
  /* ä¸‹æ‹‰æŒ‰é’®æ ·å¼ */
  /* ä¸‹æ‹‰èœå•æ ·å¼ */
  /* åŠ¨ç”»æ•ˆæžœ */
}
.dropdown-container .number {
  color: #898283;
  font-family: "Noto Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.5rem;
}
.dropdown-container .number .count {
  color: #fb4a3e;
  font-family: "Noto Sans";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 700;
}
.dropdown-container .dropdown-button {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 17.94rem;
  padding: 0.75rem 1rem;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  cursor: pointer;
  box-sizing: border-box;
}
.dropdown-container .dropdown-button:hover {
  border-color: #d1d5db;
}
.dropdown-container .icon-left {
  margin-right: 0.75rem;
  color: #6b7280;
}
.dropdown-container .text-content {
  flex: 1;
  text-align: left;
}
.dropdown-container .main-text {
  font-weight: 500;
  color: #898283;
  margin-right: 0.375rem;
}
.dropdown-container .count-text {
  color: #898283;
  font-size: 1.25rem;
}
.dropdown-container .arrow-icon {
  margin-left: 0.75rem;
  color: #6b7280;
  transition: transform 0.2s ease;
}
.dropdown-container .dropdown-menu {
  width: 17.94rem;
  position: absolute;
  left: 0;
  right: 0;
  top: 4.5625rem;
  margin-top: 0.5rem;
  background-color: white;
  border: 1px solid #e5e7eb;
  border-radius: 6px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
  padding: 8px 0;
  z-index: 100;
  display: none;
}
.dropdown-container .dropdown-menu.visible {
  display: block;
  animation: fadeIn 0.2s ease;
}
.dropdown-container .dropdown-item {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  color: #898283;
  text-decoration: none;
  transition: background-color 0.15s ease;
}
.dropdown-container .dropdown-item:hover {
  background-color: #f3f4f6;
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(5px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.dropdown-container .rotate {
  transform: rotate(180deg);
}
.common-list {
  padding-top: 1.625rem;
}
.common-list .product-grid {
  width: 100%;
  display: flex;
  margin-bottom: 2.5rem;
  flex-wrap: wrap;
}
.common-list .product-card {
  margin: 0 1.1875rem 5rem 0;
  width: 28.78rem;
  text-align: center;
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
  transition: transform 0.3s ease;
  border-bottom: 1px solid #e5e7eb;
}
.common-list .product-card:hover {
  transform: translateY(-5px);
}
.common-list .product-image {
  width: 28.78rem;
  height: 27.97rem;
  margin-bottom: 20px;
  position: relative;
}
.common-list .product-image img {
  width: 100%;
  height: 100%;
}
.common-list .color-options {
  display: flex;
  margin: 15px 0;
}
.common-list .color-dot {
  width: 1.94rem;
  height: 1.94rem;
  margin-right: 10px;
  border-radius: 50%;
  cursor: pointer;
  transition: transform 0.2s ease;
}
.common-list .color-dot:hover {
  transform: scale(1.2);
}
.common-list .product-name {
  color: #676767;
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.01rem;
  letter-spacing: 1px;
  text-align: left;
  margin: 2rem 0;
}
.common-list .load-more-container {
  display: flex;
  justify-content: center;
  margin: 2.5rem auto;
}
.common-list .load-more-btn {
  display: flex;
  width: 18.13rem;
  height: 3.75rem;
  padding: 0.63rem;
  justify-content: center;
  align-items: center;
  gap: 0.63rem;
  flex-shrink: 0;
  border-radius: 3.75rem;
  border: 0.06rem solid #6e92ff;
  box-shadow: 0 1.06rem 1.6rem 0 #7f72fd40;
  background-color: #ffffff;
  color: #6e92ff;
}
.common-list .load-more-btn:hover {
  background-color: #f9f9f9;
  color: #6e92ff;
  scale: 1.1;
  transition: all 0.1s ease;
}
.common-list .load-more-btn.loading {
  opacity: 0.7;
  cursor: not-allowed;
}
.common-list .message {
  color: #676767;
  font-family: "Noto Sans";
  font-size: 0.88rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.16rem;
  text-align: center;
}
.common-list .loading-spinner {
  display: inline-block;
  width: 1.25rem;
  height: 1.25rem;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  border-top-color: #333;
  animation: spin 1s ease-in-out infinite;
  margin-right: 10px;
  vertical-align: middle;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.content-banner {
  width: 100%;
  height: 10.65rem;
  flex-shrink: 0;
  background: linear-gradient(180deg, #fff 53.71%, #fff8f8 100%);
}
.content .details-con {
  width: 90rem;
  margin: 0 auto;
}
.content .details-con .top-goods {
  margin-top: 6.3rem;
  display: flex;
  width: 100%;
  justify-content: center;
  height: 38rem;
}
.content .details-con .top-goods .goods-swiper {
  width: 50%;
  justify-content: end;
  display: grid;
  position: relative;
}
.content .details-con .top-goods .goods-swiper .swiper {
  width: 100%;
  height: 38rem;
}
.content .details-con .top-goods .goods-swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.content .details-con .top-goods .goods-swiper .swiper-vertical > .swiper-pagination-bullets {
  left: 3.5rem;
}
.content .details-con .top-goods .goods-swiper .swiper-pagination-bullet-active {
  background: #000;
}
.content .details-con .top-goods .goods-swiper .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
}
.content
  .details-con
  .top-goods
  .goods-swiper
  .swiper-pagination-vertical.swiper-pagination-bullets
  .swiper-pagination-bullet,
.content .details-con .top-goods .goods-swiper .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.9375rem 0;
}
.content .details-con .top-goods .goods-swiper .swiper-slide {
  width: 37rem;
  height: 37rem;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.content .details-con .top-goods .goods-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.content .details-con .top-goods .goods-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 3%;
}
.content .details-con .top-goods .goods-info .info-top .info-title {
  color: #000000;
  font-family: "Montserrat";
  font-size: 2rem;
  font-style: normal;
  font-weight: 600;
  line-height: 3.58rem;
}
.content .details-con .top-goods .goods-info .info-top .info-desc {
  width: 42.31rem;
  color: #676767;
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.01rem;
  text-align: justify;
}
.content .details-con .top-goods .goods-info .info-bottom .inf-title {
  color: #000000;
  text-align: justify;
  font-family: "Montserrat";
  font-size: 1.63rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.91rem;
}
.content .details-con .top-goods .goods-info .info-bottom .inf-title .price {
  color: #622025;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 1.63rem;
  font-style: normal;
  font-weight: 700;
  line-height: 2.91rem;
}
.content .details-con .top-goods .goods-info .info-bottom .desc-ul {
  /* display: flex; */
  flex-wrap: wrap;
  margin-top: 1.875rem;
}
.content .details-con .top-goods .goods-info .info-bottom .desc-ul li {
  display: flex;
  width: 100%;
  margin-right: 1.25rem;
  margin-bottom: 1.25rem;
}
.content .details-con .top-goods .goods-info .info-bottom .desc-ul li .desc-title {
  color: #000000;
  text-align: justify;
  font-family: "Montserrat";
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 600;
  line-height: 2.24rem;
  height: 2.24rem;
  background-color: #f5f5f5;
  width: 10rem;
  padding: 0 0.25rem;
}
.content .details-con .top-goods .goods-info .info-bottom .desc-ul li .desc-content {
  color: #676767;
  /* text-align: justify; */
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.24rem;
  /* height: 2.24rem; */
  margin-left: 1rem;
}
.content .details-con .details-img {
  width: 100%;
  margin: 4.375rem 0;
  height: 3.125rem;
  background-image: url(../images/deyials.png);
}
.content .details-con .details {
  max-width: 100%;
  text-align: center;
}
.content .details-con .details img {
  width: 80%;
  height: auto;
}
/* Modal Overlay */
.modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
  justify-content: center;
  align-items: center;
  z-index: 1000;
}
/* Modal Container */
.modal-container {
  width: 1314px;
  background-color: #fff;
  overflow: hidden;
  border-radius: 10px;
}
/* Top Section */
.modal-top {
  border-bottom: 1px solid #c6c6c6;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100px;
  padding: 0 20px;
}
.modal-title {
  color: #000000;
  font-family: "Noto Sans";
  font-size: 40px;
  font-style: normal;
  font-weight: 600;
  line-height: 100px;
}
.close-modal {
  background: none;
  border: none;
  font-size: 40px;
  cursor: pointer;
  color: #6c757d;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.close-modal:hover {
  color: #dc3545;
}
/* Middle Section */
.modal-middle {
  padding: 30px;
  height: 540px;
  display: flex;
  justify-content: space-between;
}
.modal-middle .goods-swiper {
  width: 48%;
  justify-content: end;
  display: grid;
  position: relative;
}
.modal-middle .goods-swiper .swiper {
  width: 100%;
  height: 480px;
}
.modal-middle .goods-swiper .swiper-pagination-vertical.swiper-pagination-bullets,
.modal-middle .goods-swiper .swiper-vertical > .swiper-pagination-bullets {
  left: 3.5rem;
}
.modal-middle .goods-swiper .swiper-pagination-bullet-active {
  background: #000;
}
.modal-middle .goods-swiper .swiper-pagination-bullet {
  width: 0.8125rem;
  height: 0.8125rem;
}
.modal-middle .goods-swiper .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.modal-middle .goods-swiper .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0.9375rem 0;
}
.modal-middle .goods-swiper .swiper-slide {
  width: 480px;
  height: 480px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal-middle .goods-swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.modal-middle .goods-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 3%;
}
.modal-middle .goods-info .info-list li {
  margin-bottom: 30px;
}
.modal-middle .goods-info .info-list li .title {
  color: #000000;
  font-family: "Montserrat";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 35.8px;
}
.modal-middle .goods-info .info-list li .content {
  color: #676767;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 32.22px;
}
.modal-middle .goods-info .info-top .info-title {
  color: #000000;
  font-family: "Montserrat";
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 57.28px;
}
.modal-middle .goods-info .info-top .info-desc {
  color: #676767;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 1.13rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.01rem;
}
.content-section {
  margin-bottom: 25px;
}
.content-section:last-child {
  margin-bottom: 0;
}
.section-title {
  font-size: 16px;
  margin-bottom: 15px;
  color: #2d3436;
  font-weight: 600;
}
/* Bottom Section */
.modal-bottom {
  padding: 0 30px;
  border-top: 1px solid #c6c6c6;
  display: flex;
  height: 80px;
  justify-content: flex-end;
}
.modal-bottom .modal-more {
  color: #000000;
  font-family: "Noto Sans";
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 80px;
}
/* Animation */
.modal-overlay {
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s,
    visibility 0.3s;
}
.modal-overlay.active {
  opacity: 1;
  visibility: visible;
  display: flex;
}
.modal-container {
  transform: translateY(-20px);
  transition: transform 0.3s;
  width: 82.13rem;
  flex-shrink: 0;
  background: #fff;
}
.modal-overlay.active .modal-container {
  transform: translateY(0);
}
/* ç¦æ­¢é¡µé¢æ»šåŠ¨çš„ç±» */
.no-scroll {
  overflow: hidden;
  height: 100vh;
  /* é˜²æ­¢é¡µé¢è·³åŠ¨ */
}
.special-product1 {
  width: 100%;
  height: 53rem;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../images/cnew_9.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  /* text-align: right; */
}
.special-product1 .blush {
  padding-top: 4.4rem;
  color: #622025;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.99rem;
  letter-spacing: 0.2rem;
}
.special-product1 .blush span {
  flex-shrink: 0;
  color: #622025;
  text-align: center;
  font-family: "Montserrat";
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8.31rem;
}
.special-product1 .row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  margin-bottom: 2.3rem;
  color: #622025;
  text-align: right;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 3.33rem;
}
.special-product1 .row span {
  display: block;
  width: 4.1rem;
  height: 0.13rem;
  background-color: #e6dada;
  margin-left: 2rem;
}
/* Responsive Styles */
@media (max-width: 992px) {
  .hero-content {
    gap: 40px;
  }
  .hero-text h1 {
    font-size: 2.8rem;
  }
  .section-title h2 {
    font-size: 2.2rem;
  }
}
@media (max-width: 768px) {
  .hero-content {
    flex-direction: column;
    text-align: center;
  }
  .hero-text h1 {
    font-size: 2.5rem;
  }
  .about-content,
  .cert-content,
  .special-product-content {
    flex-direction: column;
  }
  .cert-badges {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .hero-text h1 {
    font-size: 2rem;
  }
  .section-title h2 {
    font-size: 1.8rem;
  }
  .cert-badges {
    grid-template-columns: 1fr;
  }
  .product-grid {
    grid-template-columns: 1fr;
  }
}
.contactban {
  width: 100%;
  height: 37.5rem;
  background:
    linear-gradient(180deg, #dbced700 73.75%, #898283 100%) no-repeat,
    url(../images/cat1.png) no-repeat;
  background-size:
    100% 100%,
    100% 100%;
}
.contactban .containeroem {
  width: 91rem;
  margin: 0 auto;
  height: 37.5rem;
  max-width: 91rem;
  position: relative;
}
.contactban .title {
  position: absolute;
  bottom: 10%;
  width: 100%;
}
.contactban .title .odm {
  color: #ffffff;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 3.33rem;
  text-transform: uppercase;
}
.cat-section {
  width: 100%;
  height: auto;
  background-image: url(../images/cat2.png);
  background-size: cover;
  height: 54rem;
  margin: 0 auto;
}
.cat-section .title {
  color: #055096;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 300;
  line-height: 4.69rem;
  text-transform: uppercase;
  text-align: center;
  padding: 3.75rem 0 3rem 0;
}
.cat-section .box1 {
  width: 91.51rem;
  height: 25.69rem;
  flex-shrink: 0;
  border-radius: 0.63rem;
  border: 0.06rem solid #fff;
  background: #fff;
  box-shadow: 0 0.25rem 4.92rem 0 #e8e8e8;
  display: flex;
  justify-content: center;
  align-items: center;
}
.cat-section .box1 .left {
  width: 45rem;
  padding-left: 3.5rem;
}
.cat-section .box1 .left li {
  width: 100%;
  height: 2.8rem;
  flex-shrink: 0;
  margin-bottom: 3.7rem;
}
.cat-section .box1 .left li .gg {
  border-right: 1px dashed #333;
  margin: 0 3.5rem;
}
.cat-section .box1 .left li .fax {
  color: #055096;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.8rem;
}
.cat-section .box2 {
  margin-top: 3rem;
  width: 91.51rem;
  height: 8.43rem;
  flex-shrink: 0;
  border-radius: 0.63rem;
  border: 0.06rem solid #fff;
  background: #fff;
  box-shadow: 0 0.25rem 4.92rem 0 #e8e8e8;
  padding-left: 4.5rem;
  padding-top: 2.8rem;
}
.cat-section .box2 .gg {
  border-right: 1px dashed #333;
  margin: 0 3.5rem;
}
.cat-section .box2 .fax {
  color: #055096;
  text-align: justify;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.8rem;
}
.lip {
  width: 100%;
  height: 64rem;
  max-width: 1920px;
  margin: 0 auto;
  background-image: url(../images/cnew_35.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.lip .lipM {
  width: 100%;
  margin-top: 5rem;
  position: relative;
}
.lip .lipM .swiper-horizontal > .swiper-pagination-bullets,
.lip .lipM .swiper-pagination-bullets.swiper-pagination-horizontal,
.lip .lipM .swiper-pagination-custom,
.lip .lipM .swiper-pagination-fraction {
  top: 32rem;
}
.lip .lipM .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.lip .lipM .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 20px;
}
.lip .lipM .swiper-pagination-bullet {
  width: 16px;
  height: 16px;
}
.lip .lipM .swiper-pagination-bullet-active {
  background: #e6af9d;
}
.lip .lipM .swiper {
  width: 100%;
  height: 100%;
}
.lip .lipM .swiper .swiper-slide-active .product-item .product-image .plus {
  opacity: 1;
}
.lip .lipM .swiper-slide {
  text-align: center;
  font-size: 18px;
  /* background: #fff; */
  display: flex;
  justify-content: center;
  align-items: center;
}
.lip .lipM .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.lip .lipM .swiper-button-prev,
.lip .lipM .swiper-rtl .swiper-button-next {
  left: -5.625rem;
}
.lip .lipM .swiper-button-next,
.lip .lipM .swiper-button-prev {
  top: 60%;
}
.lip .lipM .swiper-button-next,
.lip .lipM .swiper-rtl .swiper-button-prev {
  right: -5.625rem;
}
.lip .lipM .swiper-button-next,
.lip .lipM .swiper-button-prev {
  color: #b04350;
}
.lip .lipM .product-item {
  width: 22.13rem;
  margin-right: 3.8rem;
}
.lip .lipM .product-item:last-child {
  margin-right: 0;
}
.lip .lipM .product-item .product-image {
  width: 22.13rem;
  height: 21.56rem;
  position: relative;
}
.lip .lipM .product-item .product-image .product-img {
  /* width: 99%; */
  /* height: 99%; */
  /* object-fit: cover; */
}
.lip .lipM .product-item .product-image .plus-icon {
  width: 1.56rem;
  height: 1.5rem;
  position: absolute;
  bottom: 1rem;
  right: 1rem;
}
.lip .lipM .product-item .product-image .plus {
  width: 11.25rem;
  height: 11.25rem;
  position: absolute;
  bottom: 4rem;
  right: -3rem;
  opacity: 0;
  z-index: 9;
}
.lip .lipM .product-item .product-content {
  padding: 1rem 0;
  color: #622025;
  text-align: center;
  font-family: "Noto Sans";
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 300;
  line-height: 2.68rem;
  background-color: #fffefc;
  height: 7rem;
}
.lip .lip-box {
  padding: 3.9rem 0;
}
.lip .lip-box .lip-r {
  width: 100%;
  margin-top: -20px;
}
.lip .lip-box .lip-r .blush {
  padding-top: 1.4rem;
  color: #622025;
  font-family: "Montserrat";
  font-size: 3.75rem;
  font-style: normal;
  font-weight: 400;
  line-height: 4.99rem;
}
.lip .lip-box .lip-r .blush span {
  flex-shrink: 0;
  color: #622025;
  text-align: center;
  font-family: "Montserrat";
  font-size: 6.25rem;
  font-style: normal;
  font-weight: 400;
  line-height: 8.31rem;
}
.lip .lip-box .lip-r .row {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  color: #622025;
  font-family: "Montserrat";
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 3.33rem;
  margin-bottom: 2.3rem;
}
.lip .lip-box .lip-r .row span {
  display: block;
  width: 4.1rem;
  height: 0.13rem;
  background-color: #cdcdcd;
  margin-left: 2rem;
}
.lip .lip-box .lip-r .img-1 {
  margin-top: 7rem;
}
