.index-product {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 6vw 8vw;
  align-items: stretch;
}

.index-product .product_img {
  width: 28vw;
  height: 34vw;
}

.index-product .product_img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.index-product .product_content {
  box-sizing: border-box;
  width: 55vw;
  background-color: #fff;
  padding-left: 4vw;
  padding-right: 4vw;
  height: 34vw;
  display: flex;
  flex-direction: column;
  padding-top: 3vw;
  padding-bottom: 3vw;
}

.index-product .product_content h1 {
  font-weight: 500;
  font-size: 2vw;
  color: #000000;
  line-height: 3vw;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
}

.index-product .product_content .des {
  font-weight: 400;
  font-size: 1vw;
  color: #000000;
  line-height: 2;
  text-align: justify;
  font-style: normal;
  margin-top: 2vw;
  text-indent: 4vw;
  /* 固定像素值缩进 */
}

.index-product .product_content .btn {
  width: 10vw;
  height: 3vw;
  cursor: pointer;
  margin-top: 4vw;
}

.index-product .product_content .btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-about {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 0 8vw;
  align-items: stretch;
}

.index-about .about {
  background-color: #fff;
  width: 100%;
  height: 26vw;
  padding: 3vw 0 3vw 3vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  position: relative;
}

.index-about .about .des {
  width: 28vw;
  font-weight: 400;
  font-size: 1vw;
  color: #000000;
  line-height: 2;
  text-align: justify;
  font-style: normal;
  margin-top: 2vw;
  text-indent: 4vw;
  /* 固定像素值缩进 */
}

.index-about .about .btn {
  width: 10vw;
  height: 3vw;
  cursor: pointer;
  margin-top: 4vw;
}

.index-about .about .btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-about .about .about_img1 {
  position: absolute;
  right: 0;
  top: 0;
  width: 28vw;
  height: 26vw;
  background-color: #7851ea;
}

.index-about .about .about_img2 {
  position: absolute;
  bottom: 0;
  right: 8vw;
  width: 41vw;
  height: 22vw;
  z-index: 10;
}

.index-about .about .about_img2 img {
  width: 100%;

  height: 100%;

  object-fit: cover;
}

.index-news {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 6vw 8vw 2vw 8vw;
  align-items: stretch;
  flex-direction: column;
}

.index-news .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2vw;
}

.index-news .header h1 {
  font-weight: 500;
  font-size: 2vw;
  color: #000000;
  line-height: 3vw;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
}

.index-news .header .btn {
  width: 10vw;
  height: 3vw;
  cursor: pointer;
}

.index-news .header .btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-news .news-content {
  display: flex;
}

.index-news .news-content .news-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.index-news .news-content .news-item.hot {
  width: 41vw;
  height: 31vw;
  position: relative;
  overflow: hidden;
}

.index-news .news-content .news-item.hot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-news .news-content .news-item.hot .hot-arrow {
  width: 4vw;
  height: 4vw;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.index-news .news-content .news-item.hot .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/template/pc/skin/images/zhezhao.png") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.index-news .news-content .news-item.hot .overlay .overlay-content {
  display: flex;
  flex-direction: column;
  margin-top: 22vw;
  margin-left: 3vw;
  color: #fff;
}

.index-news .news-content .news-item.hot .overlay .overlay-content h2 {
  font-weight: normal;
  font-size: 1vw;
  color: #ffffff;
  line-height: 1;
  text-align: left;
  font-style: normal;
}

