body {
  position: relative;
}

.section-title {
  font-size: 30px;
  font-weight: 600;
  line-height: 46px;
  text-align: center;
}

.section-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #3D3D3D;
}

.section-line {
  width: 1120px;
  margin: 0 auto;
  height: 1px;
  background-color: #d8d8d8;
}

.section-1 {
  background-image: url("/assets/images/version26/section-1-bg.png");
  background-size: 1920px 806px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 806px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -65px;
}

.section-1 .content {
  transform: translate(36px, -50px);
}

.section-1 .content-body {
  min-height: 50px;
}


.section-1 .content .banner-logo {
  width: 329px;
}

.section-1 .content .title {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  color: #3D3D3D;
  width: 379px;
  margin-top: 18px;
}

.section-1 .content .default-button {
  font-size: 15px;
  font-weight: 700;
  line-height: 13px;
  height: 38px;
  border-radius: 19px;
  width: 137px;
  margin-top: 80px;
  gap: 9px;
}

.section-1 .content .default-button .img {
  width: 6px;
}

.section-1 {
  position: relative;
  overflow: hidden;
}

.section-1-swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  overflow: hidden;
}

.section-1-swiper .swiper-wrapper,
.section-1-swiper .swiper-slide {
  height: 100%;
}

.section-1-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-1-swiper .swiper-slide .slide-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-1-swiper .swiper-slide .slide-bg-mobile {
  display: none;
}

.section-1 .content {
  position: relative;
}

.section-1-swiper .section-1-swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-1-swiper .section-1-swiper-pagination .swiper-pagination-bullet {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  opacity: 1;
}

.section-1-swiper .section-1-swiper-pagination .swiper-pagination-bullet-active {
  background: #fff;
  width: 16px;
  height: 7px;
  border-radius: 4px;
}

@media (max-width: 850px) {
  .section-1-swiper .swiper-slide .slide-bg-pc {
    display: none;
  }
  .section-1-swiper .swiper-slide .slide-bg-mobile {
    display: block;
  }
}

.section-2 {
  background-image: url("/assets/images/version26/section-2-bg-1.png");
  background-size: 2911px 905px;
  background-repeat: no-repeat;
  background-position: calc(50% + 130px) 0px;
  padding-bottom: 0px;
  padding-top: 60px;
}

.section-2 .section-title {
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2 .section-title .img {
  width: 300px;
}

.section-2 .section-desc {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #AAAAAA;
}

.section-2 .default-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-bottom: 60px;
}

.section-2 .default-buttons .default-button {
  width: 125px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 18px;
  background: linear-gradient(90deg, #EDEDED 1%, #FFFFFF 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.section-2 .default-buttons .default-button.active {
  box-shadow: 0px 4px 10px 0px rgba(255, 0, 0, 0.3);
  color: #fff;
  background: #E60012;
  border: 1px solid #FFFFFF;
}

.section-2 .content {
  overflow: hidden;
  width: 1220px;
  padding: 10px;
}

.section-2 .content .section-2-swiper > .swiper-wrapper > .swiper-slide {
  overflow: hidden;
}

.section-2 .content .section-2-swiper > .swiper-wrapper > .swiper-slide .arrow-content {
  position: relative;
  width: 100%;
  padding: 0 40px;
}

.section-2 .content .section-2-swiper > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 22px 26px;
  width: 100%;
}

.section-2 .content .section-2-swiper > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box {
  width: 260px;
  height: 229px;
  border-radius: 10px;
  padding: 8px;
  opacity: 1;
  background: #F9F9F9;
  transition: all 0.5s linear;
}

.section-2 .content .section-2-swiper > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box .img {
  width: 244px;
}

