﻿body {
  min-width: 1200px;
}

/* 头部banner */
.hidden-header-box {
  display: none;
  width: 100%;
  background-color: #ffffff;
  background: #feffff;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}

.hidden-header-box.active {
  background-color: #eef1ff;
}

.header-content {
  height: 84px;
  line-height: 84px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content .download_btn {
  width: 175.526px;
  height: 45.432px;
  flex-shrink: 0;
  border-radius: 25px;
  box-sizing: border-box;
}

.header-content .download_btn img {
  width: 26.716px;
  height: 26.716px;
  flex-shrink: 0;
}

.header-content .download_btn span {
  color: #fff;
  font-family: "PingFang SC";
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  /* 19.083px */
  margin-left: 15px;
}

.header-content .header-right {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header-content .header-right .ms3 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  letter-spacing: 0.06em;
  color: #ffffff;
}

.header-content .header-right .ms3 span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #000;
  display: inline-block;
  margin-left: 12px;
  margin-right: 24px;
  position: relative;
}

.header-content .header-right .ms3 span.show {
  /* 渐变 */
  background: linear-gradient(88.84deg, #5cff38 4.54%, #f9ff43 53.74%, #23ffbd 102.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-content .header-right .ms3 span.show::after {
  background: linear-gradient(88.84deg, #51ffa4 4.54%, #45ffab 53.74%, #3bffaf 102.93%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-fill-color: transparent;
}

.header-content .header-right .ms3 span::after {
  content: "+";
  position: absolute;
  top: -8px;
  right: -17px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 21px;
  line-height: 42px;
  letter-spacing: 0.06em;
  color: #000;
}

.header-content .header-right .ms3.hidden {
  color: #000;
}

.header-content .header-right a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 192px;
  height: 56px;
  border: 1px solid #4f6bfe;
  border-radius: 77px;
}

.header-content .header-right a img {
  margin-right: 8px;
  width: 24px;
}

.header-content .header-right a span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 20px;
  text-align: center;
  color: #4f6bfe;
}

.header-content .header-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header-content .header-left img {
  width: 229px;
}

.header-content .header-left h1 {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 16px;
  line-height: 21px;
  color: #0faa58;
  margin-left: 10px;
}

.header-content .header-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.add_adaptation {
  width: 100%;
}

.add_adaptation .w {
  height: 84px;
  line-height: 84px;
  width: 1200px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner_wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: start;
  box-sizing: border-box;
  width: 100%;
  height: 555px;
  background: url(../image/img_banner_bg.png) no-repeat center center/cover;
}

.banner_wrapper .banner_box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 70px;
}

.title-logo {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Alimama ShuHeiTi", "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 25px;
  letter-spacing: 0.1em;
  color: #4F6BFE;
}

.banner_wrapper .banner_box .title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Alimama ShuHeiTi", "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 58px;
  letter-spacing: 0.1em;
  color: #222222;
  margin-bottom: 18px;
}

.banner_wrapper .banner_box .title img {
  margin-right: 13px;
  width: 370px;
}

.banner_wrapper .banner_box .ms1 {
  margin-bottom: 64px;
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 27px;
  color: #666666;
}

.banner_wrapper .banner_box a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 401px;
  height: 81px;
  background: linear-gradient(90deg, #2698ff 0%, #4379ff 100%);
  border-radius: 16px;
  margin-bottom: 30px;
}

.banner_wrapper .banner_box a img {
  margin-right: 14px;
  width: 32px;
}

.banner_wrapper .banner_box a div {
  display: flex;
  align-items: end;
  width: fit-content;
}

.banner_wrapper .banner_box a div span {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 26px;
  line-height: 33px;
  color: #ffffff;
  display: inline-block;
}

.banner_wrapper .banner_box a div p {
  font-family: "Microsoft YaHei UI";
  font-style: normal;
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  margin-right: 0;
}

.banner_wrapper .banner_box .briefIntroduction1 {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 48px;
  background: linear-gradient(90deg, rgba(232, 239, 254, 0.04) 0%, rgba(123, 165, 255, 0.12) 45.5%, rgba(232, 239, 254, 0.04) 100%);
}

.banner_wrapper .banner_box .briefIntroduction1>span {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #161e45;
}

