.common-banner {
  position: relative;
  overflow: hidden;
}
.common-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.common-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 51.64705882%;
  z-index: 6;
}
.common-banner .text .banner-title {
  position: relative;
  width: fit-content;
}
.common-banner .text .banner-title .title-text {
  font-weight: 400;
  font-size: var(--font50);
  color: #ffffff;
  line-height: 1;
}
.common-banner .text .banner-title .line {
  position: absolute;
  left: min(-0.4rem, -20px);
  bottom: 3%;
  width: 95.8974359%;
  height: max(0.08rem, 4px);
  background: #009d85;
  z-index: -1;
}

/* 2026-1-29 修改开始 */
.common-banner.pro-detail-banner .text {
  top: 35%;
  bottom: auto;
}

@media (max-width: 576px) {
  .common-banner.pro-detail-banner .text {
    top: 20%;
    bottom: auto;
  }
}

.common-banner.pro-detail-banner .text .banner-title .title-text {
  font-size: var(--font46);
}

.common-banner.pro-detail-banner .text .pro-banner-desc {
  margin-top: max(0.3rem, 20px);
  font-size: var(--font18);
  overflow-wrap: break-word;
  color: #fff;
  line-height: 1.5;
}

/* 2026-1-29 修改结束 */
.common-banner .product-pic {
  position: absolute;
  left: 50%;
  top: 16.0417vw;
  transform: translateX(-50%);
}

.common-banner .product-pic .img {
  max-width: max(260px, 7rem);
  /* max-height: max(180px, 4rem); */
  /* padding: 20px 15px; */
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  position: relative;
}

@media (max-width: 576px) {
  .common-banner .product-pic {
    display: none;
  }
}

.common-banner .product-pic .img::after {
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 65%;
}

/* 2026-1-29 修改 */
.common-banner .product-pic .img img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 90%;
  max-height: 90%;
  object-fit: contain;
  object-position: center center;
  mix-blend-mode: multiply;
}
.common-title {
  font-weight: 400;
  font-size: var(--font50);
  color: #000000;
  line-height: 1.2;
}
.common-section-title {
  position: relative;
  width: fit-content;
  z-index: 10;
}
.common-section-title .title-text {
  font-weight: 400;
  font-size: var(--font50);
  color: #000000;
  line-height: 1;
}
.common-section-title .line {
  position: absolute;
  left: min(-0.4rem, -20px);
  bottom: 3%;
  width: 95.8974359%;
  height: max(0.08rem, 4px);
  background: #009d85;
  z-index: -1;
}
.join-page {
  padding-bottom: max(1.95rem, var(--space));
}
.join-culture-panel {
  background: #ffffff;
  border-radius: 10px;
  display: flex;
  align-items: flex-start;
  padding-left: max(0.94rem, 15px);
  padding-right: max(0.84rem, 15px);
  margin-top: -1.6rem;
  position: relative;
  z-index: 7;
  padding-top: max(1.28rem, 20px);
  padding-bottom: max(0.5rem, 20px);
}
.join-culture-panel .left {
  width: 45.71026723%;
  flex-shrink: 0;
  position: relative;
  z-index: 7;
}
.join-culture-panel .left::before,
.join-culture-panel .left::after {
  content: "";
  position: absolute;
}
.join-culture-panel .left::before {
  left: -1.64rem;
  bottom: min(-0.24rem, -10px);
  width: 3rem;
  height: max(0.4rem, 20px);
  background: rgba(0, 157, 133, 0.1);
  z-index: -1;
}
.join-culture-panel .left::after {
  width: 20px;
  height: 120px;
  background: rgba(0, 157, 133, 0.1);
  z-index: -1;
  right: max(0.24rem, 20px);
  top: min(-0.48rem, 30px);
}
.join-culture-panel .left .pic {
  display: block;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.join-culture-panel .left .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.join-culture-panel .right {
  flex: 1;
  min-width: 0;
  margin-left: 1rem;
  padding-top: max(0.55rem, 20px);
}
.join-culture-panel .right .panel-title {
  font-weight: 400;
  font-size: var(--font50);
  color: #000000;
  line-height: 1.2;
  margin-bottom: max(0.23rem, 20px);
}
.join-culture-panel .right .panel-sub-title {
  font-weight: 400;
  font-size: var(--font30);
  color: #009d85;
  margin-bottom: max(0.4rem, 20px);
}
.join-culture-panel .right .panel-desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  overflow-wrap: break-word;
}
.join-culture-panel .right .panel-desc p:not(:last-child) {
  margin-bottom: max(0.25rem, 15px);
}
.job-company {
  margin-top: max(1.5rem, var(--space));
  overflow: hidden;
}
.job-company .title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: max(0.45rem, 20px);
}
.job-company .title-line .arrow-area {
  display: flex;
  align-items: center;
}
.job-company .title-line .arrow-area .arrow {
  flex-shrink: 0;
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px 16px 0px rgba(0, 157, 133, 0.21);
  border-radius: 25px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.job-company .title-line .arrow-area .arrow:hover {
  background-color: #009d85;
  box-shadow: none;
}
.job-company .title-line .arrow-area .arrow:hover img {
  filter: brightness(0) invert(1);
}
.job-company .title-line .arrow-area .arrow:not(:last-child) {
  margin-right: 12px;
}
.job-company .title-line .arrow-area .arrow img {
  display: block;
  max-width: 45%;
  height: auto;
  transition: var(--duration);
}
.job-company .job-company-swiper {
  overflow: initial !important;
}
.job-company .job-company-swiper .swiper-slide .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.job-company .job-company-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 60%;
}
.job-company .job-company-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.job-list-area {
  margin-top: max(1.25rem, var(--space));
  overflow: hidden;
}
.job-list-area .job-filter-area {
  margin-top: max(0.47rem, 20px);
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  padding-left: max(0.61rem, 15px);
  padding-right: max(0.57rem, 15px);
  padding-top: max(0.5rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  margin-bottom: 21px;
}
.job-list-area .job-filter-area .item {
  display: flex;
  align-items: flex-start;
}
.job-list-area .job-filter-area .item:not(:last-child) {
  margin-bottom: max(0.3rem, 20px);
}
.job-list-area .job-filter-area .item .item-text {
  width: 90px;
  flex-shrink: 0;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  margin-right: max(0.4rem, 20px);
}
.job-list-area .job-filter-area .item .group {
  display: flex;
  column-gap: max(0.3rem, 20px);
}
.job-list-area .job-filter-area .item .group .other {
  display: flex;
  flex-wrap: wrap;
  column-gap: max(0.46rem, 15px);
  row-gap: 10px;
}
.job-list-area .job-filter-area .item .group .label {
  white-space: nowrap;
  user-select: none;
  cursor: pointer;
}
.job-list-area .job-filter-area .item .group .label input {
  display: none;
}
.job-list-area .job-filter-area .item .group .label input:checked + .label-text {
  color: #009d85;
}
.job-list-area .job-filter-area .item .group .label a.active {
  color: #009d85;
}
.job-list-area .job-filter-area .item .group .label .label-text {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
}
.job-list-area .job-list-group .item {
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  --leftUnit: max(0.6rem, 15px);
}
.job-list-area .job-list-group .item .item-top {
  display: flex;
  align-items: center;
  column-gap: 15px;
  padding-left: var(--leftUnit);
  padding-right: var(--leftUnit);
  padding-top: max(0.265rem, 20px);
  padding-bottom: max(0.265rem, 20px);
  user-select: none;
  cursor: pointer;
  position: relative;
}
.job-list-area .job-list-group .item .item-top::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 4px;
  height: 0px;
  background: #009d85;
  transition: var(--duration);
}
.job-list-area .job-list-group .item .item-top.active::before {
  height: 24px;
}
.job-list-area .job-list-group .item .item-top.active .cate {
  color: #009d85;
}
.job-list-area .job-list-group .item .item-top.active .icon {
  transform: rotate(-180deg);
  background-color: #009d85;
}
.job-list-area .job-list-group .item .item-top .cate {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  transition: var(--duration);
  width: 18%;
}
.job-list-area .job-list-group .item .item-top .word-list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  flex: 1;
  min-width: 0;
  margin-left: 15px;
  margin-right: 15px;
}
.job-list-area .job-list-group .item .item-top .word-list .text-item {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  flex-shrink: 0;
  padding: 0 10px;
}


.job-list-area .job-list-group .item .item-top .word-list .text-item:nth-child(1) {
  width: 20%;
}


.job-list-area .job-list-group .item .item-top .word-list .text-item:nth-child(2) {

  width: 60%;

}


.job-list-area .job-list-group .item .item-top .word-list .text-item:nth-child(3) {
  width: 20%;
}


.job-list-area .job-list-group .item .item-top .icon {
  margin-left: auto;
  width: 26px;
  height: 26px;
  background: #d1d1d1;
  border-radius: 50%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.job-list-area .job-list-group .item .item-top .icon img {
  display: block;
  max-width: 50%;
  height: auto;
}
.job-list-area .job-list-group .item .item-main-box {
  display: none;
}
.job-list-area .job-list-group .item .item-main {
  padding-top: max(0.44rem, 20px);
  padding-bottom: max(0.93rem, 20px);
  padding-left: var(--leftUnit);
  padding-right: var(--leftUnit);
  border-top: 1px solid rgba(0, 0, 0, 0.06);
  display: flex;
  justify-content: space-between;
  align-content: flex-start;
  align-items: flex-start;
  flex-wrap: wrap;
  row-gap: max(0.3rem, 20px);
  overflow-wrap: break-word;
}
.job-list-area .job-list-group .item .item-main .column {
  width: 35.81081081%;
  flex-shrink: 0;
}
.job-list-area .job-list-group .item .item-main .column .section:not(:last-child) {
  margin-bottom: max(0.45rem, 20px);
}
.job-list-area .job-list-group .item .item-main .section {
  width: 100%;
}
.job-list-area .job-list-group .item .item-main .section .section-title {
  font-weight: 400;
  font-size: var(--font18);
  color: #000000;
  margin-bottom: 18px;
}
.job-list-area .job-list-group .item .item-main .section .section-desc {
  font-weight: 400;
  font-size: var(--font16);
  line-height: 26px;
  line-height: 1.625;
  color: rgba(0, 0, 0, 0.6);
  overflow-wrap: break-word;
}
.job-list-area .job-list-group .item .item-main .section .section-desc p:not(:last-child) {
  margin-bottom: 6px;
}
.job-list-area .job-list-group .item:not(:last-child) {
  margin-bottom: 15px;
}
/* 关于我们页面 */
.about-banner {
  position: relative;
}
.about-banner .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.about-banner .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 12.98969072%;
}
.about-banner .text .banner-title {
  position: relative;
  width: fit-content;
}
.about-banner .text .banner-title .title-text {
  font-weight: 400;
  font-size: var(--font50);
  color: #ffffff;
  line-height: 1;
}
.about-banner .text .banner-title .line {
  position: absolute;
  left: min(-0.4rem, -20px);
  bottom: 3%;
  width: 95.8974359%;
  height: max(0.08rem, 4px);
  background: #009d85;
  z-index: -1;
}
.about-banner .text .banner-desc {
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.41666667;
  margin-top: max(0.45rem, 20px);
  overflow-wrap: break-word;
  max-width: 722px;
  width: 60%;
}
.about-intro {
  padding-top: max(1.56rem, var(--space));
  padding-bottom: max(1.19rem, var(--space));
  overflow: hidden;
}
.about-intro .intro-wrap .intro-top {
  display: flex;
  align-items: flex-start;
  margin-top: max(0.65rem, 35px);
  margin-bottom: 1.01rem;
}
.about-intro .intro-wrap .intro-top .intro-left {
  width: 48.75%;
  flex-shrink: 0;
  user-select: none;
  cursor: pointer;
}
.about-intro .intro-wrap .intro-top .intro-left .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}
.about-intro .intro-wrap .intro-top .intro-left .pic .poster {
  display: block;
  width: 100%;
  height: auto;
}
.about-intro .intro-wrap .intro-top .intro-left .pic .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  cursor: pointer;
  width: max(0.64rem, 45px);
  border-radius: 50%;
  pointer-events: none;
}
.about-intro .intro-wrap .intro-top .intro-left .pic .play .play1 {
  width: 100%;
  height: auto;
  object-fit: contain;
  animation: rotate 10s linear infinite;
}
.about-intro .intro-wrap .intro-top .intro-left .pic .play .play2 {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 45%;
  height: auto;
}
.about-intro .intro-wrap .intro-top .intro-right {
  font-weight: 400;
  font-size: var(--font20);
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  overflow-wrap: break-word;
  flex: 1;
  min-width: 0;
  margin-left: max(0.56rem, 20px);
  padding-top: 0.72rem;
}
.about-intro .intro-wrap .intro-top .intro-right p:not(:last-child) {
  margin-bottom: max(0.3rem, 20px);
}
.about-intro .intro-wrap .intro-bottom {
  display: flex;
  align-items: flex-start;
}
.about-intro .intro-wrap .intro-bottom .aside {
  width: 48.75%;
  flex-shrink: 0;
}
.about-intro .intro-wrap .intro-bottom .aside .group .item {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  column-gap: 20px;
  padding-bottom: max(0.35rem, 20px);
  position: relative;
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.about-intro .intro-wrap .intro-bottom .aside .group .item::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100px;
  height: 2px;
  background-color: #009d85;
}
.about-intro .intro-wrap .intro-bottom .aside .group .item:not(:last-child) {
  margin-bottom: max(0.36rem, 20px);
}
.about-intro .intro-wrap .intro-bottom .aside .group .item .text .text-top {
  display: flex;
  align-items: flex-end;
  line-height: 1;
  margin-bottom: max(0.19rem, 10px);
}
.about-intro .intro-wrap .intro-bottom .aside .group .item .text .text-top .num {
  font-family: BebasNeue, sans-serif;
  font-weight: 400;
  font-size: var(--font60);
  color: #000000;
}
.about-intro .intro-wrap .intro-bottom .aside .group .item .text .text-top .unit {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  margin-left: max(0.19rem, 10px);
}
.about-intro .intro-wrap .intro-bottom .aside .group .item .text .text-top .sup {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  margin-left: max(0.18rem, 10px);
  align-self: flex-start;
}
.about-intro .intro-wrap .intro-bottom .aside .group .item .text .text-bottom {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(0, 0, 0, 0.6);
}
.about-intro .intro-wrap .intro-bottom .aside .group .item .icon {
  width: 47px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
}
.about-intro .intro-wrap .intro-bottom .aside .group .item .icon img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
}
.about-intro .intro-wrap .intro-bottom .main {
  flex: 1;
  min-width: 0;
  margin-left: 1.13rem;
}
.about-intro .intro-wrap .intro-bottom .main .pic {
  max-width: 100%;
  height: auto;
  display: flex;
  justify-content: flex-end;
}
.about-intro .intro-wrap .intro-bottom .main .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes rotate2 {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }
  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
