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-28 {
  background-image: url("/assets/images/version26/section-28-bg-1.png");
  background-size: 1920px 601px;
  background-repeat: no-repeat;
  background-position: center center;
  height: 601px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: -65px;
}

.section-28 .content {
  transform: translate(0px, -50px);
}

.section-28 .content .banner-logo {
  width: 329px;
}

.section-28 .content .title {
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  color: #3D3D3D;
  margin-bottom: 25px;
}

.section-28 .content .desc {
  width: 335px;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
  color: #3D3D3D;
}

.section-28 .content .default-button {
  font-size: 15px;
  font-weight: 700;
  line-height: 13px;
  height: 38px;
  border-radius: 19px;
  width: 137px;
  margin-top: 55px;
  gap: 9px;
}

.section-28 .content .default-button .img {
  width: 6px;
}

.section-29 {
  padding-bottom: 70px;
  margin-top: -220px;
  padding-top: 110px;
}

.section-29 .content {
  display: flex;
}

.section-29 .content .left-content {
  flex: 1;
}

.section-29 .content .left-content .category-list {
  display: flex;
  flex-direction: column;
  position: sticky;
  top: 100px;
}

.section-29 .content .left-content .category-list .category-item span {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #808080;
  cursor: pointer;
  padding-bottom: 4px;
}

.section-29 .content .left-content .category-list .category-item.active span {
  font-weight: 700;
  color: #3D3D3D;
  border-bottom: 3px solid #E60012;
}

.section-29 .content .right-content {
  width: 853px;
}

.section-29 .content .right-content .category-box {
  display: block;
  margin-top: -100px;
  padding-top: 100px;
}

.section-29 .content .right-content .category-box .section-logo {
  display: block;
  height: 33px;
}

.section-29 .content .right-content .category-box .section-logo.height-45 {
  display: block;
  height: 45px;
}

.section-29 .content .right-content .category-box .section-logo img {
  object-position: left;
}

.section-29 .content .right-content .category-box .section-title {
  font-size: 28px;
  font-weight: 700;
  line-height: 36px;
  color: #3D3D3D;
  text-align: left;
  margin-top: 20px;
  margin-left: 20px;
}

.section-29 .content .right-content .category-box .section-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #808080;
  text-align: left;
  margin-bottom: 25px;
  margin-left: 20px;
  padding-left: 20px;
  position: relative;
}

.section-29 .content .right-content .category-box .section-desc .red {
  color: #E60012;
}

.section-29 .content .right-content .category-box .section-desc::before {
  content: '';
  position: absolute;
  top: 10%;
  left: 0px;
  height: 80%;
  background-color: #E60012;
  width: 3px;
}

.section-29 .content .right-content .category-box .section-line {
  opacity: 0.7;
  background-color: #898989;
  height: 1px;
  width: calc(100% - 20px);
  margin-top: 10px;
  margin-bottom: 15px;
  margin-left: 20px;
}

.section-29 .content .right-content .category-box .section-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px 50px;
  margin-bottom: 40px;
}

.section-29 .content .right-content .category-box .section-list .box {
  display: flex;
  flex-direction: column;
  padding: 20px;
  border-radius: 10px;
  cursor: pointer;
  transition: all 0.5s ease;
  transform: translate(0, 0);
}

.section-29 .content .right-content .category-box .section-list .box .box-title {
  display: flex;
  align-items: center;
}

.section-29 .content .right-content .category-box .section-list .box .box-title .logo {
  width: 24px;
  margin-right: 10px;
}

.section-29 .content .right-content .category-box .section-list .box .box-title.red span {
  color: #E60012;
  font-weight: 700;
  font-size: 20px;
}

.section-29 .content .right-content .category-box .section-list .box .box-title span {
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  color: #3D3D3D;
}

.section-29 .content .right-content .category-box .section-list .box .box-title span.tag {
  display: none;
  width: 36px;
  height: 17px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 16px;
  color: #FFFFFF;
  background: #E60012;
  border-radius: 3px;
  margin-left: 10px;
}

.section-29 .content .right-content .category-box .section-list .box .box-icon {
  height: 26px;
}

.section-29 .content .right-content .category-box .section-list .box .box-icon.height-42 {
  height: 42px;
}

.section-29 .content .right-content .category-box .section-list .box .box-icon img {
  object-position: left;
}