.ban {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.1em;
  color: #999999;
}

.banner_wrapper .banner_box .briefIntroduction1>img {
  width: 20px;
  margin: 0 12px;
}

.banner_wrapper .banner_box .briefIntroduction1 .item {
  display: flex;
  justify-content: center;
  align-items: center;
}

.banner_wrapper .banner_box .briefIntroduction1 .item img {
  margin-right: 8px;
  width: 40px;
}

.banner_wrapper .banner_box .briefIntroduction1 .item p {
  font-family: "Alibaba PuHuiTi";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 22px;
  letter-spacing: -0.05em;
  color: #000000;
}

.step01_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  background: url(../image/img_bottom_bg.png) no-repeat bottom center;
}

.step01_box img {
  width: 1200px;
}

.step01_box span {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  /* or 200% */
  text-align: center;
  letter-spacing: 0.1em;
  color: #999999;
}

.aggregate_style {
  line-height: 1;
}

.aggregate_style img {
  width: 40px !important;
  height: 40px !important;
}

.aggregate_style .header-title h1 {
  color: #000;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 18px;
}

.aggregate_style .header-title span {
  display: inline-block;
  margin-left: 10px;
}

.hidden-header-box .header-title h1,
.hidden-header-box .header-title span {
  color: #000;
}

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


.ds-features-bar {
  display: flex;
  justify-content: space-around;
  align-items: center;
  border-radius: 24px;
  padding: 10px;
  max-width: 950px;
}

.ds-feature-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 260px;
}

.ds-feature-item img {
  width: 100px;
  height: 100px;
  margin-bottom: 0px;
  object-fit: cover;
}

.ds-feature-item div {
  font-size: 18px;
  color: #222;
  text-align: center;
  font-weight: 500;
  letter-spacing: 1px;
}



.ds-quick-deploy-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 48px 40px 48px 60px;
  max-width: 1100px;
  margin: 40px auto 0 auto;
  min-height: 320px;
  position: relative;
}

.ds-quick-deploy-left {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
}

.ds-quick-title {
  font-size: 28px;
  font-weight: bold;
  color: #222;
  margin-bottom: 18px;
}

.ds-quick-title .highlight {
  color: #2563eb;
  margin-left: 6px;
}

.ds-quick-desc {
  font-size: 16px;
  color: #444;
  margin-bottom: 32px;
  line-height: 1.7;
}

.ds-quick-btn {
  background: linear-gradient(90deg, #2563eb 0%, #4f8aff 100%);
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  padding: 12px 36px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.10);
  transition: background 0.2s;
  display: flex;
  align-items: center;
}

.ds-quick-btn:hover {
  background: linear-gradient(90deg, #4f8aff 0%, #2563eb 100%);
}

.ds-quick-deploy-right {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  min-width: 350px;
}

.ds-quick-img-box {
  position: relative;
  width: 370px;
  height: 240px;
}

.ds-quick-img {
  width: 100%;
  border-radius: 16px;
  border: 10px solid #DDE4FF;
}

.ds-quick-tag {
  position: absolute;
  background: #4f8aff;
  color: #fff;
  font-size: 15px;
  padding: 6px 18px;
  border-radius: 8px;
  font-weight: 500;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.10);
  white-space: nowrap;
}

.ds-quick-tag.tag1 {
  left: 10px;
  top: 10px;
  background: #4f8aff;
}

.ds-quick-tag.tag2 {
  right: 10px;
  top: 10px;
  background: #2563eb;
}

.ds-quick-tag.tag3 {
  left: 10px;
  bottom: 18px;
  background: #36cfc9;
}

.ds-quick-tag.tag4 {
  right: 10px;
  bottom: 18px;
  background: #5ad8a6;
}






/* 2 */
.ds-model-section {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 24px;
  padding: 48px 40px;
  max-width: 1200px;
  margin: 48px auto 0 auto;
  min-height: 340px;
  position: relative;
}

.ds-model-left {
  flex: 1;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.ds-model-img {
  width: 420px;
  border-radius: 18px;
  border: 10px solid #a5b0dd;
}

.ds-model-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: 130px;
  min-width: 320px;
}

.ds-model-title {
  font-size: 30px;
  font-weight: bold;
  color: #222;
  margin-bottom: 18px;
}

