@charset "UTF-8";
.section_7-container {
  margin-block-start: 0;
  width: 100%;
  padding: 124px 0;
  display: flex;
  justify-content: center;
  background-image: url(/wp-content/customtemplate/wxts-temp/assets/images/wxts-bg.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
}
.section_7-container .content-box {
  display: flex;
  width: 1192px;
  max-width: 1192px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  flex-shrink: 0;
}
.section_7-container .content-box .left-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.section_7-container .content-box .left-box .left-content {
  display: flex;
  width: 580px;
  max-width: 580px;
  flex-direction: column;
  align-items: flex-start;
  gap: 56px;
  flex-shrink: 0;
}
.section_7-container .content-box .left-box .left-content .top-box {
  display: flex;
  width: 478px;
  max-width: 478px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  gap: 30px;
}
.section_7-container .content-box .left-box .left-content .top-box .title {
  color: #212121;
  font-size: 60px;
  font-style: normal;
  line-height: normal;
}
.section_7-container .content-box .left-box .left-content .top-box .desc {
  color: #6d6d6d;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
}
.section_7-container .content-box .left-box .left-content .bottom-box {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 24px;
}
.section_7-container .content-box .left-box .left-content .bottom-box .bottom-item {
  display: flex;
  align-items: center;
  gap: 4px;
}
.section_7-container .content-box .left-box .left-content .bottom-box .bottom-item .svg-item {
  display: flex;
  width: 24px;
  padding: 4px 0px;
  justify-content: center;
  align-items: center;
}
.section_7-container .content-box .left-box .left-content .bottom-box .bottom-item .desc {
  color: #6d6d6d;
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}
.section_7-container .content-box .right-box {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  background-image: none;
}
.section_7-container .content-box .right-box img {
  width: auto;
}

@media (max-width: 768px) {
  .section_7-container {
    padding: 0;
    background-image: none;
  }
  .section_7-container .content-box {
    width: 100%;
    flex-direction: column;
  }
  .section_7-container .content-box .left-box .left-content {
    width: 100%;
    padding: 60px 24px 0px 24px;
    gap: 40px;
  }
  .section_7-container .content-box .left-box .left-content .top-box {
    width: 100%;
    gap: 16px;
  }
  .section_7-container .content-box .left-box .left-content .top-box .title {
    font-size: 36px;
    font-style: normal;
    line-height: normal;
  }
  .section_7-container .content-box .left-box .left-content .top-box .desc {
    font-size: 14px;
    font-style: normal;
    line-height: 18px; /* 150% */
  }
  .section_7-container .content-box .left-box .left-content .bottom-box {
    gap: 16px;
  }
  .section_7-container .content-box .left-box .left-content .bottom-box .bottom-item .svg-item {
    width: 18px;
    padding: 3px 0px;
  }
  .section_7-container .content-box .left-box .left-content .bottom-box .bottom-item .desc {
    font-size: 14px;
    font-style: normal;
    line-height: 18px; /* 150% */
  }
  .section_7-container .content-box .right-box {
    flex: unset;
    width: 100%;
    height: 550.14px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-image: url(/wp-content/customtemplate/wxts-temp/assets/images/vector.png);
    background-size: cover; /* 保证背景图片不变形 */
    background-position: center; /* 水平居中 */
    background-repeat: no-repeat; /* 避免重复 */
    overflow: hidden; /* 超出部分隐藏 */
  }
  .section_7-container .content-box .right-box img {
    width: 340px;
  }
}

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