html {
  font-family: PingFang SC-Bold, PingFang SC;
}

body {
  margin: 0;
  padding: 0;
}

.button {
  height: 64px;
  background-color: #1ebd73;
  border-radius: 2px;
  font-size: 24px;
  color: #ffffff;
  border-style: none;
  padding-left: 1.09375rem;
  padding-right: 1.09375rem;
}
.button.button--dark {
  color: #1ebd73;
  background: #ffffff;
}

.section {
  overflow: hidden;
  padding: 0 30px;
}
.section > :first-child {
  margin-top: 80px;
}
.section > :last-child {
  margin-bottom: 80px;
}
.section.section--dark {
  background-color: #f0f6f4;
}

.section-header {
  margin: 2rem 1rem;
}

.section-title {
  font-size: 0.48rem;
  font-weight: bold;
  color: #1a2026;
  text-align: center;
  line-height: 0.6rem;
}
.section-title.section-title--dark {
  color: #ffffff;
}

.section-title2 {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1a2026;
  margin: 1rem;
}

.section-description {
  margin-top: 1em;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  text-align: center;
}

.section-description2 {
  font-size: 32px;
  font-weight: 400;
  color: #808080;
  text-align: center;
}

.section-description3 {
  margin-top: 1em;
  font-size: 24px;
  font-weight: 400;
  color: #1a2026;
  text-align: center;
}

.section-img {
  width: 100%;
}