.index-news .news-content .news-item.hot .overlay .overlay-content .des {
  width: 18vw;
  font-weight: normal;
  font-size: 1vw;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.index-news .news-content .news-item.normal {
  width: 19vw;
  margin-left: 2vw;
  cursor: pointer;
}

.index-news .news-content .news-item.normal .news-item-img {
  width: 100%;
  height: 18vw;
  overflow: hidden;
}

.index-news .news-content .news-item.normal .news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.index-news .news-content .news-item.normal .news-item-time {
  font-weight: normal;
  font-size: 1vw;
  color: #666666;
  line-height: 1;
  text-align: left;
  font-style: normal;
  width: 100%;
  margin-top: 2vw;
}

.index-news .news-content .news-item.normal .news-item-title {
  margin-top: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 1vw;
  color: #222222;
  line-height: 2;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
}

.index-news .news-content .news-item.normal .news-item-des {
  margin-top: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1vw;
  color: #666666;
  line-height: 1;
  text-align: left;
  font-style: normal;
}
.index-news .zshz {
  width: 100%;
  font-weight: 500;
  font-size: 2vw;
  color: #000000;
  line-height: 3vw;
  margin-top: 6vw;
  text-align: center;
}
.index-zs .zshz {
  width: 100%;
  font-weight: 500;
  font-size: 2vw;
  color: #000000;
  line-height: 3vw;
  letter-spacing: 0px;
  text-align: center;
  font-style: normal;
  margin-top: 6vw;
  margin-bottom: 2vw;
  height: 3vw;
}

.index-zs,
.zs-zs {
  width: 100%;
  padding: 2vw 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.index-zs .form-header,
.zs-zs .form-header {
  text-align: center;
  margin-bottom: 5vw;
  width: 54vw;
}

.index-zs .form-title,
.zs-zs .form-title {
  font-size: 2vw;
  width: 54vw;
  font-weight: 500;
  color: #222222;
  line-height: 3vw;
}

.index-zs .form-subtitle,
.zs-zs .form-subtitle {
  font-weight: 500;
  font-size: 1vw;
  color: #222222;
  line-height: 1vw;
  width: 54vw;
  margin-top: 1vw;
}

.form-group {
  margin-bottom: 1vw;
  width: 54vw;
  display: flex;
  flex-direction: column;
}

label {
  display: block;
  font-size: clamp(14px, 1.6vw, 18px);
  color: #222;
  margin-bottom: clamp(10px, 1vw, 16px);
  font-weight: 500;
  align-self: self-start;
}

input,
textarea {
  width: 100%;
  padding: 2.5vw;
  border: 0.2vw solid #ddd;
  border-radius: 1vw;
  font-size: 2.5vw;
  transition: border-color 0.3s;
}

input:focus,
textarea:focus {
  border-color: #8a2be2;
  /* 紫色边框 */
  outline: none;
}

textarea {
  resize: vertical;
}

.submit-btn {
  background-color: #8a2be2;
  /* 紫色按钮 */
  color: white;
  border: none;
  border-radius: 1vw;
  font-size: 1vw;
  line-height: 2;
  cursor: pointer;
  width: 100%;
  transition: background-color 0.3s;
  width: 13vw;
}

.submit-btn:hover {
  background-color: #7b1fa2;
}

/* 平板和桌面端适配 */
@media (min-width: 768px) {
  .form-container {
    width: 13vw;
    padding: 3vw;
  }

  .form-title {
    font-size: 3vw;
  }

  .form-subtitle {
    font-size: 1.8vw;
  }

  label,
  input,
  textarea,
  .submit-btn {
    font-size: clamp(12px, 1vw, 18px);
    line-height: 2;
  }

  input,
  textarea {
    padding: 0.5vw;
  }

  .submit-btn {
    box-sizing: border-box;
    width: 13vw;
    height: 4vw;
  }
}
/* 小屏专用微调 */
@media (max-width: 767px) {
  .index-zs {
    padding: 4vw 4vw;
  }
  .index-zs .form-header,
  .zs-zs .form-header {
    width: 100%;
    margin: 0 auto 3vw;
  }
  .form-group {
    width: 100%;
    margin-bottom: 1rem;
  }
  input,
  textarea {
    padding: 0.8rem;
  }
}
/* 内页新闻样式 */
.inner-news {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  padding: 6vw 8vw 2vw 8vw;
  align-items: stretch;
  flex-direction: column;
}

.inner-news .header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 2vw;
}

.inner-news .header h1 {
  font-weight: 500;
  font-size: 2vw;
  color: #000000;
  line-height: 3vw;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
}

.inner-news .header .btn {
  width: 10vw;
  height: 3vw;
  cursor: pointer;
}

.inner-news .header .btn img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-news .news-content {
  display: flex;
  flex-wrap: wrap;
  gap: 2vw; /* 项间距，可调整 */
  align-items: flex-start; /* 顶部对齐，避免高度错位 */
  box-sizing: border-box;
}

.inner-news .news-content .news-item {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.inner-news .news-content .news-item.hot {
  flex: 0 0 41vw; /* 固定占宽，可按需调整 */
  max-width: 41vw;
  height: 31vw; /* 保持原高度 */
  position: relative;
  overflow: hidden;
}

.inner-news .news-content .news-item.hot img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-news .news-content .news-item.hot .hot-arrow {
  width: 4vw;
  height: 4vw;
  position: absolute;
  bottom: 0;
  right: 0;
  cursor: pointer;
}

.inner-news .news-content .news-item.hot .overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: url("/template/pc/skin/images/zhezhao.png") no-repeat center center;
  width: 100%;
  height: 100%;
  background-size: 100% 100%;
}

.inner-news .news-content .news-item.hot .overlay .overlay-content {
  display: flex;
  flex-direction: column;
  margin-top: 22vw;
  margin-left: 3vw;
  color: #fff;
}

.inner-news .news-content .news-item.hot .overlay .overlay-content h2 {
  font-weight: normal;
  font-size: 1vw;
  color: #ffffff;
  line-height: 1;
  text-align: left;
  font-style: normal;
}

.inner-news .news-content .news-item.hot .overlay .overlay-content .des {
  width: 18vw;
  font-weight: normal;
  font-size: 1vw;
  color: #ffffff;
  line-height: 2;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
}

.inner-news .news-content .news-item.normal {
  flex: 0 0 19vw; /* 每列基础宽度，可按需调整为 calc() 或 % */
  max-width: 19vw;
  box-sizing: border-box;
  cursor: pointer;
}

.inner-news .news-content .news-item.normal .news-item-img {
  width: 100%;
  height: 18vw;
  overflow: hidden;
}

.inner-news .news-content .news-item.normal .news-item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-news .news-content .news-item.normal .news-item-time {
  font-weight: normal;
  font-size: 1vw;
  color: #666666;
  line-height: 1;
  text-align: left;
  font-style: normal;
  width: 100%;
  margin-top: 2vw;
}

.inner-news .news-content .news-item.normal .news-item-title {
  margin-top: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: normal;
  font-size: 1vw;
  color: #222222;
  line-height: 2;
  letter-spacing: 0px;
  text-align: left;
  font-style: normal;
}

.inner-news .news-content .news-item.normal .news-item-des {
  margin-top: 1vw;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  /* 限制显示行数 */
  overflow: hidden;
  text-overflow: ellipsis;
  font-weight: 400;
  font-size: 1vw;
  color: #666666;
  line-height: 1;
  text-align: left;
  font-style: normal;
}
.inner-news .zshz {
  width: 100%;
  font-weight: 500;
  font-size: 2vw;
  color: #000000;
  line-height: 3vw;
  margin-top: 6vw;
  text-align: center;
}
/* 在窄屏上让 normal 项更自适应（示例） */
@media (max-width: 767px) {
  .inner-news .news-content {
    gap: 4vw;
  }
  .inner-news .news-content .news-item.hot {
    flex: 0 0 100%;
    max-width: 100%;
    height: auto; /* 可让图片自适应高度 */
  }
  .inner-news .news-content .news-item.normal {
    flex: 0 0 48%; /* 两列显示 */
    max-width: 48%;
  }
}

/* 更小屏（单列） */
@media (max-width: 420px) {
  .inner-news .news-content .news-item.normal {
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.inner-about {
  display: flex;
  width: 100%;
  box-sizing: border-box;

  align-items: stretch;
  flex-direction: column;
}
.inner-about .about-company {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 0 4vw;
  align-items: stretch; /* 让两列等高 */
  background-color: #ffffff;
  padding: 6vw 8vw 6vw 8vw;
  box-sizing: border-box;
}
.inner-about .about-company .company-item {
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  height: 70vw;
}
.inner-about .about-company .company-item.column-reverse {
  flex-direction: column-reverse; /* 现在能翻转了 */
}

.inner-about .about-company .company-item .item-desc {
  display: flex;
  flex-direction: column;
  flex: 1; /* 让描述区占用剩余空间 */
}
.inner-about .about-company .company-item .item-desc .title {
  font-weight: 500;
  font-size: 2vw;
  color: #000000;
  line-height: 3vw;
}

.inner-about .about-company .company-item .item-desc .line {
  margin-top: 1vw;
  width: 3vw;
  height: 6px;
  background: #7851ea;
}
.inner-about .about-company .company-item .item-desc .desc {
  width: 39vw;
  font-weight: 400;
  font-size: 1vw;
  color: #000000;
  line-height: 2vw;
  text-align: justify;
  text-indent: 3vw;
  margin-top: 2vw;
}

.inner-about .about-company .company-item .item-img {
  width: 100%;
  height: 46vw;
  margin-top: 4vw;
  flex: 0 0 46vw;
}
.inner-about .about-company .company-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.inner-about .about-team {
  margin-top: 4vw;
  display: flex;
  flex-direction: column;
  padding: 0 8vw;
  box-sizing: border-box;
}
.inner-about .about-team .top {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.inner-about .about-team .top .title {
  font-weight: 500;
  font-size: 2vw;
  color: #000000;
  line-height: 3vw;
}
.inner-about .about-team .top .line {
  margin-top: 1vw;
  width: 3vw;
  height: 6px;
  background: #7851ea;
}
/* 团队列表：默认图片左文右，偶数项翻转为文字左图右 */
.inner-about .about-team .team-list {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 4vw;
}

.inner-about .about-team .team-list .team-list-item {
  margin-top: 2vw;
  width: 100%;
  display: flex;
  flex-direction: row; /* 默认：图片左，文字右 */
  align-items: stretch;
  gap: 1vw;
}

.inner-about .about-team .team-list .team-list-item:nth-child(even) {
  flex-direction: row-reverse; /* 偶数项翻转 */
}

/* 图片与文字区样式 */
.inner-about .about-team .team-list .team-list-item .item-img {
  width: 20vw;
  height: 22vw;
  border-radius: 16px;
  flex: 0 0 20vw;
  overflow: hidden;
}

.inner-about .about-team .team-list .team-list-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.inner-about .about-team .team-list .team-list-item .item-desc {
  margin-left: 1vw;
  flex: 1;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  height: 22vw;
  border-radius: 0px 1vw 1vw 0px;
  box-sizing: border-box;
  padding: 2vw 3vw 0 3vw;
  position: relative;
}

/* 偶数项（row-reverse）调整文字区 margin / 圆角方向 */
.inner-about .about-team .team-list .team-list-item:nth-child(even) .item-desc {
  margin-left: 0;
  margin-right: 1vw;
  border-radius: 1vw 0px 0px 1vw;
}

/* 文字样式 */
.inner-about .about-team .team-list .team-list-item .item-desc .name {
  font-weight: 500;
  font-size: 2vw;
  color: #7851ea;
  line-height: 1.4;
}

.inner-about .about-team .team-list .team-list-item .item-desc .subtitle {
  font-weight: 400;
  font-size: 1vw;
  color: #222222;
  line-height: 2vw;
  margin: 1vw 0;
}

.inner-about .about-team .team-list .team-list-item .item-desc .desc {
  font-weight: 400;
  font-size: 1vw;
  color: #666666;
  line-height: 1.4;
}

/* 大字背景位置：奇偶分别定位以适配翻转布局 */
.inner-about .about-team .team-list .team-list-item .item-desc .desc2 {
  position: absolute;
  font-weight: 500;
  font-size: 9vw;
  height: 13vw;
  color: rgba(120, 81, 234, 0.05);
  line-height: 13vw;
  right: 2vw;
  top: 0;
}

.inner-about
  .about-team
  .team-list
  .team-list-item:nth-child(even)
  .item-desc
  .desc2 {
  left: auto;
  right: 3vw;
}

/* 响应式：小屏单列时统一为 图片上 文下 */
@media (max-width: 767px) {
  .inner-about .about-company {
    grid-template-columns: 1fr;
    padding: 4vw;
  }
  .inner-about .about-company .company-item {
    min-height: auto;
  }
  .inner-about .about-company .company-item .item-img {
    flex: 0 0 auto;
    height: 40vw;
    margin-top: 2vw;
  }
  .inner-about .about-team .team-list .team-list-item,
  .inner-about .about-team .team-list .team-list-item:nth-child(even) {
    flex-direction: column;
    align-items: center;
  }
  .inner-about .about-team .team-list .team-list-item .item-img {
    width: 50vw;
    height: 40vw;
    flex: 0 0 auto;
    border-radius: 1vw;
  }
  .inner-about .about-team .team-list .team-list-item .item-desc {
    width: 100%;
    margin: 1.2vw 0 0 0;
    height: auto;
    padding: 2vw;
    border-radius: 0.8vw;
  }
  .inner-about .about-team .team-list .team-list-item .item-desc .desc2 {
    display: none;
  }
}

.inner-zs {
  display: flex;
  width: 100%;
  box-sizing: border-box;
  align-items: stretch;
  flex-direction: column;
}
.zs-who {
  width: 100%;
  height: 35vw;
  background: url(/template/pc/skin/images/zs/whoBg.png) no-repeat center center;
  background-size: cover;
  display: flex;
  flex-direction: column;
}
.zs-who .zs-who-content {
  width: 100%;
  box-sizing: border-box;
  padding: 16vw 0 0 19vw;
}
.zs-who .zs-who-content .zs-who-title {
  font-weight: 500;
  font-size: 2vw;
  color: #000000;
  line-height: 3vw;
}
.zs-who .zs-who-content .zs-who-list {
  display: flex;
  flex-direction: column;
}
.zs-who .zs-who-content .zs-who-list .list-item {
  display: flex;
  align-items: center;
  margin-top: 1vw;
}
.zs-who .zs-who-content .zs-who-list .list-item .item-index {
  font-weight: 500;
  font-size: 1vw;
  color: #7851ea;
  line-height: 2vw;
  font-weight: bold;
}
.zs-who .zs-who-content .zs-who-list .list-item .item-desc {
  font-weight: 400;
  font-size: 1vw;
  color: #222222;
  line-height: 2vw;
  margin-left: 7px;
}

.zs-num-content {
  width: 100%;
  height: 15vw;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  left: 0;
  top: 30vw;
  z-index: 10;
}
.zs-num-content .num-content {
  width: 83vw;
  height: 15svw;
  background: #ffffff;
  border-radius: 1vw;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  justify-items: center;
}
.zs-num-content .num-content .num-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.zs-num-content .num-content .num-item .item-index {
  display: flex;
  flex-direction: row; /* 数字和单位在一行 */
  align-items: flex-end; /* 底部对齐（数字与单位底部一致） */
}
.zs-num-content .num-content .num-item .item-index .item-index-num {
  font-weight: 500;
  font-size: 4vw;
  color: #7851ea;
  line-height: 1;
  display: block;
}
.zs-num-content .num-content .num-item .item-index .item-index-unit {
  font-weight: 500;
  font-size: 2vw;
  color: #7851ea;
  line-height: 1;
  margin-left: 0.5vw;
  display: block;
}
.zs-num-content .num-content .num-item .item-desc {
  font-weight: 400;
  font-size: 1vw;
  color: #666666;
  line-height: 1vw;
  text-align: center;
  margin-top: 1vw;
}
.zs-num-content .num-content .num-wjw {
  position: absolute;
  font-weight: 400;
  font-size: 1vw;
  color: #222222;
  line-height: 1vw;
  right: 11vw;
  bottom: 1vw;
}
.zs-product {
  width: 100%;
  height: 48vw;
  box-sizing: border-box;
  padding: 4vw 8vw 6vw 8vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.zs-product .zs-product-title {
  font-weight: 500;
  font-size: 3vw;
  color: #222222;
  line-height: 3vw;
}
.zs-product .zs-product-subtitle {
  font-weight: 400;
  font-size: 1vw;
  color: #222222;
  line-height: 2vw;
  margin-top: 1vw;
}
.zs-product .zs-product-content {
  margin-top: 3vw;
  width: 100%;
  height: 31vw;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0 2vw;
}
.zs-product .zs-product-content .product-item {
  box-sizing: border-box;
  padding: 3vw 0 0 3vw;
  display: flex;
  flex-direction: column;
}
.zs-product .zs-product-content .product-item .desc {
  font-weight: 400;
  font-size: 1vw;
  color: #222222;
  line-height: 2vw;
  width: 15vw;
  margin-top: 1vw;
}
.zs-product .zs-product-content .product-item.item1 {
  display: flex;
  width: 39vw;
  height: 31vw;
  background: url("/template/pc/skin/images/zs/advantage1.png") no-repeat center center;
  background-size: cover;
}

.zs-product .zs-product-content .product-item.item1 .title {
  font-weight: 500;
  font-size: 2vw;
  color: #ffffff;
  line-height: 3vw;
  max-width: 11vw;
}


.zs-product .zs-product-content .product-item.item2 .title {
  font-weight: 500;
  font-size: 2vw;
  color: #FCAB5B;
  line-height: 3vw;
  max-width: 6vw;
}

.zs-product .zs-product-content .product-item.item3 .title {
  font-weight: 500;
  font-size: 2vw;
  color: #69AEFF;
  line-height: 3vw;
  max-width: 9vw;
}
.zs-product .zs-product-content .product-item.item2 {
  display: flex;
  width: 20vw;
  height: 31vw;
  background: url("/template/pc/skin/images/zs/advantage2.png") no-repeat center center;
  background-size: cover;
}
.zs-product .zs-product-content .product-item.item3 {
  display: flex;
  width: 20vw;
  height: 31vw;
  background: url("/template/pc/skin/images/zs/advantage3.png") no-repeat center center;
  background-size: cover;
}

/* 盈利模式 */
.zs-ylms,
.zs-coperate {
  margin-top: 4vw;
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-bottom: 4vw;
}
.zs-ylms .ylms-title,
.zs-coperate .ylms-title {
  font-weight: 500;
  font-size: 3vw;
  color: #222222;
  line-height: 3vw;
  letter-spacing: 0px;
}
.zs-ylms .ylms-line,
.zs-coperate .ylms-line {
  margin-top: 1vw;
  width: 3vw;
  height: 6px;
  background: #7851ea;
}
.zs-ylms .yl-zbsc {
  margin-top: 4vw;
  width: 83vw;
  height: 19vw;
  background: url(/template/pc/skin/images/zs/yl-bg.png) no-repeat center center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
  padding: 0 8vw;
}

.zs-ylms .yl-zbsc .left .left-title {
  font-weight: 500;
  font-size: 2vw;
  color: #ffffff;
  line-height: 3vw;
}
.zs-ylms .yl-zbsc .left .left-desc {
  font-weight: 400;
  font-size: 1vw;
  color: #ffffff;
  line-height: 2vw;
}

.zs-ylms .yl-zbsc .right {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 0 5vw;
}
.zs-ylms .yl-zbsc .right .rightItem {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.zs-ylms .yl-zbsc .right .rightItem .right-title {
  background: url("/template/pc/skin/images/zs/duobianxing.png") no-repeat;
  background-size: 100% 100%;
  width: 8vw;
  height: 8vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.zs-ylms .yl-zbsc .right .rightItem .right-title .title {
  font-weight: 500;
  font-size: 2vw;
  color: #7851ea;
  line-height: 3vw;
}
.zs-ylms .yl-zbsc .right .rightItem .right-title .unit {
  font-weight: 400;
  font-size: 1vw;
  color: #7851ea;
  line-height: 1vw;
  padding-top: 10px;
}
.zs-ylms .yl-zbsc .right .rightItem .desc {
  font-weight: bold;
  font-size: 1vw;
  color: #ffffff;
  line-height: 2vw;
  margin-top: 2vw;
}
.zs-ylms .moshi {
  margin-top: 2vw;
  width: 83vw;
  align-items: center;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0 2vw;
}
.zs-ylms .moshi .moshi-item {
  display: flex;
  flex-direction: column;
  width: 19vw;
  height: 19vw;
  background: #ffffff;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 3vw 0 0 2vw;
}
.zs-ylms .moshi .moshi-item .item-img {
  width: 4vw;
  height: 4vw;
}
.zs-ylms .moshi .moshi-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zs-ylms .moshi .moshi-item .item-title {
  font-weight: 500;
  font-size: 2vw;
  color: #222222;
  line-height: 3vw;
  margin-top: 2vw;
}
.zs-ylms .moshi .moshi-item .item-desc {
  font-weight: 400;
  font-size: 1vw;
  color: #666666;
  line-height: 2vw;
  width: 15vw;
  margin-top: 1vw;
}
/* 百城招募令 */
.zs-how {
  background: url(/template/pc/skin/images/zs/zs-howbg.png) no-repeat;
  background-size: cover;
  width: 100%;
  height: 56vw;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
}

.zs-how .how-title {
  font-weight: 500;
  font-size: 3vw;
  color: #ffffff;
  line-height: 3vw;
  margin-top: 4vw;
  width: 100%;
  text-align: center;
}
.zs-how .how-city {
  margin-top: 23vw;
  margin-left: 64vw;
  display: flex;
  flex-direction: column;
}

.zs-how .how-city .cityName {
  font-weight: 500;
  font-size: 2vw;
  color: #ffffff;
  line-height: 2vw;
}
.zs-how .how-city .cityList {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2vw;
  margin-top: 2vw;
}
.zs-how .how-city .cityList .city {
  background: url(/template/pc/skin/images/zs/cityBg.png) no-repeat;
  background-size: 100% 100%;
  width: 6vw;
  height: 3vw;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 1vw;
  color: #01d1dc;
  line-height: 2vw;
}
.zs-6he {
  width: 100%;
  height: 31vw;
  box-sizing: border-box;
  display: flex;
}
.zs-6he .he6-left {
  width: 29vw;
  height: 31vw;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  background: url("/template/pc/skin/images/zs/6heBg.png") no-repeat;
  background-size: cover;
}
.zs-6he .he6-left .title {
  margin-top: 11vw;
  margin-left: 9vw;
  font-weight: 500;
  font-size: 2vw;
  color: #222222;
  line-height: 3vw;
}
.zs-6he .he6-left .desc {
  font-weight: bold;
  font-size: 3vw;
  color: #7851ea;
  line-height: 3vw;
  margin-left: 9vw;
}

.zs-6he .he6-right {
  flex: 1;
  display: grid;
  grid-template-columns: repeat(3, 1fr); /* 3列 */
  grid-template-rows: repeat(2, 1fr); /* 2行 */
  align-items: center;
  background-color: #fff;
}
.zs-6he .he6-right .right-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  box-sizing: border-box;
  padding-left: 3vw;
}

.zs-6he .he6-right .right-item .title {
  display: flex;
  align-items: center;
  height: 2vw;
}
.zs-6he .he6-right .right-item .title .name {
  font-weight: 600;
  font-size: 2vw;
  color: #222222;
  line-height: 2vw;
  padding-left: 10px;
}
.zs-6he .he6-right .right-item .desc {
  font-weight: 400;
  font-size: 1vw;
  color: #666666;
  line-height: 1.2;
  width: 13vw;
  margin-top: 10px;
}
/* 合作模式 */
.zs-coperate .comper-content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0 2vw;
  margin-top: 3vw;
  box-sizing: border-box;
  padding: 0 8vw;
  height: 28vw;
}
.zs-coperate .comper-content .content-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
}
.zs-coperate .comper-content .content-item .item-img {
  width: 26vw;
  height: 18vw;

  border-radius: 15px;
}
.zs-coperate .comper-content .content-item .item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.zs-coperate .comper-content .content-item .item-desc {
  flex: 1;
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 1.8vw;
  color: #222222;
  line-height: 1.4;
  padding: 0 2vw;
}