.about-development {
  padding-top: max(0.75rem, 25px);
}
.about-development .title-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}
.about-development .title-line .arrow-area {
  display: flex;
  align-items: center;
  column-gap: max(0.13rem, 10px);
}
.about-development .title-line .arrow-area .arrow {
  width: 50px;
  height: 50px;
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
}
.about-development .title-line .arrow-area .arrow img {
  display: block;
  transition: var(--duration);
}
.about-development .title-line .arrow-area .arrow:hover {
  background-color: #009d85;
}
.about-development .title-line .arrow-area .arrow:hover img {
  filter: brightness(0) invert(1);
}
.about-development .development-swiper-container {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center bottom;
  overflow: hidden;
  margin-top: max(1.2rem, 35px);
  padding-bottom: max(1.5rem, var(--space));
}
.about-development .development-swiper {
  overflow: initial !important;
  --unit: max(0.4rem, 20px);
}
.about-development .development-swiper .swiper-slide {
  position: relative;
  height: auto;
  height: 5.96rem;
  padding-left: 20px;
  padding-right: 20px;
  /* 圆角设置 */
}
.about-development .development-swiper .swiper-slide:first-child {
  padding-left: 0.9rem;
}
.about-development .development-swiper .swiper-slide:first-child .line {
  border-radius: max(0.4rem, 20px) 0 0 max(0.4rem, 20px);
}
.about-development .development-swiper .swiper-slide:last-child .line {
  border-radius: 0 max(0.4rem, 20px) max(0.4rem, 20px) 0;
}
.about-development .development-swiper .swiper-slide .line {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  height: max(0.4rem, 20px);
  background: rgba(0, 0, 0, 0.04);
}
.about-development .development-swiper .swiper-slide:nth-child(odd) .text-box::before {
  transform: translateX(-50%);
  left: -2px;
  top: 100%;
}
.about-development .development-swiper .swiper-slide:nth-child(even) {
  display: flex;
  align-items: flex-end;
}
.about-development .development-swiper .swiper-slide:nth-child(even) .text-box {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.about-development .development-swiper .swiper-slide:nth-child(even) .text-box::before {
  transform: translateX(-50%);
  left: -2px;
  bottom: 100%;
}
.about-development .development-swiper .swiper-slide .text-box {
  height: calc(50% - max(0.2rem, 10px));
  border-left: 4px solid #e5e5e5;
  padding-left: max(0.42rem, 15px);
  position: relative;
  transition: var(--duration);
}
.about-development .development-swiper .swiper-slide .text-box::before {
  content: "";
  position: absolute;
  display: block;
  width: var(--unit);
  height: var(--unit);
  background: #d9dada;
  border-radius: 50%;
  flex-shrink: 0;
}
.about-development .development-swiper .swiper-slide .icon {
  width: 42px;
  display: flex;
  justify-content: center;
  margin-bottom: max(0.3rem, 20px);
}
.about-development .development-swiper .swiper-slide .icon img {
  display: block;
  max-width: 100%;
  height: auto;
  filter: brightness(0) opacity(0.4);
  transition: var(--duration);
}
.about-development .development-swiper .swiper-slide .text .text-year {
  line-height: 1;
  font-family: BebasNeue, sans-serif;
  font-weight: 400;
  font-size: var(--font50);
  color: #000000;
  margin-bottom: max(0.18rem, 10px);
  transition: var(--duration);
}
.about-development .development-swiper .swiper-slide .text .text-title {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  overflow-wrap: break-word;
  transition: var(--duration);
}
.about-development .development-swiper .swiper-slide:hover .text-box {
  border-color: #47b2a3;
}
.about-development .development-swiper .swiper-slide:hover .text-box::before {
  background-color: #47b2a3;
}
.about-development .development-swiper .swiper-slide:hover .text-box .icon img {
  filter: none;
}
.about-development .development-swiper .swiper-slide:hover .text-box .text-year,
.about-development .development-swiper .swiper-slide:hover .text-box .text-title {
  color: #47b2a3;
}
.about-layout {
  padding-top: max(1.16rem, var(--space));
}
.about-layout .map img {
  display: block;
  max-width: 100%;
  height: auto;
}
.about-honor {
  padding-top: max(1.2rem, var(--space));
  padding-bottom: max(1.54rem, var(--space));
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
.about-honor .honor-swiper-container {
  overflow: hidden;
}
.about-honor .honor-swiper {
  margin-top: max(0.66rem, 30px);
  overflow: initial !important;
  max-width: 1760px;
  width: 92%;
  margin-left: auto;
  margin-right: 0;
  --leftspace: 90px;
}
@media (min-width: 1921px) {
  .about-honor .honor-swiper {
    margin-left: var(--leftspace);
  }
}
@media (max-width: 768px) {
  .about-honor .honor-swiper {
    width: 92%;
  }
}
.about-honor .honor-swiper .swiper-slide {
  border-radius: 10px;
  /* background-color: #fff; */
  background-color: #f5f5f5;
  height: auto;
  outline: none;
}
.about-honor .honor-swiper .swiper-slide:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}
.about-honor .honor-swiper .swiper-slide:hover .text span {
  color: var(--theme);
}
.about-honor .honor-swiper .swiper-slide .pic {
  display: block;
  position: relative;
}
.about-honor .honor-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 100%;
}
.about-honor .honor-swiper .swiper-slide .pic img {
  position: absolute;
  left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
  object-position: center center;
  transition: var(--duration);
}
.about-honor .honor-swiper .swiper-slide .text {
  margin-top: 20px;
  padding-bottom: max(0.48rem, 20px);
  font-weight: 400;
  font-size: var(--font20);
  line-height: 1.5;
  width: 100%;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.about-honor .honor-swiper .swiper-slide .text span {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
  color: #000000;
}
.about-honor .operate-line {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: max(0.73rem, 30px);
  margin-left: var(--leftspace);
}
.about-honor .operate-line .arrow-area {
  display: flex;
  align-items: center;
}
.about-honor .operate-line .arrow-area .arrow {
  --unit: 50px;
  width: var(--unit);
  height: var(--unit);
  background: #ffffff;
  border-radius: 50%;
  transition: var(--duration);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
}
.about-honor .operate-line .arrow-area .arrow:not(:last-child) {
  margin-right: 17px;
}
.about-honor .operate-line .arrow-area .arrow:not(.swiper-button-disabled):hover {
  cursor: pointer;
  background-color: #009d85;
}
.about-honor .operate-line .arrow-area .arrow:not(.swiper-button-disabled):hover img {
  filter: brightness(0) invert(1);
}
.about-honor .operate-line .arrow-area .arrow img {
  display: block;
  transition: var(--duration);
}
.about-honor .operate-line .honor-swiper-pagination {
  flex: 1;
  min-width: 0;
  margin-left: max(0.5rem, 20px);
  height: 2px;
  background-color: rgba(0, 0, 0, 0.2);
  position: static;
}
.about-honor .operate-line .honor-swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #009d85;
}
.about-partner {
  padding-top: max(1.15rem, var(--space));
  padding-bottom: max(1.43rem, var(--space));
}
.about-partner .partner-swiper-container {
  width: calc(86% + 20px);
  max-width: calc(1600px + 20px);
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 768px) {
  .about-partner .partner-swiper-container {
    width: calc(92% + 20px);
    max-width: 94%;
  }
}
.about-partner .partner-swiper-container .partner-Swiper {
  padding-top: max(0.8rem, 30px);
  width: 100%;
  overflow: initial !important;
}

/* 2026-1-29 修改 */
.about-partner .partner-swiper-container .partner-Swiper .swiper-slide {
  padding-left: 10px;
  padding-right: 10px;
}
.about-partner .partner-swiper-container .partner-Swiper .swiper-slide .list {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 14px;
  row-gap: 15px;
}
.about-partner .partner-swiper-container .partner-Swiper .swiper-slide .list .pic {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #ffffff;
  /* box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15); */
  box-shadow: 0px 0px 20px 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  position: relative;
  /* overflow: hidden; */
  min-width: 0;
}
.about-partner .partner-swiper-container .partner-Swiper .swiper-slide .list .pic:hover img {
  transform: translate(-50%, -50%) scale(1.1);
}
.about-partner .partner-swiper-container .partner-Swiper .swiper-slide .list .pic::after {
  content: "";
  display: block;
  padding-bottom: 30.76923077%;
}
.about-partner .partner-swiper-container .partner-Swiper .swiper-slide .list .pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-width: 70%;
  max-height: 70%;
  object-fit: contain;
  transition: var(--duration);
}
.about-partner .partner-swiper-container .partner-swiper-pagination {
  position: static;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: max(0.53rem, 20px);
}
.about-partner .partner-swiper-container .partner-swiper-pagination .swiper-pagination-bullet {
  width: max(0.18rem, 10px);
  height: max(0.18rem, 10px);
  background: rgba(0, 0, 0, 0.1);
  border-radius: 50%;
  flex-shrink: 0;
  margin-left: 0;
  opacity: 1;
}
.about-partner .partner-swiper-container .partner-swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: max(0.16rem, 10px);
}
.about-partner .partner-swiper-container .partner-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #009d85;
}
.contact-page {
  padding-bottom: max(1.94rem, var(--space));
}
.contact-map {
  overflow: hidden;
  margin-top: -1.6rem;
  position: relative;
  z-index: 10;
}
.contact-map .contact-wrap {
  background: #ffffff;
  border-radius: 10px;
}
.contact-map .map-pic {
  display: flex;
  justify-content: center;
  position: relative;
}
.contact-map .map-pic .map {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 10px;
}
.contact-map .mark-item {
  position: absolute;
  cursor: pointer;
}
.contact-map .mark-item:hover .point {
  transform: scale(1, 1);
}
.contact-map .mark-item:hover .mark-text {
  opacity: 1;
  pointer-events: initial;
}
.contact-map .mark-item .mark-text {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 100%;
  width: max(4.2rem, 200px);
  height: auto;
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  padding-top: max(0.5rem, 20px);
  padding-bottom: max(0.5rem, 20px);
  padding-left: max(0.33rem, 15px);
  padding-right: max(0.46rem, 15px);
  transition: var(--duration);
  opacity: 0;
  pointer-events: none;
  max-height: 275px;
  overflow-y: auto;
}
.contact-map .mark-item .mark-text::-webkit-scrollbar {
  width: 6px;
  background-color: #ccc;
  border-radius: 10px;
}
.contact-map .mark-item .mark-text::-webkit-scrollbar-thumb {
  background-color: var(--theme);
  border-radius: 10px;
}
.contact-map .mark-item .mark-text .title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  padding-bottom: max(0.18rem, 10px);
  position: relative;
}
.contact-map .mark-item .mark-text .title::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
}
.contact-map .mark-item .mark-text .title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 29.41176471%;
  height: 2px;
  background-color: #009d85;
}
.contact-map .mark-item .mark-text .info-list {
  padding-top: max(0.21rem, 15px);
}
.contact-map .mark-item .mark-text .info-list .info-item {
  font-weight: 400;
  font-size: var(--font16);
  color: #000000;
  line-height: 1.625;
  overflow-wrap: break-word;
}
.contact-map .point {
  width: 0.25rem;
  height: 0.25rem;
  border-radius: 50%;
  background-color: #009d85;
  user-select: none;
  cursor: pointer;
  transform: scale(0, 0);
  transition: var(--duration);
}
.contact-map .mark1 {
  right: 21.3%;
  top: 29%;
}
.contact-map .mark2 {
  right: 22.5%;
  top: 33.5%;
}
.contact-map .mark3 {
  right: 30%;
  top: 39%;
}
.contact-map .mark4 {
  right: 28.5%;
  top: 39%;
}
.contact-map .mark5 {
  right: 23.7%;
  top: 42.5%;
}
.contact-map .mark6 {
  right: 33.7%;
  top: 49%;
}
.contact-map .mark7 {
  right: 32.2%;
  top: 49.2%;
}
.contact-map .mark8 {
  right: 28.6%;
  top: 52.3%;
}
.contact-map .mark9 {
  right: 25.2%;
  top: 53.6%;
}
.contact-map .mark10 {
  right: 23.6%;
  top: 54%;
}
.contact-map .mark11 {
  right: 22.9%;
  top: 52.6%;
}
.contact-map .mark12 {
  right: 21.9%;
  top: 54%;
}
.contact-map .mark13 {
  right: 44.5%;
  top: 58%;
}
.contact-map .mark14 {
  right: 31%;
  top: 57.2%;
}
.contact-map .mark15 {
  right: 23.5%;
  top: 57.2%;
}
.contact-map .mark16 {
  right: 28.6%;
  top: 60.6%;
}
.contact-map .mark17 {
  right: 23.9%;
  top: 65%;
}
.contact-map .mark18 {
  right: 24.3%;
  top: 66.8%;
}
.contact-map .mark19 {
  right: 25.1%;
  top: 68.2%;
}
.contact-map .mark20 {
  right: 21.3%;
  top: 68%;
}
.contact-map .mark21 {
  right: 29.1%;
  top: 70.7%;
}
.contact-map .mark22 {
  right: 31.6%;
  top: 72%;
}
.contact-map .mark23 {
  right: 36.1%;
  top: 78.5%;
}
.contact-info-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-top: 20px;
  row-gap: 20px;
}
.contact-info-list .item {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px 20px 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  padding-top: max(0.55rem, 20px);
  padding-bottom: max(0.85rem, 20px);
  padding-left: max(0.5rem, 15px);
  padding-right: max(0.5rem, 15px);
}
.contact-info-list .item .item-title {
  font-weight: 400;
  font-size: var(--font30);
  color: #000000;
  padding-bottom: max(0.25rem, 15px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  position: relative;
  margin-bottom: max(0.3rem, 20px);
}
.contact-info-list .item .item-title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 23.80952381%;
  height: 2px;
  background-color: #009d85;
}
.contact-info-list .item .info-group .section:not(:last-child) {
  padding-bottom: max(0.25rem, 20px);
  border-bottom: 1px solid rgba(0, 0, 0, 0.06);
  margin-bottom: max(0.25rem, 20px);
}
.contact-info-list .item .info-group .section .section-text {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.contact-company {
  margin-top: max(1.5rem, var(--space));
  overflow: hidden;
}
.contact-company .company-wrap {
  display: flex;
  align-items: flex-start;
}
.contact-company .company-wrap .left {
  width: 30%;
  flex-shrink: 0;
  padding-left: 0.7rem;
}
.contact-company .company-wrap .left img {
  display: block;
  max-width: 100%;
  height: auto;
}
.contact-company .company-wrap .right {
  margin-left: auto;
  width: 58.125%;
  flex-shrink: 0;
  padding-top: 0.8rem;
}
.contact-company .company-wrap .right .layui-form .select-item {
  display: flex;
  align-items: center;
  margin-bottom: max(0.4rem, 20px);
}
.contact-company .company-wrap .right .layui-form .select-item .icon {
  margin-right: 20px;
}


.contact-company .company-wrap .right .layui-form .select-item .layui-form-select {
  /* width: 180px; */
  width: 60%;
}
.contact-company .company-wrap .right .layui-form .select-item .layui-input {
  color: #000000;
  font-size: var(--font20);
}
.contact-company .company-wrap .right .layui-form .select-item .layui-input,
.contact-company .company-wrap .right .layui-form .select-item .layui-select,
.contact-company .company-wrap .right .layui-form .select-item .layui-textarea {
  height: 25px;
  border: none;
  background-color: transparent;
  user-select: none;
  cursor: pointer;
}
.contact-company .company-wrap .right .layui-form .select-item .layui-form-select .layui-edge {
  border: none;
  width: 14px;
  height: 8px;
  background-image: url(../images/contact-select.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}
.contact-company .company-wrap .right .layui-form .select-item .layui-form-select dl {
  top: 100%;
}
.contact-company .company-wrap .right .layui-form .select-item .layui-form-select dl dd.layui-this {
  background-color: var(--theme);
}
.contact-company .company-wrap .right .layui-form .input-item {
  width: 4.09rem;
  height: 45px;
  display: flex;
  align-items: center;
  position: relative;
}
.contact-company .company-wrap .right .layui-form .input-item:focus-within input {
  border-color: var(--theme);
}
.contact-company .company-wrap .right .layui-form .input-item input {
  display: block;
  width: 100%;
  height: 100%;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  transition: var(--duration);
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  padding-right: 45px;
}
.contact-company .company-wrap .right .layui-form .input-item input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}
.contact-company .company-wrap .right .layui-form .input-item button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  user-select: none;
  cursor: pointer;
  z-index: 2;
}
.contact-company .company-wrap .right .group {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: max(0.75rem, 30px);
  row-gap: max(0.56rem, 30px);
}
.contact-company .company-wrap .right .group .section {
  width: 47.5%;
  display: flex;
  align-items: flex-start;
}
.contact-company .company-wrap .right .group .section .index {
  width: 28px;
  height: 28px;
  background: #009d85;
  border-radius: 50%;
  flex-shrink: 0;
  margin-right: max(0.15rem, 10px);
  font-weight: 400;
  font-size: var(--font16);
  color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact-company .company-wrap .right .group .section .text {
  flex: 1;
  min-width: 0;
}
.contact-company .company-wrap .right .group .section .text .text-title {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  margin-bottom: 10px;
  overflow-wrap: break-word;
}
.contact-company .company-wrap .right .group .section .text .text-desc {
  font-weight: 400;
  font-size: var(--font16);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.875;
}
.contact-message {
  padding-top: max(1.25rem, var(--space));
}
.contact-message .form-placeholder-text {
  margin-top: max(0.42rem, 20px);
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
}
.contact-message .message-form {
  margin-top: max(0.7rem, 30px);
  --h: max(0.8rem, 45px);
}
.contact-message .message-form .placeholder {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  margin-bottom: max(0.18rem, 10px);
}
.contact-message .message-form .placeholder .required {
  color: #009d85;
}
.contact-message .message-form .input-line {
  display: flex;
  justify-content: space-between;
}
.contact-message .message-form .input-line.col-3 .input-item {
  width: 32.5%;
  flex-shrink: 0;
}
.contact-message .message-form .input-line.col-2 .input-item {
  width: 49.375%;
  flex-shrink: 0;
}
.contact-message .message-form .input-line .input-item {
  margin-bottom: max(0.5rem, 20px);
}
.contact-message .message-form .input-line .input-item input {
  display: block;
  width: 100%;
  height: var(--h);
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  transition: var(--duration);
  padding-left: 15px;
  padding-right: 15px;
  font-size: var(--font18);
  color: #000000;
}
.contact-message .message-form .input-line .input-item input:focus {
  border-color: var(--theme);
}
.contact-message .message-form .input-line .input-item .select .layui-form-select dl {
  top: 100%;
}
.contact-message .message-form .input-line .input-item .select .layui-form-select .layui-edge {
  width: 14px;
  height: 8px;
  background-image: url(../images/contact-form-select.svg);
  background-size: contain;
  background-position: center center;
  border-color: transparent;
  border-width: 0px;
  margin-top: -4px;
  right: max(0.35rem, 20px);
}
.contact-message .message-form .input-line .input-item .select .layui-form-select dl dd.layui-this {
  background-color: var(--theme);
}
.contact-message .message-form .textarea-line textarea {
  display: block;
  resize: none;
  width: 100%;
  height: max(2rem, 150px);
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  transition: var(--duration);
  padding: 20px 15px;
  font-size: var(--font18);
  color: #000000;
}
.contact-message .message-form .textarea-line textarea:focus {
  border-color: var(--theme);
}
.contact-message .message-form .btn-line {
  margin-top: max(0.47rem, 20px);
}
.contact-message .message-form .btn-line .line {
  display: flex;
  justify-content: space-between;
}
.contact-message .message-form .btn-line .vercode .vercode-input {
  display: flex;
}
.contact-message .message-form .btn-line .vercode .vercode-input input {
  display: block;
  width: max(200px, 3.6rem);
  height: var(--h);
  transition: var(--duration);
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.06);
  padding-left: 15px;
  padding-right: 15px;
  font-size: var(--font18);
  color: #000000;
}
.contact-message .message-form .btn-line .vercode .vercode-input input:focus {
  border-color: var(--theme);
}
.contact-message .message-form .btn-line .vercode .vercode-input .code {
  width: max(2rem, 170px);
  height: var(--h);
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  margin-left: max(0.12rem, 10px);
}
.contact-message .message-form .btn-line .vercode .vercode-input .code img {
  display: block;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}
