.sections {
  background: linear-gradient(180deg, #fff7ed 0%, #fff2e3 42%, rgba(255, 235, 214, 0) 100%);
  background-size: 100% 100vh;
  background-repeat: no-repeat;
}
.section1 .hero.gallery-container .main-image {
  transition: all 0.3s ease;
  opacity: 0;
}
.section1 .hero.gallery-container .main-image.active {
  opacity: 1;
}
.section1 .swiper.swiper-3d {
  perspective-origin: calc(100% + 3rem);
  padding-right: 3rem;
}
.section2 .yjt-panel {
  background-image: url("images/yuqin/yjt_bg.png");
  background-repeat: repeat-x;
  position: relative;
}
.section2 .yjt-panel::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background-color: #922313;
}
.section3 ul {
  list-style: none;
}
.section3 ul li:not(:last-child)::after {
  margin: 0 0.2rem;
  content: "·";
}
.section3 .bottom-part .card {
  display: flex;
  flex-direction: column;
  background: #f6f6f6;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
}
.section3 .bottom-part .card img {
  width: 100%;
}
.section3 .bottom-part .card .b {
  padding: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.section3 .bottom-part .card .b .title {
  font-weight: 500;
  font-size: 16px;
}
.section3 .bottom-part .card .b .bb {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.section3 .bottom-part .card .b .bb .l {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section3 .bottom-part .card .b .bb img {
  border-radius: 50%;
  width: 30px;
  height: 30px;
  object-fit: cover;
}
.section3 .bottom-part .card .b .bb span {
  font-weight: 500;
  font-size: 12px;
  color: #666666;
}
@media screen and (max-width: 768px) {
  .section1 .swiper.swiper-3d {
    perspective-origin: calc(100% + 5px);
    padding-right: 5px;
  }
}