.solution-card {
  border-radius: 8px;
}
.solution-card .solution-card__img {
  height: 360px;
  display: block;
}
.solution-card .solution-card__main {
  background: #1ebd73;
  box-sizing: border-box;
  padding: 24px 30px 23px 21px;
  display: flex;
  align-items: center;
}
.solution-card .solution-card__main .solution-card__body .solution-card__title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}
.solution-card .solution-card__main .solution-card__body .solution-card__content {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
}
.solution-card .solution-card__main .solution-card__body .solution-card__bottom {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solution-card .solution-card__main .solution-card__body .solution-card__bottom .solution-card__more {
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  text-decoration: none;
}
.solution-card .solution-card__main .solution-card__button {
  flex-shrink: 0;
  margin-left: 40px;
}

.tag {
  display: inline-flex;
  align-items: center;
  padding-left: 16px;
  padding-right: 16px;
  height: 48px;
  font-size: 24px;
  font-weight: 400;
  color: #ffffff;
  background: #1d784e;
  border-radius: 2px;
}

.tabs {
  display: flex;
  overflow-x: scroll;
  gap: 1em;
}
.tabs .tabs__tab {
  flex-grow: 1;
  flex-shrink: 0;
  font-size: 32px;
  font-weight: bold;
  color: #1a2026;
  text-align: center;
  padding-bottom: 0.5em;
}
.tabs .tabs__tab.tabs__tab--active {
  color: #1ebd73;
  border-bottom: 3px solid #1ebd73;
}

.booking-tabs .booking-tab {
  height: 60px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  padding: 11px 8px;
  background: #ffffff;
}
.booking-tabs .booking-tab + .booking-tab {
  margin-top: 10px;
}
.booking-tabs .booking-tab.booking-tab--active {
  background: #1ebd73;
  color: #ffffff;
}
.booking-tabs .booking-tab.booking-tab--active .booking-tab-icon {
  color: #ffffff;
}
.booking-tabs .booking-tab.booking-tab--active .booking-tab-main .booking-tab-title {
  color: #ffffff;
}
.booking-tabs .booking-tab.booking-tab--active .booking-tab-main .booking-tab-content {
  color: #ffffff;
}
.booking-tabs .booking-tab .booking-tab-icon {
  width: 36px;
  height: 36px;
  color: #1ebd73;
}
.booking-tabs .booking-tab .booking-tab-main {
  margin-left: 4px;
}
.booking-tabs .booking-tab .booking-tab-main .booking-tab-title {
  font-size: 14px;
  font-weight: 400;
  color: #1a2026;
}
.booking-tabs .booking-tab .booking-tab-main .booking-tab-content {
  margin-top: 8px;
  font-size: 10px;
  font-weight: 400;
  color: #bcbec0;
}

.case-card {
  border-radius: 0 2px;
  width: 512px;
}
.case-card .case-card__img {
  width: 100%;
  height: 240px;
  display: block;
}
.case-card .case-card__main {
  padding: 24px;
  background-color: #fff;
}
.case-card .case-card__main .case-card__body {
  margin-bottom: 12px;
}
.case-card .case-card__main .case-card__body .case-card__title {
  font-size: 32px;
  font-weight: bold;
  color: #1a2026;
}
.case-card .case-card__main .case-card__body .case-card__content {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
}
.case-card .case-card__main .case-card__foot {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.case-card .case-card__main .case-card__foot .case-card__foot-date {
  font-size: 20px;
  font-weight: 400;
  color: #bcbec0;
}
.case-card .case-card__main .case-card__foot .case-card__foot-more {
  font-size: 20px;
  font-weight: 400;
  color: #1a2026;
  text-decoration: none;
}

.news-list-item {
  box-sizing: border-box;
  background: #f0f6f4;
  border-radius: 2px;
  padding: 18px;
  display: flex;
  text-decoration: none;
}
.news-list-item + .news-list-item {
  margin-top: 10px;
}
.news-list-item .news-list-item__order {
  flex-shrink: 0;
  width: 30px;
  height: 30px;
  background: #1ebd73;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: bold;
  color: #ffffff;
}
.news-list-item .news-list-item__main {
  margin-left: 16px;
}
.news-list-item .news-list-item__main .news-list-item__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.news-list-item .news-list-item__main .news-list-item__head .news-list-item__title {
  font-size: 32px;
  font-weight: bold;
  color: #1a2026;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news-list-item .news-list-item__main .news-list-item__head .news-list-item__date {
  flex-shrink: 0;
  font-size: 24px;
  font-weight: 400;
  color: #1a2026;
}
.news-list-item .news-list-item__main .news-list-item__content {
  margin-top: 8px;
  font-size: 24px;
  font-weight: 400;
  color: #bcbec0;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}

.footer {
  padding: 46px 43px 38px 56px;
  background: #1a2026;
}
.footer .footer__row {
  display: flex;
}
.footer .footer__title {
  margin-bottom: 24px;
}
.footer .footer__field {
  margin-bottom: 13px;
}
.footer .footer__connect {
  flex-grow: 1;
}
.footer .footer__app {
  flex-shrink: 0;
  margin-left: 0.5rem;
  text-align: center;
}
.footer .footer__app .footer__qrcode {
  width: 150px;
  height: 150px;
}
.footer .footer__divider {
  width: 100%;
  height: 2px;
  background-color: #808080;
}
.footer .footer__divider1 {
  margin-top: 43px;
  margin-bottom: 36px;
}
.footer .footer__divider2 {
  margin-top: 52px;
  margin-bottom: 19px;
}
.footer .footer__solution-title {
  margin-top: 54px;
}
.footer .footer__copyright {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #bcbec0;
  line-height: 26px;
}

.footer-title {
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
}

.footer-field {
  font-size: 24px;
  font-weight: 400;
}
.footer-field .footer-field__key {
  color: #808080;
}
.footer-field .footer-field__value {
  color: #ffffff;
}

.footer-navs {
  display: flex;
  flex-wrap: wrap;
}

.footer-nav {
  display: inline-block;
  flex-basis: 25%;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  margin-bottom: 24px;
  text-decoration: none;
}

.menu {
  position: fixed;
  top: 100px;
  bottom: 100px;
  width: 560px;
  background-color: #fff;
  z-index: 100;
  transform: translate(100%, 0);
  right: 0;
  transition: transform 0.3s ease-in-out;
}
.menu.menu--active {
  transform: translate(0, 0);
}

.menu-divider {
  width: 100%;
  height: 2px;
  background-color: #f2f3f3;
}

.menu-item {
  font-size: 28px;
  font-weight: bold;
  color: #1a2026;
  padding: 26px 30px;
  text-decoration: none;
  display: block;
}
.menu-item.menu-item--active {
  color: #1ebd73;
}

.menu-subitem {
  font-size: 26px;
  font-weight: 400;
  color: #1a2026;
  padding: 22px 60px;
  text-decoration: none;
  display: block;
}

.main {
  margin-top: 1rem;
  margin-bottom: 0;
  position: relative;
  width: 100%;
  overflow-y: auto;
  overflow-x: hidden;
}

.list-tabs {
  display: flex;
  justify-content: space-between;
}

.list-tab {
  padding-left: 20px;
  padding-right: 20px;
  height: 42px;
  border-radius: 11px;
  font-size: 24px;
  font-weight: 400;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #666666;
}
.list-tab.list-tab--active {
  color: #ffffff;
  background: #1ebd73;
}

.description {
  padding: 0.22rem 0.18rem;
  background: #e8f7f0;
  border-radius: 0.06rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #1a2026;
  line-height: 0.36rem;
  text-align: center;
}
.description .description__title {
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1a2026;
  margin-top: 12px;
  margin-bottom: 16px;
}

.list-item {
  padding: 16px;
  display: flex;
  border-radius: 3px;
  border: 1px solid #f0f1f1;
  text-decoration: none;
}
.list-item + .list-item {
  margin-top: 10px;
}
.list-item .list-item__img {
  flex-shrink: 0;
  width: 192px;
  height: 128px;
}
.list-item .list-item__main {
  margin-left: 16px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.list-item .list-item__title {
  font-size: 28px;
  font-weight: 400;
  color: #1a2026;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 1.2em;
}
.list-item .list-item__date {
  font-size: 24px;
  font-weight: 400;
  color: #999999;
}

.pagination {
  display: flex;
}
.pagination .pagination__item {
  font-size: 16px;
  font-weight: 400;
  color: #999999;
  margin-bottom: 24px;
  height: 56px;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 24px;
}
.pagination .pagination__item.pagination__item {
  margin-right: 8px;
}
.pagination .pagination__item.pagination__item--active {
  color: #ffffff;
  background: #1ebd73;
}

.banner {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-image: url("/image/蒙版组 14.png");
  background-position: center;
  background-size: cover;
}
.banner.banner--light .bannar__title {
  color: #1a2026;
}
.banner.banner--light .banner__description {
  color: #1a2026;
}
.banner.banner--secretary {
  height: 400px;
  justify-content: center;
}
.banner .bannar__title {
  margin-top: 80px;
  font-size: 48px;
  font-weight: bold;
  color: #fff;
  text-align: center;
}
.banner .bannar__title--yelow {
  color: #fed451;
}
.banner .banner__description {
  margin-top: 16px;
  font-size: 24px;
  font-weight: 400;
  color: #fff;
}
.banner .banner__video {
  margin-top: 40px;
  height: 320px;
}
.banner .banner__button {
  margin-top: 32px;
  margin-bottom: 32px;
}

.banner2 {
  color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 1rem;
  background: #1a2026 url("/image/banner.png") no-repeat;
  background-size: cover;
}
.banner2 .banner2__logo {
  height: 2.5rem;
}
.banner2 .banner2__h1 {
  margin-top: 0.5rem;
  font-size: 1.25rem;
  text-align: center;
}
.banner2 .banner2__h2 {
  margin-top: 0.5rem;
  font-size: 1rem;
  text-align: center;
}
.banner2 .banner2__button {
  margin-top: 1rem;
  padding: 0.5em 1.5em;
  font-size: 1rem;
  color: #fff;
  background-image: linear-gradient(to right, #fe2e45, #ff9509);
  border-radius: 0.25rem;
  display: inline-block;
  text-decoration: none;
}

.article {
  padding: 1rem;
}
.article .article__title {
  margin: 2rem;
  text-align: center;
  font-size: 48px;
  font-weight: bold;
}
.article .article__title .article__title-emphasis {
  color: #1ebd73;
}
.article .article__content {
  font-size: 24px;
  font-weight: 400;
  color: #1a2026;
  line-height: 1.4em;
}
.article img {
  width: 100%;
}
.article.article--green {
  background-color: #f0f6f4;
}

.form .form-action {
  margin-top: 80px;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.form-field {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.form-field.form-field--required .form-name::after {
  content: "*";
  color: #ff0000;
}

.form-name {
  width: 3em;
  font-size: 24px;
  font-weight: 400;
  color: #222222;
}

.form-input {
  width: 100%;
  height: 72px;
  font-size: 24px;
  font-weight: 400;
  border-radius: 2px;
  border: 1px solid #ebebeb;
  padding: 0 16px;
}

.form-button {
  height: 64px;
  background: #ffaf02;
  border-radius: 2px;
  color: #ffffff;
  font-size: 24px;
  font-weight: 400;
  border: none;
  padding: 0 32px;
  display: flex;
  align-items: center;
}

.imgs-preview {
  position: fixed;
  inset: 0;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.6);
  display: none;
}
.imgs-preview.imgs-preview--show {
  display: block;
}
.imgs-preview .imgs-preview__close {
  position: absolute;
  right: 2rem;
  top: 2rem;
  width: 2rem;
  height: 2rem;
  z-index: 2;
  cursor: pointer;
}
.imgs-preview .imgs-preview__swiper {
  width: 100%;
  height: 100%;
}
.imgs-preview .imgs-preview__swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
}
.imgs-preview .imgs-preview__swiper-slide > img {
  min-height: 80%;
  min-width: 80%;
  object-fit: contain;
}

.article-copyright2 {
  margin-top: 30px;
  padding: 15px;
  font-size: 14px;
  line-height: 1.6;
  color: rgba(38, 38, 38, 0.6);
  border: 1px solid rgba(38, 38, 38, 0.07);
  background: rgba(38, 38, 38, 0.03);
  border-radius: 4px;
}

.header {
  background-color: #1fbc73;
  height: 100px;
  padding: 25px 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-sizing: border-box;
  width: 100%;
  position: fixed;
  top: 0;
  z-index: 100;
}
.header .header__logo {
  height: 100%;
}
.header .header__more {
  width: 40px;
  height: 40px;
}

.nav-section {
  overflow: hidden;
  height: 660px;
  background-color: #1a2026;
}
.nav-section .nav-section__title {
  margin-top: 80px;
}
.nav-section .nav-section__navs {
  margin-top: 56px;
  display: flex;
  flex-wrap: wrap;
}
.nav-section .nav-section__navs .nav-section__nav {
  flex-basis: 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
}
.nav-section .nav-section__navs .nav-section__nav .nav-section__nav-icon {
  width: 94px;
}
.nav-section .nav-section__navs .nav-section__nav .nav-section__nav-text {
  font-size: 24px;
  color: #ffffff;
  font-weight: 400;
}

.function-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
}
.function-section .function-section__title {
  margin-top: 70px;
}
.function-section .function-section__description {
  margin-top: 8px;
}
.function-section .function-section__navs {
  margin-top: 60px;
  padding: 0 35px;
  display: grid;
  grid-template: repeat(6, 1fr) / repeat(2, 1fr);
  gap: 26px 20px;
}
.function-section .function-section__navs .function-section__nav {
  border-radius: 2px;
  border: 1px solid #f0f1f1;
  padding: 16px;
}
.function-section .function-section__navs .function-section__nav .function-section__nav-main {
  display: flex;
  align-items: center;
}
.function-section .function-section__navs .function-section__nav .function-section__nav-main .function-section__nav-icon {
  width: 40px;
  height: 40px;
}
.function-section .function-section__navs .function-section__nav .function-section__nav-main .function-section__nav-text {
  margin-left: 15px;
  font-size: 32px;
  font-weight: bold;
  color: #1a2026;
}
.function-section .function-section__navs .function-section__nav .function-section__divider {
  margin-top: 15px;
  margin-bottom: 15px;
  width: 100%;
  height: 1px;
  background-color: #f0f1f1;
}
.function-section .function-section__navs .function-section__nav .function-section__nav-description {
  font-size: 24px;
  font-weight: 400;
  color: #1a2026;
  line-height: 26px;
}
.function-section .function-section__button {
  margin-top: 64px;
  margin-bottom: 64px;
}

.serve-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f0f6f4;
}
.serve-section .serve-section__title {
  margin-top: 60px;
}
.serve-section .serve-section__description {
  margin-top: 8px;
}
.serve-section .serve-section__navs {
  align-self: stretch;
  margin-top: 54px;
  margin-bottom: 51px;
  display: grid;
  grid-template: repeat(2, 1fr) / repeat(2, 1fr);
  gap: 20px;
}
.serve-section .serve-section__navs .serve-section__nav {
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  padding: 36px 0 29px 0;
}
.serve-section .serve-section__navs .serve-section__nav .serve-section__icon {
  width: 128px;
  height: 128px;
}
.serve-section .serve-section__navs .serve-section__nav .serve-section__title {
  margin-top: 36px;
  margin-top: 40px;
  font-size: 40px;
  font-weight: bold;
  color: #1a2026;
}
.serve-section .serve-section__navs .serve-section__nav .serve-section__content {
  margin-top: 16px;
  text-align: center;
  width: 240px;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  line-height: 26px;
}

.solution-section .solution-section__title {
  margin-top: 50px;
}
.solution-section .solution-section__description {
  margin-top: 8px;
}
.solution-section .solution-section__tabs {
  margin-top: 1.5em;
  margin-bottom: 16px;
}
.solution-section .solution-section__swiper {
  margin-bottom: 30px;
}
.booking-app-section {
  overflow: hidden;
  background: #f0f6f4;
}
.booking-app-section .booking-app-section__title {
  margin-top: 90px;
}
.booking-app-section .booking-app-section__description {
  margin-top: 8px;
}
.booking-app-section .booking-app-section__display {
  margin-top: 87px;
}
.booking-app-section .booking-app-section__display .booking-app-section__tabs {
  padding-left: 30px;
  padding-right: 30px;
}
.booking-app-section .booking-app-section__display .booking-app-section__display-content {
  margin-top: 30px;
  margin-left: 30px;
  margin-right: 30px;
}
.booking-app-section .booking-app-section__display .booking-app-section__display-content .booking-app-section__display-img {
  width: 100%;
  height: 100%;
  display: block;
}
.booking-app-section .booking-app-section__display .booking-app-section__display-content .booking-app-section__swiper {
  height: 663px;
  background-color: #fff;
  border-radius: 8px;
}
.booking-app-section .booking-app-section__display .booking-app-section__description2 {
  margin-top: 26px;
  margin-bottom: 53px;
}

.device-section .device-section__title {
  margin-top: 50px;
}
.device-section .device-section__description {
  margin-top: 8px;
}
.device-section .device-section__list {
  margin-top: 53px;
  margin-bottom: 45px;
  display: grid;
  grid-template: repeat(3, 1fr) / repeat(2, 1fr);
  gap: 50px 22px;
}
.device-section .device-section__list .device-section__list-item .device-section__list-item-img {
  display: block;
  width: 100%;
  height: 224px;
}
.device-section .device-section__list .device-section__list-item .device-section__list-item-title {
  margin-top: 23px;
  text-align: center;
  font-size: 32px;
  font-weight: bold;
  color: #1a2026;
}
.device-section .device-section__list .device-section__list-item .device-section__list-item-content {
  margin-top: 8px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #bcbec0;
}

.case-section .case-section__title {
  margin-top: 70px;
}
.case-section .case-section__description {
  margin-top: 8px;
}
.case-section .case-section__list {
  margin-top: 90px;
}
.case-section .case-section__list .case-section__list-item {
  width: 400px;
}
.case-section .case-section__swiper {
  width: 512px;
  overflow: visible;
}
.news-section .news-section__title {
  margin-top: 50px;
}
.news-section .news-section__description {
  margin-top: 8px;
}
.news-section .news-section__tabs {
  margin-top: 48px;
  margin-bottom: 8px;
}
.news-section .news-section__list {
  margin-bottom: 25px;
}

.helpline-banner {
  background-image: url("/image/组 3134.png");
  background-position: center;
  background-size: cover;
  height: 1.2rem;
  font-size: 0.36rem;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
}

.helpline-trial-banner {
  height: 108px;
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #3966f9;
  width: 100%;
  position: fixed;
  bottom: 0;
  z-index: 100;
  text-decoration: none;
}
.helpline-trial-banner .helpline-trial-banner__icon {
  width: 36px;
  height: 40px;
  margin-right: 0.25em;
}

.effect-section {
  overflow: hidden;
}
.effect-section .effect-section__title {
  margin-top: 0.36rem;
  font-weight: bold;
  font-size: 0.32rem;
  color: #1a2026;
  text-align: center;
}
.effect-section .effect-section__imgBox {
  margin-top: 39px;
  margin-left: 16px;
  margin-right: 16px;
}
.effect-section .effect-section__imgBox .effect-section__img {
  width: 100%;
  padding: 0 0.15rem;
  display: block;
  object-fit: contain;
  margin-top: 0.36rem;
}
.effect-section .effect-section__description {
  display: flex;
  justify-content: center;
  justify-content: center;
  margin: 0.36rem 0.23rem 0.32rem 0.23rem;
  text-align: center;
  font-size: 0.24rem;
}

.list-page .list-page__tabs {
  margin-top: 24px;
  padding-left: 50px;
  padding-right: 50px;
}
.list-page .list-page__description {
  margin-top: 22px;
  margin-left: 30px;
  margin-right: 30px;
}
.list-page .list-page__list {
  margin-top: 32px;
  margin-left: 30px;
  margin-right: 30px;
}
.list-page .list-page__pagination {
  margin-top: 48px;
  margin-left: 30px;
  margin-right: 30px;
  justify-content: center;
  margin-bottom: 30px;
}

.article-section {
  padding: 30px;
}
.article-section .article-section__title {
  font-size: 32px;
  font-weight: bold;
  color: #505050;
}
.article-section .article-section__info {
  margin-top: 16px;
}
.article-section .article-section__info .article-section__tag {
  font-size: 20px;
  font-weight: 400;
  color: #1ebd73;
}
.article-section .article-section__info .article-section__date {
  font-size: 20px;
  font-weight: 400;
  color: #666666;
}
.article-section .article-section__content {
  font-size: 28px;
  font-weight: 400;
  color: #1a2026;
  line-height: 1.5em;
}
.article-section .article-section__content p {
  margin-bottom: 2em;
}
.article-section .article-section__content img {
  max-width: 100%;
  text-indent: 0;
}

.relevant-section {
  margin-top: 60px;
  margin-bottom: 40px;
}
.relevant-section .relevant-section__title {
  padding-left: 30px;
  padding-right: 30px;
  font-size: 32px;
  font-weight: bold;
  color: #1a2026;
}
.relevant-section .relevant-section__list {
  margin-top: 18px;
  padding-left: 30px;
  padding-right: 30px;
}

.introduce-banner {
  background-image: url("/image/产品介绍1.jpg");
}
.introduce-banner .introduce-banner__button {
  margin-top: 316px;
}

.perplex-section {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #f0f6f4;
  /* padding-bottom: 0.4rem; */
}
.perplex-section .perplex-section__title {
  margin-top: 0.8rem;
  font-size: 0.48rem;
  font-weight: bold;
}
.perplex-section .perplex-section__title .perplex-section__title-emphasis {
  color: #31c27f;
}
.perplex-section .perplex-section__img {
  margin-top: 0.8rem;
  height: 4.2rem;
}
.perplex-section .perplex-section__img img {
  height: 100%;
}
.perplex-section .perplex-section__list {
  margin: 0.4rem 0.3rem 0.73rem 0.3rem;
  display: grid;
  grid-template-rows: repeat(2, auto);
  grid-template-columns: repeat(2, auto);
  gap: 0.24rem 0.3rem;
}
.perplex-section .perplex-section__list-item {
  font-size: 0.24rem;
  font-weight: bold;
  color: #1a2026;
  background: #ffffff;
  padding: 0.17rem 0.2rem;
  box-shadow: 0rem 0.03rem 0.1rem 0.01rem #f0f1f1;
  box-sizing: border-box;
}

.cggn-section {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cggn-section .cggn-section__title {
  margin: 0.8rem 0;
  font-size: 0.48rem;
  font-weight: bold;
  color: #1a2026;
}
.cggn-section .cggn-section__card-list {
  margin: 0 0.3rem;
}
.cggn-section .cggn-section__card {
  width: 100%;
  background: #ffffff;
  border-radius: 2px;
  margin-bottom: 0.24rem;
  border: 1px solid #e2e2e2;
}
.cggn-section .cggn-section__card .cggn-section__card-img {
  height: auto;
}
.cggn-section .cggn-section__card .cggn-section__card-img img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.cggn-section .cggn-section__card .cggn-section__card-main {
  padding: 0.14rem 0.22rem 0.17rem 0.2rem;
}
.cggn-section .cggn-section__card .cggn-section__card-main .cggn-section__card-title {
  font-size: 0.32rem;
  font-weight: bold;
  color: #3d3d3d;
  text-align: start;
}
.cggn-section .cggn-section__card .cggn-section__card-main .cggn-section__card-content {
  margin-top: 0.08rem;
  font-size: 0.24rem;
  line-height: 0.34rem;
  font-weight: 400;
  color: #808080;
  text-align: start;
}
.cggn-section .cggn-section__card .cggn-section__card-main .cggn-section__card-icons {
  margin-top: 0.25rem;
  padding-top: 0.16rem;
  padding-bottom: 0.1rem;
  border-top: 1px solid #e2e2e2;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 0.32rem 0.16rem;
}
.cggn-section .cggn-section__card .cggn-section__card-main .cggn-section__card-icons .cggn-section__card-icon {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.cggn-section .cggn-section__card .cggn-section__card-main .cggn-section__card-icons .cggn-section__card-icon .cggn-section__card-icon-img {
  width: auto;
  height: auto;
}
.cggn-section .cggn-section__card .cggn-section__card-main .cggn-section__card-icons .cggn-section__card-icon .cggn-section__card-icon-img img {
  width: 0.5rem;
  height: 0.5rem;
  display: block;
  object-fit: contain;
}
.cggn-section .cggn-section__card .cggn-section__card-main .cggn-section__card-icons .cggn-section__card-icon .cggn-section__card-icon-text {
  font-size: 0.22rem;
  font-weight: bold;
  color: #1a2026;
}

.jjfa-section {
  padding: 0.8rem 0.34rem 0.74rem 0.34rem;
}
.jjfa-section.jjfa-section--green {
  background: #f0f6f4;
}
.jjfa-section .jjfa-section__title {
  text-align: center;
}

.gdgn-section .gdgn-section__list {
  display: grid;
  grid-template-columns: repeat(4, auto);
  grid-template-rows: repeat(4, max-content);
  row-gap: 0.34rem;
  column-gap: 0.6rem;
  margin-top: 0.8rem;
}
.gdgn-section .gdgn-section__item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.gdgn-section .gdgn-section__item .gdgn-section__item-img {
  width: 1.1rem;
  height: 1.1rem;
}
.gdgn-section .gdgn-section__item .gdgn-section__item-img img {
  width: 100%;
  height: 100%;
}
.gdgn-section .gdgn-section__item .gdgn-section__item-text {
  white-space: nowrap;
  margin-top: 0.14rem;
  font-size: 0.24rem;
  font-weight: 400;
  text-align: center;
  color: #1a2026;
}

.cg-section {
  padding: 0.8rem 0.3rem 0.74rem 0.3rem !important;
}

.cg-section .cg-section__list {
  margin-top: 0.8rem;
  display: grid;
  grid-template-columns: repeat(2, auto);
  column-gap: 0.15rem;
  row-gap: 0.2rem;
}
.cg-section .cg-section__item {
  position: relative;
  width: 3.36rem;
  height: 2.08rem;
}
.cg-section .cg-section__item .cg-section__item-img {
  display: block;
  width: 100%;
  object-fit: contain;
}
.cg-section .cg-section__item .cg-section__item-text {
  font-size: 0.24rem;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(270deg, rgba(26, 32, 38, 0) 0%, #1a2026 100%);
  padding-left: 0.11rem;
  display: flex;
  align-items: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.46rem;
}

.ykt-section-list {
  margin-top: 0.62rem;
  margin-left: 0.3rem;
  margin-right: 0.3rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.1rem;
}

.ykt-section-list-item {
  height: 0.9rem;
  padding: 0.15rem 0.32rem;
  display: flex;
  align-items: center;
  background: #ffffff;
  border-radius: 0.06rem;
}
.ykt-section-list-item .ykt-section-list-item__icon {
  margin-right: 0.13rem;
}
.ykt-section-list-item .ykt-section-list-item__icon img {
  display: block;
  width: 0.6rem;
  height: 0.6rem;
}
.ykt-section-list-item .ykt-section-list-item__text {
  font-size: 0.24rem;
  font-weight: 400;
  color: #1a2026;
  text-align: start;
}

.jjfa-section-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 0.18rem;
  column-gap: 0.24rem;
  margin-top: 0.8rem;
}

.jjfa-section-item {
  background: #ffffff;
  border: 1px solid #ebebeb;
  padding-bottom: 0.15rem;
}
.jjfa-section-item .jjfa-section-list-item__img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.3rem;
  height: 2.26rem;
}
.jjfa-section-item .jjfa-section-list-item__img img {
  width: 100%;
  height: 100%;
}
.jjfa-section-item .jjfa-section-list-item__title {
  margin-top: 0.1rem;
  text-align: center;
  font-size: 0.24rem;
  font-weight: 400;
  color: #1a2026;
  line-height: 0.4rem;
}
.jjfa-section-item .jjfa-section-list-item__more {
  margin-top: 0.1rem;
  display: block;
  text-align: center;
  font-size: 0.24rem;
  line-height: 0.37rem;
  font-weight: 400;
  color: #116cff;
  text-decoration: none;
}

.znh-section {
  position: relative;
  overflow: hidden;
}
.znh-section .znh-section__padding {
  height: 300px;
}
.znh-section .znh-section__img {
  position: absolute;
  height: 391px;
  top: 300px;
  padding: 1rem;
  z-index: 2;
}
.znh-section .znh-section__img img {
  width: 100%;
  height: 100%;
}
.znh-section .znh-section__bottom {
  margin-top: 366px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #1ebd73;
  padding-top: 134px;
  padding-left: 30px;
  padding-right: 30px;
  padding-bottom: 24px;
}
.znh-section .znh-section__bottom .znh-section__bottom-body {
  bottom: 0;
  display: flex;
  justify-content: space-between;
}
.znh-section .znh-section__bottom .znh-section__bottom-item {
  width: 200px;
}
.znh-section .znh-section__bottom .znh-section__bottom-item .znh-section__bottom-item-title {
  display: flex;
  justify-content: center;
  font-size: 32px;
  font-weight: bold;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.znh-section .znh-section__bottom .znh-section__bottom-item .znh-section__bottom-item-title .znh-section__bottom-item-title-icon {
  width: 56px;
  height: 56px;
  margin-bottom: 16px;
}
.znh-section .znh-section__bottom .znh-section__bottom-item .znh-section__bottom-item-desc {
  margin-top: 16px;
  text-align: center;
  font-size: 24px;
  font-weight: 400;
  color: #f0f1f1;
}

.mpsm-section .mpsm-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.mpsm-section .mpsm-section__item {
  display: flex;
  align-items: center;
  padding: 0.5rem;
  background: #ffffff;
  box-shadow: 0px 3px 10px 1px rgba(0, 0, 0, 0.0509803922);
  border-radius: 4px;
}
.mpsm-section .mpsm-section__item .mpsm-section__item-icon {
  margin-right: 0.5rem;
  width: 60px;
  height: 60px;
}
.mpsm-section .mpsm-section__item .mpsm-section__item-title {
  font-size: 24px;
  font-weight: bold;
  color: #1a2026;
}
.mpsm-section .mpsm-section__desc {
  margin-top: 1rem;
  margin-bottom: 57px;
  font-size: 24px;
  font-weight: 400;
  color: #808080;
  text-align: center;
}

.qxcp-section .qxcp-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.qxcp-section .qxcp-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.qxcp-section .qxcp-section__item .qxcp-section__item-img {
  width: 100%;
  height: 120px;
}
.qxcp-section .qxcp-section__item .qxcp-section__item-title {
  margin-top: 0.5rem;
  font-size: 32px;
  font-weight: 600;
  color: #1a2026;
}
.qxcp-section .qxcp-section__item .qxcp-section__item-desc {
  text-align: center;
  margin-top: 0.25rem;
  font-size: 22px;
  font-weight: 400;
  color: #bcbec0;
}

.dh-section .dh-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 1rem;
}
.dh-section .dh-section__item {
  background: #f9fbfb;
  padding: 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dh-section .dh-section__item .dh-section__item-img {
  width: 166px;
  height: 166px;
}
.dh-section .dh-section__item .dh-section__item-text {
  font-size: 24px;
  font-weight: bold;
  color: #1a2026;
}

.zhdk-section .section-description3 {
  margin-bottom: 48px;
}

.gywm-banner {
  background-image: url("/src/image/关于我们/bg.png");
}
.gywm-banner .bannar__title {
  margin-top: 0;
}

.agent-recruiting-banner {
  background-image: url("/src/image/代理招募_slices(1)/组 3893.png");
}
.agent-recruiting-banner .banner__description {
  margin-top: 24px;
}
.agent-recruiting-banner .agent-recruiting-banner__button {
  margin: 80px auto 60px auto;
}

.dls-section .dls-section__list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.dls-section .dls-section__item {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.dls-section .dls-section__item .dls-section__item-img {
  width: 160px;
  height: 160px;
}
.dls-section .dls-section__item .dls-section__item-text {
  font-size: 32px;
  font-weight: bold;
  color: #222222;
}
.dls-section .dls-section__arrows {
  margin-top: 64px;
  margin-left: auto;
  margin-right: auto;
  width: 57px;
  height: 57px;
}
.dls-section .dls-section__arrows img {
  width: 57px;
}
.dls-section .dls-section__arrows.dls-section__arrows--down img {
  transform: rotate(90deg);
}
.dls-section .dls-section__arrows.dls-section__arrows--left img {
  transform: rotate(180deg);
}

.tg-section {
  background-image: url("/image/代理招募_slices(1)/蒙版组 143.png");
}
.tg-section .tg-section__list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 2rem 0.5rem;
}
.tg-section .tg-section__item {
  display: flex;
  align-items: center;
}
.tg-section .tg-section__item .tg-section__item-img {
  width: 64px;
  height: 64px;
}
.tg-section .tg-section__item .tg-section__item-body {
  margin-left: 16px;
}
.tg-section .tg-section__item .tg-section__item-title {
  font-size: 32px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.3em;
}
.tg-section .tg-section__item .tg-section__item-description {
  font-size: 22px;
  font-weight: 400;
  color: #ffffff;
  line-height: 1.5em;
}

/*# sourceMappingURL=main.css.map */