.section-29 .content .right-content .category-box .section-list .box .box-desc {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #808080;
}

@media (max-width: 850px) {
  .section-28.section {
    background-image: url("/assets/images/version26/section-28-bg-1-mobile.png");
    background-size: 1920px 601px;
    background-repeat: no-repeat;
    background-position: calc(50% - 100px) 0px;
    height: 490px;
    display: flex;
    align-items: start;
    justify-content: center;
    margin-top: 0px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .section-28.section .content {
    transform: translate(0, 0);
  }
  .section-28.section .content .banner-logo {
    width: 329px;
  }
  .section-28.section .content .title {
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    color: #111;
    margin-bottom: 15px;
    margin-top: 10px;
  }
  .section-28.section .content .desc {
    font-size: 16px;
    font-weight: 300;
    line-height: 26px;
    color: #111;
    width: 261px;
  }
  .section-28.section .content .default-button {
    font-size: 16px;
    font-weight: 700;
    line-height: 16px;
    border-radius: 23px;
    width: 315px;
    height: 46px;
    margin: 236px auto 0;
    gap: 9px;
  }
  .section-28.section .content .default-button .img {
    width: 6px;
  }
  .section-29.section {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 0px;
  }
  .section-29.section .content {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
  .section-29.section .content .left-content {
    flex: 1;
    width: 100%;
  }
  .section-29.section .content .left-content .category-list {
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 30px;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .section-29.section .content .left-content .category-list .category-item {
    height: 36px;
  }
  .section-29.section .content .left-content .category-list .category-item span {
    font-size: 14px;
    font-weight: 700;
    line-height: 14px;
    color: #808080;
    cursor: pointer;
    padding-bottom: 10px;
    white-space: nowrap;
  }
  .section-29.section .content .left-content .category-list .category-item.active span {
    font-weight: 700;
    color: #3D3D3D;
    border-bottom: 3px solid #E60012;
  }
  .section-29.section .content .right-content {
    width: 100%;
  }
  .section-29.section .content .right-content .category-box {
    display: none;
  }
  .section-29.section .content .right-content .category-box.active {
    display: flex;
    flex-wrap: wrap;
  }
  .section-29.section .content .right-content .category-box .section-logo {
    display: block;
    height: 24px;
    margin-right: 0px;
    width: 100%;
    margin-bottom: 5px;
  }
  .section-29.section .content .right-content .category-box .section-logo.height-45 {
    display: block;
    height: 50px;
  }
  .section-29.section .content .right-content .category-box .section-title {
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    color: #111;
    text-align: center;
    margin-top: 0px;
    width: 100%;
    margin-left: 0px;
  }
  .section-29.section .content .right-content .category-box .section-desc {
    margin-left: 0px;
  }
  .section-29.section .content .right-content .category-box .section-line {
    opacity: 0.7;
    background-color: #898989;
    height: 1px;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 0px;
  }
  .section-29.section .content .right-content .category-box .section-list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
    width: 100%;
    margin-bottom: 40px;
  }
  .section-29.section .content .right-content .category-box .section-list .box {
    display: flex;
    flex-direction: column;
    padding: 0px;
  }
  .section-29.section .content .right-content .category-box .section-list .box .box-title {
    margin-bottom: 10px;
  }
  .section-29.section .content .right-content .category-box .section-list .box .box-title span {
    font-size: 19px;
    font-weight: 900;
    line-height: 26px;
    color: #111;
  }
  .section-29.section .content .right-content .category-box .section-list .box .box-title span.tag {
    display: none;
    width: 36px;
    height: 17px;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    color: #FFFFFF;
    background: #E60012;
    border-radius: 3px;
    margin-left: 10px;
  }
  .section-29.section .content .right-content .category-box .section-list .box .box-icon {
    height: 19px;
    margin-bottom: 10px;
  }
  .section-29.section .content .right-content .category-box .section-list .box .box-icon.height-42 {
    height: 30px;
  }
  .section-29.section .content .right-content .category-box .section-list .box .box-icon img {
    object-position: left;
  }
  .section-29.section .content .right-content .category-box .section-list .box .box-desc {
    font-size: 12px;
    font-weight: 300;
    line-height: 18px;
    color: #111;
  }
}

@media (any-hover: hover) {
  .section-29 .content .right-content .category-box .section-list .box:hover {
    transform: translate(0, -6px);
  }
}
