.bathroom-page {
  overflow: hidden;
  color: #646464;
}

.bathroom-page .setDetails {
  padding: 0;
}

.bathroom-page .inBanner .swiper-slide img,
.bathroom-page .section2 .swiper-slide img,
.bathroom-page .section4 > img {
  display: block;
  width: 100%;
}

.bathroom-page .section1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 70px 13% 70px 0;
  font-size: 16px;
}

.bathroom-page .section1 .lll {
  width: 52%;
}

.bathroom-page .section1 .rrr {
  width: 43.5%;
}

.bathroom-page .section1 .rrr .text {
  line-height: 2.25;
  text-align: justify;
}

.bathroom-page .section1 .rrr .text p + p {
  margin-top: 15px;
}

.bathroom-page .common-title {
  color: #2fc7a1;
  margin-bottom: 30px;
}

.bathroom-page .common-title.center {
  text-align: center;
}

.bathroom-page .common-title .cn {
  font-size: 36px;
}

.bathroom-page .common-title .en {
  font-size: 18px;
  text-transform: uppercase;
}

.bathroom-page .section3 {
  padding: 90px 0;
}

.bathroom-page .section3 .swiper-container {
  background-image: url("../images/bathroom-img5.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100% auto;
}

.bathroom-page .section3 .swiper-slide {
  position: relative;
}

.bathroom-page .section3 .swiper-slide::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 64%;
  padding-top: 64%;
  border-radius: 50%;
  background-image: linear-gradient(to bottom, #72d9bf, rgba(114, 217, 191, 0));
  opacity: 0;
  transform: translate(-50%, -50%) scale(0.5);
  transition: all 0.25s;
}

.bathroom-page .section3 .swiper-slide img {
  position: relative;
  z-index: 2;
  width: 900px;
  transform: scale(0.8);
  transition: all 0.25s;
}

.bathroom-page .section3 .swiper-slide .text {
  position: absolute;
  left: 0;
  top: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 40%;
  height: 100%;
  opacity: 0;
  transform: translateX(-20%);
  transition: all 0.25s;
}

.bathroom-page .section3 .swiper-slide .text .suname {
  color: #3e3e3e;
  font-size: 18px;
}

.bathroom-page .section3 .swiper-slide .text .name {
  margin-top: 3px;
  font-size: 26px;
  text-transform: uppercase;
}

.bathroom-page .section3 .swiper-slide .text .des {
  margin-top: 5px;
  color: #646464;
  font-size: 16px;
  line-height: 2;
}

.bathroom-page .section3 .swiper-slide.swiper-slide-active::after {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.bathroom-page .section3 .swiper-slide.swiper-slide-active img {
  transform: scale(1);
}

.bathroom-page .section3 .swiper-slide.swiper-slide-active .text {
  opacity: 1;
  transform: translateX(-40%);
}

.bathroom-page .section4 {
  position: relative;
  padding-bottom: 88px;
  background-color: #f8f8f8;
}

.bathroom-page .section4 .links {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 3;
  display: flex;
  justify-content: center;
  width: 100%;
  filter: drop-shadow(0 0 30px rgba(0, 0, 0, 0.05));
}

.bathroom-page .section4 .links a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 176px;
  height: 176px;
  background-color: #fff;
  color: #2fc7a1;
  font-size: 16px;
}

.bathroom-page .section4 .links a .img {
  position: relative;
  margin-bottom: 8px;
}

.bathroom-page .section4 .links a .img img + img {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.bathroom-page .section4 .links a:hover {
  background-color: #2fc7a1;
  color: #fff;
}

.bathroom-page .section4 .links a:hover .img img {
  opacity: 0;
}

.bathroom-page .section4 .links a:hover .img img + img {
  opacity: 1;
}

.bathroom-page .section4 .links a + a {
  border-left: 1px solid #ebebeb;
}

.bathroom-page .section5 {
  padding: 70px 13% 120px;
  background-color: #f8f8f8;
}

.bathroom-page .section5 .news-lists {
  display: flex;
  flex-wrap: wrap;
  padding-top: 45px;
}

.bathroom-page .section5 .news-item {
  position: relative;
  display: block;
  width: calc((100% - 60px) / 4);
  min-height: 290px;
  margin-right: 20px;
  padding: 0 30px 30px;
  background-color: #fff;
  color: #646464;
  font-size: 16px;
  line-height: 1.8;
  text-align: center;
}

.bathroom-page .section5 .news-item .des {
  font-size: 16px;
  text-align: left;
}

.bathroom-page .section5 .news-item img {
  margin: -36px auto 0;
}

.bathroom-page .section5 .news-item .title {
  margin-top: 20px;
  margin-bottom: 15px;
  color: #2fc7a1;
  font-size: 24px;
  line-height: 1;
}

.bathroom-page .section5 .news-item:nth-child(4n) {
  margin-right: 0;
}

.bathroom-page .section5 .news-item:nth-child(n + 5) {
  margin-top: 78px;
}
