.aestheticsInfo-banner {
  position: relative;
  width: 100%;
  height: 100vh;
}
.aestheticsInfo-banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.banner-text {
  position: absolute;
  bottom: 5rem;
  left: 50%;
  transform: translateX(-50%);
  width: fit-content;
}
.banner-text p {
  color: #fff;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  line-height: 50px;
  letter-spacing: 10px;
}
.banner-text p:first-of-type {

  margin: 0px auto;
}
.banner-text p:last-of-type {
  font-size: 13px;
  line-height: 25px;
  margin-top: 30px;
  letter-spacing: 3px;
}

.c-main,
.a-main {
  padding: 20px;
  display: flex;
  align-items: center;
}
.c-main-right,
.a-main-left {
  width: 40%;
}
.c-main-right img,
.a-main-left img {
  width: 100%;
  object-fit: contain;
}
.c-main-left,
.a-main-right {
  max-width: 60%;
  width: fit-content;
  margin: 0px auto;
}

.item-1 {
  font-size: 1rem;
  margin-bottom: 18px;
  color: #555;
}

.item-2 {
  margin-bottom: 10px;
  line-height: 25px;
}
.item-3 {
  color: #555;
  font-size: 1rem;
}
.item-4 {
  font-size: 1rem;
  color: #555;
  line-height: 25px;
  display: flex;
}
.product-list {
  margin-right: 25px;
  text-decoration: underline;
  position: relative;
  width: fit-content;
  height: fit-content;
  flex: 0 0 auto;
}
.product-list::after {
  content: "";
  position: absolute;
  right: -15px;
  top: 50%;
  transform: translateY(-50%) rotate(270deg);
  width: 14px;
  height: 14px;
  background: url(../images/below-arrow.png) no-repeat center center;
  background-size: contain;
  transition: 0.3s;
}
.product-list.zk::after {
  transform: translateY(-50%) rotate(359deg);
}
.item-4-container {
  position: relative;
  height: 20px;
  width: 100%;
  flex: 1 1 auto;
}

.item-4-content a:hover {
  text-decoration: underline;
}
.item-4-content {
  transition: 0.3s;
  position: absolute;
  top: 0px;
  left: 0px;
  height: 20px;
  overflow: hidden;
  max-width: 100%;
  /*文本不换行*/
  white-space: nowrap;
  /*超出范围隐藏*/
  overflow: hidden;
  /*文字超出用省略号*/
  text-overflow: ellipsis;
}
.item-4-content > div:first-child {
  max-height: 120px;
  overflow-y: auto;
  width: fit-content;
}
.xjt {
  width: 15px;
  height: 15px;
  background: url("../images/below-arrow.png") no-repeat center center;
  background-size: contain;
  position: absolute;
  bottom: 0px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
}

.item-4-content > div::-webkit-scrollbar {
  display: none;
}
.item-4-content div a {
  line-height: 25px;
  font-size: 1rem;
  white-space: nowrap;
  width: fit-content;
}
.bottom-button {
  margin-top: 15px;
  display: flex;
  align-items: center;
}
.bottom-like {
  position: static !important;
  margin-right: 15px;
}

.swiper-container .swiper-slide > img {
  width: 100%;
  object-fit: contain;
}

.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev,
.swiper-button-next {
  height: 150px;
  width: 50px;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 0px;
}
.swiper-button-prev img,
.swiper-button-next img {
  height: 100%;
}

.d-main {
  width: 100%;
  height: fit-content;
  overflow: hidden;
}
.swiper-container1 {
  position: relative;
  height: fit-content;
}
.swiper-container1 .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
  justify-content: space-around;
}
.item-left {
  width: 60%;
}
.item-left img {
  width: 100%;
  object-fit: contain;
  max-height: 550px;
}
.item-right {
  width: 40%;
  position: relative;
  max-width: 500px;
}
.button {
  margin-top: 30px;
}
.button.hide {
  opacity: 0;
}
.button a {
  width: 58%;
  min-width: 180px;
  height: 35px;
  text-align: center;
  font-size: 1rem;
  line-height: 35px;
}
.button a:first-child {
  background: #000;
  color: #fff;
  margin-bottom: 10px;
}
.button a:last-child {
  background: transparent;
  color: #000;
  border: 1px solid #000;
}
.fx {
  position: absolute;
  bottom: 0px;
  right: 0.8rem;
  text-decoration: underline;
}
.swiper-container1 .swiper-pagination {
  width: fit-content !important;
  bottom: 2rem !important;
  left: 30% !important;
  transform: translateX(-50%) !important;
  right: unset !important;
}
.swiper-pagination-bullet {
  margin: 0px 8px !important;
}

.e-main {
  padding: 30px 0px;
}

.fdimg {
  position: fixed;
  top: 0px;
  bottom: 0px;
  left: 0px;
  display: none;
  right: 0px;
  z-index: 1000;
  transition: 0.5s;
  background: rgba(0, 0, 0, 0.4);
}
.fdimg > div {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 90%;
  height: fit-content;
  font-size: 0px;
  transition: 0.5s;
  transform-origin: center;
}
.fdimg > div > img {
  width: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1100px) {
  .swiper-button-prev,
  .swiper-button-next {
    height: 80px;
    width: 30px;
  }
}
@media screen and (max-width: 750px) {
  .a-main,
  .c-main {
    display: block;
  }
  .c-main-right,
  .a-main-left {
    width: 100%;
  }
  .item-left img {
    max-height: 180px;
  }
  .c-main-left,
  .a-main-right {
    max-width: 100%;
    margin: 30px auto;
  }
  .swiper-button-prev,
  .swiper-button-next {
    width: 20px;
    height: 50px;
  }
  .swiper-container1 .swiper-slide {
    display: block;
    padding: 20px 20px 40px;
  }
  .item-left {
    width: 100%;
  }
  .item-right {
    width: 100%;
    max-width: 100%;
  }
  .swiper-container1 .swiper-pagination {
    left: 50% !important;
    transform: translateX(-50%) !important;
    bottom: 10px !important;
  }
}