.contact-message .message-form .btn-line .submit-btn {
  margin-left: auto;
  width: max(2rem, 140px);
  height: var(--h);
  background: #009d85;
  border-radius: 6px;
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
.product-page .product-banner {
  position: relative;
}
.product-page .product-banner .title-wrap {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 12.1875vw;
  z-index: 20;
}
.product-page .product-banner .title-wrap .common-section-title .title-text {
  color: #fff;
}
.product-page .product-banner .list {
  display: grid;
}
.product-page .product-banner .list .item {
  grid-area: 1 / 1;
  opacity: 0;
  transition: var(--duration);
  position: relative;
}
.product-page .product-banner .list .item.show {
  opacity: 1;
  z-index: 2;
}

.product-page .product-banner .list .item .pic {
  position: relative;
}

.product-page .product-banner .list .item .pic.mask::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.product-page .product-banner .list .item .pic img {
  display: block;
  width: 100%;
  height: auto;
}
.product-page .product-banner .list .item .text {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 20.8854vw;
  z-index: 6;
}

.product-page .product-banner .list .item .text .text-main {
  width: fit-content;
  max-width: 100%;
  padding: 20px 15px;
  border-radius: 10px;
  background-color: transparent;
  margin-bottom: max(0.4rem, 20px);
}

.product-page .product-banner .list .item .text.mask .text-main {
  background-color: rgba(0, 0, 0, 0.45);
}
.product-page .product-banner .list .item .text .text-title {
  font-weight: 400;
  font-size: var(--font30);
  color: #ffffff;
  margin-bottom: 20px;
}
.product-page .product-banner .list .item .text .text-desc {
  font-weight: 400;
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.product-page .product-banner .list .item .text .link {
  display: flex;
  align-items: center;
}
.product-page .product-banner .list .item .text .link span {
  font-weight: 400;
  font-size: var(--font20);
  color: #009d85;
  margin-right: max(0.2rem, 10px);
}
.product-page .product-banner .list .item .text .link .icon {
  width: 32px;
  height: 32px;
  flex-shrink: 0;
  background: #009d85;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
.product-page .product-banner .list .item .text .link .icon img {
  width: 12px;
}
.product-page .product-banner .product-tab-list {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 6.4583vw;
  display: flex;
  z-index: 7;
}

.product-page .product-banner .product-tab-list .tab-item {
  width: calc((100% - 60px) / 8);
  flex-shrink: 0;
  background: #ffffff;
  border-radius: 10px;
  font-weight: 400;
  font-size: var(--font30);
  color: #049e87;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  padding-top: max(0.35rem, 15px);
  padding-bottom: max(0.35rem, 15px);
  padding-left: 10px;
  padding-right: 10px;
  line-height: 1;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
  position: relative;
  z-index: 2;
  overflow: hidden;
}
.product-page .product-banner .product-tab-list .tab-item:not(:last-child) {
  margin-right: 10px;
}
.product-page .product-banner .product-tab-list .tab-item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #009d85;
  z-index: -1;
  transition: var(--duration);
}
.product-page .product-banner .product-tab-list .tab-item.active,
.product-page .product-banner .product-tab-list .tab-item:hover {
  color: #fff;
}
.product-page .product-banner .product-tab-list .tab-item.active::after,
.product-page .product-banner .product-tab-list .tab-item:hover::after {
  width: 100%;
  right: auto;
  left: 0;
}
.common-bread-crumb {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  margin-bottom: 22px;
}
.common-bread-crumb .item {
  font-weight: 400;
  font-size: var(--font16);
  color: #ffffff;
  display: flex;
  align-items: center;
}
.common-bread-crumb .item:not(:last-child)::after {
  content: "-";
  display: block;
  margin-left: 5px;
  margin-right: 5px;
}
.pro-cate-page {
  padding-bottom: max(2.23rem, var(--space));
}
.pro-cate-main {
  margin-top: -10.4167vw;
  position: relative;
  z-index: 10;
}
.pro-cate-area {
  background-color: #fff;
  border-radius: 10px 10px 0 0;
  padding-left: max(0.6rem, 20px);
  padding-right: max(0.6rem, 20px);
  padding-top: max(0.8rem, 30px);
}
.pro-cate-area .cate-section:not(:last-child) {
  margin-bottom: max(0.95rem, 35px);
}
.pro-cate-area .cate-section .section-title {
  font-weight: 400;
  font-size: var(--font40);
  color: #000000;
  margin-bottom: 10px;
}
.pro-cate-area .cate-section .section-sub-title {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  margin-bottom: 10px;
}
.pro-cate-area .cate-section .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 18px;
  margin-top: 30px;
}
.pro-cate-area .cate-section .list .item {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  padding-top: max(0.6rem, 20px);
  padding-bottom: max(0.32rem, 20px);
  cursor: pointer;
}
.pro-cate-area .cate-section .list .item:hover .pic img {
  transform: translateX(-50%) translateY(-50%) scale(1.1);
}
.pro-cate-area .cate-section .list .item:hover .text {
  color: var(--theme);
}
.pro-cate-area .cate-section .list .item .pic {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
}
.pro-cate-area .cate-section .list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 42.70833333%;
}
.pro-cate-area .cate-section .list .item .pic img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  top: 50%;
  max-width: 86%;
  max-height: 100%;
  object-fit: contain;
  object-position: center center;
  transition: var(--duration);
}
.pro-cate-area .cate-section .list .item .text {
  margin-top: max(0.48rem, 20px);
  font-weight: 400;
  color: #000000;
  font-size: var(--font20);
  text-align: center;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-left: max(0.3rem, 15px);
  padding-right: max(0.3rem, 15px);
  transition: var(--duration);
}
.pro-detail-page {
  padding-bottom: max(0.92rem, var(--space));
}
.pro-detail-page .pro-detail-main {
  margin-top: 0;
  background: #ffffff;
  border-radius: 10px;
  position: relative;
  z-index: 10;
  padding-left: max(0.83rem, 15px);
  padding-right: max(0.83rem, 15px);
  /* padding-top: max(0.6rem, 20px); */
  /* padding-bottom: max(0.6rem, 20px); */
  padding-top: max(0.3rem, 20px);
  padding-bottom: max(0.3rem, 20px);
  display: flex;
  justify-content: space-between;
  align-items: start;
  overflow: hidden;
}
.pro-detail-page .pro-cate-main .pro-detail-main:not(:last-of-type) {
  margin-bottom: 30px;
}
.pro-detail-page .pro-detail-main:first-of-type {
  padding-top: max(1.14rem, 30px);
}

.pro-detail-page .pro-detail-main.dir-rtl .left {
  order: 1;
}

@media (max-width: 576px) {
  .pro-detail-page .pro-detail-main.dir-rtl .left {
    order: -1;
  }
}

