.section1 {
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.5;
}
.section1 .title {
  font-weight: 600;
  font-size: 1.75rem;
}
.section1 .top-title-links a {
  cursor: pointer;
}
.section1 .top-title-links a:hover {
  color: #842114;
}
.section1 .top-title-links .divider {
  width: 0.0625rem;
  height: 1.25rem;
  background: #222;
}
.section1 .swiper1.swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.section1 .swiper1.swiper .swiper-button-prev:after,
.section1 .swiper1.swiper .swiper-rtl .swiper-button-next:after,
.section1 .swiper1.swiper .swiper-button-next:after,
.section1 .swiper1.swiper .swiper-rtl .swiper-button-prev:after {
  display: none;
}
.section1 .swiper1.swiper .swiper-controls {
  height: 2.5rem;
}
.section1 .swiper1.swiper .swiper-controls .swiper-button-next,
.section1 .swiper1.swiper .swiper-controls .swiper-button-prev {
  width: auto;
  height: auto;
}
.section1 .swiper1.swiper .swiper-controls .swiper-pagination {
  left: 2.5rem;
  margin-left: 1.125rem;
  top: unset;
  bottom: unset;
  width: auto;
  font-weight: 500;
  font-size: 1rem;
  color: #ffffff;
}
.section1 .swiper1.swiper .swiper-controls .swiper-pagination .swiper-pagination-current {
  font-weight: 600;
  font-size: 1.5rem;
  color: #990909;
  transform: translateY(-0.625rem);
}
.section1 .swiper1.swiper .bottom-text {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  font-weight: 600;
  font-size: 1.5rem;
  color: #ffffff;
  text-align: center;
}
.section1 .cards1 .card {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.section1 .cards1 .card .card-bottom {
  gap: 0.4375rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #222222;
}
.section1 .cards1 .card .card-bottom .card-title {
  font-weight: 500;
  font-size: 1rem;
  color: #990909;
  display: flex;
}
.section1 .cards1 .card .card-bottom .card-title .divider {
  margin: 0 0.5rem;
  width: 0.125rem;
  height: 1.25rem;
  background: #990909;
}
.section3 {
  background: url(/static/images/shared/bg_yaowen.png) bottom center;
  background-size: cover;
  background-repeat: repeat-x no-repeat;
}
.section3 .swiper2 {
  position: relative;
}
.section3 .swiper2::before,
.section3 .swiper2::after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 3.75rem;
  pointer-events: none;
  z-index: 2;
  transition: opacity 0.3s ease;
}
.section3 .swiper2::before {
  left: 0;
  background: linear-gradient(to right, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  opacity: 0;
}
.section3 .swiper2::after {
  right: 0;
  background: linear-gradient(to left, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0));
  opacity: 1;
}
.section3 .swiper2.left-overflow::before {
  opacity: 1;
}
.section3 .swiper2.right-end::after {
  opacity: 0;
}
.section3 .swiper2 .card {
  display: flex;
  flex-direction: column;
  background: #fffcf9;
  border-radius: 0.5rem;
}
.section3 .swiper2 .card .card-top {
  height: 5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: url(/static/images/shared/bg_top.png) center;
  background-size: cover;
  font-size: 0.875rem;
  font-family: Alibaba-PuHuiTi;
}
.section3 .swiper2 .card .card-top .card-top-title {
  font-weight: bold;
  font-size: 1.25rem;
}
.section3 .swiper2 .card .card-top .card-top-title .divider {
  margin: 0 0.5rem;
  width: 0.125rem;
  height: 1.25rem;
  background: #990909;
}
.section3 .swiper2 .card img {
  width: 100%;
  height: auto;
}
.section3 .swiper2 .card .card-bottom {
  padding: 1.5rem 1.25rem;
}
.section4 .swiper3 {
  height: 25rem;
  padding: 1.25rem 0;
}
.section4 .swiper3 .swiper-wrapper {
  align-items: center;
}
.section4 .swiper3 .card {
  flex: 1;
  height: 100%;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
  overflow: hidden;
  width: 7.5rem;
}
.section4 .swiper3 .card .card-content {
  display: inline-flex;
  position: relative;
  transition: all 0.5s ease;
  filter: blur(0.625rem);
  opacity: 0.5;
  height: 100%;
  width: 0;
  overflow: hidden;
}
.section4 .swiper3 .card .card-content img {
  height: 100%;
  width: auto;
  object-fit: cover;
}
.section4 .swiper3 .card .card-content .bottom-text {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  font-weight: 500;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: center;
  padding: 0 0.9375rem;
}
.section4 .swiper3 .card .card-cover {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.5s ease;
  opacity: 1;
  background-color: rgba(153, 9, 9, 0.8);
  color: white;
  height: 100%;
  width: 100%;
  font-weight: 600;
  font-size: 1rem;
  padding: 0 0.625rem;
  text-align: center;
}
.section4 .swiper3 .card.swiper-slide-active {
  width: 22.5rem;
  flex: unset;
}
.section4 .swiper3 .card.swiper-slide-active .card-content {
  filter: blur(0px);
  opacity: 1;
  width: 100%;
}
.section4 .swiper3 .card.swiper-slide-active .card-cover {
  opacity: 0;
  z-index: -1;
}
.section4 .accordion-container {
  display: flex;
  width: 100%;
  height: 25rem;
  overflow: hidden;
  position: relative;
}
.section4 .accordion-item {
  flex: 0 0 7.5rem;
  height: 100%;
  position: relative;
  transition: all 0.5s ease;
  cursor: pointer;
  overflow: hidden;
}
.section4 .accordion-item .card-content {
  display: flex;
  position: relative;
  width: 100%;
  height: 100%;
  filter: blur(0.625rem);
  opacity: 0.5;
  transition: all 0.5s ease;
  pointer-events: none;
}
.section4 .accordion-item .card-content img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-50%);
  object-fit: cover;
  object-position: center;
}
.section4 .accordion-item .card-content .bottom-text {
  position: absolute;
  bottom: 1.25rem;
  left: 0;
  right: 0;
  font-weight: 500;
  font-size: 1.125rem;
  color: #ffffff;
  text-align: center;
  padding: 0 0.9375rem;
  z-index: 2;
}
.section4 .accordion-item .card-cover {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 3;
  transition: all 0.5s ease;
  pointer-events: none;
}
.section4 .accordion-item .card-cover span {
  color: white;
  font-weight: 600;
  font-size: 1rem;
  text-align: center;
  padding: 0 0.625rem;
  white-space: nowrap;
  writing-mode: vertical-lr;
}
.section4 .accordion-item.active {
  flex: 1;
}
.section4 .accordion-item.active .card-content {
  filter: blur(0);
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.section4 .accordion-item.active .card-content img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  transform: none;
}
.section4 .accordion-item.active .card-cover {
  opacity: 0;
  z-index: -1;
}
.section5 .top-part a {
  font-weight: 500;
  font-size: 1rem;
  color: #999999;
  text-decoration: none;
  margin-right: 1.5rem;
}
.section5 .top-part a.active {
  font-family: HYFengShangHei-35W;
  color: #CC0000;
  font-weight: 600;
  font-size: 1.5rem;
}
.section5 .left-grid {
  min-width: 0;
  margin-right: 3rem;
  margin-bottom: auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-template-areas: "top top" "left right";
  gap: 1rem;
  width: 100%;
}
.section5 .left-grid .grid-t {
  grid-area: top;
  min-width: 0;
}
.section5 .left-grid .grid-b-l {
  grid-area: left;
  min-width: 0;
}
.section5 .left-grid .grid-b-r {
  grid-area: right;
  min-width: 0;
}
.section5 .mid-texts {
  min-width: 0;
  margin-right: 4rem;
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  font-weight: 500;
  font-size: 0.875rem;
  color: #222222;
}
.section8 .card .card-side {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-left: 2.125rem;
  padding-right: 1.625rem;
  padding-top: 1.0625rem;
  padding-bottom: 1.375rem;
  background: linear-gradient(147deg, #f2f2f2 0%, #e0e0e0 100%);
}
.section8 .left-card .card-side {
  min-width: 200px;
}
.section8 .right-cards .card {
  min-width: 0;
}
.section8 .right-cards .card img {
  width: 100%;
}
.section8 .right-cards .card-side span {
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
  max-height: calc(1.5em * 2);
}
.section9 {
  background: url(/static/images/shared/bg.png) center;
  background-size: cover;
  background-repeat: no-repeat;
}
.section9 a {
  flex: 1;
}
.section9 a img {
  width: 100%;
  transition: all 0.3s ease;
}
.section9 a:hover img {
  transform: scale(1.05);
}
@media screen and (max-width: 768px) {
  .section1 .swiper1.swiper .swiper-controls {
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
  }
  .section1 .swiper1.swiper .swiper-controls {
    height: 1.5rem !important;
    font-size: 0.875rem;
    bottom: 0 !important;
  }
  .section1 .swiper1.swiper .swiper-controls .swiper-button-prev,
  .section1 .swiper1.swiper .swiper-controls .swiper-button-next {
    display: none;
  }
  .section1 .swiper1.swiper .swiper-pagination {
    left: 0.5rem !important;
    margin-left: 0 !important;
    bottom: 0 !important;
  }
  .section1 .swiper1.swiper .bottom-text {
    bottom: 0 !important;
    font-size: 0.75rem;
    display: block !important;
    width: auto !important;
    text-align: center;
    left: 4rem;
    right: 1rem;
    height: 1.5rem !important;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
  }
  .section3 .swiper2 {
    height: auto;
  }
  .section4 .swiper3 {
    height: auto;
  }
  .section4 .accordion-container {
    height: 15rem;
  }
  .section4 .accordion-item {
    flex: 0 0 2.5rem;
  }
  .section5 .bottom-part {
    flex-direction: column;
    gap: 1.5rem;
  }
  .section5 .left-grid {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto auto;
    grid-template-areas: "top" "left" "right";
  }
  .section5 .mid-texts,
  .section5 .right-column {
    width: 100%;
  }
  .section8 .bottom-part {
    flex-direction: column;
  }
  .section8 .bottom-part .card {
    flex-direction: column;
  }
  .section8 .bottom-part .card img {
    height: auto;
  }
  .section9 {
    flex-direction: column;
  }
}
