.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 .detail-page {
  padding-top: 58px;
  padding-bottom: 80px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  flex-grow: 1;
  position: relative;
}
.love-living-page .detail-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 .detail-page .white-box {
    padding: 50px;
    flex-grow: 0;
    overflow-y: hidden;
    min-height: auto;
  }
}
@media screen and (max-width: 992px) {
  .love-living-page .detail-page .white-box {
    padding: 40px;
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .detail-page .white-box {
    border-radius: 20px;
    padding: 30px 18px;
  }
}
.love-living-page .detail-page .white-box h3 {
  line-height: 1.2;
}
.love-living-page .detail-page .white-box p {
  line-height: 1.66;
}
.love-living-page .detail-page .white-box .list {
  width: 100%;
}
.love-living-page .detail-page .white-box .list .col-box {
  padding: 0 7.5px;
}
@media screen and (max-width: 1200px) {
  .love-living-page .detail-page .white-box .list .col-box {
    padding-bottom: calc(7.5px * 2);
  }
}
.love-living-page .detail-page .white-box .list .col-box .box {
  box-shadow: 0px 3px 6px #00000029;
  padding: 12px 12px 62px;
  background-color: #FCFEFF;
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.love-living-page .detail-page .white-box .list .col-box .box:hover .pic img {
  transform: translate(-50%, -50%) scale(1.1);
}
.love-living-page .detail-page .white-box .list .col-box .box .pic {
  margin-bottom: 20px;
  width: 100%;
  overflow: hidden;
  position: relative;
}
.love-living-page .detail-page .white-box .list .col-box .box .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(1);
  transition: transform 0.35s ease-in-out;
}
.love-living-page .detail-page .white-box .list .col-box .box .pic::after {
  content: '';
  display: block;
  padding-top: 104.545%;
}
.love-living-page .detail-page .white-box .list .col-box .box h6 {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1.66;
}
.love-living-page .detail-page .white-box .list .col-box .box .btn-box {
  position: absolute;
  right: 12px;
  bottom: 12px;
  padding: 8px 18px;
  font-size: 1rem;
}
.love-living-page .detail-page .white-box .img-text {
  padding-left: 7.5px;
  padding-right: 7.5px;
  margin-bottom: 60px;
  display: flex;
  align-items: flex-start;
}
@media screen and (max-width: 992px) {
  .love-living-page .detail-page .white-box .img-text {
    flex-direction: column;
  }
}
.love-living-page .detail-page .white-box .img-text:last-child {
  margin-bottom: 0;
}
.love-living-page .detail-page .white-box .img-text:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 992px) {
  .love-living-page .detail-page .white-box .img-text:nth-child(2n) {
    flex-direction: column;
  }
}
.love-living-page .detail-page .white-box .img-text:nth-child(2n) .text-box {
  margin-left: 0;
  margin-right: 72px;
}
@media screen and (max-width: 992px) {
  .love-living-page .detail-page .white-box .img-text:nth-child(2n) .text-box {
    margin-right: 0;
  }
}
.love-living-page .detail-page .white-box .img-text .pic {
  width: 36%;
  position: relative;
  flex-shrink: 0;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 992px) {
  .love-living-page .detail-page .white-box .img-text .pic {
    width: 100%;
  }
}
.love-living-page .detail-page .white-box .img-text .pic .iconfont {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.71);
  color: #7E7E7E;
  font-size: 1.625rem;
  width: 66px;
  height: 66px;
}
.love-living-page .detail-page .white-box .img-text .pic img {
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
}
.love-living-page .detail-page .white-box .img-text .pic:hover img {
  transform: scale(1.1);
}
.love-living-page .detail-page .white-box .img-text .text-box {
  flex-grow: 1;
  margin-left: 72px;
}
@media screen and (max-width: 992px) {
  .love-living-page .detail-page .white-box .img-text .text-box {
    width: 100%;
    margin-top: 30px;
    margin-left: 0;
  }
}
.love-living-page .detail-page .white-box .img-text .text-box h3 {
  color: #708B6D;
}
.love-living-page .detail-page .white-box .img-text .text-box p {
  margin-top: 10px;
  line-height: 1.5;
  text-align: justify;
}
.love-living-page .video-mask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.3);
  display: none;
}
.love-living-page .video-mask .video-box {
  max-width: 1090px;
  box-shadow: 22px 18px 14px #00000029;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 992px) {
  .love-living-page .video-mask .video-box {
    max-width: 70%;
    width: 100%;
  }
}
.love-living-page .video-mask .video-box .pic {
  border: 8px solid #8DC585;
}
.love-living-page .video-mask .video-box .pic video {
  max-height: 70vh;
}
@media screen and (max-width: 992px) {
  .love-living-page .video-mask .video-box .pic video {
    max-height: none;
  }
}
.love-living-page .video-mask .video-box .control {
  padding: 15px;
  display: flex;
  align-items: center;
  background-color: #8DC585;
}
.love-living-page .video-mask .video-box .control .control-item {
  padding: 0 10px;
  color: #fff;
  cursor: pointer;
  transform: scale(1);
  transition: transform 0.35s ease-in-out;
  display: block;
}
@media screen and (max-width: 576px) {
  .love-living-page .video-mask .video-box .control .control-item {
    padding: 0 5px;
  }
}
.love-living-page .video-mask .video-box .control .control-item .iconfont {
  font-size: 1.5rem;
}
@media screen and (max-width: 576px) {
  .love-living-page .video-mask .video-box .control .control-item .iconfont {
    font-size: 1.25rem;
  }
}
.love-living-page .video-mask .video-box .control .control-item:hover {
  transform: scale(1.1);
}
.love-living-page .video-mask .video-box .control .progress-box {
  margin: 0 10px;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  accent-color: #fff;
}
.love-living-page .video-mask .video-box .control .progress-box input {
  box-shadow: none;
  border-radius: 0;
  border: none;
  outline: none;
  height: 10px;
  width: 100%;
  background-color: #333;
}
.love-living-page .video-mask .video-box .control .progress-box input::-webkit-slider-thumb {
  opacity: 0;
  transition: opacity 0.35s ease-in-out;
}
.love-living-page .video-mask .video-box .control .progress-box input:hover::-webkit-slider-thumb {
  opacity: 1;
}
.love-living-page .video-mask .video-box .close-btn {
  position: absolute;
  left: calc(100% + 40px);
  top: 0;
  border-radius: 50%;
  border: 3px solid #fff;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 992px) {
  .love-living-page .video-mask .video-box .close-btn {
    top: calc(100% + 40px);
    left: 50%;
    transform: translateX(-50%);
  }
}
@media screen and (max-width: 576px) {
  .love-living-page .video-mask .video-box .close-btn {
    top: calc(100% + 10px);
    width: 40px;
    height: 40px;
  }
}
.love-living-page .video-mask .video-box .close-btn .iconfont {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  transform: rotate(0deg);
  transition: transform 0.35s ease-in-out;
}
@media screen and (max-width: 576px) {
  .love-living-page .video-mask .video-box .close-btn .iconfont {
    font-size: 16px;
  }
}
.love-living-page .video-mask .video-box .close-btn:hover .iconfont {
  transform: rotate(180deg);
}
