.banner-box {
  position: relative;
  display: flex;
  justify-content: center;
  width: 100%;
  height: 770px;
  margin-top: 116px;
  background-color: #ffffff;
  background-image: url("https://res.kingshiper.com/abroadwm/image/2026-01/6982edbf53d7c49b.png");
  background-size: cover;
  background-position: center;
  overflow: hidden;
}
.banner-box .banner-container {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 1200px;
  height: 100%;
}
.banner-box .banner-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 550px;
  height: 100%;
  padding-bottom: 40px;
  box-sizing: border-box;
  z-index: 2;
}
.banner-box .banner-content .banner-product {
  color: #017FFF;
  font-family: "Microsoft YaHei UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.banner-box .banner-content .banner-title {
  margin: 0;
  color: #333333;
  font-family: "Microsoft YaHei";
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 126%;
  /* 45.36px */
}
.banner-box .banner-content .banner-features {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin: 27px 0 0;
  padding: 0;
  list-style: none;
}
.banner-box .banner-content .banner-features .feature-item {
  display: flex;
  gap: 10px;
}
.banner-box .banner-content .banner-features .feature-item .feature-icon {
  position: relative;
  top: 3px;
  width: 20px;
  height: 20px;
}
.banner-box .banner-content .banner-features .feature-item .feature-text {
  color: #017fff;
  font-family: "Microsoft YaHei";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}
