.banner-swiper {
  height: 25rem;
  margin-top: 5rem;
  position: relative;
  background-color: #f6f6f7;
}
.banner-swiper .swiper-slide {
  display: flex;
  align-items: center;
  position: relative;
}
.banner-swiper .swiper-slide .slide-content h3 {
  color: #1d2129;
  font-size: 2.375rem;
  font-weight: 700;
  margin-bottom: 1rem;
}
.banner-swiper .swiper-slide .slide-content .desc {
  color: #211815;
  font-size: 1.25rem;
  font-weight: 300;
  margin-bottom: 2.8125rem;
}
.banner-swiper .swiper-slide .bg-img {
  position: absolute;
  right: 1.25rem;
  height: 25rem;
}
.rocket-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15.5rem;
  height: 4rem;
  border-radius: 4rem;
  color: #fff;
  font-family: "Noto Sans SC";
  font-size: 1.75rem;
  font-weight: 700;
  background-color: var(--color-primary);
  cursor: pointer;
}
.rocket-btn .rocket-img {
  width: 1.875rem;
  height: 1.875rem;
  margin-right: 0.875rem;
}
.block-title {
  font-size: 2.25rem;
  font-weight: 700;
  color: #1d2129;
}
.block1 .block-title {
  margin-bottom: 3.75rem;
}

.block1 .card-list .card-item {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 3.125rem;
  border-radius: 1.25rem;
  background: #fff;
  box-shadow: 3px 3px 18px 0 rgba(204, 204, 204, 0.4);
  margin-bottom: 1.875rem;
  &:last-child {
    margin-bottom: 0;
  }
  &.card4 {
    padding: 3.125rem 2.5rem;
  }
  &.card5 {
    padding: 3.125rem 2.5rem;
  }
}
.block1 .card-item {
  &.card1 .card-left {
    width: 37.5rem;
  }
  &.card2 .card-left {
    width: 35.625rem;
  }
  &.card3 .card-left {
    width: 37.5rem;
  }
  &.card4 .card-left {
    width: 43.75rem;
  }
  &.card5 .card-left {
    width: 43.75rem;
  }
  &.card1 .card-right {
    width: 21.5rem;
  }
  &.card2 .card-right {
    width: 27.25rem;
  }
  &.card3 .card-right {
    width: 27.25rem;
  }
  &.card4 .card-right {
    width: 23.5rem;
  }
  &.card5 .card-right {
    width: 25.6875rem;
  }
}
.block1 .card-item .card-right img {
  width: 100%;
}
.block1 .card-item .card-left {
  &.left1 {
    width: 37.5rem;
  }
}