.section-2 .content .section-2-swiper > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box .box-title {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-align: left;
  color: #3D3D3D;
  margin-top: 20px;
  margin-left: 14px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.section-2 .content .section-2-swiper > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box .default-button {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  height: 25px;
  border-radius: 13px;
  width: 91px;
  margin-top: 12px;
  gap: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 14px;
}

.section-2 .content .section-2-swiper > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box .default-button .img {
  width: 6px;
}

.section-2 .content .section-2-swiper .section-swiper-button-prev {
  position: absolute;
  left: 13px;
  top: calc(50% - 40px);
  transform: translate(0px, 0px) rotate(90deg);
  width: 11px;
  height: 23px;
  background-image: url("/assets/images/version26/arrow-red.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}

.section-2 .content .section-2-swiper .section-swiper-button-next {
  position: absolute;
  right: 13px;
  top: calc(50% - 40px);
  transform: translate(0px, 0px) rotate(270deg);
  width: 11px;
  height: 23px;
  background-image: url("/assets/images/version26/arrow-red.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 10;
  cursor: pointer;
}

.section-2 .content .section-2-swiper .section-swiper-pagination {
  margin: 55px auto 50px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-2 .content .section-2-swiper .section-swiper-pagination .swiper-pagination-bullet {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #D8D8D8;
  opacity: 1;
}

.section-2 .content .section-2-swiper .section-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F2433F;
  width: 16px;
  height: 7px;
  border-radius: 4px;
}

.section-2 .content-mobile {
  display: none;
}

.section-3 {
  background: linear-gradient(180deg, #F7F7F7 0%, rgba(250, 250, 250, 0.5) 104%);
  padding-bottom: 35px;
  padding-top: 70px;
}

.section-3 .section-title {
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.section-3 .section-desc {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #AAAAAA;
}

.section-3 .section-desc .red {
  color: #E60012;
}

.section-3 .default-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 17px;
  margin-bottom: 60px;
}

.section-3 .default-buttons .default-button {
  width: 174px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
  border-radius: 18px;
  background: linear-gradient(90deg, #EDEDED 1%, #FFFFFF 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.section-3 .default-buttons .default-button.active {
  box-shadow: 0px 4px 10px 0px rgba(255, 0, 0, 0.3);
  color: #fff;
  background: #E60012;
  border: 1px solid #FFFFFF;
}

.section-3 .content {
  overflow: hidden;
  width: 1140px;
  padding: 10px 0;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide {
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
}
.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box{
  min-height: 543px;
}
.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #3D3D3D;
  margin-bottom: 25px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .box-icon {
  height: 52px;
  width: 220px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .box-icon.height-42 {
  height: 42px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .box-icon img {
  object-position: left;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .box-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #888;
  margin-top: 15px;
  margin-bottom: 33px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .tag-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  margin-bottom: 40px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .tag-list .tag {
  height: 29px;
  background: #EBEBEB;
  border-radius: 15px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  color: #3D3D3D;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .content-default-buttons {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 27px;
  margin-bottom: 20px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .content-default-buttons .default-button {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 137px;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  border-radius: 19px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box {
  width: 593px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  color: #3D3D3D;
  margin-bottom: 30px;
  display: none;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .img {
  width: 593px;
  height: 300px;
  position: relative;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .img .icon {
  position: absolute;
  width: 145px;
  height: 57px;
  top: 12px;
  right: 24px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 15px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list .tag {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 25px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list .tag .tag-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 16px;
  color: #E60012;
  margin-bottom: 9px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list .tag .tag-desc {
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  color: #888;
  margin-bottom: 10px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list .tag-line {
  width: 1px;
  background: #D8D8D8;
  height: 30px;
  margin-left: 34px;
  margin-right: 34px;
}

.section-3 .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .right-box-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #888;
  height: 112px;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.section-4 .section-title {
  margin: 0 auto 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-4 .section-title .img {
  width: 300px;
}

.section-4 .section-desc {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #AAAAAA;
}

.section-4 .default-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 40px;
  margin-bottom: 40px;
}

.section-4 .default-buttons .default-button {
  width: 184px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 0;
  border-radius: 18px;
  background: linear-gradient(90deg, #EDEDED 1%, #FFFFFF 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  color: #3D3D3D;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.section-4 .default-buttons .default-button.active {
  box-shadow: 0px 4px 10px 0px rgba(255, 0, 0, 0.3);
  color: #fff;
  background: #E60012;
  border: 1px solid #FFFFFF;
}

.section-4 .content {
  overflow: hidden;
}

.section-4 .content .img {
  margin-bottom: 0px;
}

.section-4 .content .section-desc {
  width: 615px;
  margin: 0 auto 30px;
}

.section-4 .content .section-desc .red {
  color: #E60012;
}

.section-4 .content .section-desc .black {
  color: #3D3D3D;
}

.section-4 .content .section-desc .fs-24 {
  font-size: 24px;
}

.section-4 .content .section-desc .fs-16 {
  font-size: 16px;
}

.section-4 .content .section-desc .fw-700 {
  font-weight: 700;
}

.section-4 .content .section-desc .fw-500 {
  font-weight: 400;
}

.section-5 {
  padding-top: 40px;
  padding-bottom: 50px;
}

.section-5 .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.section-5 .section-desc {
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #AAAAAA;
  margin-bottom: 50px;
}

.section-5 .default-buttons {
  display: flex;
  align-items: center;
  gap: 13px;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.section-5 .default-buttons .default-button-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 25px;
}

.section-5 .default-buttons .default-button-item .default-button-icon {
  width: 45px;
  height: 45px;
  transition: all 0.5s linear;
  transform: scale(1);
}

.section-5 .default-buttons .default-button-item .default-button {
  width: 102px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 18px;
  background: linear-gradient(90deg, #EDEDED 1%, #FFFFFF 100%);
  border: 1px solid #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  color: #3D3D3D;
  padding: 10px 0px;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.section-5 .default-buttons .default-button-item.active .default-button {
  box-shadow: 0px 4px 10px 0px rgba(255, 0, 0, 0.3);
  color: #fff;
  background: #E60012;
  border: 1px solid #FFFFFF;
}

.section-5 .default-buttons .default-button-item.active .default-button-icon {
  transform: scale(1.2);
}

.section-5 .content {
  overflow: hidden;
}

.section-5 .content .section-5-swiper {
  width: 100%;
}

.section-5 .content .section-5-swiper .swiper-slide {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .logo {
  height: 22px;
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .logo img {
  width: auto;
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .section-title {
  font-weight: 600;
  line-height: 16px;
  text-align: start;
  margin-bottom: 0px;
  display: flex;
  flex-direction: column;
  text-align: start;
  align-items: flex-start;
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .section-title span:nth-child(1) {
  font-size: 16px;
  margin-top: 17px;
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .section-title span:nth-child(2) {
  font-size: 12px;
  margin-top: 12px;
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .section-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  width: 385px;
  text-align: start;
  margin-top: 20px;
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .info {
  width: 385px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 12px;
  background: #FFE3E9;
  padding: 10px 14px;
  margin-top: 12px;
  gap: 6px 0;
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .info .info-item {
  display: flex;
  gap: 7px;
  align-items: center;
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .info .info-item .info-item-dot {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: rgba(102, 102, 102, 0.5);
}

.section-5 .content .section-5-swiper .swiper-slide .left-content .info .info-item .info-item-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  color: #3D3D3D;
  flex: 1;
}

.section-5 .content .section-5-swiper .swiper-slide .right-content {
  width: 702px;
}

.section-5 .content .section-5-swiper .swiper-slide .right-content .buttons {
  display: none;
}

.section-5 .content .buttons {
  margin-top: 25px;
  margin-bottom: 10px;
  margin-left: 6px;
}

.section-5 .content .buttons .default-button {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 137px;
  font-size: 12px;
  font-weight: 700;
  line-height: 13px;
  text-align: center;
  border-radius: 19px;
}

.section-7 {
  background-image: url("/assets/images/version26/section-7-bg-1.png");
  background-size: 2314px 713px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-bottom: 120px;
}

.section-7 .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.section-7 .section-desc {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #AAAAAA;
}

.section-7 .content {
  overflow: hidden;
}

.section-7 .content .static {
  width: 770px;
  display: flex;
  justify-content: space-between;
  margin: 0px auto 0px;
}

.section-7 .content .static .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.section-7 .content .static .item .num {
  margin-bottom: 4px;
}

.section-7 .content .static .item .num span:nth-child(1) {
  font-size: 38px;
  font-weight: 600;
  text-align: center;
  color: #E60012;
}

.section-7 .content .static .item .num span:nth-child(2) {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #E60012;
}

.section-7 .content .static .item .title {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #3D3D3D;
}

.section-7 .content .static .line {
  width: 1px;
  height: 100%;
  background-color: #D8D8D8;
}

.section-7 .content .main {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 50px 10px;
  margin-top: 50px;
}

.section-7 .content .main .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.section-7 .content .main .item:hover .img {
  transform: translate(0, -5px);
}

.section-7 .content .main .item .img {
  width: 222px;
  transition: all 0.3s ease;
}

.section-7 .content .main .item .item-title {
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.section-7 .content .main-mobile {
  display: none;
  position: relative;
}

.section-7 .content .main-mobile .section-7-swiper .swiper-wrapper .swiper-slide {
  padding: 0 30px;
}

.section-7 .content .main-mobile .section-7-swiper .section-7-swiper-button-prev {
  position: absolute;
  left: 13px;
  top: calc(50% - 20px);
  transform: translate(0px, 0px) rotate(180deg);
  width: 7px;
  height: 15px;
  background-image: url("/assets/images/version26/arrow-grey.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 10;
}

.section-7 .content .main-mobile .section-7-swiper .section-7-swiper-button-next {
  position: absolute;
  right: 13px;
  top: calc(50% - 20px);
  transform: translate(0px, 0px) rotate(0deg);
  width: 7px;
  height: 15px;
  background-image: url("/assets/images/version26/arrow-grey.svg");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center;
  z-index: 10;
}

.section-7 .content .main-mobile .item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 20px;
}

.section-7 .content .main-mobile .item .img {
  transition: all 0.3s ease;
}

.section-7 .content .main-mobile .item .item-title {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  text-align: center;
  display: flex;
  flex-direction: column;
}

.section-7 .content .main-mobile .swiper-slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px 30px;
}

.section-7 .content .main-mobile .section-7-swiper-pagination {
  margin: 26px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-7 .content .main-mobile .section-7-swiper-pagination .swiper-pagination-bullet {
  height: 7px;
  width: 7px;
  border-radius: 50%;
  background: #D8D8D8;
  opacity: 1;
}

.section-7 .content .main-mobile .section-7-swiper-pagination .swiper-pagination-bullet-active {
  background-color: #F2433F;
  width: 16px;
  height: 7px;
  border-radius: 4px;
}

.section-6 {
  padding-top: 20px;
  padding-bottom: 90px;
}

.section-6 .content {
  width: 1120px;
  height: 559px;
  background-image: url("/assets/images/version26/section-6-bg-1.png");
  background-size: 1120px 559px;
  background-repeat: no-repeat;
  background-position: center center;
  padding-top: 77px;
}

.section-6 .content .section-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.section-6 .content .section-desc {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #AAAAAA;
}

.section-6 .content .box-content {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
}

.section-6 .content .box-content .box-content-left {
  display: flex;
  gap: 14px;
}

.section-6 .content .box-content .box-content-left .box {
  width: 204px;
  display: flex;
  align-items: start;
  justify-content: center;
  gap: 50px;
  background-color: #fff;
  height: 286px;
  border-radius: 10px;
  padding-top: 23px;
}

.section-6 .content .box-content .box-content-left .box .box-info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
}

.section-6 .content .box-content .box-content-left .box .box-info .box-icon {
  width: 83px;
  margin-bottom: 50px;
}

.section-6 .content .box-content .box-content-left .box .box-info .box-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 27px;
  text-align: center;
  color: #1D2127;
  margin-bottom: 26px;
  width: 80px;
}

.section-6 .content .box-content .box-content-left .box .box-info .box-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #888;
}

.section-6 .content .box-content .box-content-right {
  width: 569px;
  height: 286px;
  display: flex;
  align-items: center;
  background-color: #fbfcfe;
  border-radius: 10px;
  flex-direction: column;
  padding: 11px 55px;
}

.section-6 .content .box-content .box-content-right .top {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  margin-top: 12px;
}

.section-6 .content .box-content .box-content-right .top .content-title {
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-align: center;
  color: #3D3D3D;
  margin-bottom: 12px;
}

.section-6 .content .box-content .box-content-right .top .content-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
  text-align: center;
  color: #888888;
  display: flex;
  flex-direction: column;
}

.section-6 .content .box-content .box-content-right .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}

.section-6 .content .box-content .box-content-right .list .icon {
  height: 47px;
  border-top: 1px solid #eee;
  margin-top: 15px;
  padding-top: 15px;
}

.section-6 .content .box-content .box-content-right .list-mobile {
  display: none;
}

.section-8 .section-title {
  margin-bottom: 25px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
  color: #3D3D3D;
}

.section-8 .section-desc {
  margin-bottom: 50px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
  text-align: center;
  color: #AAAAAA;
}

.section-8 .content {
  overflow: hidden;
  width: 1120px;
}

.section-8 .content .content-1 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}

.section-8 .content .content-1 .content-left {
  position: relative;
}

.section-8 .content .content-1 .content-left .img {
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  overflow: hidden;
}

.section-8 .content .content-1 .content-left .img img {
  transform: scale(1);
  transition: all 0.5s linear;
}

.section-8 .content .content-1 .content-left .info {
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
  bottom: 25px;
  border-radius: 12px;
  width: 508px;
  padding: 15px 18px;
  background: linear-gradient(30deg, rgba(255, 255, 255, 0.9) 14%, rgba(255, 255, 255, 0.88) 29%, rgba(255, 255, 255, 0.83) 46%, rgba(255, 255, 255, 0.75) 61%, rgba(255, 255, 255, 0.64) 78%, rgba(255, 255, 255, 0.6) 83%);
}

.section-8 .content .content-1 .content-left .info .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #3D3D3D;
}

.section-8 .content .content-1 .content-left .info .desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #888;
  margin-top: 16px;
}

.section-8 .content .content-1 .content-left .info .button {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section-8 .content .content-1 .content-left .info .button .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #808080;
}

.section-8 .content .content-1 .content-left .info .button .default-button {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 88px;
  height: 31px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  border-radius: 16px;
  background: #EBEBEB;
}

.section-8 .content .content-1 .content-left .info .button .default-button:hover {
  background: #E60012;
}

.section-8 .content .content-1 .content-left .info .button .default-button:hover .img {
  display: none;
}

.section-8 .content .content-1 .content-left .info .button .default-button:hover .img.active {
  display: block;
}

.section-8 .content .content-1 .content-left .info .button .default-button .img {
  width: 5px;
  display: block;
}

.section-8 .content .content-1 .content-left .info .button .default-button .img.active {
  display: none;
}

.section-8 .content .content-1 .content-right {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.section-8 .content .content-1 .content-right .box {
  height: 190px;
  display: flex;
  align-items: center;
  border-radius: 10px;
  background: #FFFFFF;
  border: 1px solid #DDDDDD;
  padding: 14px 14px 14px 28px;
  gap: 24px;
}

.section-8 .content .content-1 .content-right .box .info {
  flex: 1;
}

.section-8 .content .content-1 .content-right .box .info .title {
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  color: #3D3D3D;
}

.section-8 .content .content-1 .content-right .box .info .desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #888;
  margin-top: 16px;
}

.section-8 .content .content-1 .content-right .box .info .button {
  margin-top: 12px;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
}

.section-8 .content .content-1 .content-right .box .info .button .date {
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
  color: #808080;
}

.section-8 .content .content-1 .content-right .box .info .button .default-button {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 88px;
  height: 31px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  border-radius: 16px;
  background: #EBEBEB;
}

.section-8 .content .content-1 .content-right .box .info .button .default-button:hover {
  background: #E60012;
}

.section-8 .content .content-1 .content-right .box .info .button .default-button:hover .img {
  display: none;
}

.section-8 .content .content-1 .content-right .box .info .button .default-button:hover .img.active {
  display: block;
}

.section-8 .content .content-1 .content-right .box .info .button .default-button .img {
  width: 5px;
  display: block;
}

.section-8 .content .content-1 .content-right .box .info .button .default-button .img.active {
  display: none;
}

.section-8 .content .content-1 .content-right .box .box-img .img {
  width: 200px;
  height: 0px;
  padding-bottom: 75%;
  border-radius: 10px;
  overflow: hidden;
}

.section-8 .content .content-1 .content-right .box .box-img .img img {
  object-fit: cover;
  transform: scale(1);
  height: unset;
  transition: all 0.5s linear;
}

.section-8 .content .content-2 {
  display: flex;
  align-items: center;
  gap: 26px;
  justify-content: space-between;
  margin-top: 30px;
}

.section-8 .content .content-2 .box {
  display: flex;
  gap: 25px;
  border-radius: 10px;
  background: #FFFFFF;
  box-sizing: border-box;
  border: 1px solid #DDDDDD;
  padding: 28px 25px 28px 20px;
}

.section-8 .content .content-2 .box .box-img {
  width: 125px;
  border: 1px solid #DDDDDD;
}

.section-8 .content .content-2 .box .info {
  flex: 1;
}

.section-8 .content .content-2 .box .info .box-title {
  font-size: 16px;
  font-weight: 600;
  line-height: 20px;
  color: #3D3D3D;
  margin-bottom:10px;
}

.section-8 .content .content-2 .box .info .box-desc {
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
  color: #888;
  margin-bottom: 47px;
}

.section-8 .content .content-2 .box .info .default-buttons {
  display: flex;
  justify-content: flex-end;
}

.section-8 .content .content-2 .box .info .default-buttons .default-button {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 88px;
  height: 31px;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  text-align: center;
  border-radius: 16px;
  background: #EBEBEB;
}

.section-8 .content .content-2 .box .info .default-buttons .default-button:hover {
  background: #E60012;
}

.section-8 .content .content-2 .box .info .default-buttons .default-button:hover .img {
  display: none;
}

.section-8 .content .content-2 .box .info .default-buttons .default-button:hover .img.active {
  display: block;
}

.section-8 .content .content-2 .box .info .default-buttons .default-button .img {
  width: 5px;
  display: block;
}

.section-8 .content .content-2 .box .info .default-buttons .default-button .img.active {
  display: none;
}

.section-8 .content .buttons {
  display: flex;
  align-items: center;
  gap: 30px;
  justify-content: center;
  margin-top: 50px;
  margin-bottom: 90px;
}

.section-8 .content .buttons .default-button {
  gap: 10px;
  display: flex;
  align-items: center;
  padding: 10px 0;
  width: 184px;
  height: 32px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-align: center;
  border-radius: 16px;
}

.section-9 {
  background-image: url("/assets/images/version26/section-9-bg-1.png");
  background-repeat: no-repeat;
  background-position: center 0px;
  background-size: 1920px 432px;
  padding-top: 70px;
  padding-bottom: 40px;
}

.section-9 .section-title {
  margin-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

.section-9 .content {
  width: 100%;
}

.section-9 .content .mobile-input {
  display: flex;
  align-items: center;
  width: 628px;
  border-radius: 4px;
  overflow: hidden;
  background-color: #fff;
  margin: 0 auto;
}

.section-9 .content .mobile-input .img {
  height: 24px;
  margin-left: 15px;
  margin-right: 15px;
}

.section-9 .content .mobile-input input {
  flex: 1;
  outline: none;
  border: none;
}

.section-9 .content .mobile-input .search {
  width: 122.5px;
  height: 44px;
  background: #E60012;
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.section-9 .content .list {
  padding: 50px 0 30px;
  margin: 0px auto;
  width: 1120px;
}

.section-9 .content .list .list-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin: 0 auto;
}

.section-9 .content .list .list-content .list-item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  color: #333333;
}

.section-9 .content .list .list-content .list-item .img {
  width: 25px;
}

.section-9 .content .list .default-button {
  font-size: 12px;
  font-weight: 400;
  line-height: 13px;
  text-align: center;
  height: 32px;
  border-radius: 16px;
  width: 197px;
  gap: 6px;
  margin: 36px auto 0;
}

.section-9 .content .list .default-button .img {
  width: 6px;
}

@media (max-width: 850px) {
  .section-1.section {
    background-image: url("/assets/images/version26/section-1-bg-mobile.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center 0px;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0px;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-bottom: 118.66%;
    height: 0px;
    position: relative;
  }
  .section-1.section .content {
    transform: translate(0px, 0px);
    display: flex;
    flex-direction: column;
    align-items: center;
    position: absolute;
    top: 20%;
  }
  .section-1.section .content .banner-logo {
    width: 223px;
  }
  .section-1.section .content .title {
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #3D3D3D;
    width: 100%;
    text-align: center;
    margin-bottom: 44%;
  }
  .section-1.section .content .default-button {
    margin-top: 0px;
    width: 315px;
    height: 46px;
    border-radius: 23px;
  }
  .section-2.section {
    background-image: url("/assets/images/version26/section-2-bg-1.png");
    background-size: 2911px 802px;
    background-repeat: no-repeat;
    background-position: calc(50% + 130px) calc(50% + 20px);
    padding-bottom: 40px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-2.section .section-title {
    margin: 0 auto 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }
  .section-2.section .section-title .img {
    width: 300px;
  }
  .section-2.section .section-desc {
    margin-bottom: 30px;
  }
  .section-2.section .default-buttons {
    gap: 10px;
    overflow: auto;
    justify-content: flex-start;
    padding: 0 10px 15px;
    margin-bottom: 15px;
  }
  .section-2.section .default-buttons .default-button {
    width: unset;
    padding: 10px 14px;
    white-space: nowrap;
  }
  .section-2.section .default-buttons .default-button.active {
    box-shadow: 0px 4px 10px 0px rgba(255, 0, 0, 0.3);
    color: #fff;
    background: #E60012;
    border: 1px solid #FFFFFF;
  }
  .section-2.section .content {
    display: none;
  }
  .section-2.section .content-mobile {
    width: 100%;
    overflow: hidden;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile > .swiper-wrapper > .swiper-slide {
    overflow: hidden;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile > .swiper-wrapper > .swiper-slide .arrow-content {
    position: relative;
    width: 100%;
    padding: 0px 0px;
    overflow: hidden;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide {
    height: auto;
    width: 76%;
    border-radius: 10px;
    background: #FFFFFF;
    transition: box-shadow 0.5s ease;
    transform: scale(0.91);
  }
  .section-2.section .content-mobile .section-2-swiper-mobile > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide.swiper-slide-active {
    transform: scale(1);
  }
  .section-2.section .content-mobile .section-2-swiper-mobile > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box {
    border-radius: 10px;
    background: #F9F9F9;
    padding: 8px 8px 25px 8px;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box .img {
    width: 100%;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box .box-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: left;
    color: #3D3D3D;
    margin-top: 20px;
    margin-left: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box .default-button {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    height: 25px;
    border-radius: 13px;
    width: 91px;
    margin-top: 12px;
    gap: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 14px;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile > .swiper-wrapper > .swiper-slide .arrow-content > .section-swiper > .swiper-wrapper > .swiper-slide .box .default-button .img {
    width: 6px;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile .section-swiper-pagination {
    margin: 25px auto 7px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile .section-swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #D8D8D8;
    opacity: 1;
  }
  .section-2.section .content-mobile .section-2-swiper-mobile .section-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #F2433F;
    width: 16px;
    height: 7px;
    border-radius: 4px;
  }
  .section-2.section .content-mobile {
    display: block;
  }
  .section-3.section {
    background: linear-gradient(180deg, #F7F7F7 0%, #FAFAFA 102%);
    padding-bottom: 0px;
    padding-top: 40px;
  }
  .section-3.section .section-title {
    margin: 0 auto 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }
  .section-3.section .section-desc {
    width: 307px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin: 0 auto 30px;
  }
  .section-3.section .default-buttons {
    gap: 10px;
    overflow: auto;
    justify-content: flex-start;
    padding: 0 10px 15px;
    margin-bottom: 15px;
  }
  .section-3.section .default-buttons .default-button {
    width: 156px;
    min-width: 156px;
    padding: 10px 14px;
    white-space: nowrap;
  }
  .section-3.section .content {
    overflow: hidden;
    width: 100%;
    padding: 0px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide {
    overflow: hidden;
    flex-direction: column-reverse;
    gap: 0px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box {
    width: 100%;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .box-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    color: #3D3D3D;
    margin-bottom: 30px;
    display: none;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .box-icon {
    width: 200px;
    margin: 18px auto;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .box-icon img {
    object-position: center;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .box-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 18px;
    margin-bottom: 25px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .tag-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 12px;
    margin-bottom: 30px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .tag-list .tag {
    height: 29px;
    background: #EBEBEB;
    border-radius: 15px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    color: #3D3D3D;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .content-default-buttons {
    justify-content: center;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .content-default-buttons .default-button {
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 315px;
    height: 46px;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    text-align: center;
    border-radius: 23px;
    margin: 0 auto 50px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box {
    width: 100%;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .box-title {
    display: block;
    margin-bottom: 40px;
    padding-top: 15px;
    text-align: center;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .img {
    width: 100%;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .img .icon {
    width: 80px;
    height: 30px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    margin-bottom: 20px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list .tag {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list .tag .tag-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list .tag .tag-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    max-width: 90px;
    text-align: center;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .tag-list .tag-line {
    margin-left: 10px;
    margin-right: 10px;
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .right-box .right-box-desc {
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
  }
  .section-4.section {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
    padding-bottom: 10px;
  }
  .section-4.section .section-title {
    margin: 0 auto 15px;
  }
  .section-4.section .section-title .img {
    width: 168px;
  }
  .section-4.section .section-desc {
    margin-bottom: 30px;
  }
  .section-4.section .content {
    padding-left: 17px;
    padding-right: 17px;
  }
  .section-4.section .content .section-desc {
    width: 100%;
    margin: 0 auto 30px;
  }
  .section-4.section .default-buttons {
    gap: 10px;
    overflow: auto;
    justify-content: flex-start;
    padding: 0 17px 15px;
    margin-bottom: 15px;
  }
  .section-4.section .default-buttons .default-button {
    width: unset;
    padding: 10px 14px;
    white-space: nowrap;
  }
  .section-5.section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-5.section .section-title {
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    margin-bottom: 15px;
  }
  .section-5.section .section-desc {
    width: 224px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    margin: 0 auto 30px;
    color: #AAAAAA;
  }
  .section-5.section .default-buttons {
    justify-content: flex-start;
    overflow: auto;
    padding-left: 13px;
    padding-right: 13px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide {
    flex-direction: column;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .left-content {
    width: 100%;
    padding-left: 13px;
    padding-right: 13px;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .left-content .logo {
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .left-content .info {
    width: 100%;
    margin-top: 20px;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .left-content .section-desc {
    width: 100%;
    line-height: 18px;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .left-content .section-title .span:nth-child(1) {
    margin-top: 20px;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .left-content .section-title .span:nth-child(2) {
    margin-top: 10px;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .left-content .buttons {
    display: none;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .right-content {
    width: 100%;
    margin-top: 20px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .right-content .buttons {
    display: block;
  }
  .section-5.section .content .section-5-swiper .swiper-wrapper .swiper-slide .right-content .buttons .default-button {
    width: 315px;
    height: 46px;
    font-size: 15px;
    font-weight: 700;
    line-height: 12px;
    border-radius: 23px;
  }
  .section-5.section .content .buttons {
    margin-top: 30px;
    margin-bottom: 10px;
    padding-left: 13px;
    padding-right: 13px;
  }
  .section-6.section {
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    overflow: hidden;
  }
  .section-6.section .content {
    width: 100%;
    height: unset;
    background-image: url("/assets/images/version26/section-6-bg-1.png");
    background-size: 1120px 100%;
    background-repeat: no-repeat;
    background-position: center center;
    padding-top: 77px;
    padding: 40px 18px 40px;
  }
  .section-6.section .content .section-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }
  .section-6.section .content .section-desc {
    margin-bottom: 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    color: #AAAAAA;
  }
  .section-6.section .content .box-content {
    flex-direction: column;
  }
  .section-6.section .content .box-content .box-content-left {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .section-6.section .content .box-content .box-content-left .box {
    padding: 32px 40px;
  }
  .section-6.section .content .box-content .box-content-left .box .box-info {
    width: 100%;
    display: grid;
    grid-template-columns: 83px 1fr;
    align-items: center;
  }
  .section-6.section .content .box-content .box-content-left .box .box-info .box-title {
    font-size: 20px;
    font-weight: 400;
    line-height: 20px;
    text-align: center;
    margin-bottom: 16px;
    order: 2;
    grid-column: 2;
    grid-row: 1;
    width: unset;
    align-self: flex-end;
  }
  .section-6.section .content .box-content .box-content-left .box .box-info .box-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    order: 3;
    grid-column: 2;
    grid-row: 2;
    align-self: flex-start;
  }
  .section-6.section .content .box-content .box-content-left .box .box-info .box-icon {
    order: 1;
    grid-column: 1;
    grid-row: 1 / span 2;
    margin-bottom: 0px;
  }
  .section-6.section .content .box-content .box-content-right {
    width: 100%;
    height: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 10px;
    padding: 7px 35px;
  }
  .section-6.section .content .box-content .box-content-right .top {
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin-top: 11px;
  }
  .section-6.section .content .box-content .box-content-right .top .content-title {
    font-size: 16px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    color: #1D2127;
    width: 100%;
  }
  .section-6.section .content .box-content .box-content-right .top .content-desc {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    text-align: start;
    color: #888;
    display: flex;
    flex-direction: column;
  }
  .section-6.section .content .box-content .box-content-right .list {
    display: none;
    grid-template-columns: repeat(4, 1fr);
    width: 100%;
  }
  .section-6.section .content .box-content .box-content-right .list .icon {
    height: 55px;
    border-top: 1px solid #eee;
    margin-top: 15px;
    padding-top: 15px;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile {
    width: 100%;
    display: block;
    position: relative;
    padding-top: 20px;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .section-6-swiper .swiper-wrapper .swiper-slide {
    padding: 0 30px;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .section-6-swiper .section-6-swiper-button-prev {
    position: absolute;
    left: 13px;
    top: calc(50% - 20px);
    transform: translate(0px, 0px) rotate(180deg);
    width: 7px;
    height: 15px;
    background-image: url("/assets/images/version26/arrow-grey.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 10;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .section-6-swiper .section-6-swiper-button-next {
    position: absolute;
    right: 13px;
    top: calc(50% - 20px);
    transform: translate(0px, 0px) rotate(0deg);
    width: 7px;
    height: 15px;
    background-image: url("/assets/images/version26/arrow-grey.svg");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    z-index: 10;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    gap: 20px;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .item .img {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s ease;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .item .img img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .item .item-title {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    text-align: center;
    display: flex;
    flex-direction: column;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .swiper-slide {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px 30px;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .section-6-swiper-pagination {
    margin: 20px auto;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .section-6-swiper-pagination .swiper-pagination-bullet {
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background: #D8D8D8;
    opacity: 1;
  }
  .section-6.section .content .box-content .box-content-right .list-mobile .section-6-swiper-pagination .swiper-pagination-bullet-active {
    background-color: #F2433F;
    width: 16px;
    height: 7px;
    border-radius: 4px;
  }
  .section-7.section {
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-7.section .section-title {
    padding-left: 17px;
    padding-right: 17px;
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }
  .section-7.section .section-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    text-align: center;
    width: 224px;
    margin: 0 auto 30px;
  }
  .section-7.section .content .static {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
    margin-bottom: 46px;
    justify-content: space-evenly;
  }
  .section-7.section .content .static .item {
    justify-content: flex-start;
  }
  .section-7.section .content .static .item .num span:nth-child(1) {
    font-size: 20px;
    font-weight: 600;
    text-align: center;
    color: #E60012;
  }
  .section-7.section .content .static .item .num span:nth-child(2) {
    font-size: 13px;
    font-weight: 600;
    line-height: 13px;
    text-align: center;
    color: #E60012;
  }
  .section-7.section .content .static .item .title {
    font-size: 12px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #3D3D3D;
    width: 96px;
  }
  .section-7.section .content .static .line {
    display: none;
  }
  .section-7.section .content .main {
    display: none;
  }
  .section-7.section .content .main-mobile {
    display: block;
  }
  .section-8.section {
    padding-bottom: 10px;
  }
  .section-8.section .section-title {
    margin-bottom: 15px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
    color: #3D3D3D;
  }
  .section-8.section .section-desc {
    font-size: 14px;
    font-weight: 400;
    line-height: 14px;
    text-align: center;
    color: #AAAAAA;
    margin-bottom: 30px;
  }
  .section-8.section .content {
    overflow: hidden;
    width: 100%;
  }
  .section-8.section .content .content-1 {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .section-8.section .content .content-1 .content-left {
    position: relative;
  }
  .section-8.section .content .content-1 .content-left .img {
    box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 20px;
    overflow: hidden;
  }
  .section-8.section .content .content-1 .content-left .img img {
    transform: scale(1);
    transition: all 0.5s linear;
  }
  .section-8.section .content .content-1 .content-left .info {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 0);
    bottom: 13px;
    border-radius: 12px;
    width: calc(100% - 26px);
    padding: 13px 20px;
    background: linear-gradient(30deg, rgba(255, 255, 255, 0.9) 14%, rgba(255, 255, 255, 0.88) 29%, rgba(255, 255, 255, 0.83) 46%, rgba(255, 255, 255, 0.75) 61%, rgba(255, 255, 255, 0.64) 78%, rgba(255, 255, 255, 0.6) 83%);
  }
  .section-8.section .content .content-1 .content-left .info .title {
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    color: #111;
  }
  .section-8.section .content .content-1 .content-left .info .desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #111;
    margin-top: 6px;
  }
  .section-8.section .content .content-1 .content-left .info .button {
    margin-top: 4px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .section-8.section .content .content-1 .content-left .info .button .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #808080;
  }
  .section-8.section .content .content-1 .content-left .info .button .default-button {
    gap: 0px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 83px;
    height: 23px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    border-radius: 13px;
    background: #E60012;
  }
  .section-8.section .content .content-1 .content-left .info .button .default-button .img {
    width: 5px;
    display: none;
  }
  .section-8.section .content .content-1 .content-left .info .button .default-button .img.active {
    display: block;
  }
  .section-8.section .content .content-1 .content-right {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .section-8.section .content .content-1 .content-right .box {
    height: auto;
    display: flex;
    align-items: center;
    border-radius: 10px;
    background: #FFFFFF;
    border: 1px solid #DDDDDD;
    padding: 8px 8px 8px 17px;
    gap: 10px;
  }
  .section-8.section .content .content-1 .content-right .box .info {
    flex: 1;
  }
  .section-8.section .content .content-1 .content-right .box .info .title {
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    color: #111;
  }
  .section-8.section .content .content-1 .content-right .box .info .desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #111;
    margin-top: 4px;
  }
  .section-8.section .content .content-1 .content-right .box .info .desc.overFlow-3 {
    -webkit-line-clamp: 2;
  }
  .section-8.section .content .content-1 .content-right .box .info .button {
    margin-top: 12px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
  }
  .section-8.section .content .content-1 .content-right .box .info .button .date {
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #808080;
  }
  .section-8.section .content .content-1 .content-right .box .info .button .default-button {
    gap: 2px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 77px;
    height: 24px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    border-radius: 16px;
    background: #E60012;
  }
  .section-8.section .content .content-1 .content-right .box .info .button .default-button .img {
    width: 5px;
    display: none;
  }
  .section-8.section .content .content-1 .content-right .box .info .button .default-button .img.active {
    display: block;
  }
  .section-8.section .content .content-1 .content-right .box .img {
    width: 138.36px;
  }
  .section-8.section .content .content-2 {
    display: grid;
    align-items: center;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-content: space-between;
    margin-top: 30px;
  }
  .section-8.section .content .content-2 .box {
    display: flex;
    gap: 25px;
    border-radius: 10px;
    background: #FFFFFF;
    box-sizing: border-box;
    border: 1px solid #DDDDDD;
    padding: 18px 23px 18px 20px;
  }
  .section-8.section .content .content-2 .box .box-img {
    width: 119px;
  }
  .section-8.section .content .content-2 .box .info {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  .section-8.section .content .content-2 .box .info .box-title {
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    color: #111;
    margin-bottom: 3px;
  }
  .section-8.section .content .content-2 .box .info .box-desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #111;
    margin-bottom: 0px;
  }
  .section-8.section .content .content-2 .box .info .default-buttons {
    display: flex;
    justify-content: flex-end;
    align-items: end;
    flex: 1;
  }
  .section-8.section .content .content-2 .box .info .default-buttons .default-button {
    gap: 2px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 83px;
    height: 23px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    border-radius: 16px;
    background: #E60012;
  }
  .section-8.section .content .content-2 .box .info .default-buttons .default-button .img {
    width: 5px;
    display: none;
  }
  .section-8.section .content .content-2 .box .info .default-buttons .default-button .img.active {
    display: block;
  }
  .section-8.section .content .buttons {
    display: flex;
    align-items: center;
    gap: 30px;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 30px;
  }
  .section-8.section .content .buttons .default-button {
    gap: 10px;
    display: flex;
    align-items: center;
    padding: 10px 0;
    width: 184px;
    height: 32px;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    text-align: center;
    border-radius: 16px;
  }
  .section-9.section {
    background-image: url("/assets/images/version26/section-9-bg-1.png");
    background-repeat: no-repeat;
    background-position: calc(50% - 10px) 0px;
    background-size: 590px 432px;
    height: auto;
    padding-top: 40px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
  }
  .section-9.section .section-title {
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 700;
    line-height: 20px;
    text-align: center;
  }
  .section-9.section .content {
    width: 100%;
  }
  .section-9.section .content .mobile-input {
    display: flex;
    align-items: center;
    width: calc(100% - 60px);
    border-radius: 4px;
    overflow: hidden;
    background-color: #fff;
    margin: 0 30px;
  }
  .section-9.section .content .mobile-input .img {
    height: 24px;
    margin-left: 15px;
    margin-right: 15px;
  }
  .section-9.section .content .mobile-input input {
    flex: 1;
    outline: none;
    border: none;
  }
  .section-9.section .content .mobile-input .search {
    width: 122.5px;
    height: 44px;
    background: #E60012;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .section-9.section .content .list {
    padding: 40px 20px;
    margin-top: 0px;
    width: 100%;
  }
  .section-9.section .content .list .list-content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    margin: 0 auto;
    gap: 8px;
  }
  .section-9.section .content .list .list-content .list-item {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 17px;
    text-align: center;
    color: #333333;
  }
  .section-9.section .content .list .list-content .list-item .img {
    width: 25px;
  }
  .section-9.section .content .list .default-button {
    font-size: 12px;
    font-weight: 400;
    line-height: 13px;
    text-align: center;
    height: 32px;
    border-radius: 16px;
    width: 197px;
    gap: 6px;
    margin: 36px auto 0;
  }
  .section-9.section .content .list .default-button .img {
    width: 6px;
  }
}

@media (max-width: 670px) {
  .section-6.section .content .box-content .box-content-left {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .section-6.section .content .box-content .box-content-left .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 20px;
    background-color: #fff;
    height: 125px;
    border-radius: 10px;
    padding-left: 20px;
  }
}

@media (max-width: 560px) {
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .tag-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .section-6.section .content .box-content .box-content-left {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
  }
  .section-6.section .content .box-content .box-content-left .box {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: start;
    gap: 70px;
    background-color: #fff;
    height: 125px;
    border-radius: 10px;
    padding-left: 40px;
  }
}

/* 视频弹窗 */
#videoModal.modal {
  display: none;
  position: fixed;
  top: 0;
  padding-top: 100px;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 10050 !important;
}

#videoModal.modal.fade {
  opacity: 0;
  transition: opacity 0.3s ease;
}

#videoModal.modal.fade.in {
  display: block;
  opacity: 1;
}

#videoModal .modal-dialog {
  width: 850px;
  margin: 0 auto;
}

#videoModal .modal-content {
  background-color: #000;
  box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
  border-radius: 6px;
}

#videoModal .modal-header {
  border-bottom: none;
  padding: 0;
  text-align: right;
}

#videoModal .modal-header .close {
  font-size: 30px;
  font-weight: 700;
  color: #fff;
  margin: 0 10px !important;
  background: none;
  border: none;
  opacity: 0.2;
  text-shadow: none;
  line-height: 1;
  cursor: pointer;
}

#videoModal .modal-header .close:hover {
  background-color: transparent;
  color: #fff;
  opacity: .5;
}

#videoModal .modal-body {
  padding: 15px;
}

#videoModal #iframeVideo {
  width: 100%;
  height: 500px;
}

@media (max-width: 768px) {
  #videoModal .modal-dialog {
    width: 95%;
  }
  #videoModal #iframeVideo {
    height: 240px;
  }
}

@media (any-hover: hover) {
  .section-1 .content .default-button:hover {
    background: #E60012;
  }
  .section-2 .content .section-2-swiper .swiper-wrapper .swiper-slide .box:hover {
    box-shadow: 0px 5px 8px 0px rgba(0, 0, 0, 0.1);
  }
  .section-3.section .content .section-3-swiper > .swiper-wrapper > .swiper-slide .left-box .tag-list .tag:hover {
    background-color: #E60012;
    color: #fff;
    box-shadow: 0px 4px 10px 0px rgba(255, 0, 0, 0.3);
  }
  .section-8 .content .section-8-swiper .swiper-wrapper .swiper-slide:hover .img {
    box-shadow: 0px 4px 10px 0px rgba(255, 0, 0, 0.3);
  }
  .section-8 .content .section-8-swiper .swiper-wrapper .swiper-slide:hover .img img {
    transform: scale(1.1);
  }
}