.ds-model-title .highlight {
  color: #2563eb;
  margin: 0 4px;
}

.ds-model-desc {
  font-size: 16px;
  color: #444;
  margin-bottom: 32px;
  line-height: 1.7;
  text-align: left;
}

.ds-model-btn {
  background: linear-gradient(90deg, #2563eb 0%, #4f8aff 100%);
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  padding: 12px 36px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(37, 99, 235, 0.10);
  transition: background 0.2s;
  display: flex;
  align-items: center;
}

.ds-model-btn:hover {
  background: linear-gradient(90deg, #4f8aff 0%, #2563eb 100%);
}



/* 3 */
.ds-knowledge-section {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 24px;
  padding: 48px 40px;
  max-width: 1200px;
  margin: 48px auto 0 auto;
  min-height: 340px;
  position: relative;
}

.ds-knowledge-left {
  flex: 1.1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 320px;
}

.ds-knowledge-title {
  font-size: 32px;
  font-weight: bold;
  color: #111;
  margin-bottom: 18px;
}

.ds-knowledge-desc {
  font-size: 16px;
  color: #444;
  margin-bottom: 32px;
  line-height: 1.7;
}

.ds-knowledge-btn {
  background: linear-gradient(90deg, #2563eb 0%, #4f8aff 100%);
  color: #fff;
  font-size: 18px;
  border: none;
  border-radius: 8px;
  padding: 14px 38px;
  cursor: pointer;
  font-weight: 600;
  box-shadow: 0 2px 8px rgba(37,99,235,0.10);
  transition: background 0.2s;
}
.ds-knowledge-btn:hover {
  background: linear-gradient(90deg, #4f8aff 0%, #2563eb 100%);
}

.ds-knowledge-right {
  flex: 1.2;
  display: flex;
  justify-content: center;
  align-items: center;
}

.ds-knowledge-img-box {
  position: relative;
  display: inline-block;
}

.ds-knowledge-img {
  width: 370px;
  border-radius: 16px;
  border: 10px solid #DDE4FF;
  display: block;
}



/* 5 */
.ds-user-reviews {
  background: linear-gradient(120deg, #f7fbff 0%, #eaf6ff 100%);
  text-align: center;
  background: url(../image/img_banner_bg.png) no-repeat center center/cover;
}

.ds-user-reviews h2 {
  font-size: 32px;
  color: #111;
  font-weight: bold;
  letter-spacing: 2px;
}

.ds-reviews-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 32px 36px;
  max-width: 1200px;
  margin: 25px auto;
}

.ds-review-card {
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 24px rgba(37,99,235,0.08);
  padding: 22px 22px 18px 22px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 350px;
  min-height: 160px;
  position: relative;
  transition: box-shadow 0.2s;
}

.ds-user-header{
  display: flex;
  gap: 15px;
}

.ds-review-card:hover {
  box-shadow: 0 8px 32px rgba(37,99,235,0.16);
}

.ds-user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  object-fit: cover;
  margin-bottom: 8px;
}

.ds-user-info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 8px;
}

.ds-user-name {
  font-weight: bold;
  color: #2563eb;
  font-size: 17px;
  margin-bottom: 2px;
  text-align: left;
}

.ds-user-role {
  color: #888;
  font-size: 14px;
  margin-bottom: 2px;
  text-align: left;
}

.ds-user-text {
  color: #222;
  font-size: 15px;
  text-align: left;
  line-height: 1.7;
  word-break: break-all;
}

#sticky-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
  box-shadow: 0 2px 8px rgba(37,99,235,0.10);
  z-index: 9999;
  padding: 15px 0;
  transition: top 0.3s;
}
.sticky-bar-content {
  max-width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 14px;
  color: #2563eb;
  font-weight: 600;
}
.sticky-download-btn {
  background: #5c7cfa;
  color: #fff;
  border: none;
  border-radius: 5px;
  padding: 2px 32px;
  font-size: 16px;
  font-weight: normal;
  cursor: pointer;
  transition: background 0.2s;
  box-shadow: none;
  outline: none;
  letter-spacing: 2px;
}
.sticky-download-btn:hover {
  background: #4666d8;
}
.sticky-download-btn img {
  margin-right: 8px;
}