.aide-page {
  box-sizing: border-box;
}
/* screen1 */
.aide-screen1 {
  position: relative;
  width: 100%;
  height: 920px;
  background: url("/i4web/static2025/images/aide/aide-bg1.jpg") no-repeat center center;
}
.aide-screen1 .title {
  font-size: 60px;
  line-height: 90px;
  color: #ffffff;
  text-align: center;
  padding-top: 230px;
}
.aide-screen1 .sub-title {
  font-size: 22px;
  line-height: 40px;
  color: #ffffff;
  text-align: center;
}
.aide-screen1 .download-btn {
  box-sizing: border-box;
  display: block;
  width: 240px;
  height: 52px;
  line-height: 53px;
  text-align: center;
  background: #007aff;
  border-radius: 10px;
  font-size: 16px;
  font-weight: bold;
  color: #ffffff;
  margin: 48px auto 0;
}
.aide-screen1 .download-btn:hover {
  background: #0074f2;
}
.aide-screen1 .download-btn:active {
  background: #006ee5;
}

/* screen2 */
.aide-screen2 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 840px;
  background: url("/i4web/static2025/images/aide/aide-bg2.jpg") no-repeat center center;
}
/* screen3 */
.aide-screen3 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 800px;
  background: url("/i4web/static2025/images/aide/aide-bg3.jpg") no-repeat center center;
}
/* screen4 */
.aide-screen4 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 800px;
  background: url("/i4web/static2025/images/aide/aide-bg4.jpg") no-repeat center center;
}
/* screen5 */
.aide-screen5 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 860px;
  background: url("/i4web/static2025/images/aide/aide-bg5.jpg") no-repeat center center;
}
/* screen6 */
.aide-screen6 {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 900px;
  background: url("/i4web/static2025/images/aide/aide-bg6.jpg") no-repeat center center;
}

.general-wrapper {
  display: flex;
  flex-direction: column;
}
.general-wrapper .title {
  font-size: 44px;
  line-height: 1.6;
  font-weight: 700;
  color: #ffffff;
}
.general-wrapper .sub-title {
  font-size: 36px;
  line-height: 1.6;
  font-weight: 400;
  color: #ffffff;
}
.general-wrapper .divider {
  display: block;
  width: 30px;
  height: 6px;
  border-radius: 25px;
  background: linear-gradient(101deg, #3a68ff 0%, #f371ff 100%);
  margin-top: 20px;
}
.general-wrapper .desc {
  width: 513px;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  padding-top: 18px;
}

.aide-screen2 .general-wrapper {
  padding-top: 214px;
}
.aide-screen3 .general-wrapper {
  padding: 194px 0 0 660px;
}
.aide-screen4 .general-wrapper {
  padding-top: 194px;
}
.aide-screen4 .general-wrapper .desc {
  width: 566px;
}
.aide-screen5 .general-wrapper {
  padding: 194px 0 0 610px;
}
.aide-screen5 .general-wrapper .desc {
  width: 633px;
}

.aide-screen6 .title {
  font-size: 40px;
  font-weight: bold;
  line-height: 1.5;
  color: #ffffff;
  text-align: center;
  padding-top: 110px;
}
.aide-screen6 .sub-title {
  font-size: 16px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.85);
  text-align: center;
  padding: 20px 62px 0;
}
.aide-screen6 .tool-list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 24px;
  padding: 56px 30px 0;
}
.aide-screen6 .tool-list li {
  box-sizing: border-box;
  position: relative;
  width: 180px;
  height: 56px;
  border-radius: 389px;
  background: linear-gradient(
    0deg,
    rgba(255, 255, 255, 0.1) 0%,
    rgba(255, 255, 255, 0.02) 100%
  );
  padding: 1px; /* 关键: 为内容创建内边距，给边框留出空间 */
  display: flex;
  align-items: center;
  padding-left: 18px;
}
.aide-screen6 .tool-list li::before {
  box-sizing: border-box;
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 389px;
  padding: 1px;
  background: linear-gradient(
    152deg,
    rgba(255, 255, 255, 0.35) -2%,
    rgba(255, 255, 255, 0.05) 38%,
    rgba(255, 255, 255, 0.02) 69%,
    rgba(255, 255, 255, 0.2) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
}
.aide-screen6 .tool-list li .tool-name {
  font-size: 14px;
  line-height: 1.8;
  color: rgba(255, 255, 255, 0.95);
  padding-left: 12px;
}