.banner-box .banner-content .banner-btns {
  display: flex;
  gap: 24px;
  margin: 48px 0 0;
}
.banner-box .banner-content .banner-btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 12px;
  width: 252px;
  height: 72px;
  border-radius: 36px;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.banner-box .banner-content .banner-btns .btn > span {
  color: #FFF;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content .banner-btns .btn:hover {
  opacity: 0.9;
}
.banner-box .banner-content .banner-btns .btn.btn-download {
  background: linear-gradient(135deg, #00c3ff 0%, #0062d2 99%);
  color: #ffffff;
}
.banner-box .banner-content .banner-btns .btn.btn-download:hover {
  border-radius: 36px;
  border: 1px solid #FFF;
  background: linear-gradient(140deg, #00A3D4 0.58%, #005AC0 98.61%);
  box-shadow: 0 4px 10px 0 rgba(0, 113, 217, 0.5);
}
.banner-box .banner-content .banner-btns .btn.btn-buy {
  border-radius: 36px;
  border: 1px solid #017FFF;
  background: #EDF6FF;
}
.banner-box .banner-content .banner-btns .btn.btn-buy:hover {
  background: #FFF;
}
.banner-box .banner-content .banner-btns .btn.btn-buy > span {
  color: #017fff;
  font-family: "Microsoft YaHei";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.banner-box .banner-content .banner-btns .btn .btn-icon {
  width: 40px;
  height: 40px;
}
.banner-box .banner-content .banner-sys {
  margin: 20px 0 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  color: #666666;
}
.banner-box .banner-visual {
  position: relative;
  width: 610px;
  height: 399px;
  z-index: 1;
}
.banner-box .banner-visual .mockup-img {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 1;
}
.banner-box .banner-visual .printer-img {
  position: absolute;
  top: 223px;
  right: -40px;
  width: 260px;
  height: auto;
  z-index: 2;
}
.banner-box .banner-stats {
  position: absolute;
  bottom: 53px;
  left: 50%;
  display: flex;
  align-items: flex-end;
  gap: 20px;
  transform: translateX(-50%);
}
.banner-box .banner-stats .stats-num {
  font-size: 48px;
  font-weight: 700;
  line-height: 1;
  color: #017fff;
}
.banner-box .banner-stats .stats-label {
  padding-bottom: 2px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  color: #333333;
  white-space: nowrap;
}

.function-box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
  background-color: #f5fbff;
}
.function-box .function-container {
  width: 1200px;
}
.function-box .function-container .function-title {
  margin-bottom: 60px;
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.function-box .function-container .function-title span {
  color: #017fff;
}
.function-box .function-container .function-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 346px;
  gap: 16px;
}
.function-box .function-container .function-list .function-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 288px;
  height: 278px;
  box-sizing: border-box;
  cursor: pointer;
  transition: all 0.3s ease;
}
.function-box .function-container .function-list .function-item::before {
  content: "";
  position: absolute;
  top: 26px;
  left: 0;
  z-index: 1;
  width: 288px;
  height: 252px;
  background-color: #ffffff;
  border-radius: 32px;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.05);
  transition: all 0.3s ease;
}
.function-box .function-container .function-list .function-item .item-icon-wrapper {
  position: relative;
  z-index: 2;
  width: 88px;
  height: 88px;
  margin-bottom: 0;
}
.function-box .function-container .function-list .function-item .item-icon-wrapper img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease;
}
.function-box .function-container .function-list .function-item .item-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 150px;
  box-sizing: border-box;
  padding: 0 18px;
  margin-top: 5px;
  text-align: left;
  transition: margin-top 0.3s ease;
}
.function-box .function-container .function-list .function-item .item-content .item-title {
  color: #333333;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transition: all 0.3s ease;
}
.function-box .function-container .function-list .function-item .item-content .item-desc {
  color: #666666;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  transition: all 0.3s ease;
}
.function-box .function-container .function-list .function-item .item-btn {
  position: absolute;
  bottom: 20px;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
  width: 148px;
  height: 60px;
  margin-left: 18px;
  background-color: #ffffff;
  border-radius: 36px;
  opacity: 0;
  visibility: hidden;
  text-decoration: none;
  transition: all 0.3s ease;
}
.function-box .function-container .function-list .function-item .item-btn span {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
}
.function-box .function-container .function-list .function-item .item-btn img {
  width: 14px;
  height: 14px;
}
.function-box .function-container .function-list .function-item:hover {
  height: 346px;
}
.function-box .function-container .function-list .function-item:hover::before {
  top: 46px;
  height: 300px;
  box-shadow: 0px 10px 20px rgba(44, 101, 199, 0.15);
}
.function-box .function-container .function-list .function-item:hover .item-content {
  margin-top: 20px;
}
.function-box .function-container .function-list .function-item:hover .item-content .item-title {
  color: #ffffff;
}
.function-box .function-container .function-list .function-item:hover .item-content .item-desc {
  color: #ffffff;
}
.function-box .function-container .function-list .function-item:hover .item-btn {
  bottom: 20px;
  opacity: 1;
  visibility: visible;
}
.function-box .function-container .function-list .function-item.item-repair:hover::before {
  background: linear-gradient(0deg, #6caaf6 0%, #3d6af5 100%);
}
.function-box .function-container .function-list .function-item.item-repair:hover .item-btn span {
  color: #3f6cf5;
}
.function-box .function-container .function-list .function-item.item-detect:hover::before {
  background: linear-gradient(180deg, #fa782f 0%, #ffa672 100%);
}
.function-box .function-container .function-list .function-item.item-detect:hover .item-btn span {
  color: #fa7930;
}
.function-box .function-container .function-list .function-item.item-library:hover::before {
  background: linear-gradient(0deg, #7fe1ff 0%, #12b4e6 100%);
}
.function-box .function-container .function-list .function-item.item-library:hover .item-btn span {
  color: #12b4e6;
}
.function-box .function-container .function-list .function-item.item-error:hover::before {
  background: linear-gradient(180deg, #5c46f0 0%, #9383f7 100%);
}
.function-box .function-container .function-list .function-item.item-error:hover .item-btn span {
  color: #5f48f0;
}

.step-box {
  display: flex;
  justify-content: center;
  width: 100%;
  padding: 100px 0;
  background-color: #e9f5ff;
}
.step-box .step-container {
  width: 1200px;
}
.step-box .step-container .step-title {
  margin-bottom: 60px;
  color: #333333;
  font-size: 40px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.step-box .step-container .step-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 48px;
}
.step-box .step-container .step-wrapper .step-left {
  display: flex;
  flex-direction: column;
  gap: 32px;
  width: 456px;
}
.step-box .step-container .step-wrapper .step-left .step-item {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 20px;
  background-color: #f5fbff;
  border: 1px solid rgba(1, 127, 255, 0.5);
  border-radius: 16px;
  cursor: pointer;
  transition: all 0.3s ease;
}
.step-box .step-container .step-wrapper .step-left .step-item .item-icon {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.step-box .step-container .step-wrapper .step-left .step-item .item-icon img {
  width: 48px;
  height: 48px;
}
.step-box .step-container .step-wrapper .step-left .step-item .item-icon img:first-child {
  display: none;
}
.step-box .step-container .step-wrapper .step-left .step-item .item-icon img:last-child {
  display: block;
}
.step-box .step-container .step-wrapper .step-left .step-item .item-info .item-name {
  margin-bottom: 8px;
  color: #017fff;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  transition: color 0.3s ease;
}
.step-box .step-container .step-wrapper .step-left .step-item .item-info .item-desc {
  color: #017fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  transition: color 0.3s ease;
}
.step-box .step-container .step-wrapper .step-left .step-item.is-active {
  background: linear-gradient(135deg, #4ad5ff 0%, #0d75eb 99%);
  border-color: #ffffff;
  box-shadow: 0 10px 20px rgba(13, 117, 235, 0.2);
}
.step-box .step-container .step-wrapper .step-left .step-item.is-active .item-icon img:first-child {
  display: block;
}
.step-box .step-container .step-wrapper .step-left .step-item.is-active .item-icon img:last-child {
  display: none;
}
.step-box .step-container .step-wrapper .step-left .step-item.is-active .item-info .item-name,
.step-box .step-container .step-wrapper .step-left .step-item.is-active .item-info .item-desc {
  color: #ffffff;
}
.step-box .step-container .step-wrapper .step-left .step-item:hover:not(.is-active) {
  transform: translateX(10px);
  box-shadow: 0 5px 15px rgba(1, 127, 255, 0.1);
}
.step-box .step-container .step-wrapper .step-right {
  position: relative;
  flex: 1;
  height: 508px;
}
.step-box .step-container .step-wrapper .step-right .step-img-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s ease;
  transform: scale(0.95);
}
.step-box .step-container .step-wrapper .step-right .step-img-item.is-active {
  opacity: 1;
  visibility: visible;
  transform: scale(1);
}
.step-box .step-container .step-wrapper .step-right .step-img-item img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.problem-box {
  width: 100%;
  padding: 100px 0;
  background-color: #f5fbff;
}
.problem-box .problem-container {
  display: flex;
  flex-direction: column;
  width: 1200px;
  margin: 0 auto;
}
.problem-box .problem-container .problem-title {
  margin-bottom: 60px;
  color: #017fff;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.problem-box .problem-container .problem-item {
  position: relative;
  margin-bottom: 80px;
}
.problem-box .problem-container .problem-item i {
  z-index: 0;
}
.problem-box .problem-container .problem-item:last-child {
  margin-bottom: 0;
}
.problem-box .problem-container .problem-item .item-card {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1160px;
  min-height: 695px;
  margin: 0 auto;
  padding: 80px 0;
  border-radius: 40px;
  box-shadow: 0px 0px 30px 0px rgba(0, 113, 218, 0.1);
  box-sizing: border-box;
  z-index: 1;
}
.problem-box .problem-container .problem-item .item-top-title {
  margin-bottom: 80px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.problem-box .problem-container .problem-item .item-body {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.problem-box .problem-container .problem-item .item-content {
  width: 510px;
  z-index: 2;
}
.problem-box .problem-container .problem-item .item-content .item-main-title {
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: 700;
  line-height: 1;
}
.problem-box .problem-container .problem-item .item-content .item-desc {
  margin-bottom: 24px;
  font-size: 22px;
  line-height: 1.5;
  color: #666666;
}
.problem-box .problem-container .problem-item .item-content .item-btn-wrapper {
  display: flex;
  justify-content: flex-end;
}
.problem-box .problem-container .problem-item .item-content .item-tags-wrapper {
  width: 550px;
  height: 152px;
  display: flex;
  align-items: center;
  margin-left: -20px;
  margin-bottom: 30px;
  padding: 0 20px;
  border-radius: 0;
  box-sizing: border-box;
}
.problem-box .problem-container .problem-item .item-content .item-tags-wrapper .item-tags {
  display: flex;
  flex-direction: column;
  gap: 18px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.problem-box .problem-container .problem-item .item-content .item-tags-wrapper .item-tags li {
  display: flex;
  align-items: center;
  gap: 12px;
  font-size: 22px;
  font-weight: 400;
  line-height: 1;
}
.problem-box .problem-container .problem-item .item-content .item-tags-wrapper .item-tags li img {
  width: 24px;
  height: 24px;
}
.problem-box .problem-container .problem-item .item-content .item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 294px;
  height: 72px;
  border-radius: 36px;
  font-size: 28px;
  font-weight: 400;
  color: #ffffff;
  border: 1px solid #FFF;
  transition: all 0.3s ease;
  gap: 12px;
}
.problem-box .problem-container .problem-item .item-content .item-btn span {
  color: #ffffff;
  height: 42px;
  line-height: 37px;
}
.problem-box .problem-container .problem-item .item-content .item-btn img {
  width: 28px;
  height: 28px;
}
.problem-box .problem-container .problem-item .item-content .item-btn:hover {
  transform: translateY(-3px);
  opacity: 0.9;
}
.problem-box .problem-container .problem-item .item-visual {
  position: relative;
  width: 610px;
  height: 397px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.problem-box .problem-container .problem-item .item-visual img {
  position: relative;
  z-index: 2;
  width: 610px;
  height: 397px;
  object-fit: contain;
  border-radius: 12px;
  filter: drop-shadow(0 0 20px rgba(0, 59, 114, 0.1));
}
.problem-box .problem-container .problem-item .light-circle {
  position: absolute;
  width: 253px;
  height: 253px;
  border-radius: 50%;
  z-index: 1;
}
.problem-box .problem-container .problem-item:nth-child(even) .item-card {
  padding-left: 40px;
}
.problem-box .problem-container .problem-item:nth-child(even) .item-content .item-tags-wrapper {
  position: relative;
  right: 40px;
  margin-left: 0;
  margin-right: -20px;
  padding-left: 40px;
}
.problem-box .problem-container .problem-item:nth-child(even) .item-visual img {
  position: relative;
  left: 34px;
}
.problem-box .problem-container .problem-item:nth-child(odd) .item-card {
  padding-right: 40px;
}
.problem-box .problem-container .problem-item:nth-child(odd) .item-visual img {
  position: relative;
  right: 45px;
}
.problem-box .problem-container .problem-item .item-top-title {
  color: #333333;
}
.problem-box .problem-container .problem-item.item-1 i {
  position: absolute;
  left: -250px;
  top: 10px;
  width: 451px;
  height: 451px;
  border-radius: 451px;
  background: rgba(221, 234, 255, 0.5);
  filter: blur(100px);
}
.problem-box .problem-container .problem-item.item-1 .item-card {
  background: linear-gradient(270deg, #ffffff 0%, #f8fcff 100%);
}
.problem-box .problem-container .problem-item.item-1 .item-main-title {
  color: #017fff;
}
.problem-box .problem-container .problem-item.item-1 .item-tags-wrapper {
  background: linear-gradient(90deg, rgba(221, 245, 255, 0.5) 0%, rgba(221, 245, 255, 0.1) 100%);
}
.problem-box .problem-container .problem-item.item-1 .item-tags li {
  color: #017fff;
}
.problem-box .problem-container .problem-item.item-1 .item-btn {
  background: linear-gradient(135deg, #00c3ff 0%, #0062d2 99%);
  box-shadow: 0px 4px 10px 0px rgba(0, 113, 217, 0.5);
}
.problem-box .problem-container .problem-item.item-1 .light-circle {
  background: linear-gradient(180deg, rgba(229, 239, 252, 0.5) 0%, rgba(229, 239, 252, 0) 100%);
  top: -50px;
  right: -90px;
}
.problem-box .problem-container .problem-item.item-2 i {
  position: absolute;
  right: -200px;
  top: 10px;
  width: 450px;
  height: 450px;
  border-radius: 450px;
  background: #FFF8F2;
  filter: blur(100px);
}
.problem-box .problem-container .problem-item.item-2 .item-card {
  background: linear-gradient(270deg, #ffffff 0%, #fffbf8 100%);
}
.problem-box .problem-container .problem-item.item-2 .item-main-title {
  color: #ff823b;
}
.problem-box .problem-container .problem-item.item-2 .item-tags-wrapper {
  background: linear-gradient(270deg, rgba(255, 235, 221, 0.5) 0%, rgba(255, 235, 221, 0.1) 100%);
}
.problem-box .problem-container .problem-item.item-2 .item-tags li {
  color: #ff823b;
}
.problem-box .problem-container .problem-item.item-2 .item-btn {
  background: linear-gradient(135deg, #ffa763 0%, #ff7d18 99%);
  box-shadow: 0px 4px 10px 0px rgba(255, 111, 0, 0.5);
}
.problem-box .problem-container .problem-item.item-2 .light-circle {
  background: linear-gradient(180deg, rgba(252, 240, 229, 0.5) 0%, rgba(252, 240, 229, 0) 100%);
  top: -70px;
  left: -105px;
}
.problem-box .problem-container .problem-item.item-3 i {
  position: absolute;
  left: -200px;
  top: 10px;
  width: 450px;
  height: 450px;
  border-radius: 451px;
  background: rgba(203, 243, 255, 0.5);
  filter: blur(100px);
}
.problem-box .problem-container .problem-item.item-3 .item-card {
  background: linear-gradient(270deg, #ffffff 0%, #f6fcff 100%);
}
.problem-box .problem-container .problem-item.item-3 .item-main-title {
  color: #18afdd;
}
.problem-box .problem-container .problem-item.item-3 .item-tags-wrapper {
  background: linear-gradient(90deg, rgba(216, 246, 255, 0.5) 0%, rgba(216, 246, 255, 0.1) 100%);
}
.problem-box .problem-container .problem-item.item-3 .item-tags li {
  color: #18afdd;
}
.problem-box .problem-container .problem-item.item-3 .item-btn {
  background: linear-gradient(135deg, #6ee7ff 0%, #07a8d9 99%);
  box-shadow: 0px 4px 10px 0px rgba(24, 175, 221, 0.5);
}
.problem-box .problem-container .problem-item.item-3 .light-circle {
  background: linear-gradient(180deg, rgba(203, 243, 255, 0.5) 0%, rgba(203, 243, 255, 0) 100%);
  top: -80px;
  right: -82px;
}
.problem-box .problem-container .problem-item.item-4 i {
  position: absolute;
  right: -200px;
  top: 10px;
  width: 450px;
  height: 450px;
  border-radius: 450px;
  background: #FCF2FF;
  filter: blur(100px);
}
.problem-box .problem-container .problem-item.item-4 .item-card {
  background: linear-gradient(270deg, #ffffff 0%, #f8fcff 100%);
}
.problem-box .problem-container .problem-item.item-4 .item-main-title {
  color: #6f5bf3;
}
.problem-box .problem-container .problem-item.item-4 .item-tags-wrapper {
  background: linear-gradient(270deg, rgba(234, 229, 252, 0.5) 0%, rgba(234, 229, 252, 0.1) 100%);
}
.problem-box .problem-container .problem-item.item-4 .item-tags li {
  color: #6f5bf3;
}
.problem-box .problem-container .problem-item.item-4 .item-btn {
  background: linear-gradient(135deg, #9586f8 0%, #6d59f3 99%);
  box-shadow: 0px 4px 10px 0px rgba(109, 89, 243, 0.5);
}
.problem-box .problem-container .problem-item.item-4 .light-circle {
  background: linear-gradient(180deg, rgba(234, 229, 252, 0.5) 0%, rgba(234, 229, 252, 0) 100%);
  top: -80px;
  left: -100px;
}

.download-box {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 400px;
  background-image: url("https://res.kingshiper.com/abroadwm/image/2026-01/d7b987f593b0238f.png");
  background-size: cover;
  background-position: center;
}
.download-box .download-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1200px;
  height: 100%;
}
.download-box .download-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.download-box .download-content .download-title {
  margin-bottom: 24px;
  background: linear-gradient(135deg, #00c3ff 0%, #0062d2 99%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 42px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.05em;
  -webkit-text-fill-color: transparent;
}
.download-box .download-content .download-subtitle {
  margin-bottom: 40px;
  font-size: 30px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.05em;
  color: #333333;
}
.download-box .download-content .download-btns {
  display: flex;
  gap: 24px;
}
.download-box .download-content .download-btns .btn {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  gap: 12px;
  width: 252px;
  height: 72px;
  border-radius: 36px;
  font-size: 22px;
  font-weight: 400;
  text-decoration: none;
  opacity: 1;
  transition: opacity 0.3s;
}
.download-box .download-content .download-btns .btn:hover {
  opacity: 0.9;
}
.download-box .download-content .download-btns .btn.btn-download {
  background: linear-gradient(135deg, #00c3ff 0%, #0062d2 99%);
  color: #ffffff;
  color: #ffffff;
}
.download-box .download-content .download-btns .btn.btn-download:hover {
  border-radius: 36px;
  border: 1px solid #FFF;
  background: linear-gradient(140deg, #00A3D4 0.58%, #005AC0 98.61%);
  box-shadow: 0 4px 10px 0 rgba(0, 113, 217, 0.5);
}
.download-box .download-content .download-btns .btn.btn-buy {
  border-radius: 36px;
  border: 1px solid #017FFF;
  background: #EDF6FF;
  border: 1px solid #017fff;
  color: #017fff;
}
.download-box .download-content .download-btns .btn.btn-buy:hover {
  background: #FFF;
}
.download-box .download-content .download-btns .btn .btn-icon {
  width: 40px;
  height: 40px;
}

.assess-box {
  position: relative;
  width: 100%;
  height: 925px;
  background: linear-gradient(180deg, #F5FAFF 0%, #DFF0FF 100%);
}

.assess-box h1 {
  padding-top: 100px;
  color: #141E31;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  /* 40px */
}

.assess-box .assess-content {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 307px;
  margin-top: 100px;
  border-radius: 30px;
  background: #FEFDFF;
  filter: drop-shadow(0px 0px 20px rgba(175, 191, 212, 0.25));
}

.assess-box .assess-content h2 {
  margin-bottom: 30px;
  color: #283256;
  text-align: center;
  font-family: "Microsoft YaHei UI";
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.assess-box .assess-content .stars {
  display: flex;
  margin-bottom: 30px;
}

.assess-box .assess-content p {
  display: none;
  box-sizing: border-box;
  width: 100%;
  margin: 10px 0;
  padding: 50px 30px 0 30px;
  font-size: 18px;
  color: #666666;
  text-align: center;
  border-top: rgba(177, 177, 177, 0.15) 1px solid;
}

.assess-box .assess-content p.active {
  display: block;
}

.assess-box .assess-content p.active {
  display: block;
}

.assess-box ul {
  display: flex;
  justify-content: center;
  margin-top: 100px;
  gap: 105px;
}

.assess-box ul li {
  position: relative;
  text-align: center;
}

.assess-box ul li img {
  width: 80px;
  height: 80px;
  border-radius: 50%;
  cursor: pointer;
}

.assess-box ul li span {
  display: block;
  margin-top: 24px;
  font-size: 16px;
  color: #555555;
}

.assess-box ul li.active .arrow {
  position: absolute;
  top: -105px;
  left: 10px;
  width: 80px;
  height: 40px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
  background-color: #fff;
  filter: drop-shadow(0px 0px 20px rgba(175, 191, 212, 0.25));
}

.assess-box ul li.active img {
  border: #057FFF 3px solid;
}

.assess-box .assess-box-background-color1 {
  position: absolute;
  top: 10px;
  right: 50px;
  width: 448px;
  height: 448px;
  border-radius: 50%;
  background: radial-gradient(circle, #C8F8FF 0%, #EDFFFC 100%);
  opacity: 0.13;
}

.assess-box .assess-box-background-color2 {
  position: absolute;
  bottom: 200px;
  left: 80px;
  width: 448px;
  height: 448px;
  border-radius: 50%;
  background: radial-gradient(circle, #FFEDC8 0%, #FFFFED 100%);
  opacity: 0.13;
  pointer-events: none;
}

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