.block1 .card-item.card4 .hot-cate .hot-title {
  font-size: 1rem;
  font-weight: 700;
  padding-bottom: 0.625rem;
}
.block1 .card-item.card4 .hot-cate .icon-list {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 1.25rem;
  border-top: solid 2px #f2f2f1;
  width: 23.75rem;
}
.block1 .card-item.card4 .hot-cate .icon-list li {
  display: flex;
  align-items: center;
  margin-bottom: 0.625rem;
  &.ellipsis {
    display: flex;
    align-items: center;
    span {
      display: block;
      width: 0.25rem;
      height: 0.25rem;
      background-color: #d9d9d9;
      border-radius: 50%;
      margin-right: 0.25rem;
    }
  }
  &.none {
    height: 0;
    width: 25%;
  }
}
.block1 .card-item.card4 .hot-cate .icon-list .iconfont {
  font-size: 1.25rem;
  margin-right: 0.25rem;
  color: #6c6e74;
}
.block1 .card-item.card4 .hot-cate .icon-list p {
  color: #6c6e74;
  font-size: 1rem;
}
.content-desc {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.4375rem;
  &.bold {
    font-weight: 400;
  }
  &.flex-row {
    align-items: baseline;
    flex-wrap: nowrap;
  }
}
.content-desc.flex-row .icon-arrow {
  transform: translateY(-0.2rem);
}
.content-desc .icon-arrow {
  font-size: 0.5625rem;
  color: #ffb500;
  margin-right: 0.625rem;
}
.block1 .card-item .card-title {
  font-size: 1.875rem;
  line-height: 2.25rem;
  color: var(--color-primary);
  font-weight: 700;
  display: flex;
  margin-bottom: 2.5rem;
}
.block1 .card-item .card-title .line {
  width: 0.3125rem;
  background-color: #ff7a00;
  margin-right: 1.25rem;
}
.block1 .card-item .color-desc {
  color: #956036;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.75rem; /* 140% */
}
.block2 {
  background-color: #fffbf1;
  padding: 6.25rem 0 6.875rem;
}
.block2 .left {
  width: 38.125rem;
  border-top: solid 2px #f2f2f1;
  padding-top: 3.75rem;
  position: relative;
  &::before {
    content: "";
    display: block;
    width: 4.5rem;
    height: 3px;
    background-color: #999b9e;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-2px);
  }
}
.block2 .color-title {
  font-size: 1.25rem;
  color: #956036;
  font-weight: 500;
}
.block2 .right {
  width: 30rem;
}
.block2 .right img {
  width: 100%;
}
.block2-swiper .swiper-wrapper {
  padding: 0 40px;
}
.block2-swiper .swiper-button-prev {
  left: 0;
  &::after {
    font-size: 1.875rem;
    color: #6c6e74;
  }
}
.block2-swiper .swiper-button-next {
  right: 0;
  &::after {
    font-size: 1.875rem;
    color: #6c6e74;
  }
}
.block2-swiper .swiper-slide img {
  max-width: 15rem;
  /* margin: 0 auto; */
}
.block3 {
  padding: 6.25rem 0;
}
.block3 .block-title {
  text-align: center;
}
.block3 .card {
  border-radius: 1.25rem;
  background: #fff;
  /* 白框投影 */
  box-shadow: 3px 3px 18px 0 rgba(204, 204, 204, 0.4);
  padding: 3rem 1.25rem;
  display: flex;
}
.block3 .card li {
  width: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-right: solid 2px #f2f2f1;
  &:last-child {
    border-right: none;
  }
}
.block3 .card li img {
  width: 5rem;
  height: 5rem;
}
.block3 .card li h5 {
  font-size: 1.25rem;
  line-height: 1.8125rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
  text-align: center;
}
.block3 .card li p {
  text-align: center;
  font-size: 0.75rem;
  line-height: 1.0625rem;
  color: #6c6e74;
}
.block3 .img6 {
  margin: 0 auto;
  width: 47.75rem;
}
.block4 {
  background-color: #fffbf1;
  padding: 6.25rem 0 1.875rem;
}
.block4 .content-desc {
  border-top: solid 2px #f2f2f1;
  padding-top: 3.75rem;
  position: relative;
  &::before {
    content: "";
    display: block;
    width: 4.5rem;
    height: 3px;
    background-color: #999b9e;
    position: absolute;
    left: 0;
    top: 0;
    transform: translateY(-2px);
  }
}
.block4 .card-list {
  display: flex;
}
.block4 .card-list .card {
  width: calc(25% - 0.9375rem);
  border-radius: 0.625rem;
  background: #fff;
  /* 白框投影 */
  box-shadow: 3px 3px 18px 0 rgba(204, 204, 204, 0.4);
  padding: 2rem 1.625rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.block4 .card-list .card img {
  margin-bottom: 1.25rem;
}
.block4 .card-list .card .title {
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.8125rem;
  margin-bottom: 0.625rem;
}
.block4 .card-list .card .title .iconfont {
  font-size: 0.75rem;
  padding: 0 0.25rem;
}
.block4 .card-list .card p {
  color: #6c6e74;
  text-align: center;
  font-size: 0.75rem;
  font-weight: 400;
  line-height: 1.0625rem;
}

.block4 .bottom-box a {
  margin-left: 2.5rem;
  color: #ff7a00;
  font-size: 1.125rem;
  font-weight: 500;
  display: flex;
  align-items: center;
  &.rocket-btn {
    color: #fff;
    font-size: 1.75rem;
  }
}
.block4 .bottom-box a .iconfont {
  font-size: 0.75rem;
  color: #ff7a00;
  margin-left: 0.25rem;
  transform: translateY(0.125rem);
}
.page-tips {
  padding-bottom: 1.875rem;
}
.page-tips h6 {
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 0.625rem;
}
.page-tips p {
  font-size: 1rem;
  font-weight: 300;
  line-height: 1.5625rem;
  display: flex;
}
.page-tips p i {
  font-style: normal;
}
