.love-living-page {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #DCEFD9 no-repeat center top / 100% auto;
  overflow-x: hidden;
  transition: height 0.35s ease-in-out;
}
.love-living-page .dot-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}
.love-living-page .dot-page .white-box {
  margin: 0 auto;
  border-radius: 40px;
  padding: 74px 84px;
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  max-width: 1400px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 1200px) {
  .love-living-page .dot-page .white-box {
    padding: 50px;
    flex-grow: 0;
    overflow-y: hidden;
    min-height: auto;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .dot-page .white-box {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .dot-page .white-box {
    border-radius: 20px;
    padding: 30px 18px;
  }
}
.love-living-page .dot-page .white-box h3 {
  line-height: 1.2;
}
.love-living-page .dot-page .white-box p,
.love-living-page .dot-page .white-box .fz18 {
  line-height: 1.66;
}
.love-living-page .dot-page .white-box .swiper-box {
  padding-bottom: 10px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
@media screen and (max-width: 992px) {
  .love-living-page .dot-page .white-box .swiper-box {
    padding: 10px;
  }
}
.love-living-page .dot-page .white-box .swiper-box::after,
.love-living-page .dot-page .white-box .swiper-box::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  width: 23%;
  z-index: 2;
}
@media screen and (max-width: 1400px) {
  .love-living-page .dot-page .white-box .swiper-box::after,
  .love-living-page .dot-page .white-box .swiper-box::before {
    width: 18%;
  }
}
@media screen and (max-width: 1200px) {
  .love-living-page .dot-page .white-box .swiper-box::after,
  .love-living-page .dot-page .white-box .swiper-box::before {
    width: 12%;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .dot-page .white-box .swiper-box::after,
  .love-living-page .dot-page .white-box .swiper-box::before {
    content: none;
  }
}
.love-living-page .dot-page .white-box .swiper-box::after {
  right: 0;
  background-image: linear-gradient(271deg, #FFFFFF 0%, #FFFFFF00 100%);
}
.love-living-page .dot-page .white-box .swiper-box::before {
  left: 0;
  background-image: linear-gradient(89deg, #FFFFFF 0%, #FFFFFF00 100%);
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container {
  max-width: 600px;
  overflow: visible;
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .swiper-slide {
  box-shadow: 0px 3px 6px #00000029;
  padding: 10px 10px 22px;
  background-color: #FCFEFF;
  position: relative;
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .swiper-slide .time {
  position: absolute;
  top: 0;
  left: 30px;
  background-color: #708B6D;
  padding: 12px 18px;
  color: #fff;
  font-weight: bold;
  font-size: 1.3125rem;
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media screen and (max-width: 992px) {
  .love-living-page .dot-page .white-box .swiper-box .swiper-container .swiper-slide .time {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .dot-page .white-box .swiper-box .swiper-container .swiper-slide .time {
    font-size: 1rem;
  }
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .swiper-slide .time span {
  line-height: 1.33;
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .swiper-slide .pic {
  width: 100%;
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .swiper-slide p {
  margin-top: 22px;
  font-size: 1.3125rem;
  line-height: 1.33;
  color: #101010;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .love-living-page .dot-page .white-box .swiper-box .swiper-container .swiper-slide p {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .dot-page .white-box .swiper-box .swiper-container .swiper-slide p {
    font-size: 1rem;
  }
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .iconfont {
  position: absolute;
  top: 50%;
  z-index: 1;
  border-radius: 50%;
  box-shadow: 0px 3px 6px #00000029;
  background-color: #96C7AF;
  width: 48px;
  height: 48px;
  font-size: 1.875rem;
  color: #fff;
  transition: box-shadow 0.35s ease-in-out;
  display: flex;
  align-items: center;
  justify-content: center;
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .iconfont:hover {
  box-shadow: 0px 3px 10px #00000099;
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .iconfont.icon-arrow-f {
  left: 0;
  transform: translate(-50%, -50%);
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .iconfont.icon-arrow {
  right: 0;
  transform: translate(50%, -50%);
}
@media screen and (max-width: 992px) {
  .love-living-page .dot-page .white-box .swiper-box .swiper-container .iconfont {
    top: auto;
    bottom: -15px;
    transform: none !important;
  }
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .pagination {
  margin-top: 46px;
  margin-bottom: 10px;
  justify-content: center;
  display: none;
}
@media screen and (max-width: 992px) {
  .love-living-page .dot-page .white-box .swiper-box .swiper-container .pagination {
    display: flex;
  }
}
.love-living-page .dot-page .white-box .swiper-box .swiper-container .pagination .swiper-pagination-bullet-active {
  background-color: #708B6D;
}