.pro-detail-page .pro-detail-main .left {
  flex-shrink: 0;
  width: 43.23570432%;
}
.pro-detail-page .pro-detail-main .left .pro-detail-swiper {
  width: 100%;
}
.pro-detail-page .pro-detail-main .left .pro-detail-swiper .swiper-slide .pic {
  display: block;
  position: relative;
  overflow: hidden;
  /* background: #f7f8fa; */
  border-radius: 10px;
}
.pro-detail-page .pro-detail-main .left .pro-detail-swiper .swiper-slide .pic::after {
  content: "";
  display: block;
  padding-bottom: 67.74193548%;
}
.pro-detail-page .pro-detail-main .left .pro-detail-swiper .swiper-slide .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
  mix-blend-mode: multiply;
  transition: var(--duration);
}
.pro-detail-page .pro-detail-main .left .pro-detail-swiper .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}
.pro-detail-page .pro-detail-main .left .pro-detail-swiper .swiper-pagination {
  bottom: 7%;
}
.pro-detail-page .pro-detail-main .right {
  flex-shrink: 0;
  width: 50.90655509%;
  /* margin-left: auto; */
  padding-top: max(0.4rem, 20px);
  padding-bottom: max(0.4rem, 20px);
  border-top: 2px solid rgba(0, 0, 0, 0.06);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  overflow-wrap: break-word;
}
.pro-detail-page .pro-detail-main .right img,
.pro-detail-page .pro-detail-main .right video {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.pro-detail-page .pro-detail-main .right .detail-title {
  font-weight: 400;
  font-size: var(--font40);
  color: #000000;
  line-height: 1.5;
  margin-bottom: 20px;
}
.pro-detail-page .pro-detail-main .right ul li {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  overflow-wrap: break-word;
  list-style: none;
  position: relative;
  padding-left: max(0.3rem, 20px);
}
.pro-detail-page .pro-detail-main .right ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.4em;
  width: 10px;
  height: 10px;
  background: #009d85;
  border-radius: 50%;
}
.empty-page {
  padding-top: max(1.8rem, var(--space));
  padding-bottom: max(1.8rem, var(--space));
}
.empty-page .empty-text {
  font-size: var(--font40);
  text-align: center;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
/* 关于我们页面 */
@media (max-width: 992px) {
  .about-development .development-swiper .swiper-slide {
    height: 8rem;
  }
}
@media (max-width: 768px) {
  .about-honor .honor-swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden !important;
  }
}
@media (max-width: 576px) {
  .common-section-title .title-text {
    font-size: 24px;
  }
  .about-banner .pic img {
    height: 270px;
    object-fit: cover;
    object-position: left center;
  }
  .common-banner .text .banner-title .title-text {
    font-size: 26px;
  }
  .about-banner .text .banner-desc {
    font-size: 14px;
  }
  .about-banner .text {
    bottom: 9.6%;
  }
  .about-intro .intro-wrap .intro-top {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-intro .intro-wrap .intro-top .intro-left {
    width: 100%;
  }
  .about-intro .intro-wrap .intro-top .intro-right {
    flex: none;
    margin-left: 0;
    width: 100%;
  }
  .about-intro .intro-wrap .intro-bottom {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .about-intro .intro-wrap .intro-bottom .aside {
    width: 100%;
  }
  .about-intro .intro-wrap .intro-bottom .main {
    flex: none;
    margin-left: 0;
    width: 100%;
  }
  .about-intro .intro-wrap .intro-bottom .main .pic {
    justify-content: center;
  }
  .about-development .development-swiper .swiper-slide .icon {
    width: 30px;
    margin-bottom: 10px;
  }
  .about-development .development-swiper .swiper-slide .text .text-year {
    font-size: 20px;
    margin-bottom: 10px;
  }
  .about-development .development-swiper .swiper-slide .text .text-title {
    font-size: 14px;
  }
  .about-development .development-swiper .swiper-slide {
    height: 12rem;
  }
  .about-honor .operate-line .arrow-area .arrow {
    width: 40px;
    height: 40px;
  }
  .about-partner .partner-swiper-container .partner-Swiper .swiper-slide .list {
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
  .about-partner .partner-swiper-container .partner-Swiper .swiper-slide .list .pic::after {
    padding-bottom: 60%;
  }
  .about-partner .partner-swiper-container .partner-Swiper .swiper-slide .list .pic img {
    max-width: 60%;
    max-height: 60%;
  }
}
/* 联系我们 */
@media (max-width: 768px) {
  .contact-map {
    margin-top: 45px;
  }
  .contact-info-list {
    grid-template-columns: repeat(2, 1fr);
  }
  .contact-company .company-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .contact-company .company-wrap .left {
    order: 1;
    padding-left: 0;
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  .contact-company .company-wrap .right {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 576px) {
  .common-banner .pic img {
    min-height: 180px;
    object-fit: cover;
  }

  .pro-detail-banner.common-banner .pic img {
    min-height: 240px;
  }
  .contact-map .contact-wrap {
    overflow-x: auto;
    overflow-y: hidden;
  }
  .contact-map .map-pic {
    min-width: 800px;
  }
  .contact-map .point {
    width: 0.6rem;
    height: 0.6rem;
  }
  .contact-map .mark-item .mark-text {
    left: auto;
    right: calc(100% + 10px);
  }
  .contact-info-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .contact-company .company-wrap .right .layui-form .select-item .layui-form-select {
    flex: 1;
    width: auto;
  }
  .contact-company .company-wrap .right .layui-form .input-item {
    width: 100%;
  }
  .contact-company .company-wrap .right .group {
    row-gap: 20px;
  }
  .contact-company .company-wrap .right .group .section {
    width: 100%;
  }
  /* 联系表单 */
  .contact-message .message-form .input-line {
    flex-wrap: wrap;
  }
  .contact-message .message-form .input-line .input-item {
    width: 100% !important;
  }
  .contact-message .message-form .btn-line .line {
    flex-wrap: wrap;
    width: 100%;
  }
  .contact-message .message-form .btn-line .line .vercode {
    width: 100%;
  }
  .contact-message .message-form .btn-line .vercode .vercode-input .code {
    width: 140px;
  }
  .contact-message .message-form .btn-line .vercode .vercode-input input {
    width: auto;
    flex: 1;
    min-width: 0;
  }
  .contact-message .message-form .btn-line .submit-btn {
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 768px) {
  .join-culture-panel {
    margin-top: 25px;
  }
  .job-list-area .job-list-group .item .item-main {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .job-list-area .job-list-group .item .item-main .column {
    width: 100%;
  }
}
@media (max-width: 576px) {
  .common-title {
    font-size: 24px;
  }
  .join-culture-panel {
    flex-wrap: wrap;
    row-gap: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .join-culture-panel .left {
    width: 100%;
  }
  .join-culture-panel .right .panel-title {
    font-size: 22px;
  }
  .join-culture-panel .right .panel-sub-title {
    font-size: 18px;
  }
  .join-culture-panel .right {
    flex: none;
    margin-left: 0;
    width: 100%;
  }
  .job-company .title-line .arrow-area .arrow {
    width: 40px;
    height: 40px;
  }
  .job-company .title-line .arrow-area .arrow img {
    max-width: 35%;
  }
  .job-list-area .job-filter-area .item {
    flex-wrap: wrap;
    row-gap: 10px;
  }
  .job-list-area .job-filter-area .item .item-text {
    width: 100%;
    margin-right: 0;
  }

  .job-list-area .job-list-group .item .item-top .cate {
    width: 40%;
  }

  .job-list-area .job-list-group .item .item-top .word-list .text-item {
        width: 100% !important;
        padding-left: 0;
        padding-right: 0;
  }




  .job-list-area .job-list-group .item .item-top {
    flex-wrap: wrap;
    align-content: flex-start;
    row-gap: 10px;
    position: relative;
  }

  .job-list-area .job-list-group .item .item-top .cate {
    width: calc(100% - 45px);
  }
  .job-list-area .job-list-group .item .item-top .word-list {
    flex: none;
    width: 100%;
  }

  .job-list-area .job-list-group .item .item-top .icon {
    position: absolute;
    right: 10px;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .pro-cate-main {
    margin-top: 25px;
  }
  .common-banner .text {
    top: auto;
    bottom: 20%;
  }
  .common-bread-crumb {
    display: none;
  }
  .pro-cate-area .cate-section .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .pro-cate-area {
    padding-left: 10px;
    padding-right: 10px;
  }
  .pro-cate-area .cate-section .list {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 768px) {
  .pro-detail-page .pro-detail-main {
    margin-top: 25px;
  }
}
@media (max-width: 576px) {
  .pro-detail-page .pro-detail-main {
    padding-left: 10px;
    padding-right: 10px;
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .pro-detail-page .pro-detail-main .left {
    width: 100%;
  }
  .pro-detail-page .pro-detail-main .right {
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 1200px) {
  .product-page .product-banner .list .item .pic img {
    min-height: 600px;
    object-fit: cover;
  }
  .product-page .product-banner .product-tab-list {
    bottom: 5%;
  }
  .product-page .product-banner .product-tab-list {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
  }
  .product-page .product-banner .product-tab-list .tab-item {
    width: 20%;
    flex-shrink: 0;
    scroll-snap-align: start;
  }
}
@media (max-width: 576px) {
  .product-page .product-banner .list .item .pic img {
    min-height: auto;
    height: 18rem;
  }
  .product-page .product-banner .product-tab-list .tab-item {
    width: 35%;
    font-size: 16px;
  }
}
.common-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  row-gap: 10px;
  --unit: max(0.6rem, 40px);
}
.common-pagination .item {
  width: var(--unit);
  height: var(--unit);
  border-radius: 50%;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font20);
  color: #009d85;
  line-height: 1;
}
.common-pagination .item:hover,
.common-pagination .active {
  border-color: transparent;
  background-color: #009d85;
  color: #fff;
}
.common-pagination .item:hover img {
  filter: brightness(0) invert(1);
}
.common-pagination .item:not(:last-child) {
  margin-right: max(0.14rem, 10px);
}
.common-pagination .item img {
  display: block;
  transition: var(--duration);
  width: 31.66666667%;
}
/* 新闻列表 */
.news-list-page {
  padding-bottom: max(1.96rem, var(--space));
}
.news-list-panel {
  margin-top: -13.5417vw;
  position: relative;
  z-index: 10;
  margin-bottom: max(0.96rem, var(--space));
}
.news-list-panel .common-tab-list {
  display: flex;
  align-items: stretch;
  margin-bottom: max(0.51rem, 30px);
}
.news-list-panel .common-tab-list .item {
  flex-shrink: 0;
  width: max(160px, 2rem);
  height: max(0.6rem, 40px);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  border-radius: 60px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  font-weight: 400;
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1;
  position: relative;
  z-index: 2;
  transition: var(--duration);
  overflow: hidden;
}
.news-list-panel .common-tab-list .item.active,
.news-list-panel .common-tab-list .item:hover {
  border-color: transparent;
}
.news-list-panel .common-tab-list .item.active::after,
.news-list-panel .common-tab-list .item:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.news-list-panel .common-tab-list .item::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #009d85;
  transition: var(--duration);
  z-index: -1;
}
.news-list-panel .common-tab-list .item:not(:last-child) {
  margin-right: max(0.16rem, 10px);
}
.news-list-panel .panel-section {
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide {
  display: flex;
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide:hover .left img {
  transform: scale(1.05);
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide:hover .right .title {
  color: var(--theme);
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .left {
  width: 43.75%;
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .left::after {
  content: "";
  display: block;
  padding-bottom: 71.42857143%;
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .left img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .right {
  flex: 1;
  min-width: 0;
  padding-left: max(15px, 0.66rem);
  padding-right: max(0.96rem, 15px);
  padding-top: max(0.68rem, 20px);
  padding-bottom: max(0.65rem, 20px);
  display: flex;
  flex-direction: column;
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .right .time {
  line-height: 1;
  font-weight: 400;
  font-size: var(--font20);
  color: #009d85;
  margin-bottom: max(0.2rem, 10px);
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .right .title {
  font-weight: 400;
  font-size: var(--font30);
  color: #000000;
  line-height: 1.33333333;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.26rem, 15px);
  transition: var(--duration);
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .right .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  line-clamp: 5;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: 10px;
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .right .btn {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  user-select: none;
  cursor: pointer;
  width: max(2rem, 160px);
  height: max(0.6rem, 40px);
  border-radius: 30px;
  border: 2px solid rgba(0, 157, 133, 0.1);
  padding-right: 5px;
  padding-left: max(10px, 0.36rem);
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .right .btn span {
  font-weight: 400;
  font-size: var(--font20);
  color: #009d85;
  background-image: linear-gradient(to right, #009d85, #009d85);
  background-repeat: no-repeat;
  background-size: 0% 1px;
  background-position: right bottom;
  transition: background-size var(--duration);
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .right .btn span:hover {
  background-size: 100% 1px;
  background-position: left bottom;
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .right .btn .icon {
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: max(0.5rem, 30px);
  height: max(0.5rem, 30px);
  background: #009d85;
  border-radius: 25px;
  margin-left: auto;
}
.news-list-panel .panel-section .news-list-swiper .swiper-slide .right .btn .icon img {
  display: block;
  max-width: 40%;
  height: auto;
}
.news-list-panel .panel-section .news-list-swiper .swiper-pagination {
  left: max(0.37rem, 20px);
  bottom: max(0.4rem, 20px);
  display: flex;
  align-items: center;
  justify-content: flex-start;
  width: fit-content;
}
.news-list-panel .panel-section .news-list-swiper .swiper-pagination .swiper-pagination-bullet {
  width: max(0.18rem, 10px);
  height: max(0.18rem, 10px);
  background: rgba(0, 157, 133, 0.2);
  border-radius: 50%;
  margin-left: 0;
  margin-right: 0;
  opacity: 1;
  transition: var(--duration);
}
.news-list-panel .panel-section .news-list-swiper .swiper-pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: max(0.12rem, 10px);
}
.news-list-panel .panel-section .news-list-swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #009d85;
}
.news-list-area .news-search-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
  margin-bottom: max(0.91rem, 30px);
}
.news-list-area .news-search-area .placeholder-text {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
}
.news-list-area .news-search-area .search-form {
  display: flex;
  align-items: center;
  width: 56.25%;
  flex-shrink: 0;
  padding-bottom: max(0.24rem, 10px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  transition: var(--duration);
  padding-right: 20px;
}
.news-list-area .news-search-area .search-form:focus-within {
  border-color: var(--theme);
}
.news-list-area .news-search-area .search-form input {
  display: block;
  flex: 1;
  min-width: 0;
  font-weight: 400;
  font-size: var(--font18);
  line-height: 1.66666667;
  color: #000000;
  border: none;
  padding-left: max(0.3rem, 15px);
  padding-right: max(0.3rem, 15px);
}
.news-list-area .news-search-area .search-form input::placeholder {
  color: rgba(0, 0, 0, 0.6);
}
.news-list-area .news-search-area .search-form button {
  margin-left: auto;
  width: 20px;
  background-color: transparent;
  border: none;
  outline: none;
  user-select: none;
  cursor: pointer;
}
.news-list-area .news-search-area .search-form button img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
}
.news-list-area .news-list-group {
  margin-bottom: max(0.74rem, 30px);
}
.news-list-area .news-list-group .item {
  display: flex;
  align-items: flex-start;
  padding-bottom: max(0.55rem, 20px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.news-list-area .news-list-group .item:hover .pic img {
  transform: scale(1.05);
}
.news-list-area .news-list-group .item:hover .text .title {
  color: var(--theme);
}
.news-list-area .news-list-group .item:not(:last-child) {
  margin-bottom: max(0.55rem, 30px);
}
.news-list-area .news-list-group .item .pic {
  width: 30%;
  flex-shrink: 0;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  margin-right: max(0.91rem, 20px);
}
.news-list-area .news-list-group .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 71.45833333%;
}
.news-list-area .news-list-group .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.news-list-area .news-list-group .item .text {
  flex: 1;
  min-width: 0;
  padding-top: max(0.38rem, 20px);
  padding-bottom: 20px;
}
.news-list-area .news-list-group .item .text .date {
  font-weight: 400;
  font-size: var(--font16);
  color: #009d85;
  line-height: 1;
  margin-bottom: max(0.16rem, 10px);
}
.news-list-area .news-list-group .item .text .title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.41666667;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  margin-bottom: max(0.2rem, 15px);
  transition: var(--duration);
}
.news-list-area .news-list-group .item .text .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.news-list-area .news-list-group .item .text .more {
  margin-top: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  user-select: none;
  cursor: pointer;
  font-weight: 400;
  font-size: var(--font20);
  color: #009d85;
  line-height: 1;
}
.news-list-area .news-list-group .item .text .more .icon {
  width: 32px;
  height: 32px;
  background: #009d85;
  border-radius: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: max(0.17rem, 10px);
}
.news-list-area .news-list-group .item .text .more .icon img {
  display: block;
  width: 34.375%;
}
.common-detail-breadcrumb {
  font-weight: 400;
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
}
.common-detail-breadcrumb .item {
  font-size: var(--font16);
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  align-items: center;
}
.common-detail-breadcrumb .item:not(:last-child)::after {
  display: block;
  content: "-";
  margin-left: 5px;
  margin-right: 5px;
}
/* 新闻详情页面 */
.news-detail-page {
  margin-top: 43px;
  padding-bottom: max(1.57rem, var(--space));
}
.news-detail-page .detail-main {
  max-width: 1100px;
}
.news-detail-page .article-main {
  margin-top: max(0.75rem, 35px);
}
.news-detail-page .article-main .article-title-area {
  padding-bottom: max(0.54rem, 20px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
  margin-bottom: max(0.51rem, 30px);
}
.news-detail-page .article-main .article-time {
  font-weight: 400;
  font-size: var(--font20);
  color: #009d85;
  line-height: 1;
  margin-bottom: max(0.22rem, 10px);
}
.news-detail-page .article-main .article-title {
  font-weight: 400;
  font-size: var(--font50);
  color: #000000;
  line-height: 1.2;
  overflow-wrap: break-word;
  margin-bottom: 15px;
}
.news-detail-page .article-main .article-source {
  font-weight: 400;
  font-size: var(--font30);
  color: #000000;
}
.news-detail-page .article-main .article {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-bottom: max(1.13rem, 45px);
}
.news-detail-page .article-main .article p,
.news-detail-page .article-main .article span,
.news-detail-page .article-main .article div,
.news-detail-page .article-main .article a,
.news-detail-page .article-main .article ul,
.news-detail-page .article-main .article ol,
.news-detail-page .article-main .article li {
  max-width: 100%;
  overflow-wrap: break-word;
}
.news-detail-page .article-main .article img,
.news-detail-page .article-main .article video {
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
.news-detail-page .article-main .article .table-wrap {
  max-width: 100%;
  overflow-x: auto;
}
.news-detail-page .article-main .article-share-area {
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: max(0.48rem, 20px);
  margin-bottom: max(0.42rem, 20px);
}
.news-detail-page .article-main .article-share-area .line {
  flex: 1;
  min-width: 0;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.06);
}
.news-detail-page .article-main .article-share-area .list {
  display: flex;
  align-items: center;
  column-gap: 6px;
}
.news-detail-page .article-main .article-share-area .list .item {
  --unit: max(0.6rem, 40px);
  width: var(--unit);
  height: var(--unit);
  border-radius: 6px;
  border: 2px solid rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.news-detail-page .article-main .article-share-area .list .item img {
  display: block;
  max-width: 50%;
  height: auto;
  object-fit: contain;
  transition: var(--duration);
}
.news-detail-page .article-main .article-share-area .list .item:hover {
  background-color: #009d85;
  border-color: transparent;
}
.news-detail-page .article-main .article-share-area .list .item:hover img {
  filter: brightness(0) invert(1);
}
.news-detail-page .article-main .switch-article-area {
  display: flex;
  justify-content: space-between;
}
.news-detail-page .article-main .switch-article-area .link {
  width: max(2.4rem, 160px);
  height: max(0.6rem, 40px);
  background: rgba(0, 0, 0, 0.06);
  border-radius: 6px;
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
  position: relative;
  z-index: 2;
  overflow: hidden;
  line-height: 1;
}
.news-detail-page .article-main .switch-article-area .link::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: var(--theme);
  transition: var(--duration);
  z-index: -1;
}
.news-detail-page .article-main .switch-article-area .link:hover {
  color: #fff;
}
.news-detail-page .article-main .switch-article-area .link:hover::after {
  width: 100%;
  left: 0;
  right: auto;
}
.news-detail-page .recommend-article-area {
  margin-top: max(1.36rem, var(--space));
  overflow: hidden;
}
.news-detail-page .recommend-article-area .recommend-title {
  position: relative;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
.news-detail-page .recommend-article-area .recommend-title .title-text {
  font-weight: 400;
  font-size: var(--font50);
  color: #000000;
  text-align: center;
  line-height: 1;
}
.news-detail-page .recommend-article-area .recommend-title .line {
  position: absolute;
  left: min(-0.4rem, -20px);
  bottom: 3%;
  width: 95.8974359%;
  height: max(0.08rem, 4px);
  background: #009d85;
  z-index: -1;
}
.news-detail-page .recommend-article-area .list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 30px;
  margin-top: max(0.48rem, 30px);
}
.news-detail-page .recommend-article-area .list .item {
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.news-detail-page .recommend-article-area .list .item:hover .pic img {
  transform: scale(1.05);
}
.news-detail-page .recommend-article-area .list .item:hover .text .text-title {
  color: var(--theme);
}
.news-detail-page .recommend-article-area .list .item .pic {
  display: block;
  position: relative;
  overflow: hidden;
  padding-bottom: 76.92307692%;
}
.news-detail-page .recommend-article-area .list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  transition: var(--duration);
}
.news-detail-page .recommend-article-area .list .item .text {
  padding-left: max(0.31rem, 15px);
  padding-right: max(0.31rem, 15px);
  padding-top: max(0.37rem, 20px);
  padding-bottom: max(0.53rem, 20px);
}
.news-detail-page .recommend-article-area .list .item .text .text-time {
  font-weight: 400;
  font-size: var(--font16);
  color: #009d85;
  line-height: 1;
  margin-bottom: 10px;
}
.news-detail-page .recommend-article-area .list .item .text .text-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.41666667;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  transition: var(--duration);
}
/* nvh页面 */
.pro-cate-page.nvh-cate-page {
  padding-bottom: max(1.97rem, 45px);
}
.pro-nvh-system {
  background: #ffffff;
  border-radius: 10px;
  padding-top: max(0.98rem, 20px);
  padding-left: max(0.5rem, 15px);
  padding-right: max(0.5rem, 15px);
}
.pro-nvh-system .switch-list {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin-bottom: max(0.46rem, 20px);
}
.pro-nvh-system .switch-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.1);
}
.pro-nvh-system .switch-list .item {
  width: 31.33333333%;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  padding-bottom: max(0.33rem, 20px);
  position: relative;
  z-index: 2;
  user-select: none;
  cursor: pointer;
}
.pro-nvh-system .switch-list .item::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #009d85;
  transition: var(--duration);
}
.pro-nvh-system .switch-list .item.active::after {
  width: 100%;
  left: 0;
  right: auto;
}
.pro-nvh-system .switch-list .item.active .icon img {
  filter: none;
}
.pro-nvh-system .switch-list .item.active .text {
  color: #009d85;
}
.pro-nvh-system .switch-list .item .icon {
  flex-shrink: 0;
  margin-right: max(0.16rem, 10px);
}
.pro-nvh-system .switch-list .item .icon img {
  transition: var(--duration);
  filter: brightness(0) opacity(0.8);
}
.pro-nvh-system .switch-list .item .text {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  transition: var(--duration);
}
.pro-nvh-system .switch-main .switch-item {
  display: none;
}
.pro-nvh-system .switch-main .switch-item.active {
  display: block;
}
.pro-nvh-system .switch-main .switch-item .btn-list {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  column-gap: 12px;
  row-gap: 10px;
}
.pro-nvh-system .switch-main .switch-item .btn-list .btn {
  position: relative;
  z-index: 2;
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  font-weight: 400;
  font-size: max(0.2rem, 14px);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  padding-top: max(0.15rem, 10px);
  padding-bottom: max(0.15rem, 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.pro-nvh-system .switch-main .switch-item .btn-list .btn::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  background-color: #009d85;
  z-index: -1;
  transition: var(--duration);
}
.pro-nvh-system .switch-main .switch-item .btn-list .btn.active {
  color: #fff;
}
.pro-nvh-system .switch-main .switch-item .btn-list .btn.active::after {
  width: 100%;
  right: auto;
  left: 0;
}
.pro-nvh-system .arrow-area {
  display: none;
}
.nvh-info-wrap {
  /* margin-top: max(30px, 0.9rem); */
  margin-top: 156px;
  position: relative;
}
.nvh-info-wrap .section-content {
  display: grid;
}
.nvh-info-wrap .info-section {
  grid-area: 1 / 1;
  opacity: 0;
  transition: var(--duration);
}
.nvh-info-wrap .info-section.active {
  opacity: 1;
}
.nvh-info-wrap .info-list {
  display: grid;
  width: 100%;
  /* 后备箱右侧，right */
  /* 后舱盖饰件 */
  /* 行李组件前部 ，right */
  /* right */
}
.nvh-info-wrap .info-list .info-item {
  --unit: max(0.29rem, 20px);
  grid-area: 1 / 1;
  opacity: 0;
  transition: opacity var(--duration) linear;
  position: relative;
  z-index: 7;
}
.nvh-info-wrap .info-list .info-item.active {
  opacity: 1;
}
.nvh-info-wrap .info-list .info-item.active .mark .text-main {
  clip-path: inset(0 0 0 0) !important;
}
.nvh-info-wrap .info-list .info-item .pic {
  display: block;
}
.nvh-info-wrap .info-list .info-item .pic img {
  display: block;
  max-width: 71.3125%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}
.nvh-info-wrap .info-list .info-item .mark {
  position: absolute;
  transition: var(--duration);
  z-index: 2;
  --width: calc(720 / 1600 * 100%);
  width: var(--width);
  height: auto;
}
.nvh-info-wrap .info-list .info-item .point {
  width: var(--unit);
  height: var(--unit);
  background: rgba(0, 157, 133, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  animation: scalePoint 1.5s linear infinite alternate;
}
.nvh-info-wrap .info-list .info-item .point::after {
  content: "";
  display: block;
  width: 58.62068966%;
  height: 58.62068966%;
  background: #009d85;
  border-radius: 50%;
}
.nvh-info-wrap .info-list .info-item .text-main {
  position: absolute;
  z-index: 6;
  left: calc(var(--unit) / 2);
  top: calc(var(--unit) / 2);
  display: flex;
  justify-content: flex-start;
  /* 2026-1-28 修改 */
  align-items: flex-end;
  width: calc(100% - (var(--unit) / 2));
  clip-path: inset(0 100% 0 0);
  transition: 0.6s var(--duration) linear;
  --vertical: 20px;
  flex-wrap: wrap;
}
/* 2026-1-21 修改 */
.nvh-info-wrap .info-list .info-item .text-main .panel {
  /* padding-left: max(0.4rem, 15px); */
  /* padding-right: max(0.4rem, 15px); */
  padding-left: 15px;
  padding-right: 15px;
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  flex: 1;
  min-width: 0;
}
.nvh-info-wrap .info-list .info-item .text-main .panel .panel-title {
  padding-top: var(--vertical);
  padding-bottom: var(--vertical);
  font-weight: 400;
  /* font-size: var(--font30); */
  font-size: clamp(16px, 1.3542vw, 26px);
  color: #000000;
  overflow-wrap: break-word;
  /* padding-bottom: max(0.19rem, 10px); */
  padding-bottom: 10px;
}
/* 2026-1-21 修改 */
.nvh-info-wrap .info-list .info-item .text-main .panel .panel-desc {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-weight: 400;
  /* font-size: var(--font20); */
  /* font-size: var(--font18); */
  font-size: clamp(14px, 0.9375vw, 18px);
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  overflow-wrap: break-word;
  /* padding-top: max(0.25rem, 20px); */
  /* padding-bottom: max(0.5rem, 20px); */
  padding-top: 15px;
  padding-bottom: 15px;
}
.nvh-info-wrap .info-list .info-item .text-main .line {
  width: 33.90070922%;
  flex-shrink: 0;
  /* 2026-1-28 修改 */
  height: 2.32rem;
}
.nvh-info-wrap .info-list .info-item .text-main .line img {
  display: block;
  width: 100%;
  height: auto;
  /* 2026-1-28 修改 */
  display: none;
}

/* 第一个产品 */
.nvh-info-wrap .info-list .item1 .mark {
  left: 52%;
  top: 50%;
}

.nvh-info-wrap .info-list .item2 .mark {
  left: 44.2%;
  top: 12%;
}
.nvh-info-wrap .info-list .item3 .mark {
  right: 26.5%;
  top: 30%;
}
.nvh-info-wrap .info-list .item3 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item3 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item4 .mark {
  right: 33.5%;
  top: 7%;
}
.nvh-info-wrap .info-list .item4 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item4 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item5 .mark {
  right: 27.5%;
  top: 2.5%;
}
.nvh-info-wrap .info-list .item5 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item5 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}

.nvh-info-wrap .info-list .item6 .mark {
  left: 30%;
  top: 40%;
}
.nvh-info-wrap .info-list .item7 .mark {
  right: 35%;
  top: 8%;
}
.nvh-info-wrap .info-list .item7 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item7 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item8 .mark {
  right: 34%;
  top: 10%;
}
.nvh-info-wrap .info-list .item8 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item8 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item9 .mark {
  right: 37%;
  top: 10%;
}
.nvh-info-wrap .info-list .item9 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item9 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item10 .mark {
  left: 32.5%;
  top: 51%;
}
.nvh-info-wrap .info-list .item11 .mark {
  left: 30%;
  top: 20%;
}
.nvh-info-wrap .info-list .item12 .mark {
  /* right: 35%; */
  /* top: 14%; */
  right: 32%;
  top: 25%;
}
.nvh-info-wrap .info-list .item12 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item12 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item13 .mark {
  left: 47%;
  top: 43.5%;
}
.nvh-info-wrap .info-list .item13 .mark .point {
  /* margin-left: auto; */
}
.nvh-info-wrap .info-list .item13 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item14 .mark {
  right: 29%;
  top: 36%;
}
.nvh-info-wrap .info-list .item14 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item14 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item15 .mark {
  left: 21%;
  top: 37.5%;
}
.nvh-info-wrap .info-list .item16 .mark {
  right: 32%;
  top: 6%;
}
.nvh-info-wrap .info-list .item16 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item16 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item17 .mark {
  /* left: 26%; */
  /* top: 31%; */
  left: 30%;
  top: 45%;
}
.nvh-info-wrap .info-list .item18 .mark {
  /* left: 27%; */
  /* top: 35%; */
  left: 29%;
  top: 46%;
}
.nvh-info-wrap .info-list .item19 .mark {
  right: 37%;
  top: 36%;
}
.nvh-info-wrap .info-list .item19 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item19 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item20 .mark {
  left: 43.5%;
  top: 36%;
}
.nvh-info-wrap .info-list .item21 .mark {
  left: 33.5%;
  top: 29%;
}
.nvh-info-wrap .info-list .item22 .mark {
  right: 50%;
  top: 8%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item22 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item22 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item23 .mark {
  left: 46%;
  top: 20%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item24 .mark {
  right: 36.5%;
  top: 6%;
}
.nvh-info-wrap .info-list .item24 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item24 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item25 .mark {
  right: 38%;
  top: 12%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item25 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item25 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item26 .mark {
  right: 33%;
  top: 4.5%;
}
.nvh-info-wrap .info-list .item26 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item26 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item27 .mark {
  right: 35%;
  top: 12%;
}
.nvh-info-wrap .info-list .item27 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item27 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item28 .mark {
  right: 35%;
  top: 10%;
}
.nvh-info-wrap .info-list .item28 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item28 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item29 .mark {
  right: 33%;
  top: 8%;
}
.nvh-info-wrap .info-list .item29 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item29 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item30 .mark {
  left: 41%;
  top: 34%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item31 .mark {
  left: 37%;
  top: 48%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item32 .mark {
  right: 32%;
  top: 8%;
}
.nvh-info-wrap .info-list .item32 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item32 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item33 .mark {
  right: 50%;
  top: 15%;
  width: 37.5%;
}
.nvh-info-wrap .info-list .item33 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item33 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item34 .mark {
  right: 39%;
  top: 12%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item34 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item34 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item35 .mark {
  right: 42%;
  top: 2%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item35 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item35 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item36 .mark {
  right: 42%;
  top: 16.5%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item36 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item36 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item37 .mark {
  right: 41%;
  top: 5.5%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item37 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item37 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item38 .mark {
  left: 40%;
  top: 11.5%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item39 .mark {
  right: 45.5%;
  top: 22%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item39 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item39 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item40 .mark {
  right: 45.5%;
  top: 15%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item40 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item40 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item41 .mark {
  right: 36.5%;
  top: 7%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item41 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item41 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item42 .mark {
  right: 32.5%;
  top: 11%;
  width: 40.625%;
}
.nvh-info-wrap .info-list .item42 .mark .point {
  margin-left: auto;
}
.nvh-info-wrap .info-list .item42 .mark .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-direction: row-reverse;
  clip-path: inset(0 0 0 100%);
}
.nvh-info-wrap .info-list .item43 .mark {
  left: 40.5%;
  top: 12%;
  width: 40.625%;
}
.nvh-info-wrap .arrow-area .arrow {
  position: absolute;
  top: 50%;
  z-index: 10;
  transform: translateY(-50%);
  width: max(0.5rem, 40px);
  height: max(0.5rem, 40px);
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  flex-shrink: 0;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: var(--duration);
  user-select: none;
  cursor: pointer;
}
.nvh-info-wrap .arrow-area .arrow.disabled {
  cursor: not-allowed;
}
.nvh-info-wrap .arrow-area .arrow:not(.disabled):hover {
  background-color: var(--theme);
}
.nvh-info-wrap .arrow-area .arrow:not(.disabled):hover img {
  filter: brightness(0) invert(1);
}
.nvh-info-wrap .arrow-area .arrow img {
  display: block;
  transition: var(--duration);
  max-width: 50%;
  height: auto;
}
.nvh-info-wrap .arrow-area .prev {
  left: 0;
}
.nvh-info-wrap .arrow-area .next {
  right: 0;
}
@keyframes scalePoint {
  from {
    transform: scale(0.76);
  }
  to {
    transform: scale(1);
  }
}
.social-page {
  --section-unit: max(0.5rem, 20px);
  overflow: clip;
}


.social-page img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}
.social-page .tab-wrap {
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  padding-top: max(0.95rem, 20px);
  position: relative;
  z-index: 2;
  margin-top: -1.55rem;
}
.social-page .tab-wrap .tab-list {
  margin-left: var(--section-unit);
  margin-right: var(--section-unit);
  display: flex;
  justify-content: space-between;
  position: relative;
}
.social-page .tab-wrap .tab-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(3, 0, 0, 0.06);
}
.social-page .tab-wrap .tab-list .tab-item {
  width: 14%;
  flex-shrink: 0;
  font-weight: 400;
  font-size: var(--font24);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.25;
  user-select: none;
  cursor: pointer;
  text-align: center;
  padding-bottom: max(0.31rem, 20px);
  transition: var(--duration);
  position: relative;
  z-index: 2;
}
.social-page .tab-wrap .tab-list .tab-item:hover,
.social-page .tab-wrap .tab-list .tab-item.active {
  color: #009d85;
}
.social-page .tab-wrap .tab-list .tab-item:hover::after,
.social-page .tab-wrap .tab-list .tab-item.active::after {
  width: 100%;
}
.social-page .tab-wrap .tab-list .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #47b2a3;
  transition: var(--duration);
  transform: translateX(-50%);
}
.social-page .social-panel1 {
  padding-top: max(0.93rem, 30px);
  padding-bottom: max(1.54rem, var(--space));
  background-color: #fff;
  overflow: hidden;
}
.social-page .social-panel1 .panel1-wrap {
  display: flex;
  align-items: flex-start;
  padding-left: var(--section-unit);
  padding-right: var(--section-unit);
}
.social-page .social-panel1 .panel1-wrap .left {
  width: 40.8%;
  flex-shrink: 0;
}
.social-page .social-panel1 .panel1-wrap .left .common-section-title {
  margin-bottom: max(0.45rem, 20px);
}
.social-page .social-panel1 .panel1-wrap .left .desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: max(0.4rem, 20px);
}
.social-page .social-panel1 .panel1-wrap .left .intro-list .intro-item:not(:last-child) {
  margin-bottom: max(0.48rem, 20px);
}
.social-page .social-panel1 .panel1-wrap .left .intro-list .intro-item .item-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.25;
  padding-bottom: max(0.15rem, 10px);
  border-bottom: 2px solid rgba(0, 157, 133, 0.1);
  margin-bottom: 20px;
}
.social-page .social-panel1 .panel1-wrap .left .intro-list .intro-item .item-desc {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  overflow-wrap: break-word;
}
.social-page .social-panel1 .panel1-wrap .right {
  width: 48.8%;
  flex-shrink: 0;
  margin-left: auto;
  overflow: hidden;
}
.social-page .social-panel1 .panel1-wrap .right img {
  display: block;
  max-width: 100%;
  height: auto;
}
.social-page .social-panel2 {
  padding-top: max(1rem, var(--space));
  padding-bottom: max(1.03rem, var(--space));
  background-color: #f4f4f4;
}
.social-page .social-panel2 .panel2-wrap {
  padding-left: var(--section-unit);
  padding-right: var(--section-unit);
}
.social-page .social-panel2 .panel2-wrap .desc {
  margin-top: max(0.45rem, 20px);
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  overflow-wrap: break-word;
  margin-bottom: max(0.53rem, 30px);
}
.social-page .social-panel2 .panel2-wrap .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  mix-blend-mode: multiply;
}
.social-page .social-panel3 {
  padding-top: max(1.09rem, var(--space));
  padding-bottom: max(1.18rem, var(--space));
}
.social-page .social-panel3 .panel3-wrap {
  padding-left: var(--section-unit);
  padding-right: var(--section-unit);
}
.social-page .social-panel3 .common-section-title {
  margin-bottom: max(0.42rem, 20px);
}
.social-page .social-panel3 .section1 {
  margin-bottom: max(0.6rem, 30px);
}
.social-page .social-panel3 .section1 .section-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: max(0.26rem, 20px);
}
.social-page .social-panel3 .section1 .list {
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 8.5px;
}
.social-page .social-panel3 .section1 .list .item {
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  border: 2px solid #009d85;
  font-weight: 400;
  font-size: var(--font24);
  color: #009d85;
  line-height: 1.41666667;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: max(0.56rem, 20px);
  padding-bottom: max(0.57rem, 20px);
  overflow-wrap: break-word;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}
.social-page .social-panel3 .section2 .section-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.25;
  margin-bottom: max(0.27rem, 20px);
  overflow-wrap: break-word;
}
.social-page .social-panel3 .section2 .pic-list {
  display: flex;
  align-items: flex-start;
  column-gap: max(0.53rem, 20px);
}
.social-page .social-panel3 .section2 .pic-list .pic-item {
  flex-shrink: 0;
}
.social-page .social-panel3 .section2 .pic-list .pic-item:nth-child(1) {
  width: 57.53333333%;
}
.social-page .social-panel3 .section2 .pic-list .pic-item:nth-child(2) {
  width: 32.86666667%;
}
.social-page .social-panel3 .section2 .pic-list .pic-item img {
  display: block;
  max-width: 100%;
  height: auto;
}
.social-page .social-panel4 {
  padding-top: max(1.23rem, var(--space));
  padding-bottom: max(1.35rem, var(--space));
  background-color: #f4f4f4;
}
.social-page .social-panel4 .panel4-wrap {
  padding-left: var(--section-unit);
  padding-right: var(--section-unit);
}
.social-page .social-panel4 .panel4-wrap .common-section-title {
  margin-bottom: max(0.45rem, 20px);
}
.social-page .social-panel4 .panel4-wrap .section1 {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 29px;
}
.social-page .social-panel4 .panel4-wrap .section1 .left {
  width: 40.73333333%;
  flex-shrink: 0;
  overflow-wrap: break-word;
  font-weight: 400;
  font-size: var(--font20);
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
.social-page .social-panel4 .panel4-wrap .section1 .left p:not(:last-child) {
  margin-bottom: max(0.3rem, 20px);
}
.social-page .social-panel4 .panel4-wrap .section1 .right {
  width: 52.66666667%;
  flex-shrink: 0;
}
.social-page .social-panel4 .panel4-wrap .section1 .right img {
  display: block;
  max-width: 100%;
  height: auto;
}
.social-page .social-panel4 .panel4-wrap .section2 .section-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.25;
  overflow-wrap: break-word;
  margin-bottom: max(0.25rem, 20px);
}
.social-page .social-panel4 .panel4-wrap .section2 .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: max(0.25rem, 15px);
}
.social-page .social-panel4 .panel4-wrap .section2 .list .item {
  overflow: hidden;
  font-weight: 400;
  color: #009d85;
  font-size: var(--font24);
  line-height: 1.41666667;
  overflow-wrap: break-word;
  background: #ffffff;
  border-radius: 10px;
  border: 2px solid #009d85;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  padding-top: max(0.44rem, 20px);
  padding-bottom: max(0.44rem, 20px);
}
.social-page .social-panel5 {
  background-color: #fff;
  padding-top: max(1.05rem, var(--space));
  padding-bottom: max(1.43rem, var(--space));
}
.social-page .social-panel5 .panel5-wrap {
  padding-left: var(--section-unit);
  padding-right: var(--section-unit);
}
.social-page .social-panel5 .common-section-title {
  margin-bottom: max(0.45rem, 20px);
}
.social-page .social-panel5 .section1 {
  margin-bottom: max(0.49rem, 30px);
}
.social-page .social-panel5 .section1 .section-title {
  font-weight: 400;
  font-size: var(--font24);
  color: #000000;
  line-height: 1.25;
  margin-bottom: max(0.25rem, 20px);
}
.social-page .social-panel5 .section1 .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.social-page .social-panel5 .section2 .pic img {
  display: block;
  max-width: 100%;
  height: auto;
}
.social-page .social-panel6 {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  padding-top: max(1.65rem, var(--space));
  padding-bottom: max(2.15rem, var(--space));
}
.social-page .social-panel6 .panel6-wrap {
  padding-left: var(--section-unit);
  padding-right: var(--section-unit);
}
.social-page .social-panel6 .common-section-title {
  margin-bottom: max(0.4rem, 20px);
}
.social-page .social-panel6 .common-section-title .title-text {
  color: #ffffff;
}
.social-page .social-panel6 .title-area {
  margin-bottom: max(0.35rem, 30px);
}
.social-page .social-panel6 .title-area .title {
  font-weight: 400;
  font-size: var(--font24);
  color: #ffffff;
  line-height: 1.25;
  margin-bottom: 10px;
}
.social-page .social-panel6 .title-area .sub-title {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.5;
}
.social-page .social-panel6 .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: max(0.25rem, 20px);
  row-gap: 20px;
}
.social-page .social-panel6 .list .item {
  min-width: 0;
  background: rgba(255, 255, 255, 0.1);
  box-shadow: 0px 0px 14px 2px rgba(200, 200, 200, 0.21) inset;
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding-top: max(0.3rem, 20px);
  padding-left: max(0.22rem, 15px);
  padding-right: max(0.22rem, 15px);
  padding-bottom: 19px;
}
.social-page .social-panel6 .list .item .item-title {
  font-weight: 400;
  font-size: var(--font20);
  color: #ffffff;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(244, 244, 244, 0.2);
}
.social-page .social-panel6 .list .item .item-desc {
  font-weight: 400;
  font-size: var(--font18);
  color: rgba(255, 255, 255, 0.6);
  line-height: 1.66666667;
  overflow-wrap: break-word;
  padding-top: 10px;
}
.social-page .social-panel7 {
  padding-top: max(1.14rem, var(--space));
  padding-bottom: max(1.6rem, var(--space));
  background-color: #ffffff;
}
.social-page .social-panel7 .panel7-wrap {
  padding-left: var(--section-unit);
  padding-right: var(--section-unit);
}
.social-page .social-panel7 .common-section-title {
  margin-bottom: max(0.45rem, 20px);
}
.social-page .social-panel7 .desc-text {
  font-weight: 400;
  font-size: var(--font20);
  color: rgba(0, 0, 0, 0.6);
  line-height: 1.5;
  overflow-wrap: break-word;
  max-width: 1480px;
}
.social-page .social-panel7 .list {
  margin-top: max(0.45rem, 20px);
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  column-gap: 8.5px;
  row-gap: 20px;
}
.social-page .social-panel7 .list .item {
  overflow: hidden;
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  border: 2px solid #009d85;
  font-weight: 400;
  font-size: var(--font20);
  color: #009d85;
  line-height: 1.5;
  overflow-wrap: break-word;
  padding-top: max(0.28rem, 20px);
  padding-bottom: max(0.28rem, 20px);
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.social-page .social-panel8 {
  padding-top: max(1.16rem, var(--space));
  padding-bottom: max(1.68rem, var(--space));
  background-color: #f4f4f4;
}
.social-page .social-panel8 .title-line {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
}
.social-page .social-panel8 .title-line .filter {
  position: relative;
  z-index: 20;
}
.social-page .social-panel8 .title-line .filter .filter-top {
  width: max(2.4rem, 180px);
  height: max(0.6rem, 45px);
  background: #ffffff;
  border-radius: 30px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 10px;
  padding-left: max(0.31rem, 10px);
  padding-right: max(0.31rem, 10px);
  user-select: none;
  cursor: pointer;
}
.social-page .social-panel8 .title-line .filter .filter-top.active .icon {
  transform: rotate(-180deg);
}
.social-page .social-panel8 .title-line .filter .filter-top .year {
  font-weight: 400;
  font-size: var(--font20);
  color: #929292;
}
.social-page .social-panel8 .title-line .filter .filter-top .icon {
  transition: var(--duration);
}
.social-page .social-panel8 .title-line .filter .filter-top .icon img {
  opacity: 0.4;
}
.social-page .social-panel8 .title-line .filter .filter-list {
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
  min-width: 100%;
  padding: 20px 0;
  background-color: #fff;
  border-radius: 10px;
  z-index: 2;
  max-height: max(3.5rem, 200px);
  overflow-y: auto;
  display: none;
}
.social-page .social-panel8 .title-line .filter .filter-list::-webkit-scrollbar {
  width: 6px;
  background-color: #ccc;
  border-radius: 10px;
}
.social-page .social-panel8 .title-line .filter .filter-list::-webkit-scrollbar-thumb {
  background-color: var(--theme);
  border-radius: 10px;
}
.social-page .social-panel8 .title-line .filter .filter-list .filter-item {
  color: #929292;
  padding: 10px;
  text-align: left;
  user-select: none;
  cursor: pointer;
  padding-left: max(0.31rem, 10px);
  padding-right: 10px;
  display: block;
}
.social-page .social-panel8 .title-line .filter .filter-list .filter-item:hover {
  background-color: var(--theme);
  color: #fff;
}
.social-page .social-panel8 .swiper-container {
  margin-top: max(0.52rem, 30px);
  overflow: hidden;
}
.social-page .social-panel8 .swiper-container .social-swiper {
  overflow: initial;
}
.social-page .social-panel8 .swiper-container .social-swiper .swiper-slide {
  user-select: none;
  cursor: pointer;
}
.social-page .social-panel8 .swiper-container .social-swiper .swiper-slide .pic {
  display: block;
  padding-bottom: 135.29411765%;
  position: relative;
}
.social-page .social-panel8 .swiper-container .social-swiper .swiper-slide .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
}
.social-page .social-panel8 .operate-line-wrap {
  --unit: 160px;
  margin-top: max(0.65rem, 30px);
  justify-content: space-between;
  margin-left: var(--unit);
  display: flex;
  align-items: center;
}
.social-page .social-panel8 .operate-line-wrap .arrow-area {
  display: flex;
  align-items: center;
  column-gap: max(0.17rem, 10px);
  margin-right: max(0.5rem, 20px);
}
.social-page .social-panel8 .operate-line-wrap .arrow-area .arrow {
  width: 50px;
  height: 50px;
  background: #ffffff;
  border-radius: 25px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
}
.social-page .social-panel8 .operate-line-wrap .arrow-area .arrow img {
  display: block;
  width: 34%;
  height: auto;
  transition: var(--duration);
}
.social-page .social-panel8 .operate-line-wrap .arrow-area .arrow:hover {
  background-color: #009d85;
}
.social-page .social-panel8 .operate-line-wrap .arrow-area .arrow:hover img {
  filter: brightness(0) invert(1);
}
.social-page .social-panel8 .operate-line-wrap .social-pagination {
  position: static;
  flex: 1;
  min-width: 0;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.06);
  width: auto;
}
.social-page .social-panel8 .operate-line-wrap .social-pagination .swiper-pagination-progressbar-fill {
  background-color: #009d85;
}
@media (max-width: 1200px) {
  .social-page .tab-wrap .tab-list {
    overflow-x: auto;
  }
  .social-page .tab-wrap .tab-list .tab-item {
    white-space: nowrap;
    width: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
  .social-page .tab-wrap .tab-list .tab-item:not(:last-child) {
    margin-right: 20px;
  }
}
@media (max-width: 992px) {
  .social-page .social-panel3 .section1 .list {
    grid-template-columns: repeat(4, 1fr);
    row-gap: 20px;
  }
  .social-page .social-panel6 .list {
    grid-template-columns: repeat(3, 1fr);
  }
  .social-page .social-panel7 .list {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 768px) {
  .social-banner .text {
    bottom: auto;
    top: 30%;
  }
  .social-page .social-panel1 .panel1-wrap {
    flex-wrap: wrap;
    row-gap: 30px;
  }
  .social-page .social-panel1 .panel1-wrap .left {
    width: 100%;
  }
  .social-page .social-panel1 .panel1-wrap .right {
    width: 100%;
  }
  .social-page .social-panel3 .section2 .pic-list {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .social-page .social-panel3 .section2 .pic-list .pic-item:nth-child(1),
  .social-page .social-panel3 .section2 .pic-list .pic-item:nth-child(2) {
    width: 100%;
  }
  .social-page .social-panel3 .section2 .pic-list .pic-item img {
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .social-page .social-panel4 .panel4-wrap .section1 {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .social-page .social-panel4 .panel4-wrap .section1 .left {
    width: 100%;
  }
  .social-page .social-panel4 .panel4-wrap .section1 .right {
    width: 100%;
  }
  .social-page .social-panel4 .panel4-wrap .section2 .list {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
  }
}
@media (max-width: 576px) {
  .social-page {
    --section-unit: 0px;
  }
  .social-page .tab-wrap {
    padding-top: 15px;
  }
  .social-page .tab-wrap .tab-list .tab-item {
    padding-bottom: 15px;
  }
  .social-page .social-panel3 .section1 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .social-page .social-panel6 .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .social-page .social-panel7 .list {
    grid-template-columns: repeat(2, 1fr);
  }
  .social-page .social-panel8 .title-line {
    flex-wrap: wrap;
    row-gap: 15px;
  }
  .social-page .social-panel8 .title-line .filter {
    width: 100%;
  }
  .social-page .social-panel8 .title-line .filter .filter-top {
    width: 100%;
  }
  .social-page .social-panel8 .operate-line-wrap .arrow-area .arrow {
    width: 40px;
    height: 40px;
  }
}
/* 新闻详情页面 */
@media (max-width: 576px) {
  .news-detail-page .common-detail-bread {
    display: none;
  }
  .news-detail-page .article-main .article-title {
    font-size: 22px;
  }
  .news-detail-page .article-main .article-source {
    font-size: 16px;
  }
  .news-detail-page .recommend-article-area .list {
    grid-template-columns: repeat(1, 1fr);
  }
  .news-detail-page .recommend-article-area .list .item .text .text-time {
    font-size: 14px;
  }
  .news-detail-page .recommend-article-area .list .item .text .text-title {
    font-size: 16px;
  }
}
/* 新闻列表页面 */
@media (max-width: 1200px) {
  .news-list-area .news-list-group .item .text .more {
    margin-top: 0.6rem;
  }
}
@media (max-width: 992px) {
  .news-list-area .news-list-group .item .text {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .has-tab-banner .text {
    bottom: auto;
    top: 30%;
  }
  .news-list-panel .panel-section .news-list-swiper .swiper-slide {
    flex-wrap: wrap;
  }
  .news-list-panel .panel-section .news-list-swiper .swiper-slide .left {
    width: 100%;
  }
  .news-list-panel .panel-section .news-list-swiper .swiper-slide .right {
    flex: none;
    width: 100%;
  }
  .news-list-panel .panel-section .news-list-swiper .swiper-pagination {
    left: 50%;
    transform: translateX(-50%);
    bottom: auto;
    top: 54%;
  }
  .news-list-panel .panel-section .news-list-swiper .swiper-slide .right .btn {
    display: none;
  }
  .news-list-panel .panel-section .news-list-swiper .swiper-slide .right .time {
    font-size: 14px;
  }
  .news-list-panel .panel-section .news-list-swiper .swiper-slide .right .title {
    font-size: 18px;
  }
  .news-list-panel .panel-section .news-list-swiper .swiper-slide .right .desc {
    font-size: 14px;
  }
  .news-list-area .news-search-area {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .news-list-area .news-search-area .search-form {
    width: 100%;
  }
  .news-list-area .news-list-group .item {
    flex-wrap: wrap;
    padding-bottom: 0;
  }
  .news-list-area .news-list-group .item .pic {
    width: 100%;
    margin-right: 0;
  }
  .news-list-area .news-list-group .item .text {
    flex: none;
    width: 100%;
    padding-top: 20px;
  }
  .news-list-area .news-list-group .item .text .more {
    display: none;
  }
  .news-list-area .news-list-group .item .text .date {
    font-size: 14px;
  }
  .news-list-area .news-list-group .item .text .title {
    font-size: 16px;
  }
  .news-list-area .news-list-group .item .text .desc {
    font-size: 14px;
  }
}
@media (max-width: 1200px) {
  .nvh-info-wrap .info-list .info-item .text-main .line {
    width: 20%;
  }
  .nvh-info-wrap .info-list .info-item .mark {
    width: calc(620 / 1600 * 100%) !important;
  }
}
@media (max-width: 768px) {
  .pro-nvh-system {
    padding-left: 0;
    padding-right: 0;
  }
  .nvh-info-wrap .info-list .info-item .text-main .panel .panel-title {
    font-size: 18px;
  }
  .nvh-info-wrap .info-list .info-item .text-main .panel .panel-desc {
    font-size: 14px;
  }
  .nvh-info-wrap .info-list .info-item .mark {
    width: 46.875%;
  }
}
@media (max-width: 576px) {
  .pro-nvh-system .switch-list {
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scroll-snap-stop: always;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
  }
  .pro-nvh-system .switch-list::after {
    display: none;
  }
  .pro-nvh-system .switch-list .item {
    width: auto;
    white-space: nowrap;
    flex-shrink: 0;
    padding: 10px 15px;
    scroll-snap-align: start;
    min-width: 32%;
    font-size: 16px;
  }
  .pro-nvh-system .switch-list .item .icon img {
    width: 20px;
  }
  .pro-nvh-system .switch-list .item:not(:last-child) {
    margin-right: 10px;
  }
  .pro-nvh-system .switch-list .item::after {
    bottom: -1px;
  }
  .pro-nvh-system .switch-main .switch-item .btn-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 10px;
    column-gap: 10px;
  }
  .pro-nvh-system .switch-main .switch-item .btn-list .btn {
    text-align: center;
    min-width: 0;
  }
  .nvh-info-wrap {
    margin-top: 12vh;
    margin-top: 30px;
    overflow-x: auto;
    /* padding-bottom: 6vh; */
  }
  .nvh-info-wrap .info-section {
    /* min-width: 170vw;
    min-height: 40vh; */
  }
  .nvh-info-wrap .arrow-area {
    display: none;
  }
  .pro-nvh-system .arrow-area {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    margin-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .pro-nvh-system .arrow-area .arrow {
    width: max(0.5rem, 40px);
    height: max(0.5rem, 40px);
    background: #ffffff;
    box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
    flex-shrink: 0;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: var(--duration);
    user-select: none;
    cursor: pointer;
  }
  .pro-nvh-system .arrow-area .arrow.disabled {
    cursor: not-allowed;
  }
  .pro-nvh-system .arrow-area .arrow:not(.disabled):hover {
    background-color: var(--theme);
  }
  .pro-nvh-system .arrow-area .arrow:not(.disabled):hover img {
    filter: brightness(0) invert(1);
  }
  .pro-nvh-system .arrow-area .arrow img {
    display: block;
    transition: var(--duration);
    max-width: 50%;
    height: auto;
  }
  .pro-nvh-system .arrow-area .prev {
    left: 0;
  }
  .pro-nvh-system .arrow-area .next {
    right: 0;
  }
}
/* 搜索页面 */
.search-page .search-page-main {
  position: relative;
  z-index: 10;
  margin-top: -13.0208vw;
  padding-bottom: max(2.09rem, var(--space));
}
@media (min-width: 1921px) {
  .search-page .search-page-main {
    margin-top: -9.75vw;
  }
}
.search-page .search-form {
  max-width: 400px;
  --h: max(0.7rem, 45px);
  position: relative;
  z-index: 10;
  margin-bottom: max(0.66rem, 30px);
}

.search-page .search-form input {
  display: block;
  width: 100%;
  height: var(--h);
  border-radius: 35px;
  border: 2px solid rgba(255, 255, 255, 0.4);
  transition: var(--duration);
  background-color: transparent;
  font-weight: 400;
  font-size: var(--font20);
  padding-left: max(0.35rem, 15px);
  padding-right: calc(max(1rem, 60px) + 15px);
  color: #ffffff;
}
.search-page .search-form input::placeholder {
  color: rgba(255, 255, 255, 0.6);
}
.search-page .search-form input:focus {
  border-color: #ffffff;
}
.search-page .search-form button {
  width: max(1rem, 60px);
  height: var(--h);
  background: #009d85;
  border-radius: 35px;
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
}
.search-page .search-form button img {
  display: block;
  width: 21px;
}
.search-page .search-content {
  background: #ffffff;
  border-radius: 10px 10px 0 0;
  padding-top: max(0.63rem, 20px);
  padding-left: max(0.6rem, 15px);
  padding-right: max(0.6rem, 15px);
}
.search-page .search-content .tab-list {
  display: flex;
  align-items: center;
  position: relative;
}
.search-page .search-content .tab-list::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(0, 0, 0, 0.06);
}
.search-page .search-content .tab-list .tab-item {
  font-weight: 400;
  font-size: var(--font24);
  color: rgba(0, 0, 0, 0.6);
  user-select: none;
  cursor: pointer;
  transition: var(--duration);
  padding-bottom: max(0.21rem, 15px);
  position: relative;
  display: flex;
  flex-wrap: wrap;
}
.search-page .search-content .tab-list .tab-item span:nth-child(2) {
  display: none;
}
.search-page .search-content .tab-list .tab-item::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 0;
  height: 2px;
  background-color: #009d85;
  transition: var(--duration);
}
.search-page .search-content .tab-list .tab-item:not(:last-child) {
  margin-right: max(0.56rem, 30px);
}
.search-page .search-content .tab-list .tab-item:hover {
  color: #009d85;
}
.search-page .search-content .tab-list .tab-item:hover::after {
  width: 100%;
}
.search-page .search-content .tab-list .tab-item.active {
  color: #009d85;
}
.search-page .search-content .tab-list .tab-item.active span:nth-child(2) {
  display: block;
}
.search-page .search-content .tab-list .tab-item.active::after {
  width: 100%;
}
.search-page .search-content .search-show-main {
  margin-top: max(0.55rem, 30px);
}
.search-page .search-content .search-product-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 20px;
  row-gap: 18px;
}
.search-page .search-content .search-product-list .item {
  background: #ffffff;
  box-shadow: 0px 0px max(0.49rem, 20px) 0px rgba(90, 184, 184, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
.search-page .search-content .search-product-list .item:hover .pic img {
  transform: translate(-50%, -50%) scale(1.05);
}
.search-page .search-content .search-product-list .item:hover .text {
  color: var(--theme);
}
.search-page .search-content .search-product-list .item .pic {
  display: block;
  width: 100%;
  padding-bottom: 60.41666667%;
  position: relative;
  overflow: hidden;
}
.search-page .search-content .search-product-list .item .pic img {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 86%;
  max-height: 86%;
  object-fit: contain;
  object-position: center center;
  transition: var(--duration);
}
.search-page .search-content .search-product-list .item .text {
  font-weight: 400;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
  text-align: center;
  transition: var(--duration);
  padding-top: 20px;
  padding-bottom: max(0.32rem, 20px);
  padding-left: 15px;
  padding-right: 15px;
}
.search-page .search-content .search-news-list {
  padding-top: 0.6rem;
}
.search-page .search-content .search-news-list .item {
  display: flex;
  align-items: flex-start;
  padding-top: max(0.55rem, 20px);
  padding-bottom: max(0.55rem, 20px);
  border-bottom: 2px solid rgba(0, 0, 0, 0.06);
}
.search-page .search-content .search-news-list .item:first-child {
  border-top: 2px solid rgba(0, 0, 0, 0.06);
}
.search-page .search-content .search-news-list .item:hover .pic img {
  transform: scale(1.05);
}
.search-page .search-content .search-news-list .item:hover .text .text-title {
  color: var(--theme);
}
.search-page .search-content .search-news-list .item .pic {
  width: 32.43243243%;
  flex-shrink: 0;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-right: max(0.9rem, 20px);
}
.search-page .search-content .search-news-list .item .pic::after {
  content: "";
  display: block;
  padding-bottom: 71.45833333%;
}
.search-page .search-content .search-news-list .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: var(--duration);
}
.search-page .search-content .search-news-list .item .text {
  flex: 1;
  min-width: 0;
  padding-top: max(0.39rem, 20px);
  padding-bottom: max(0.39rem, 20px);
}
.search-page .search-content .search-news-list .item .text .text-time {
  font-weight: 400;
  font-size: var(--font16);
  color: #009d85;
  line-height: 1;
  margin-bottom: 10px;
}
.search-page .search-content .search-news-list .item .text .text-title {
  font-weight: 400;
  color: #000000;
  font-size: var(--font24);
  line-height: 1.41666667;
  transition: var(--duration);
  display: block;
  width: 100%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.search-page .search-content .search-news-list .item .text .text-desc {
  font-weight: 400;
  font-size: var(--font20);
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 20px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  text-overflow: ellipsis;
  overflow: hidden;
  overflow-wrap: break-word;
}
.search-page .search-content .search-news-list .item .text .text-btn {
  width: fit-content;
  margin-top: max(0.95rem, 20px);
  display: flex;
  align-items: center;
  justify-content: center;
  user-select: none;
  cursor: pointer;
}
.search-page .search-content .search-news-list .item .text .text-btn .btn-text {
  font-weight: 400;
  font-size: var(--font20);
  color: #009d85;
  margin-right: max(0.17rem, 10px);
  line-height: 1;
  white-space: nowrap;
}
.search-page .search-content .search-news-list .item .text .text-btn .btn-icon {
  width: 32px;
  height: 32px;
  background: #009d85;
  border-radius: 16px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.search-page .search-content .search-news-list .item .text .text-btn .btn-icon img {
  display: block;
  max-width: 50%;
  max-height: 50%;
  object-fit: contain;
}
@media (max-width: 1300px) {
  .search-page .search-page-main {
    margin-top: -13.1408vw;
  }
  .search-page .search-content .search-news-list .item .text .text-btn {
    margin-top: max(0.65rem, 20px);
  }
}
@media (max-width: 992px) {
  .search-page .search-content .search-news-list .item .text {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 768px) {
  .search-page .search-page-main {
    margin-top: 45px;
  }
  .search-page .search-form input {
    background-color: #fff;
    color: #000000;
    border-color: #efefef;
  }
  .search-page .search-form input::placeholder {
    color: rgba(0, 0, 0, 0.6);
  }
  .search-page .search-form input:focus {
    border-color: #efefef;
  }
  .search-page .search-content .search-product-list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 576px) {
  .search-page .search-content {
    padding-left: 0;
    padding-right: 0;
  }
  .search-page .search-content .search-product-list {
    grid-template-columns: repeat(1, 1fr);
  }
  .search-page .search-form input {
    font-size: 14px;
  }
  .search-page .search-content .search-news-list .item {
    flex-wrap: wrap;
    row-gap: 20px;
  }
  .search-page .search-content .search-news-list .item .pic {
    width: 100%;
    margin-right: 0;
  }
  .search-page .search-content .search-news-list .item .text {
    flex: none;
    width: 100%;
  }
  .search-page .search-content .search-news-list .item .text .text-time {
    font-size: 14px;
  }
  .search-page .search-content .search-news-list .item .text .text-title {
    font-size: 16px;
  }
  .search-page .search-content .search-news-list .item .text .text-desc {
    font-size: 14px;
  }
  .search-page .search-content .search-news-list .item .text .text-btn {
    display: none;
  }
}
@media (max-width: 576px) {
  .common-banner .product-pic {
    top: 10%;
  }
  .common-banner .product-pic img {
    max-width: 50%;
    max-height: 180px;
  }
}
/* 产品弹窗 */
.product-mask {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: calc(99 * 10);
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}
.product-mask .mask-close {
  position: absolute;
  right: 5%;
  top: 5%;
  width: fit-content;
  z-index: 10;
  user-select: none;
  cursor: pointer;
}
.product-mask .mask-close:hover img {
  filter: none;
}
.product-mask .mask-close img {
  display: block;
  width: max(0.6rem, 35px);
  transition: var(--duration);
  filter: brightness(0) invert(1);
}
.product-mask .mask-content {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  max-width: 1600px;
  width: 86%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.product-mask .mask-content .swiper-content {
  flex: 1;
  min-width: 0;
  margin-left: 20px;
  margin-right: 20px;
}
.product-mask .mask-content .mask-swiper .swiper-slide {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
}
.product-mask .mask-content .mask-swiper .swiper-slide .slide-main {
  display: block;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}
.product-mask .mask-content .mask-swiper .swiper-slide .slide-main .pic img {
  display: block;
  max-width: 100%;
  height: auto;
  max-height: 70vh;
  object-fit: contain;
  object-position: center center;
}
.product-mask .mask-content .mask-swiper .swiper-slide .slide-main .text {
  padding: 20px 15px;
  font-size: var(--font20);
  color: #000000;
  line-height: 1.5;
  overflow-wrap: break-word;
  text-align: center;
  background-color: #ffffff;
}
.product-mask .mask-content .swiper-pagination {
  position: static;
  transform: none;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
}
.product-mask .mask-content .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.45);
}
.product-mask .mask-content .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--theme);
}
@media (max-width: 768px) {
  .product-mask .mask-content {
    width: 96%;
  }
}
.product-mask .mask-content .arrow {
  width: max(0.6rem, 45px);
  height: max(0.6rem, 45px);
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  cursor: pointer;
  border-radius: 50%;
  transition: var(--duration);
}
.product-mask .mask-content .arrow:hover {
  background-color: var(--theme);
}
.product-mask .mask-content .arrow:hover img {
  filter: brightness(0) invert(1);
}
.product-mask .mask-content .arrow img {
  display: block;
  max-width: 45%;
  max-height: 45%;
  object-fit: contain;
  transition: var(--duration);
}
@media (max-width: 576px) {
  .product-mask .mask-content .mask-swiper .swiper-slide .slide-main .text {
    padding: 10px;
  }
  .product-mask .mask-content .arrow {
    display: none;
  }
}

/* nvh 修改版本 */
.nvh-info-wrap .info-list .info-item .text-main .line {
  position: relative;
  --line: 1px;
  z-index: 7;
}

.nvh-info-wrap .info-list .info-item .text-main .line::before,
.nvh-info-wrap .info-list .info-item .text-main .line::after {
  content: "";
  display: block;
  background-color: var(--theme);
}

/* 第一个 */
.nvh-info-wrap .info-list .item1 .text-main {
  flex-direction: column;
}

.nvh-info-wrap .info-list .item1 .text-main .line {
  width: 50%;
  flex-shrink: 0;
  height: 0.9rem;
  margin-right: auto;
}

.nvh-info-wrap .info-list .item1 .text-main .panel {
  width: 65%;
  flex-shrink: 0;
  flex: none;
  margin-right: 15%;
}

.nvh-info-wrap .info-list .item1 .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item1 .line::after {
  width: var(--line);
  height: 100%;
  margin-left: auto;
}

.nvh-info-wrap .info-list .info-item.item2 .text-main {
  left: auto;
  right: calc(100% - var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item2 .text-main .line {
  width: var(--line-width);
  flex-shrink: 0;
  height: max(0.6rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item2 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 30%;
  order: -1;
  margin-right: calc(var(--line-width) / 1.5);
}

.nvh-info-wrap .info-list .info-item.item2 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item2 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第三个 */
.nvh-info-wrap .info-list .item3 .mark .text-main {
  flex-wrap: wrap;
  flex-direction: column;
}

.nvh-info-wrap .info-list .item3 .text-main .line {
  width: 25%;
  height: 2.2rem;
}

.nvh-info-wrap .info-list .item3 .text-main .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item3 .text-main .line::after {
  height: 100%;
  width: var(--line);
}

.nvh-info-wrap .info-list .item3 .mark .text-main .panel {
  flex: none;
  width: 50%;
}

.nvh-info-wrap .info-list .item4 .mark .text-main {
  flex-wrap: wrap;
}

.nvh-info-wrap .info-list .info-item.item4 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item4 .text-main .line {
  width: 76%;
  flex-shrink: 0;
  height: max(0.4rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item4 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  align-self: flex-start;
}

.nvh-info-wrap .info-list .info-item.item4 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item4 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item5 .mark .text-main {
  flex-wrap: wrap;
  flex-direction: column;
  top: auto;
  bottom: calc(var(--unit) / 2);
}

.nvh-info-wrap .info-list .info-item.item5 .text-main .line {
  width: 76%;
  flex-shrink: 0;
  height: max(0.3rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item5 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  align-self: flex-start;
}

.nvh-info-wrap .info-list .info-item.item5 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item5 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item6 .text-main {
  flex-direction: column;
  align-items: flex-start;
}

.nvh-info-wrap .info-list .item6 .text-main .line {
  width: 50%;
  height: 1.9rem;
}

.nvh-info-wrap .info-list .item6 .text-main .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item6 .text-main .line::after {
  width: var(--line);
  height: calc(100% - var(--line));
  margin-left: auto;
}

.nvh-info-wrap .info-list .item6 .text-main .panel {
  margin-left: 24%;
}

/* 第七个 */

.nvh-info-wrap .info-list .info-item.item7 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item7 .text-main .line {
  width: 60%;
  flex-shrink: 0;
  height: max(0.6rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item7 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: calc(var(--line-width) / 1.5);
}

.nvh-info-wrap .info-list .info-item.item7 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item7 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第八个 */

.nvh-info-wrap .info-list .info-item.item8 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item8 .text-main .line {
  width: 70%;
  flex-shrink: 0;
  height: max(0.6rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item8 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: calc(var(--line-width) / 1.5);
}

.nvh-info-wrap .info-list .info-item.item8 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item8 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第九个 */

.nvh-info-wrap .info-list .info-item.item9 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item9 .text-main .line {
  width: 60%;
  flex-shrink: 0;
  height: max(0.6rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item9 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: calc(var(--line-width) / 1.5);
}

.nvh-info-wrap .info-list .info-item.item9 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item9 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第十个 */
.nvh-info-wrap .info-list .item10 .text-main {
  flex-direction: column;
}

.nvh-info-wrap .info-list .item10 .text-main .line {
  width: 50%;
  flex-shrink: 0;
  height: 1.1rem;
  margin-right: auto;
}

.nvh-info-wrap .info-list .item10 .text-main .panel {
  width: 65%;
  flex-shrink: 0;
  flex: none;
  margin-right: 15%;
}

.nvh-info-wrap .info-list .item10 .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item10 .line::after {
  width: var(--line);
  height: 100%;
  margin-left: auto;
}

/* 第十一个 */
.nvh-info-wrap .info-list .item11 .text-main {
  width: 50%;
  right: calc(100% - var(--unit) / 2);
  left: auto;
  top: auto;
  bottom: calc(var(--unit) / 2);
  flex-direction: column;
  clip-path: inset(0 0 0 100%);
}

.nvh-info-wrap .info-list .item11 .text-main .line {
  order: 1;
  height: 0.9rem;
  width: 31%;
}

.nvh-info-wrap .info-list .item11 .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .item11 .line::after {
  width: 100%;
  height: var(--line);
}

/* 第十二个 */
.nvh-info-wrap .info-list .item12 .mark .text-main {
  flex-wrap: wrap;
  flex-direction: column;
}

.nvh-info-wrap .info-list .item12 .text-main .line {
  width: 25%;
  height: 2.75rem;
}

.nvh-info-wrap .info-list .item12 .text-main .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item12 .text-main .line::after {
  height: 100%;
  width: var(--line);
}

.nvh-info-wrap .info-list .item12 .mark .text-main .panel {
  flex: none;
  width: 50%;
}

/* 第十三个 */

.nvh-info-wrap .info-list .item13 .mark .text-main {
  flex-direction: column;
  left: calc(var(--unit) / 2);
  top: calc(var(--unit) / 2);
  right: auto;
  bottom: auto;
  clip-path: inset(0 100% 0 0);
}

.nvh-info-wrap .info-list .item13 .text-main .line {
  width: 50%;
  flex-shrink: 0;
  height: 1.2rem;
  margin-right: auto;
}

.nvh-info-wrap .info-list .item13 .text-main .panel {
  width: 60%;
  flex-shrink: 0;
  flex: none;
  margin-right: 20%;
}

.nvh-info-wrap .info-list .item13 .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item13 .line::after {
  width: var(--line);
  height: 100%;
  margin-left: auto;
}

/* 第十四个 */
.nvh-info-wrap .info-list .item14 .mark .text-main {
  flex-wrap: wrap;
  flex-direction: column;
}

.nvh-info-wrap .info-list .item14 .text-main .line {
  width: 25%;
  height: 2.2rem;
}

.nvh-info-wrap .info-list .item14 .text-main .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item14 .text-main .line::after {
  height: 100%;
  width: var(--line);
}

.nvh-info-wrap .info-list .item14 .mark .text-main .panel {
  flex: none;
  width: 50%;
}

/* 第十五个 */
.nvh-info-wrap .info-list .item15 .text-main {
  flex-direction: column;
  align-items: flex-start;
}

.nvh-info-wrap .info-list .item15 .text-main .line {
  width: 60%;
  height: 2.1rem;
}

.nvh-info-wrap .info-list .item15 .text-main .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item15 .text-main .line::after {
  width: var(--line);
  height: calc(100% - var(--line));
  margin-left: auto;
}

.nvh-info-wrap .info-list .item15 .text-main .panel {
  margin-left: 50%;
}

/* 第十六个 */
.nvh-info-wrap .info-list .info-item.item16 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item16 .text-main .line {
  width: var(--line-width);
  flex-shrink: 0;
  height: max(0.6rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item16 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 30%;
  order: -1;
  margin-right: calc(var(--line-width) / 1.5);
}

.nvh-info-wrap .info-list .info-item.item16 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item16 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第十七个 */

.nvh-info-wrap .info-list .item17 .text-main {
  flex-direction: column;
}

.nvh-info-wrap .info-list .item17 .text-main .line {
  width: 55%;
  flex-shrink: 0;
  height: 2rem;
  margin-right: auto;
}

.nvh-info-wrap .info-list .item17 .text-main .panel {
  width: 65%;
  flex-shrink: 0;
  flex: none;
  margin-right: 15%;
}

.nvh-info-wrap .info-list .item17 .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item17 .line::after {
  width: var(--line);
  height: 100%;
  margin-left: auto;
}

/* 第十八个 */
.nvh-info-wrap .info-list .item18 .text-main {
  flex-direction: column;
}

.nvh-info-wrap .info-list .item18 .text-main .line {
  width: 55%;
  flex-shrink: 0;
  height: 1.85rem;
  margin-right: auto;
}

.nvh-info-wrap .info-list .item18 .text-main .panel {
  width: 65%;
  flex-shrink: 0;
  flex: none;
  margin-right: 15%;
}

.nvh-info-wrap .info-list .item18 .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item18 .line::after {
  width: var(--line);
  height: 100%;
  margin-left: auto;
}

/* 第十九个 */

.nvh-info-wrap .info-list .item19 .mark .text-main {
  flex-wrap: wrap;
  flex-direction: column;
}

.nvh-info-wrap .info-list .item19 .text-main .line {
  width: 25%;
  height: 2.25rem;
}

.nvh-info-wrap .info-list .item19 .text-main .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item19 .text-main .line::after {
  height: 100%;
  width: var(--line);
}
.nvh-info-wrap .info-list .item19 .mark .text-main .panel {
  flex: none;
  width: 50%;
}

/* 第二十个 */

.nvh-info-wrap .info-list .item20 .text-main {
  flex-direction: column;
  align-items: flex-start;
}

.nvh-info-wrap .info-list .item20 .text-main .line {
  width: 25%;
  flex-shrink: 0;
  height: 2rem;
  margin-right: auto;
}

.nvh-info-wrap .info-list .item20 .text-main .panel {
  width: 60%;
  flex-shrink: 0;
  flex: none;
}

.nvh-info-wrap .info-list .item20 .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item20 .line::after {
  width: var(--line);
  height: 100%;
  margin-left: auto;
}

/* 第二十一个 */

.nvh-info-wrap .info-list .item21 .text-main {
  flex-direction: column;
  align-items: flex-start;
}

.nvh-info-wrap .info-list .item21 .text-main .line {
  width: 35%;
  flex-shrink: 0;
  height: 2.7rem;
  margin-right: auto;
}

.nvh-info-wrap .info-list .item21 .text-main .panel {
  width: 60%;
  flex-shrink: 0;
  flex: none;
  margin-left: 16%;
}

.nvh-info-wrap .info-list .item21 .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item21 .line::after {
  width: var(--line);
  height: 100%;
  margin-left: auto;
}

/* 第二十二个 */

.nvh-info-wrap .info-list .info-item.item22 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item22 .text-main .line {
  width: var(--line-width);
  flex-shrink: 0;
  height: max(0.3rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item22 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 70%;
  order: -1;
  /* margin-right: calc(var(--line-width) / 1.5); */
}

.nvh-info-wrap .info-list .info-item.item22 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item22 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第二十三个 */

.nvh-info-wrap .info-list .info-item.item23 .text-main {
  left: auto;
  right: calc(100% - var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item23 .text-main .line {
  width: 55%;
  flex-shrink: 0;
  height: max(0.5rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item23 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: 23%;
}

.nvh-info-wrap .info-list .info-item.item23 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item23 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第二十四个 */
.nvh-info-wrap .info-list .info-item.item24 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
  align-items: flex-end;
}

.nvh-info-wrap .info-list .info-item.item24 .text-main .line {
  width: 55%;
  flex-shrink: 0;
  height: 20px;
}

.nvh-info-wrap .info-list .info-item.item24 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: 23%;
}

.nvh-info-wrap .info-list .info-item.item24 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item24 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第二十五个 */
.nvh-info-wrap .info-list .info-item.item25 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
  align-items: flex-end;
}

.nvh-info-wrap .info-list .info-item.item25 .text-main .line {
  width: 75%;
  flex-shrink: 0;
  height: 20px;
}

.nvh-info-wrap .info-list .info-item.item25 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item25 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item25 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第二十六个 */
.nvh-info-wrap .info-list .info-item.item26 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
  align-items: flex-end;
}

.nvh-info-wrap .info-list .info-item.item26 .text-main .line {
  width: 75%;
  flex-shrink: 0;
  height: 20px;
}

.nvh-info-wrap .info-list .info-item.item26 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 50%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item26 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item26 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第二十七 */

.nvh-info-wrap .info-list .info-item.item27 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
  align-items: flex-end;
}

.nvh-info-wrap .info-list .info-item.item27 .text-main .line {
  width: 75%;
  flex-shrink: 0;
  height: max(0.4rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item27 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 80%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item27 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item27 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第二十八 */

.nvh-info-wrap .info-list .info-item.item28 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
  align-items: flex-end;
}

.nvh-info-wrap .info-list .info-item.item28 .text-main .line {
  width: 75%;
  flex-shrink: 0;
  height: max(0.4rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item28 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 50%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item28 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item28 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第二十九 */

.nvh-info-wrap .info-list .info-item.item29 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  align-items: flex-end;
}

.nvh-info-wrap .info-list .info-item.item29 .text-main .line {
  width: 75%;
  flex-shrink: 0;
  height: max(0.4rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item29 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 70%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item29 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item29 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第三十个 */

.nvh-info-wrap .info-list .item30 .text-main {
  flex-direction: column;
  align-items: flex-start;
}

.nvh-info-wrap .info-list .item30 .text-main .line {
  width: 30%;
  flex-shrink: 0;
  height: 2.4rem;
  margin-right: auto;
}

.nvh-info-wrap .info-list .item30 .text-main .panel {
  width: 60%;
  flex-shrink: 0;
  flex: none;
}

.nvh-info-wrap .info-list .item30 .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item30 .line::after {
  width: var(--line);
  height: 100%;
  margin-left: auto;
}

/* 三十一 */
.nvh-info-wrap .info-list .item31 .text-main {
  flex-direction: column;
  align-items: flex-start;
}

.nvh-info-wrap .info-list .item31 .text-main .line {
  width: 30%;
  flex-shrink: 0;
  height: 1.8rem;
  margin-right: auto;
}

.nvh-info-wrap .info-list .item31 .text-main .panel {
  width: 60%;
  flex-shrink: 0;
  flex: none;
}

.nvh-info-wrap .info-list .item31 .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .item31 .line::after {
  width: var(--line);
  height: 100%;
  margin-left: auto;
}

/* 第三十二个 */
.nvh-info-wrap .info-list .info-item.item32 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item32 .text-main .line {
  width: 70%;
  flex-shrink: 0;
  height: 20px;
}

.nvh-info-wrap .info-list .info-item.item32 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 80%;
  order: -1;
  margin-right: auto;
  /* margin-right: calc(var(--line-width) / 1.5); */
}

.nvh-info-wrap .info-list .info-item.item32 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item32 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第三十三个 */
.nvh-info-wrap .info-list .info-item.item33 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
  text-align: center;
}

.nvh-info-wrap .info-list .info-item.item33 .text-main .line {
  width: 70%;
  flex-shrink: 0;
  height: 20px;
}

.nvh-info-wrap .info-list .info-item.item33 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 70%;
  order: -1;
  margin-right: auto;
  /* margin-right: calc(var(--line-width) / 1.5); */
}

.nvh-info-wrap .info-list .info-item.item33 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item33 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第三十四个 */

.nvh-info-wrap .info-list .info-item.item34 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
}
.nvh-info-wrap .info-list .info-item.item34 .text-main .line {
  width: 67%;
  flex-shrink: 0;
  height: max(0.3rem, 20px);
}
.nvh-info-wrap .info-list .info-item.item34 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 70%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item34 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item34 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第三十五个 */
.nvh-info-wrap .info-list .info-item.item35 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: nowrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  clip-path: inset(0% 0% 0% 100%);
  align-items: flex-end;
}
.nvh-info-wrap .info-list .info-item.item35 .text-main .line {
  width: 35%;
  flex-shrink: 0;
  height: 20px;
}

.nvh-info-wrap .info-list .info-item.item35 .text-main .panel {
  margin-right: auto;
  flex: 1;
}

.nvh-info-wrap .info-list .info-item.item35 .text-main .line::before {
  width: 100%;
  height: var(--line);
}

.nvh-info-wrap .info-list .info-item.item35 .text-main .line::after {
  width: var(--line);
  height: calc(100% - var(--line));
  margin-left: auto;
}

/* 第三十六 */

.nvh-info-wrap .info-list .info-item.item36 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
}
.nvh-info-wrap .info-list .info-item.item36 .text-main .line {
  width: 67%;
  flex-shrink: 0;
  height: max(0.3rem, 20px);
}
.nvh-info-wrap .info-list .info-item.item36 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item36 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item36 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第三十七 */
.nvh-info-wrap .info-list .info-item.item37 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
}
.nvh-info-wrap .info-list .info-item.item37 .text-main .line {
  width: 67%;
  flex-shrink: 0;
  height: max(0.3rem, 20px);
}
.nvh-info-wrap .info-list .info-item.item37 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item37 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item37 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第三十八 */

.nvh-info-wrap .info-list .info-item.item38 .text-main {
  left: auto;
  right: calc(100% - var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
}
.nvh-info-wrap .info-list .info-item.item38 .text-main .line {
  width: 50%;
  flex-shrink: 0;
  height: max(0.3rem, 20px);
}
.nvh-info-wrap .info-list .info-item.item38 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: 10%;
}

.nvh-info-wrap .info-list .info-item.item38 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item38 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第三十九 */

.nvh-info-wrap .info-list .info-item.item39 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
}
.nvh-info-wrap .info-list .info-item.item39 .text-main .line {
  width: 67%;
  flex-shrink: 0;
  height: max(0.6rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item39 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item39 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item39 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第四十个 */

.nvh-info-wrap .info-list .info-item.item40 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
}
.nvh-info-wrap .info-list .info-item.item40 .text-main .line {
  width: 68%;
  flex-shrink: 0;
  height: max(0.4rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item40 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 80%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item40 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item40 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第四十一个 */

.nvh-info-wrap .info-list .info-item.item41 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
}
.nvh-info-wrap .info-list .info-item.item41 .text-main .line {
  width: 68%;
  flex-shrink: 0;
  height: 20px;
}

.nvh-info-wrap .info-list .info-item.item41 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 65%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item41 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item41 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第四十二个 */

.nvh-info-wrap .info-list .info-item.item42 .text-main {
  left: auto;
  right: calc(var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
}

.nvh-info-wrap .info-list .info-item.item42 .text-main .line {
  width: 70%;
  flex-shrink: 0;
  height: max(0.4rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item42 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 50%;
  order: -1;
  margin-right: auto;
}

.nvh-info-wrap .info-list .info-item.item42 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item42 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

/* 第四十三个 */
.nvh-info-wrap .info-list .info-item.item43 .text-main {
  left: auto;
  right: calc(100% - var(--unit) / 2);
  flex-wrap: wrap;
  bottom: calc(var(--unit) / 2);
  top: auto;
  --line-width: 45%;
  flex-direction: column;
  clip-path: inset(0% 0% 0% 100%);
}

.nvh-info-wrap .info-list .info-item.item43 .text-main .line {
  width: 50%;
  flex-shrink: 0;
  height: max(0.4rem, 20px);
}

.nvh-info-wrap .info-list .info-item.item43 .text-main .panel {
  flex: none;
  flex-shrink: 0;
  width: 60%;
  order: -1;
  margin-right: 20%;
}

.nvh-info-wrap .info-list .info-item.item43 .text-main .line::before {
  width: var(--line);
  height: calc(100% - var(--line));
}

.nvh-info-wrap .info-list .info-item.item43 .text-main .line::after {
  width: 100%;
  height: var(--line);
}

@media (max-width: 576px) {
  .nvh-info-wrap .info-list .info-item .pic {
    position: relative;
    overflow: hidden;
  }

  .nvh-info-wrap .info-list .info-item {
    overflow: hidden;
  }

  .nvh-info-wrap .info-list .info-item .pic img {
    max-width: 100%;
  }

  .nvh-info-wrap .info-list .info-item .text-main {
    position: static !important;
    width: 100% !important;
    clip-path: none !important;
    display: block !important;
  }

  .nvh-info-wrap .info-list .info-item .text-main .line {
    display: none !important;
    width: 0 !important;
  }

  .nvh-info-wrap .info-list .info-item .text-main .panel {
    width: 90% !important;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .nvh-info-wrap .info-list .info-item .mark {
    width: 20px !important;
    height: 20px !important;
  }

  .nvh-info-wrap .info-list .item3 .mark {
    right: 14.5%;
    top: 27%;
  }

  .nvh-info-wrap .info-list .item4 .mark {
    right: 18%;
  }

  .nvh-info-wrap .info-list .item5 .mark {
    right: 11.5%;
    top: 2.5%;
  }

  .nvh-info-wrap .info-list .item6 .mark {
    left: 20%;
    top: 35%;
  }

  .nvh-info-wrap .info-list .item7 .mark {
    right: 27%;
  }

  .nvh-info-wrap .info-list .item8 .mark {
    right: 20%;
  }

  .nvh-info-wrap .info-list .item9 .mark {
    right: 27%;
  }

  .nvh-info-wrap .info-list .item11 .mark {
    left: 20%;
    top: 21%;
  }

  .nvh-info-wrap .info-list .item12 .mark {
    right: 27%;
    top: 20%;
  }

  .nvh-info-wrap .info-list .item14 .mark {
    right: 20%;
  }

  .nvh-info-wrap .info-list .item15 .mark {
    left: 17%;
    top: 42.5%;
  }

  .nvh-info-wrap .info-list .item16 .mark {
    right: 22%;
  }

  .nvh-info-wrap .info-list .item17 .mark {
    left: 18%;
    top: 36%;
  }

  .nvh-info-wrap .info-list .item18 .mark {
    left: 23%;
    top: 41%;
  }

  .nvh-info-wrap .info-list .item20 .mark {
    left: 39.5%;
    top: 35%;
  }

  .nvh-info-wrap .info-list .item21 .mark {
    left: 25.5%;
  }

  .nvh-info-wrap .info-list .item22 .mark {
    right: 49.5%;
  }

  .nvh-info-wrap .info-list .item23 .mark {
    left: 43%;
  }

  .nvh-info-wrap .info-list .item24 .mark {
    right: 30.5%;
    top: 3%;
  }

  .nvh-info-wrap .info-list .item25 .mark {
    right: 33%;
    top: 12%;
  }

  .nvh-info-wrap .info-list .item26 .mark {
    right: 22%;
  }

  .nvh-info-wrap .info-list .item27 .mark {
    right: 27%;
  }

  .nvh-info-wrap .info-list .item28 .mark {
    right: 32%;
  }

  .nvh-info-wrap .info-list .item29 .mark {
    right: 31.5%;
  }

  .nvh-info-wrap .info-list .item30 .mark {
    top: 30%;
  }

  .nvh-info-wrap .info-list .item31 .mark {
    left: 32%;
    top: 50%;
  }

  .nvh-info-wrap .info-list .item32 .mark {
    right: 23%;
    top: 10%;
  }

  .nvh-info-wrap .info-list .item35 .mark {
    right: 37.5%;
    top: 0;
  }

  .nvh-info-wrap .info-list .item37 .mark {
    right: 38%;
    top: 5%;
  }

  .nvh-info-wrap .info-list .item38 .mark {
    left: 35%;
    top: 11%;
  }

  .nvh-info-wrap .info-list .item39 .mark {
    right: 41%;
    top: 20%;
  }

  .nvh-info-wrap .info-list .item40 .mark {
    right: 43.5%;
    top: 13%;
  }

  .nvh-info-wrap .info-list .item41 .mark {
    right: 27.5%;
    top: 6%;
  }

  .nvh-info-wrap .info-list .item42 .mark {
    right: 25.5%;
  }

  .nvh-info-wrap .info-list .item43 .mark {
    left: 36%;
    top: 9%;
  }
}
