.view {
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.top-logo {
  width: 192px;
}

.top-banner {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
}

.top-tab {
  margin-left: 10px;
  margin-right: 10px;
  display: flex;
  align-items: center;
  gap: 0 10px;
}

.top-tab-item {
  width: 92px;
  height: 34px;
  border-radius: 6px 6px 6px 6px;
  line-height: 36px;
  text-align: center;
  color: #333;
  font-size: 14px;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.banner-card .w-1280 {
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  border-radius: 12px 12px 12px 12px;
  top: -70px;
  position: relative;
  overflow: hidden;
  padding: 24px 0;
}
.banner-card .w-1280::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(13deg, rgba(255, 255, 255, 0) 0%, #e9efff 100%);
}
.banner-card .card-item {
  position: relative;
  z-index: 1;
  flex: 1;
  text-align: center;
  padding: 0 30px;
}
.card-item p {
  color: rgba(128, 128, 128, 1);
  margin-top: 12px;
  font-size: 14px;
}
.card-item:not(:last-child):after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 1px;
  height: 100%;
  background: rgba(204, 216, 232, 1);
}


.top-tab-item img {
  width: 16px;
  height: 16px;
  margin-left: 5px;
}

.top-tab-item:hover {
  background: #deeeff;
  color: #045afe;
}

.top-tab-item:hover img {
  transform: rotate(180deg);
}

.top-tab-item.active {
  background: #deeeff;
  color: #045afe;
}

.top-right {
  display: flex;
  align-items: center;
}

.top-right img {
  margin-left: 6px;
}

.top-right a {
  font-size: 16px;
  color: #045afe;
}

.top-swiper {
  width: 100%;
  height: 570px;
  background-image: url("./img/home-banner.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.swiper-btn1 {
  width: 212px;
  height: 60px;
  background: #ffffff;
  box-shadow: inset 0px 2px 4px 0px rgba(4, 90, 254, 0.3),
    inset 0px -2px 4px 0px rgba(4, 90, 254, 0.3),
    0px 4px 4px 0px rgba(0, 88, 231, 0.6);
  border-radius: 8px 8px 8px 8px;
  font-weight: 500;
  font-size: 18px;
  color: #045afe;
  line-height: 62px;
  text-align: center;
}

.swiper-btn2 {
  width: 212px;
  height: 60px;
  background: #2377ff;
  box-shadow: 0px 4px 16px 0px rgba(0, 88, 231, 0.6),
    inset 0px 2px 10px 0px rgba(255, 255, 255, 0.5),
    inset 0px -2px 10px 0px rgba(255, 255, 255, 0.5);
  border-radius: 8px 8px 8px 8px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 62px;
  text-align: center;
}

.swiper-box {
  margin-top: 200px;
}

.swiper-text {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0 20px;
  margin-top: -73px;
  position: relative;
  z-index: 1;
}

.swiper-text-item {
  background: #fff;
  border-radius: 12px;
  padding: 15px 20px 23px 20px;
  display: flex;
  justify-content: space-between;
  width: 310px;
  box-sizing: border-box;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 20px;
  color: #000000;
}
.swiper-text-item .num {
  color: #ff6600;
  margin-right: 5px;
}

.swiper-text-item .text {
  margin-top: 7px;
}

.swiper-text-item .en {
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 157, 255, 0.1);
  line-height: 23px;
}

.price-view {
  padding-top: 85px;
  display: flex;
  gap: 0 20px;
}

.price-bg {
  background-image: url("./img/Slice 344.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -35px;
}

.price-item {
  flex: 1;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0px 4px 25px 0px rgba(0, 0, 0, 0.1);
}

.price-content {
  padding: 14px 0 14px 43px;
}

.price-top {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  height: 170px;
  padding: 40px 0 0 40px;
}

.price-item-1 .price-top {
  background-image: url("./img/Slice 343.png");
}

.price-item-2 .price-top {
  background-image: url("./img/Slice 345.png");
}

.price-top .text {
  display: flex;
  align-items: center;
}

.price-item-1 .text {
  font-weight: 500;
  font-size: 40px;
  color: #ffffff;
  line-height: 47px;
}

.price-item-1 .remark {
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 28px;
}

.price-item-2 .text {
  font-weight: 500;
  font-size: 40px;
  color: #c45000;
  line-height: 47px;
}

.price-top .tag {
  font-weight: 300;
  font-size: 20px;
  color: #ffffff;
  background: linear-gradient(90deg, #be5f15 0%, #bd8550 100%);
  border-radius: 12px 12px 12px 0px;
  padding: 1px 8px;
  box-sizing: border-box;
  height: 28px;
  line-height: initial;
  margin-left: 8px;
}
.price-item-1 .tag {
  background: #ff8000;
}
.price-item-2 .remark {
  font-weight: 400;
  font-size: 24px;
  color: #c45000;
  line-height: 28px;
}

.price-content-item {
  padding: 6px 0;
  display: flex;
  align-items: center;
}

.price-content-item .icon {
  width: 16px;
  height: 16px;
  background-image: url("./img/ic_gx.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.price-label {
  margin-left: 4px;
}

.price-label-active {
  color: #4d7cff;
}

.price-item-2 .icon {
  background-image: url("./img/ic_gx(1).png");
}

.price-item-2 .price-label-active {
  color: #c45000;
}

.title-remark {
  margin-top: 20px;
  font-weight: 400;
  font-size: 20px;
  color: #666666;
  text-align: center;
}

.register-box {
  background: #f1f4ff;
}

.register-view {
  display: flex;
  gap: 0 35px;
}

.register-item {
  flex: 1;
  position: relative;
}

.register-item:before {
  content: "";
  position: absolute;
  right: -30px;
  top: 50%;
  transform: translateY(-50%);
  width: 26px;
  height: 15px;
  background-image: url("./img/Slice 349.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.register-footer {
  background: #ffffff;
  box-shadow: inset 0px 8px 12px 0px #c8dbff;
  border-radius: 16px 16px 16px 16px;
  padding: 24px 0;
  margin-top: -15px;
}

.register-remark {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
}

.register-top {
  background: #045afe;
  box-shadow: inset 0px 8px 12px 0px rgba(255, 255, 255, 0.3);
  border-radius: 16px 16px 0 0;
  padding: 19px 0;
}

.register-item-last:before {
  display: none;
}

.scene-box {
  background: #fff;
}

.scene-tabs {
  display: flex;
  align-items: center;
  gap: 0 20px;
  justify-content: center;
}

.scene-tabs-item {
  width: 132px;
  height: 49px;
  border-radius: 6px 6px 6px 6px;
  font-weight: 500;
  font-size: 18px;
  text-align: center;
  line-height: 51px;
  color: #343434;
  cursor: pointer;
}

.scene-tabs-item-active {
  background: linear-gradient(270deg, #6f57ff 0%, #1069ff 100%);
  color: #ffffff;
}

.scene-content-1 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.scene-content-1-item {
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 0;
  box-sizing: border-box;
  width: 243px;
  height: 214px;
}

.scene-content-1-text {
  text-align: center;
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
}

.scene-content-2 {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.scene-content-2-item {
  background: #f2f5fa;
  border-radius: 12px 12px 12px 12px;
  padding: 20px 0 0 0;
  box-sizing: border-box;
  width: 305px;
  height: 180px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  position: relative;
}

.scene-content-2-item.show .scene-content-2-more {
  bottom: 0;
}

.scene-content-2-top {
  padding-left: 30px;
  flex: 1;
}

.scene-content-2-more {
  display: flex;
  justify-content: space-between;
  padding: 12px 30px;
  background: #015af0;
  color: #fff;
  font-size: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -45px;
  transition: all 0.3s ease-out;
  cursor: pointer;
}

.scene-content-2-text {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  margin-top: 12px;
}

.scene-content-2-remark {
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 16px;
  margin-top: 12px;
}

.scene-content-2-img {
  width: 48px;
  height: 48px;
}

.custom-bg {
  background: linear-gradient(355deg, #ffffff 0%, #e3eeff 100%);
}
.custom-bg .custom-btn .blue-btn {
  width: 153px;
  height: 53px;
}
.custom-box {
  display: flex;
  gap: 20px;
}

.custom-item {
  flex: 1;
}

.custom-top {
  padding: 40px 0px 37px 0px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  box-sizing: border-box;
  height: 543px;
}

.custom-item-1 .custom-top {
  background-image: url("./img/Slice 368.png");
}

.custom-item-2 .custom-top {
  background-image: url("./img/Slice 370.png");
}

.custom-item-3 .custom-top {
  background-image: url("./img/Slice 369.png");
}

.custom-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.custom-remark {
  font-weight: 500;
  font-size: 16px;
  color: #000000;
  line-height: 23px;
  margin-top: 12px;
  text-align: center;
  padding: 0 20px;
}

.custom-btn {
  display: flex;
  gap: 18px;
  margin-top: 41px;
  justify-content: center;
}

.custom-cell {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 13px;
  padding: 0 20px;
  margin-top: 38px;
}

.custom-tr {
  display: flex;
  align-items: center;
}

.custom-icon {
  background-image: url("./img/Slice 367.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 16px;
  height: 16px;
  margin-right: 6px;
}

.service-tabs {
  margin-top: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
}

.service-tabs-item {
  display: flex;
  align-items: center;
}

.service-tabs-text {
  margin-left: 8px;
}

.service-tabs-item-icon {
  width: 22px;
  height: 22px;
  background-image: url("./img/Group 427323255.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.service-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.service-map {
  width: 862px;
  height: 700px;
  background: url("./img/map.png");
  margin: 120px auto 0px auto;
  position: relative;
  background-size: cover;
}

.num-bg {
  background: #f8f8f8;
}

.num-box {
  background: linear-gradient(134deg, #e3edff 0%, #ffffff 100%);
  box-shadow: 0px 6px 20px 0px rgba(4, 90, 254, 0.25);
  border-radius: 40px 40px 40px 40px;
  border: 1px solid #045afe;
  padding: 60px;
  position: relative;
}
.num-icon {
  position: absolute;
  right: 20px;
  top: -80px;
}
.num-icon img {
  width: 487px;
}
.num-box .title {
  font-weight: 500;
  font-size: 36px;
  color: #000000;
  line-height: 28px;
}
.num-box .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #818181;
  line-height: 21px;
  margin-top: 6px;
  width: 451px;
}
.num-box .num-cell {
  display: flex;
  align-items: center;
  width: 451px;
  flex-wrap: wrap;
}
.num-box .num-cell > div {
  width: 50%;
  margin-top: 20px;
}
.num-box .num-cell > div img {
  margin-right: 10px;
}
.num-box .custom-btn {
  width: 451px;
  justify-content: flex-start;
}
.num-box .custom-btn button {
  width: 128px;
  height: 40px;
  box-sizing: border-box;
  font-size: 16px;
}
.industry-tabs {
  display: flex;
  justify-content: center;
  gap: 60px;
  margin-top: 72px;
}

.industry-tabs-item {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  position: relative;
  cursor: pointer;
}

.industry-tabs-item.active:before {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translateX(-50%);
  width: 20px;
  height: 4px;
  background: #045afe;
  border-radius: 5px 5px 5px 5px;
}

.industry-tabs-item.active {
  color: #045afe;
}

.industry-content {
  display: flex;
  margin-top: 40px;
  position: relative;
}

.industry-content-left {
  width: 1083px;
  height: 631px;
  background: #ebf1ff;
  border-radius: 40px 40px 40px 40px;
  padding-left: 60px;
  box-sizing: border-box;
  padding-top: 150px;
  position: relative;
}

.industry-content-right {
  width: 703px;
  height: 511px;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px #79abff;
  border-radius: 40px 40px 40px 40px;
  padding: 12px;
  box-sizing: border-box;
  position: absolute;
  top: 60px;
  left: 577px;
}

.industry-content-right img {
  width: 100%;
  border-radius: 30px;
  height: 100%;
  overflow: hidden;
}

.industry-content-title {
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
  position: relative;
  padding-left: 20px;
}

.industry-content-title:before {
  content: "";
  width: 7px;
  height: 24px;
  background: #045afe;
  border-radius: 4px 4px 4px 4px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.industry-content-cell {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  gap: 8px 0;
}

.industry-content-cell .item {
  width: 50%;
  padding-left: 18px;
  box-sizing: border-box;
  position: relative;
}

.industry-content-cell .item:before {
  content: "";
  width: 14px;
  height: 14px;
  background-image: url("./img/Group 427323916.png");
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}

.industry-content-btn {
  margin-top: 60px;
  display: flex;
  gap: 20px;
}

.industry-content-img {
  position: absolute;
  left: 431px;
  bottom: 27px;
  width: 137px;
  height: 137px;
  background-image: url("./img/Slice 373.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.company-content {
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  margin-top: 60px;
}

.company-content-item {
  width: 240px;
  height: 97px;
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: center;
  align-items: center;
}

.company-content-item img {
  max-width: 100%;
  max-height: 100%;
}

.company-bg {
  background-image: url("./img/bj.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.register-form {
  background: #ffffff;
  box-shadow: 0px 8px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 20px 20px 20px 20px;
  padding: 60px 50px;
  display: flex;
  flex-direction: column;
  gap: 40px;
  margin-top: 80px;
}

.register-form-item {
  display: flex;
  align-items: center;
}

.register-form-item-title {
  width: 200px;
  font-weight: 500;
  font-size: 32px;
}

.register-form-item-title .not {
  font-size: 24px;
  color: #666;
}

.register-form-item-content {
  padding-left: 20px;
  flex: 1;
}

.register-form-item-content input {
  width: 100%;
  height: 66px;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #dfdfdf;
  padding-left: 20px;
  box-sizing: border-box;
  font-size: 24px;
}

.register-form-btn {
  margin-top: 65px;
  display: flex;
  justify-content: center;
}

.register-form-btn button {
  width: 580px;
  height: 82px;
  background: linear-gradient(90deg, #0c5bff 0%, #645bff 100%);
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 84px;
  text-align: center;
}

.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 141px;
  font-weight: 400;
  font-size: 16px;
  gap: 5px;
}

.footer-info a {
  color: #fff;
}

.register-bg {
  background-image: url("./img/Slice 372.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.product-dialog {
  position: fixed;
  top: -550px;
  left: 0;
  right: 0;
  z-index: 800;
  background: #ffffff;
  box-shadow: 0px 20px 60px 0px rgba(0, 0, 0, 0.25);
  transition: all 0.3s ease-out;
  opacity: 0;
}

.product-dialog.show {
  top: 80px;
  opacity: 1;
}

.product-dialog-left {
  width: 243px;
  box-shadow: 4px 0px 8px 0px #f1f1f1;
  box-sizing: border-box;
  padding: 8px 0 25px 55px;
}

.product-dialog-left-item {
  width: 172px;
  height: 40px;
  border-radius: 6px 6px 6px 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
  margin-top: 12px;
  cursor: pointer;
}

.product-dialog-left-item.active {
  background: #e8f1fc;
  color: #0168ef;
}

.product-dialog-left-btn {
  margin-top: 55px;
}

.product-dialog-left-btn button {
  width: 172px;
  height: 36px;
  background: #045afe;
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
  padding: 0;
  position: relative;
}

.product-dialog-left-btn button:before {
  content: "";
  position: absolute;
  top: -40px;
  left: 75px;
  background-image: url("./img/Group 427324103.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 105px;
  height: 38px;
}

.product-dialog-center {
  box-sizing: border-box;
  padding: 20px 0 0 75px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  align-content: flex-start;
  flex: 1;
}

.product-dialog-box {
  display: flex;
}

.product-dialog-center-item {
  width: 222px;
  height: 65px;
  background: #fff;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  align-items: center;
  padding-left: 12px;
  box-sizing: border-box;
  cursor: pointer;
}

.product-dialog-center-item:hover {
  background: #ecf6fd;
}

.product-dialog-center-item.active {
  background: #ecf6fd;
}

.product-dialog-center-item img {
  width: 36px;
  height: 36px;
}

.product-dialog-center-item .right {
  padding-left: 12px;
}

.product-dialog-center-item .title {
  font-weight: 500;
  font-size: 14px;
  line-height: 22px;
  color: #000;
}

.product-dialog-center-item:hover .title {
  color: #055afe;
}

.product-dialog-center-item.active .title {
  color: #055afe;
}

.product-dialog-center-item .remark {
  font-weight: 400;
  font-size: 12px;
  color: #808080;
  line-height: 15px;
  margin-top: 4px;
  width: 155px;
}

.product-dialog-right {
  padding: 20px 0;
}

.product-dialog-right-bg {
  background: #f4f9ff;
  width: 265px;
  border-radius: 12px;
}

.product-dialog-right img {
  width: 265px;
  height: 212px;
}

.product-dialog-right-title {
  padding: 15px 0 0 12px;
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 22px;
}

.product-dialog-right-remark {
  padding: 10px 12px 0 12px;
  font-weight: 400;
  font-size: 14px;
  color: #656565;
  line-height: 18px;
}

.product-dialog-right-btn {
  display: flex;
  gap: 16px;
  margin-top: 25px;
  justify-content: center;
  padding: 0 15px 15px 15px;
}

.product-dialog-right-btn button {
  flex: 1;
  height: 36px;
  background: #045afe;
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  border-radius: 4px 4px 4px 4px;
  font-weight: 500;
  font-size: 14px;
  color: #ffffff;
  line-height: 36px;
}

.product-dialog-right-btn .btn2 {
  background: linear-gradient(90deg, #045afe 0%, #675aff 100%);
}

.product-checked {
  position: relative;
}

.product-checked:before {
  content: "";
  position: absolute;
  left: -25px;
  top: -25px;
  bottom: -25px;
  right: -25px;
}

.services-top-bg {
  background-image: url("./img/sm.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 400px;
}

.services-top-title {
  height: 80px;
  font-size: 60px;
  font-weight: 800;
  color: #fff;
  line-height: 80px;
  text-align: center;
  margin-bottom: 16px;
}

.services-top-remark {
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  color: #fff;
  text-align: center;
  margin-bottom: 24px;
}

.services-top-btn {
  display: flex;
  justify-content: flex-start;
}

.services-top-btn button {
  width: 136px;
  height: 40px;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  font-size: 14px;
  color: #005bf1;
  line-height: 40px;
  text-align: center;
  margin-top: 90px;
  cursor: pointer;
}

.services-exclusive-item {
  width: 400px;
  border-radius: 16px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.1);
  padding-bottom: 20px;
  overflow: hidden;
}

.services-exclusive-item-title {
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  height: 76px;
  line-height: 76px;
  padding-left: 40px;
}

.services-exclusive-box {
  display: flex;
  justify-content: space-between;
}

.services-exclusive-item-cell {
  padding-left: 40px;
  height: 250px;
}

.services-exclusive-item-cell .cell {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.services-exclusive-item-cell .icon {
  width: 16px;
  height: 16px;
  background-image: url("./img/Group 427323255.png");
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 8px;
}

.services-exclusive-item-btn {
  display: flex;
  justify-content: center;
  padding: 0 40px;
}

.services-exclusive-item-btn button {
  width: 100%;
}

.services-exclusive-item-remark {
  text-align: center;
  color: #045afe;
  margin-top: 15px;
}

.services-exclusive-item-title.title-1 {
  background: linear-gradient(
    135deg,
    rgb(65, 120, 255) 0%,
    rgb(50, 179, 255) 100%
  );
}

.services-exclusive-item-title.title-2 {
  background: linear-gradient(
    135deg,
    rgb(50, 96, 255) 0%,
    rgb(38, 166, 255) 100%
  );
}

.services-exclusive-item-title.title-3 {
  background: linear-gradient(
    135deg,
    rgb(49, 193, 250) 0%,
    rgb(97, 233, 242) 100%
  );
}

.qw-yy-box {
  height: 184px;
  background-image: url("./img/service/top.png");
  background-repeat: no-repeat;
  border-radius: 8px;
  padding: 40px;
  display: flex;
  align-items: center;
}

.qw-yy-left {
  padding-right: 200px;
  flex: 1;
}

.qw-yy-right {
}

.qw-yy-left-title {
  font-size: 36px;
  font-weight: bold;
  color: #fff;
}

.qw-yy-left-remark {
  font-size: 20px;
  margin-top: 20px;
  color: #fff;
}

.sm-tg-box {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}

.sm-tg-item {
  flex: 1 0 20%;
  background: #f2f2f2;
  border-radius: 4px 4px 4px 4px;
  padding: 10px 16px;
  font-size: 16px;
  font-weight: 500;
  color: #333;
}

.subscribe-form {
  padding: 40px 130px;
}

.subscribe-form-item {
}

.subscribe-form-label {
  margin-top: 10px;
}

.subscribe-form-content {
  margin-top: 12px;
}

.subscribe-form-content input {
  border: 1px solid #d9d9d9;
  border-radius: 4px;
  width: 100%;
  padding: 4px 11px;
  height: 46px;
  box-sizing: border-box;
  font-size: 14px;
}

.evaluate-box {
  display: flex;
  gap: 40px;
  padding: 80px 120px 0 120px;
}

.evaluate-item {
  flex: 1;
  background: #fff;
  box-shadow: 2px 2px 10px 1px rgba(0, 0, 0, 0.08);
  border-radius: 4px 4px 4px 4px;
  padding: 20px;
  box-sizing: border-box;
}

.service-footer-bei-an .footer-info {
  margin-top: 90px;
}

.service-footer-bei-an .footer-info a {
  color: #666;
}

.evaluate-item-avatar {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.evaluate-item-top {
  display: flex;
  gap: 12px;
}

.evaluate-item-top-right {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.evaluate-item-company {
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}

.evaluate-item-name {
  font-size: 20px;
  font-weight: 700;
  color: #333;
  margin-right: 13px;
}

.evaluate-item-title {
  width: 256px;
  background: rgba(77, 154, 255, 0.1);
  padding: 12px;
  margin: 24px 0 16px 0;
  font-size: 16px;
  color: #333;
  border-radius: 2px;
}

.evaluate-item-remark {
  font-size: 16px;
  font-weight: 500;
  color: #333;
  margin-top: 20px;
}

.star {
  background-image: url("./img/star.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 19px;
  height: 19px;
  display: inline-block;
  margin-right: 5px;
}

.evaluate-item-info {
  display: flex;
  align-items: center;
}

.about-banner {
  background-image: url("./img/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 600px;
}

.about-banner-title {
  font-size: 42px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

.about-banner-remark {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-bottom: 40px;
}

.about-banner-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.about-company-remark {
  margin-bottom: 20px;
  line-height: 24px;
}

.about-company-remark.mt-40 {
  margin-top: 40px;
}

.about-footer a {
  color: #666;
}

.about-footer .footer-info {
  padding-bottom: 20px;
}

.office-view .top-swiper {
  background-image: url("./img/office-bg.png");
}

.office-catalog {
  background: linear-gradient(356deg, #ffffff 75%, #e3eeff 100%);
}

.catalog-center {
  background-image: url("./img/office-bg2.png");
  background-size: 242px 242px;
  background-repeat: no-repeat;
  background-position: right 115px top 40px;
  padding-top: 110px;
}

.catalog-list {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.catalog-list-item {
  background: #f2f5fa;
  border-radius: 16px;
  flex: 1 0 20%;
  max-width: calc(25% - 10px);
  height: 180px;
  padding: 20px 20px;
  box-sizing: border-box;
}

.catalog-list-item-top {
  display: flex;
  align-items: center;
}

.catalog-list-item-top img {
  width: 48px;
  height: 48px;
}

.catalog-list-item-title {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  margin-left: 12px;
}

.catalog-list-item-remark {
  font-weight: 400;
  font-size: 14px;
  color: #808080;
  line-height: 22px;
  margin-top: 8px;
}

.digitization-box {
  box-shadow: 0 4px 24px 0 #e7eaf2;
  border-radius: 16px 16px 16px 16px;
  border: 2px solid #dbe5fd;
  height: 444px;
  background: #f9fbff;
  padding: 60px;
  position: relative;
  margin-top: 85px;
}

.digitization-title {
  font-size: 36px;
  font-weight: bold;
}

.digitization-remark {
  font-size: 16px;
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.6);
  width: 456px;
}

.digitization-content-item {
  display: flex;
  flex: 1 0 40%;
}

.digitization-content-item img {
  width: 22px;
  height: 22px;
}

.digitization-content {
  margin-top: 32px;
  width: 456px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.digitization-content-item-info {
  margin-left: 8px;
  flex: 1;
}

.digitization-content-item-title {
  font-weight: bold;
  font-size: 16px;
}

.digitization-content-item-remark {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 5px;
}

.digitization-box-bg {
  position: absolute;
  right: 0;
  bottom: 0;
}

.digitization-box-bg img {
  width: 666px;
}

.fixed-right-view {
  position: fixed;
  right: -120px;
  top: 40%;
  transform: translateY(-50%);
  z-index: 1002;
  transition: all 0.3s ease-out;
  opacity: 0.3;
}

.fixed-right-view.show {
  right: 15px;
  opacity: 1;
}

.fixed-right-menu {
  padding: 0 2px;
  background: linear-gradient(269deg, #4582fe 0%, #1b68fd 100%);
  border-radius: 11px;
  position: relative;
  box-shadow: 0 0 9px #eee;
}

.fixed-right-menu-item {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  padding: 12px 0;
  position: relative;
  cursor: pointer;
}

.fixed-right-menu-item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 65px;
  height: 1px;
  background: #0047eb;
  opacity: 0.5;
}

.fixed-right-menu-item.line-hide:before {
  display: none;
}

.fixed-right-menu-img {
  width: 35px;
  height: 35px;
  transition: all 0.3s ease-out;
}

.fixed-right-menu-img:hover {
  transform: scale(1.2);
}

.fixed-right-menu-text {
  font-size: 12px;
  color: #fff;
}

.kf-avatar {
  width: 86px;
  position: absolute;
  top: -80px;
  left: -3px;
}

.kf-avatar img {
  width: 100%;
}

.fixed-right-view-mobile {
  display: none;
}

.ai-su-da .top-banner {
  position: sticky;
  top: 0;
  z-index: 999;
}

.ai-su-da .top-swiper {
  width: 100%;
  height: 570px;
  background-image: url("./img/aisuda-img/Slice 477.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ai-su-da .swiper-btn1 {
  width: 212px;
  height: 60px;
  border-radius: 8px 8px 8px 8px;
  font-weight: 500;
  font-size: 18px;
  color: #fff;
  line-height: 62px;
  text-align: center;
  background: linear-gradient(90deg, #9635ff 0%, #1c76ff 100%);
}

.ai-su-da .swiper-btn2 {
  width: 212px;
  height: 60px;
  background: #fff;
  font-weight: 500;
  font-size: 18px;
  color: #2377ff;
  line-height: 62px;
  text-align: center;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #2377ff;
}

.ai-su-da .swiper-box {
  margin-top: 240px;
}

.solve-bg {
  padding: 138px 0 120px 0;
  background: linear-gradient(
    180deg,
    #ffffff 0%,
    #eef5ff 69%,
    rgba(239, 245, 252, 0) 100%
  );
}

.solve-content {
  margin-top: 80px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.solve-content-item {
  flex: 1 0 30%;
  padding: 24px 0;
}

.solve-content-item-img {
  width: 316px;
  height: 166px;
  display: block;
  margin: 0 auto;
}

.solve-content-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #343434;
  line-height: 28px;
  margin-top: 20px;
  text-align: center;
}

.solve-content-item-remark {
  font-weight: 400;
  font-size: 14px;
  color: #808080;
  line-height: 16px;
  margin-top: 12px;
  text-align: center;
  padding: 0 20px;
}

.auto-build-content-top {
  display: flex;
  justify-content: center;
}

.auto-build-content-code {
  display: flex;
  padding: 60px;
  background: linear-gradient(180deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  border-radius: 16px 16px 16px 16px;
  margin-top: 40px;
  justify-content: space-between;
}

.auto-build-content-right {
  width: 422px;
  height: 330px;
}

.auto-build-content-right img {
  width: 100%;
  height: 100%;
}

.auto-build-bg {
  background: linear-gradient(181deg, #eef5ff 0%, #ecf4ff 49%, #ffffff 100%);
  padding-top: 68px;
}

.auto-build-content {
  margin-top: 80px;
}

.auto-build-content-code-title {
  font-weight: 600;
  font-size: 28px;
  color: #343434;
  line-height: 33px;
}

.auto-build-content-code-title .high {
  color: #0565ff;
}

.auto-build-content-code-remark {
  margin-top: 12px;
  font-weight: 400;
  font-size: 12px;
  color: #808080;
  line-height: 14px;
}

.auto-build-code-menu {
  padding: 24px 0 0 20px;
}

.auto-build-code-menu-item {
  margin-top: 24px;
  position: relative;
}

.auto-build-code-menu-item:first-child {
  margin-top: 0;
}

.auto-build-code-menu-item-remark {
  font-weight: 400;
  font-size: 12px;
  color: #808080;
  line-height: 14px;
  margin-top: 8px;
}

.auto-build-code-menu-item-title-text {
  font-weight: 600;
  font-size: 20px;
  color: #333;
  line-height: 23px;
  margin-left: 4px;
}

.auto-build-code-menu-item-title {
  display: flex;
  align-items: center;
  position: relative;
}

.auto-build-code-menu-item-img {
  width: 20px;
  height: 20px;
}

.auto-build-content-right {
  padding-right: 40px;
}

.auto-build-code-menu-item-title.active .auto-build-code-menu-item-title-text {
  color: #0565ff;
}

.auto-build-code-menu-item-img-active {
  display: none;
}

.auto-build-code-menu-item-title.active .auto-build-code-menu-item-img-active {
  display: block;
}

.auto-build-code-menu-item-title.active .auto-build-code-menu-item-img {
  display: none;
}

.auto-build-content-right img {
  display: none;
}

.auto-build-content-right .active {
  display: block;
}

.auto-build-code-btn {
  margin-top: 40px;
  display: flex;
  gap: 11px;
}

.auto-build-code-menu-item-title:before {
  content: "";
  position: absolute;
  left: -20px;
  top: 10px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #93bdff;
}

.auto-build-code-menu-item-title.active:before {
  background: #0565ff;
  z-index: 1;
}

.auto-build-code-menu-item-title:after {
  content: "";
  position: absolute;
  left: -17px;
  top: 10px;
  width: 2px;
  height: 77px;
  background: #93bdff;
}

.auto-build-code-menu-item-after-hide:after {
  display: none;
}

.function-bottom-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}

.function-content {
  display: flex;
  gap: 20px;
  padding-top: 60px;
  overflow: hidden;
}

.function-content-item {
  position: relative;
  transition: all 0.3s ease-out;
  width: 318px;
}

.function-content-item-1-box {
  position: absolute;
  left: 40px;
  top: 40px;
}

.function-content-item-1-title {
  font-weight: 600;
  font-size: 28px;
  color: #ffffff;
  line-height: 33px;
}

.function-content-item-remark {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  margin-top: 6px;
}

.function-content-item-2-title {
  font-weight: 600;
  font-size: 24px;
  color: #003ac9;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.function-content-2 {
  display: flex;
  gap: 20px;
  padding-top: 60px;
}

.function-content-item-2 {
  position: relative;
}

.function-content-item-2-top {
  position: absolute;
  left: 40px;
  top: 30px;
}

.function-content-item-2-top-title {
  font-weight: 600;
  font-size: 28px;
  color: #343434;
  line-height: 33px;
}

.function-content-item-2-top-remark {
  font-weight: 400;
  font-size: 14px;
  color: #343434;
  line-height: 16px;
  margin-top: 12px;
}

.drag-bg {
  margin-top: 77px;
  background: linear-gradient(127deg, #0260fe 0%, #8ad1ff 64%, #57dfff 100%);
  border-radius: 16px 16px 16px 16px;
  height: 391px;
}

.drag-content {
  display: flex;
}

.drag-content-left {
  margin-top: -67px;
  margin-left: -90px;
}

.drag-content-center {
  flex: 1;
  padding-top: 67px;
}

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

.drag-content-center-top {
  font-weight: 600;
  font-size: 12px;
  color: #ffffff;
  display: flex;
  align-items: center;
  gap: 5px;
  margin-bottom: 12px;
}

.drag-content-center-switch {
  width: 38px;
  height: 16px;
  background: #ffffff;
  border-radius: 14px 14px 14px 14px;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  box-sizing: border-box;
  padding-right: 1px;
  cursor: pointer;
}

.drag-content-center-switch .round {
  width: 14px;
  height: 14px;
  background: #0260ff;
  border-radius: 50%;
}

.drag-content-center-title {
  font-weight: 600;
  font-size: 32px;
  color: #ffffff;
  line-height: 38px;
  margin-top: 4px;
}

.drag-content-center-remark {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 16px;
  margin-top: 12px;
}

.drag-content-center-btn {
  margin-top: 60px;
}

.company-bg {
  background: #eef5ff;
  padding: 120px 0;
}

.version-bg {
  background-image: url("./img/aisuda-img/Slice 502.png");
  background-repeat: no-repeat;
  background-size: cover;
  padding: 102px 0 116px 0;
}

.version-bg .title-center {
  color: #fff;
}

.version-bg .title-remark {
  color: #fff;
}

.version-content {
  display: flex;
  margin-top: 120px;
  gap: 20px;
}

.version-content-item {
  flex: 1 0 30%;
  background: #ffffff;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px 16px 16px 16px;
  padding-bottom: 80px;
  position: relative;
  transition: all 0.3s ease-out;
  height: 567px;
  box-sizing: border-box;
}

.version-content-item-top {
  padding: 44px 44px 0 44px;
  box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.12);
  border-radius: 16px 16px 16px 16px;
  height: 221px;
  box-sizing: border-box;
}

.version-content-item-title {
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  line-height: 23px;
}

.version-content-item-remark {
  font-weight: 400;
  font-size: 14px;
  color: #7f7f7f;
  line-height: 16px;
  margin-top: 8px;
}

.version-content-item-price {
  display: flex;
  margin-top: 34px;
}

.version-content-item-money {
  font-size: 40px;
  font-weight: bold;
}

.version-content-item-money span {
  font-size: 20px;
  font-weight: 400;
}

.version-content-item-discount {
  margin-left: 4px;
}

.version-content-item-discount .tag {
  padding: 1px 6px;
  border-radius: 14px;
  background: #ffeee0;
  font-weight: 400;
  font-size: 12px;
  color: #ff7300;
}

.version-content-item-discount .line {
  font-weight: 400;
  font-size: 16px;
  color: #b3b3b3;
  margin-top: 6px;
  text-decoration: line-through;
}

.version-content-item-center {
  padding: 40px 40px 80px 40px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.version-content-item-center-cell {
}

.version-content-item-bold {
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
}

.version-content-item-btn {
  padding: 0 40px;
}

.version-content-item-btn button {
  width: 100%;
  border-radius: 8px;
  transition: all 0.3s ease-out;
}

.version-content-item-btn button:hover {
  background: linear-gradient(90deg, #045afe 0%, #675aff 100%);
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  color: #fff;
}

.version-content-item .new {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 24px;
  background: linear-gradient(88deg, #fe4c4c 0%, #ff8b9b 100%);
  border-radius: 0px 16px 0px 12px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

.version-content-item .new-hot {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 24px;
  background: linear-gradient(88deg, #ff9540 0%, #ffc566 100%);
  border-radius: 0px 16px 0px 12px;
  font-weight: 600;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  text-align: center;
}

.version-content-item:hover {
  transform: translateY(-40px);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.5);
}

.footer-info {
  display: flex;
  justify-content: center;
  gap: 5px;
  flex-wrap: wrap;
  color: #666;
  padding: 20px 12px;
}

.footer-info a {
  color: #666;
}

.digitization-btn {
  display: flex;
  justify-content: center;
  gap: 12px;
  margin-top: 60px;
}

.digitization-bg {
  padding: 120px 0;
  background-image: url("./img/aisuda-img/Slice 501.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.digitization-bg .title-center {
  color: #005eff;
}

.function-content-item-1-box {
  display: none;
}

.function-content-item-img-active {
  display: none;
}

.function-content-item.active .function-content-item-2-title {
  display: none;
}

.function-content-item.active .function-content-item-2-title {
  display: none;
}

.function-content-item.active .function-content-item-img-default {
  display: none;
}

.function-content-item.active .function-content-item-1-box {
  display: block;
}

.function-content-item.active .function-content-item-img-active {
  display: block;
}

.function-content-item.active {
  width: 604px;
  opacity: 1;
}

.drag-content-default {
  display: flex;
}

.drag-content-active {
  display: none;
}

.drag-content-left img {
  width: 454px;
  height: 458px;
}

.drag-content-default .drag-content-center-switch {
  display: flex;
  justify-content: flex-start;
  padding-left: 1px;
}

.register-bg .footer-info a {
  color: #fff;
}

.blank-top-swiper-bg {
  width: 100%;
  height: 570px;
  /*background-image: url("./img/Slice 339.png");*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.blank-top-swiper-content {
}

.blank-top-swiper-content-tag {
  display: inline-block;
  background: #ffd24d;
  border-radius: 24px 4px 24px 4px;
  font-size: 24px;
  font-weight: bold;
  color: #005bf1;
  padding: 12px 20px;
}

.blank-top-swiper-content-title {
  font-size: 40px;
  font-weight: bold;
  margin-top: 30px;
  color: #fff;
  display: none;
  max-width: 50%;
}

.blank-top-swiper-content-title-color {
  color: #ffd24d;
}

.blank-top-swiper-content-remark {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
  margin-top: 15px;
  max-width: 50%;
}

.blank-top-swiper-content-btn {
  display: flex;
  gap: 20px;
  margin-top: 50px;
}

.blank-center-bg {
  background: #f3f9ff;
}

.blank-center-content-item {
  display: flex;
  margin-top: 50px;
}

.blank-center-content-item.right .blank-center-content-left {
  padding-left: 50px;
}

.blank-center-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.blank-center-content-right {
}

.blank-center-content-right img {
  width: 700px;
}

.blank-center-content-left-title {
  font-size: 36px;
  font-weight: bold;
}

.blank-center-content-left-title2 {
  font-size: 20px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
}

.blank-center-content-left-remark {
  margin-top: 12px;
  font-size: 20px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.4);
}

.blank-center-content-left-btn {
  display: flex;
  gap: 15px;
  margin-top: 30px;
}

.blank-tabs-bg {
  background: #000;
}

.blank-tabs-view {
  display: flex;
  gap: 40px;
  justify-content: center;
  margin-top: 40px;
}

.blank-tabs-item {
  cursor: pointer;
  color: rgb(255 255 255 / 55%);
  padding: 12px 16px;
  position: relative;
}

.blank-tabs-item.active {
  color: #1890ff;
}

.blank-tabs-item:hover {
  color: #1890ff;
}

.blank-tabs-item:hover:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #1890ff;
}

.blank-tabs-item.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  height: 2px;
  background: #1890ff;
}

.blank-tabs-content {
  display: flex;
  justify-content: center;
  margin-top: 50px;
}

.blank-tabs-content-view {
  display: flex;
  border-radius: 8px;
  overflow: hidden;
  width: 920px;
  background: #fff;
}

.blank-tabs-content-left {
  width: 380px;
  height: 438px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.blank-tabs-content-left img {
  width: 100%;
  height: 100%;
}

.blank-tabs-content-left img.auto {
  max-width: 100%;
  width: auto;
  height: auto;
}

.blank-tabs-content-right {
  background: #fff;
  flex: 1;
  padding: 32px;
}

.blank-tabs-content-right-title {
  font-size: 24px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  line-height: 32px;
  margin-bottom: 8px;
}

.blank-tabs-content-right-title2 {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  padding-bottom: 9px;
  border-bottom: 1px solid #eee;
  margin-bottom: 16px;
}

.blank-tabs-content-right-remark {
  font-size: 16px;
  color: #8c8c8c;
  line-height: 30px;
}

.blank-tabs-content-right-btn {
  margin-top: 27px;
}

.blank-top-swiper-content-remark.dian {
  position: relative;
  padding-left: 18px;
}

.blank-top-swiper-content-remark.dian:before {
  content: "";
  width: 10px;
  height: 10px;
  background: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.blank-center-content-left-remark.dian {
  position: relative;
  padding-left: 15px;
}

.blank-center-content-left-remark.dian:before {
  content: "";
  width: 5px;
  height: 5px;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.blank-rule-bg {
  background: #f3f9ff;
}

.blank-rule-content {
  display: flex;
  gap: 24px;
  margin-top: 70px;
}

.blank-rule-content-item {
  padding: 24px;
  flex: 1;
  box-shadow: 0 0 60px 0 rgba(51, 51, 51, 0.1);
  border-radius: 16px 16px 16px 16px;
  background: #fff;
}

.blank-rule-content-item-img img {
  width: 60px;
  height: 60px;
}

.blank-rule-content-item-title {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
  margin: 16px 0 8px;
}

.blank-rule-content-item-remark {
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.6);
  line-height: 24px;
}

.blank-tabs-content-right-before {
  font-size: 20px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  line-height: 28px;
  position: relative;
  padding-left: 10px;
}

.blank-tabs-content-right-before:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 4px;
  height: 18px;
  border-radius: 2px;
  background: #1890ff;
}

.blank-tabs-content-right-before-text {
  font-size: 16px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  line-height: 24px;
  margin-bottom: 15px;
}

.hardware-tabs-view {
  display: flex;
  gap: 20px;
  justify-content: center;
  margin-top: 70px;
}

.hardware-tabs-item {
  padding: 12px 20px;
  font-size: 16px;
  cursor: pointer;
}

.hardware-tabs-item.active,
.hardware-tabs-item:hover {
  background: #e6f1ff;
  border-radius: 4px 4px 4px 4px;
  color: #1a7dff;
  font-weight: bold;
}

.hardware-tabs-content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 35px;
}

.hardware-tabs-content-item {
  padding: 30px 24px;
  border-radius: 8px;
  display: flex;
  flex: 1 0 30%;
  border: 1px solid #dbdbdb;
  max-width: calc(33% - 10px);
  cursor: pointer;
  transition: all 0.3s ease-out;
}

.hardware-tabs-content-item:hover {
  box-shadow: 0 0 15px #ccc;
}

.hardware-tabs-content-item-left {
  display: flex;
  flex: 1;
}

.hardware-tabs-content-item-img {
}

.hardware-tabs-content-item-info {
  padding: 0 12px;
  flex: 1;
  font-size: 16px;
}

.hardware-tabs-content-item-name {
}

.hardware-tabs-content-item-status {
  color: #999;
  font-size: 14px;
  margin-top: 5px;
}

.hardware-tabs-content-item-btn {
  display: flex;
  justify-content: center;
  align-items: center;
}

.hardware-tabs-content-item-btn button {
  color: #1a7dff;
  background: #f2f2f2;
  border-radius: 4px;
  padding: 4px 10px;
}

.hardware-detail img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.doc-swiper-bg {
  width: 100%;
  height: 570px;
  background-image: url("./img/Slice 528.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.doc-swiper-btn {
  margin-top: 230px;
  display: flex;
  gap: 16px;
}

.doc-center-content-item {
  display: flex;
}

.doc-center-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-right: 20px;
}

.doc-center-content-left-title {
  font-weight: bold;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
  margin-bottom: 8px;
}

.doc-center-content-left-remark {
  margin-top: 12px;
  font-size: 20px;
  line-height: 26px;
  color: #808080;
  position: relative;
  padding-left: 15px;
}

.doc-center-content-left-remark.dian:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #d9d9d9;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.doc-center-content-left-btn {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}

.doc-center-bg {
  background-image: url("./img/Slice 529.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 86px top 0;
}

.doc-secure-bg {
  background: linear-gradient(180deg, #e2eeff 0%, #ffffff 100%);
}

.doc-secure-bg .doc-center-content-left {
  padding-left: 108px;
}

.doc-inside-bg {
  background-image: url("./img/Slice 529.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: right 35vw top 20px;
}

.video-meeting-swiper-bg {
  width: 100%;
  height: 570px;
  background-image: url("./img/Slice 537.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.video-meeting-version-content {
  display: flex;
  gap: 12px;
  margin-top: 80px;
}

.video-meeting-version-item {
  flex: 1;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  padding: 40px 0 40px 27px;
}

.video-meeting-version-btn {
  margin-top: 60px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.video-meeting-version-item-title {
  font-weight: 400;
  font-size: 28px;
  color: #000000;
  line-height: 33px;
}

.video-meeting-version-item-text {
  font-weight: 500;
  font-size: 44px;
  color: #045afe;
  line-height: 52px;
  margin-top: 12px;
}

.video-meeting-version-item-remark {
  font-weight: 400;
  font-size: 24px;
  color: #7f7f7f;
  line-height: 28px;
  margin-top: 6px;
}

.video-meeting-version-bg {
  background-image: url("./img/bj (1).png");
  background-size: cover;
  background-repeat: no-repeat;
}

.video-meeting-step1-bg {
  background: #f8fafd;
}

.video-meeting-step-view {
  display: flex;
  margin-top: 80px;
}

.video-meeting-step-view-left {
}

.video-meeting-step-view-right {
  flex: 1;
  padding: 64px 0 0 140px;
}

.video-meeting-step-view-right-item {
  display: flex;
  margin-bottom: 12px;
}

.video-meeting-step-view-right-info {
  margin-left: 9px;
  flex: 1;
}

.video-meeting-step-view-right-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}

.video-meeting-step-view-remark {
  font-weight: 400;
  font-size: 20px;
  color: #808080;
  line-height: 23px;
  margin-top: 8px;
}

.video-meeting-step-view-right-btn {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}

.reverse-step-view .video-meeting-step-view-right {
  padding: 64px 140px 0 0;
}

.video-meeting-step3-bg {
  background: #f2f8ff;
}

.video-meeting-step2-bg {
  background-image: url("./img/Slice 551.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.qy-email-swiper-bg {
  width: 100%;
  height: 570px;
  background-image: url("./img/Slice 279.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.qy-email-swiper-btn {
  display: flex;
  gap: 24px;
  margin-top: 240px;
}

.qy-email-select-view {
  margin-top: 80px;
  display: flex;
  gap: 50px;
  flex-wrap: wrap;
}

.qy-email-select-item {
  flex: 1 0 30%;
  height: 500px;
  padding: 60px 21px 0 21px;
}

.qy-email-select-item-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.qy-email-select-item-remark {
  font-weight: 400;
  font-size: 16px;
  color: #666666;
  line-height: 19px;
  margin-top: 20px;
  text-align: center;
}

.qy-email-select-item-more {
  font-weight: 400;
  font-size: 20px;
  color: #1a84ff;
  line-height: 23px;
  text-align: center;
  margin-top: 42px;
  cursor: pointer;
}

.qy-email-select-item-bg-1,
.qy-email-select-item-bg-2,
.qy-email-select-item-bg-3,
.qy-email-select-item-bg-4,
.qy-email-select-item-bg-5,
.qy-email-select-item-bg-6 {
  background-repeat: no-repeat;
  background-size: cover;
}

.qy-email-select-item-bg-1 {
  background-image: url("./img/Slice 280.png");
}

.qy-email-select-item-bg-2 {
  background-image: url("./img/Slice 281.png");
}

.qy-email-select-item-bg-3 {
  background-image: url("./img/Slice 282.png");
}

.qy-email-select-item-bg-4 {
  background-image: url("./img/Slice 285.png");
}

.qy-email-select-item-bg-5 {
  background-image: url("./img/Slice 284.png");
}

.qy-email-select-item-bg-6 {
  background-image: url("./img/Slice 283.png");
}

.qy-email-count-bg {
  background-image: url("./img/Slice 286.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.qy-email-count-view {
  display: flex;
  align-items: center;
}

.qy-email-count-left {
  flex: 1;
}

.qy-email-count-right {
  flex: 1;
}

.qy-email-count-left-t {
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
}

.qy-email-count-left-t span {
  padding: 2px 12px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  background: #fe6503;
  border-radius: 4px 4px 4px 0px;
}

.qy-email-count-left-c {
  font-weight: 500;
  font-size: 18px;
  color: #333333;
  line-height: 21px;
  margin-top: 12px;
}

.qy-email-count-left-c span {
  color: #fe6503;
}

.qy-email-count-left-r {
  margin-top: 4px;
  font-weight: 500;
  font-size: 18px;
  color: #343434;
  line-height: 21px;
}

.qy-email-count-left-b {
  margin-top: 40px;
  display: flex;
  gap: 28px;
}

.qy-email-count-left-b-item {
}

.qy-email-count-left-b-item img {
  width: 50px;
  height: 50px;
  display: block;
  margin: 0 auto;
}

.qy-email-count-left-b-title {
  margin-top: 4px;
  font-weight: 400;
  font-size: 14px;
  color: #000000;
  line-height: 16px;
}

.qy-email-count-right-center {
  width: 601px;
  height: 516px;
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  overflow: hidden;
}

.qy-email-count-right-title {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
  padding: 20px 0;
  background: #2a84ee;
}

.qy-email-count-right-item {
  padding: 0 40px;
  margin-top: 40px;
  display: flex;
  align-items: center;
}

.qy-email-count-right-label {
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
  width: 65px;
}

.qy-email-count-right-step {
  display: flex;
  margin-left: 18px;
  align-items: center;
  background: #ffffff;
  border-radius: 8px 8px 8px 8px;
  border: 1px solid #2a84ee;
  flex: 1;
  padding: 2px;
}

.qy-email-count-right-min,
.qy-email-count-right-plus {
  width: 52px;
  height: 52px;
  background: #e9f3ff;
  border-radius: 8px 8px 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #2a84ee;
  font-size: 30px;
  cursor: pointer;
}

.qy-email-count-right-num {
  flex: 1;
  text-align: center;
  font-weight: 500;
  font-size: 32px;
  color: #000000;
}

.qy-email-count-right-price {
  display: flex;
  justify-content: center;
  margin-top: 60px;
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  line-height: 24px;
}

.qy-email-count-right-price span {
  font-weight: 500;
  font-size: 40px;
  color: #fe6503;
  line-height: 24px;
}

.qy-email-count-right-btn {
  padding: 0 76px;
  display: flex;
  margin-top: 32px;
}

.qy-email-count-right-btn button {
  height: 50px;
  background: #2a84ee;
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  border-radius: 6px 6px 6px 6px;
  line-height: 50px;
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  flex: 1;
}

.qy-email-count-right-b {
  font-weight: 400;
  font-size: 16px;
  color: #2a84ee;
  line-height: 24px;
  margin-top: 12px;
  text-align: center;
}

.qy-email-count-btn {
  display: flex;
  gap: 20px;
  justify-content: center;
  padding: 40px 0 120px 0;
}

.qy-email-count-btn button {
  height: 40px;
  line-height: 40px;
  font-size: 16px;
}

.qy-email-ensure-bg {
  background-image: url("./img/Slice 296.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.qy-email-ensure-view {
  display: flex;
  gap: 35px;
  margin-top: 128px;
}

.qy-email-ensure-item {
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #e6e6e6;
  box-sizing: border-box;
  flex: 1;
  height: 282px;
  padding: 0 27px;
  position: relative;
}

.qy-email-ensure-item:before {
  content: "";
  position: absolute;
  width: 26px;
  height: 16px;
  background-image: url("./img/Slice 292.png");
  background-size: cover;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%);
  right: -32px;
}

.qy-email-ensure-item-last:before {
  display: none;
}

.qy-email-ensure-item img {
  width: 156px;
  height: 156px;
  margin: -68px auto 0 auto;
  display: flex;
}

.qy-email-ensure-step {
  font-weight: 500;
  font-size: 24px;
  color: #045afe;
  line-height: 28px;
  margin-top: 13px;
  text-align: center;
}

.qy-email-ensure-title {
  font-weight: 500;
  font-size: 18px;
  color: #000000;
  line-height: 21px;
  margin-top: 25px;
  text-align: center;
}

.qy-email-ensure-remark {
  font-weight: 400;
  font-size: 16px;
  color: #676767;
  line-height: 19px;
  margin-top: 12px;
  text-align: center;
}

.qy-email-ensure-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 60px;
}

.qy-email-ensure-btn button {
  font-size: 14px;
  height: 40px;
  line-height: 40px;
  width: 128px;
}

.qy-email-case-view {
  margin-top: 78px;
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.qy-email-case-item {
  background: #ffffff;
  border-radius: 12px 12px 12px 12px;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  flex: 1 0 16%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 97px;
  box-sizing: border-box;
}

.qy-email-case-item img {
  max-height: 100%;
}

.qy-email-case-bg {
  background: #eff6ff;
}

.qy-email-co-view {
  display: flex;
  gap: 20px;
  margin-top: 119px;
}

.qy-email-co-item {
  background: #ffffff;
  border-radius: 16px 16px 16px 16px;
  padding: 40px 0;
  flex: 1;
}

.qy-email-co-item img {
  width: 66px;
  height: 66px;
  display: block;
  margin: 0 auto;
}

.qy-email-co-item-title {
  font-weight: 500;
  font-size: 40px;
  color: #2a84ee;
  line-height: 47px;
  margin-top: 21px;
  text-align: center;
}

.qy-email-co-item-remark {
  font-weight: 400;
  font-size: 24px;
  color: #343434;
  line-height: 28px;
  text-align: center;
}

.qy-email-co-bg {
  background-image: url("./img/Slice 298.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.qy-email-co-bg .title-center {
  color: #fff;
}

.qy-email-co-btn {
  display: flex;
  justify-content: center;
  margin-top: 60px;
}

.qy-email-co-btn button {
  width: 154px;
  height: 40px;
  background: #ffffff;
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  border-radius: 6px 6px 6px 6px;
  font-weight: 500;
  font-size: 16px;
  color: #2a84ee;
  line-height: 40px;
  text-align: center;
}

.w-pan-swiper-bg {
  background-image: url("./img/Slice 560.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 570px;
  background-position: center;
}

.w-pan-center-content-item {
  display: flex;
}

.w-pan-center-content-left {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.pl-114 {
  padding-left: 114px;
}

.pr-114 {
  padding-right: 114px;
}

.w-pan-center-content-left-title {
  font-weight: 600;
  font-size: 32px;
  color: #000000;
  line-height: 38px;
}

.w-pan-center-content-left-remark {
  font-weight: 400;
  font-size: 20px;
  color: #808080;
  line-height: 23px;
  margin-top: 15px;
  position: relative;
}

.w-pan-center-content-left-remark.dian {
  padding-left: 15px;
}

.w-pan-center-content-left-remark.dian:before {
  content: "";
  width: 8px;
  height: 8px;
  background: #045afe;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.w-pan-center-content-left-btn {
  margin-top: 40px;
  display: flex;
  gap: 12px;
}

.w-pan-center-bg {
  background: linear-gradient(180deg, #e2eeff 0%, #ffffff 100%);
}

.w-pan-swiper-btn {
  display: flex;
  gap: 24px;
  margin-top: 240px;
}

.hk-aide-view .w-pan-swiper-bg {
  background-image: url("./img/swiper-11.png");
}

.external-contact-view .w-pan-swiper-bg {
  background-image: url("./img/swiper-12.png");
}

.external-contact-view .w-pan-center-bg {
  background: #e2eeff;
}

.external-contact-view .w-pan-center-content-right img {
  width: 644px;
}

.safety-function-view .w-pan-swiper-bg {
  background-image: url("./img/Slice 574.png");
}

.w-pan-center-content-left-text {
  font-weight: 500;
  font-size: 20px;
  color: #045afe;
  line-height: 23px;
}

.safety-function-view .w-pan-center-content-left-title {
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  line-height: 30px;
  margin-top: 12px;
}

.safety-function-view .w-pan-center-content-left-remark {
  margin-top: 32px;
}

.safety-function-view .w-pan-center-bg {
  background: #fff;
}

.safety-function-content {
  background: #eff5ff;
  border-radius: 40px 40px 40px 40px;
  margin-top: 80px;
  padding: 60px 40px;
}

.data-ensure-swiper-bg {
  width: 100%;
  height: 570px;
  background-image: url("./img/Group 427324593.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.data-ensure-swiper-btn {
  display: flex;
  gap: 24px;
  margin-top: 280px;
}

.data-ensure-use-item-bg-1 {
  background-image: url("./img/Slice 2820.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.data-ensure-use-item-bg-2 {
  background-image: url("./img/Slice 2810.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.data-ensure-use-item-bg-3 {
  background-image: url("./img/Slice 2800.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.data-ensure-use-view {
  display: flex;
  gap: 21px;
  margin-top: 80px;
}

.data-ensure-use-item {
  padding: 60px 20px;
  height: 534px;
  box-sizing: border-box;
  flex: 1;
}

.data-ensure-use-title {
  font-weight: normal;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}

.data-ensure-use-remark {
  font-weight: 400;
  font-size: 20px;
  color: #808080;
  line-height: 23px;
  text-align: center;
  margin-top: 12px;
}

.data-ensure-support-tabs {
  margin-top: 86px;
  display: flex;
  gap: 75px;
  justify-content: center;
}

.data-ensure-support-tabs-item img {
  width: 68px;
  height: 68px;
}

.data-ensure-support-tabs-item-title {
  font-weight: 500;
  font-size: 18px;
  color: #323232;
  line-height: 21px;
  margin-top: 8px;
  text-align: center;
}

.data-ensure-support-tabs-item .active-img {
  display: none;
}

.data-ensure-support-tabs-item .default-img {
  display: block;
}

.data-ensure-support-tabs-item.active .active-img {
  display: block;
}

.data-ensure-support-tabs-item.active .default-img {
  display: none;
}

.data-ensure-support-tabs-item.active .data-ensure-support-tabs-item-title {
  color: #045afe;
}

.data-ensure-support-tabs-content {
  display: flex;
  margin-top: 46px;
  padding: 80px 40px;
  background: linear-gradient(0deg, #e7f3ff 0%, #f7f7ff 100%);
  border-radius: 10px;
}

.data-ensure-support-tabs-left {
  flex: 1;
  padding-right: 150px;
}

.data-ensure-support-tabs-right img {
  width: 574px;
  height: 366px;
}

.data-ensure-support-tabs-left-title {
  font-weight: bold;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
}

.data-ensure-support-tabs-left-remark {
  font-weight: 400;
  font-size: 20px;
  color: #676767;
  line-height: 23px;
  margin-top: 12px;
}

.data-ensure-support-tabs-btn {
  display: flex;
  gap: 12px;
  margin-top: 40px;
}

.data-ensure-support-tabs-left-item {
  position: relative;
  padding-left: 20px;
  cursor: pointer;
}

.data-ensure-support-tabs-left-item:before {
  content: "";
  width: 12px;
  height: 12px;
  background: #045afe;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 9px;
}

.data-ensure-support-tabs-right img {
  display: none;
}

.data-ensure-support-tabs-right .active {
  display: block;
}

.data-ensure-support-tabs-left-center {
  display: none;
  flex-direction: column;
  justify-content: center;
  gap: 20px;
}

.data-ensure-support-tabs-left-center.active {
  display: flex;
}

.custom-list-top-tabs {
  display: flex;
  justify-content: center;
  height: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #eee;
  width: 100%;
}

.custom-list-top-tabs-item {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
  color: #999;
}

.custom-list-top-tabs-item:hover {
  color: #333;
}

.custom-list-top-tabs-item.active {
  color: #045afe;
}

.custom-list-top-tabs-item.active:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #045afe;
}

.custom-list-top-bg {
  position: sticky;
  top: 0;
  z-index: 1000;
  background: #fff;
}

.custom-list-product-int {
  background: #f8fafd;
  border-radius: 6px;
}

.custom-list-product-int .title-remark {
  padding: 0 100px;
}

.custom-list-product-list-item {
  display: flex;
  height: 700px;
  margin-top: 70px;
}

.custom-list-product-list-left {
  width: 50%;
  padding: 0px 100px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.custom-list-product-list-right {
  width: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 20px;
}

.custom-list-product-list-right img {
  max-width: 100%;
  max-height: 500px;
}

.custom-list-product-list-sort {
  color: #ecf1ff;
  font-size: 80px;
}

.custom-list-product-list-title {
  margin-bottom: 20px;
  font-size: 26px;
}

.custom-list-product-list-remark {
  font-size: 16px;
  color: #666;
}

.custom-list-feature-view {
  display: flex;
  flex-wrap: wrap;
  gap: 30px 20px;
  padding: 80px 0;
}

.custom-list-feature-view-item {
  flex: 1 0 20%;
  max-width: calc(25% - 15px);
  padding: 0 42px;
}

.custom-list-feature-view-item-img {
}

.custom-list-feature-view-item-img img {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  display: block;
  transform: rotate3d(0, 1, 0, 0deg);
  transition: transform 1s;
}

.custom-list-feature-view-item:hover .custom-list-feature-view-item-img img {
  transform: rotate3d(0, 1, 0, -360deg);
}

.custom-list-feature-view-item-title {
  margin-top: 15px;
  font-size: 20px;
  text-align: center;
}

.custom-list-feature-view-item-remark {
  font-size: 16px;
  color: #999;
}

.custom-list-product-list-img-item img {
  width: 100%;
}

.custom-source-bg img {
  width: 100%;
}

.custom-source-product-view {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.custom-source-product-item {
  flex: 1 0 20%;
  background: #fff;
  border-radius: 10px;
  box-shadow: 0 0 14px rgba(64, 115, 250, 0.102);
  cursor: pointer;
  overflow: hidden;
  max-width: calc(25% - 18px);
  transition: all 0.3s ease-out;
}

.custom-source-product-item-img img {
  width: 100%;
}

.custom-source-product-bg {
  background: #f5f7f9;
}

.custom-source-product-item-title {
  padding: 20px 20px 0 20px;
  font-size: 18px;
  font-weight: 500;
  color: #333;
}

.custom-source-product-item-remark {
  padding: 0 20px;
  line-height: 25px;
  height: 50px;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  word-break: break-all;
  -webkit-line-clamp: 2;
  margin-top: 10px;
  font-size: 14px;
  color: #666;
}

.custom-source-product-item:hover {
  box-shadow: 0 0 22px #bbb;
  transform: scale(1.04);
}

.custom-detail-swiper-bg {
  height: 600px;
  background-image: url("./custom/image/custom-detail-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.custom-detail-swiper-view {
  width: 50%;
}

.custom-detail-swiper-tag {
  font-size: 16px;
  color: #323232;
  background-image: url("./custom/image/rect.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: fit-content;
  padding: 6px 20px;
}

.custom-detail-swiper-title {
  margin-top: 6px;
  font-size: 50px;
  color: #fff;
  line-height: 59px;
  font-weight: bold;
}

.custom-detail-swiper-title span {
  color: #fdff08;
}

.custom-detail-swiper-remark {
  margin-top: 12px;
  color: #fff;
  width: 80%;
  line-height: 26px;
}

.custom-detail-swiper-remark-2 {
  margin-top: 12px;
  color: #fff;
  width: 80%;
  line-height: 26px;
}

.custom-detail-swiper-btn {
  margin-top: 30px;
}

.custom-list-product-bg .reversal-item {
  background-image: url("./custom/image/custom-detail-item-bg.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.video-meeting-swiper-btn {
  display: flex;
  gap: 20px;
  margin-top: 233px;
}

.ddai-list-swiper-bg {
  padding: 120px 0 80px 0;
  background: linear-gradient(87.21deg, #1cdedd 15.52%, #2eadee 74.48%);
}

.ddai-list-swiper-title {
  margin-bottom: 20px;
  text-align: center;
  font-size: 38px;
  color: #1afaf9;
}

.ddai-list-swiper-remark {
  font-size: 18px;
  text-align: center;
  color: #fff;
}

.ddai-list-b-item-left {
  width: 700px;
  height: 420px;
  cursor: pointer;
}

.ddai-list-b-item-left img {
  width: 100%;
  height: 100%;
}

.ddai-list-b-item {
  display: flex;
  box-shadow: 0 4px 12px #4073fa1a;
  background: #595658;
  border-radius: 12px;
  overflow: hidden;
  margin-top: 40px;
}

.ddai-list-b-item-right {
  flex: 1;
  padding: 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ddai-list-b-item-right-title {
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}

.ddai-list-b-item-right-remark {
  font-size: 14px;
  margin-top: 15px;
  color: #fff;
  line-height: 26px;
}

.ddai-list-b-item-right-btn button {
  width: 100%;
  background: linear-gradient(87.21deg, #1cdedd 0.52%, #0277ff 86.48%);
  color: #fff;
  padding: 13px 0;
  font-size: 18px;
  border-radius: 8px;
}

.ddai-detail-swiper-bg img {
  width: 100%;
}

.ddai-detail-top-view {
  margin: 60px 0;
  background: #e5f4ff;
  border-radius: 12px;
  padding: 30px 140px;
}

.ddai-detail-top-title {
  font-size: 28px;
  font-weight: bold;
  text-align: center;
}

.ddai-detail-top-remark {
  font-size: 16px;
  line-height: 26px;
  margin-top: 15px;
}

.ddai-detail-top-btn {
  display: flex;
  justify-content: center;
  gap: 20px;
  margin-top: 30px;
}

.ddai-detail-scene-bg {
  background-image: url("./img/bj (1).png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  padding: 60px 0;
}

.ddai-detail-scene-view {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 60px;
}

.ddai-detail-scene-item {
  flex: 1 0 30%;
  background: #fff;
  border-radius: 8px;
  padding: 20px 25px;
  max-width: calc(33% - 9px);
}

.ddai-detail-scene-top {
  display: flex;
  align-items: center;
}

.ddai-detail-scene-top img {
  width: 48px;
  height: 48px;
}

.ddai-detail-scene-title {
  font-size: 20px;
  margin-left: 15px;
}

.ddai-detail-scene-remark {
  font-size: 16px;
  color: #999;
  margin-top: 12px;
  line-height: 26px;
}

.ddai-detail-introduce-bg {
  padding: 50px 0;
}

.ddai-detail-introduce-bg.reversal-bg {
  background-image: url("./custom/image/custom-detail-item-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.ddai-detail-introduce-item {
  display: flex;
}

.ddai-detail-introduce-left {
  width: 600px;
  padding: 0 10px;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
}

.ddai-detail-introduce-left img {
  max-width: 100%;
}

.ddai-detail-introduce-right {
  padding: 30px;
  flex: 1;
}

.ddai-detail-introduce-right-title {
  font-size: 22px;
  font-weight: bold;
}

.ddai-detail-introduce-remark {
  font-size: 16px;
  margin-top: 15px;
}
.ddai-detail-introduce-remark2 {
  font-size: 16px;
  margin-top: 20px;
  color: #666;
}

.ddai-detail-introduce-title {
  padding: 60px 0;
}

.ddai-detail-function-view {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
}

.ddai-detail-function-item {
  flex: 1 0 30%;
  max-width: calc(33% - 15px);
}

.ddai-detail-function-img {
  display: flex;
  justify-content: center;
  align-items: center;
}

.ddai-detail-function-img img {
  width: 100px;
  height: 100px;
}

.ddai-detail-function-title {
  font-size: 22px;
  margin-top: 20px;
  text-align: center;
}

.ddai-detail-function-remark {
  font-size: 16px;
  margin-top: 15px;
  text-align: center;
  padding: 0 30px;
}

.ddai-detail-function-view {
  padding: 70px 0;
}
.fast {
  display: flex;
  justify-content: center;
  color: #fff;
  margin-top: 100px;
  margin-bottom: -140px;
}
.fast a {
  color: #fff;
  margin-right: 10px;
}
.fast a:hover {
  text-decoration: underline;
}

.syh-view .top-swiper {
  background-image: url("./img/syh/Slice 863.png");
}

.syh-view .top-swiper .swiper-box {
  margin-top: 350px;
}

.syh-view .top-swiper .swiper-box button {
  background: #045afe;
  box-shadow: none;
  color: #fff;
}

.syh-aq-view {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}

.syh-aq-item {
  width: calc(50% - 10px);
  background: #f2f5ff;
  border-radius: 14px 14px 14px 14px;
  padding: 0 40px 40px 40px;
}

.syh-aq-item-img {
  display: flex;
  justify-content: center;
}

.syh-aq-item-title {
  font-weight: 500;
  font-size: 32px;
  color: #333333;
  margin-top: 20px;
  text-align: center;
}

.syh-aq-item-remark {
  font-weight: 400;
  font-size: 20px;
  color: #555a66;
  margin-top: 20px;
  text-align: center;
}

.syh-aq-btn {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 20px;
}

.syh-cp-bg {
  background-image: url("./img/syh/Slice 864.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.syh-cp-bg .title-center {
  color: #fff;
}

.syh-cp-view {
  display: flex;
  gap: 20px;
  margin-top: 74px;
}

.syh-cp-left {
  width: 528px;
}

.syh-cp-left .syh-cp-item {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.syh-cp-right {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 20px;
}

.syh-cp-item {
  background: #ffffff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);
  border-radius: 14px 14px 14px 14px;
  padding: 20px;
  box-sizing: border-box;
}

.syh-cp-right .syh-cp-item {
  width: calc(50% - 10px);
}

.syh-cp-item-title {
  font-weight: 500;
  font-size: 32px;
  color: #333333;
  margin-top: 36px;
  text-align: center;
}

.syh-cp-item-remark {
  font-weight: 400;
  font-size: 16px;
  color: #555a66;
  margin-top: 12px;
  text-align: center;
}

.syh-cp-item-img {
  display: flex;
  justify-content: center;
}

.syh-dz-view {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}

.syh-dz-item {
  flex: 1;
  padding: 60px 40px 0 40px;
  box-sizing: border-box;
  height: 470px;
}

.syh-dz-item-tag {
  font-weight: 500;
  font-size: 28px;
  color: #427cfa;
}

.syh-dz-item-remark {
  font-weight: 500;
  font-size: 32px;
  color: #323232;
  margin-top: 40px;
}

.syh-dz-item:nth-child(1) {
  background-image: url("./img/syh/Slice 870.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.syh-dz-item:nth-child(2) {
  background-image: url("./img/syh/Slice 871.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.syh-xl-tabs {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}

.syh-xl-tabs-item {
  flex: 1;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  background: #f8f8f8;
  text-align: center;
  padding: 8px 0;
  cursor: pointer;
}

.syh-xl-tabs-item.active {
  background: #045afe;
  color: #fff;
}

.syh-xl-tabs-content {
  margin-top: 60px;
}

.syh-xl-tabs-view {
  background: #eef4ff;
  border-radius: 16px 16px 16px 16px;
  padding: 40px;
  display: none;
}

.syh-xl-tabs-view.show {
  display: flex;
}

.syh-xl-tabs-right {
  padding-left: 96px;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.syh-xl-tabs-title {
  font-weight: 500;
  font-size: 36px;
  color: #333333;
  position: relative;
}

.syh-xl-tabs-title:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #045afe;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.syh-xl-tabs-remark {
  font-weight: 400;
  font-size: 20px;
  color: #555a66;
  margin-top: 15px;
}

.syh-xl-btn {
  display: flex;
  gap: 20px;
  margin-top: 60px;
  justify-content: center;
}

.syh-gx-tabs {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.syh-gx-tabs-item {
  width: 120px;
  background: #f2f2f2;
  text-align: center;
  padding: 8px 0;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}

.syh-gx-tabs-item.active {
  background: #045afe;
  color: #fff;
}

.syh-gx-content {
  margin-top: 60px;
}

.syh-gx-content {
  background-image: url("./img/syh/Slice 888.png");
  background-size: cover;
  background-repeat: no-repeat;
}

.syh-gx-view {
  display: none;
  gap: 24px;
  padding: 80px 0;
}

.syh-gx-view.show {
  display: flex;
}

.syh-gx-view-item {
  background: #ffffff;
  border-radius: 14px 14px 14px 14px;
  flex: 1;
  padding: 76px 20px 80px 20px;
  display: flex;
}

.syh-gx-view-item-right {
  flex: 1;
}

.syh-gx-view-item-title {
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  margin-top: 10px;
}

.syh-gx-view-item-remark {
  font-weight: 400;
  font-size: 20px;
  color: #555a66;
  margin-top: 6px;
}

.syh-xq-tabs {
  margin-top: 40px;
  display: flex;
  gap: 20px;
  justify-content: center;
}

.syh-xq-tabs-item {
  width: 120px;
  background: #f2f2f2;
  text-align: center;
  padding: 8px 0;
  font-weight: 400;
  font-size: 20px;
  color: #333333;
  cursor: pointer;
}

.syh-xq-tabs-item.active {
  background: #045afe;
  color: #fff;
}

.syh-xq-view-left {
  display: flex;
  flex-direction: column;
  gap: 60px;
  flex: 1;
  justify-content: center;
}

.syh-xq-view {
  display: none;
  background: #eef4ff;
  border-radius: 16px 16px 16px 16px;
  margin-top: 49px;
  padding: 40px 80px;
}

.syh-xq-view.show {
  display: flex;
}

.syh-xq-view-title {
  font-weight: 500;
  font-size: 32px;
  color: #000000;
  position: relative;
}

.syh-xq-view-remark {
  font-weight: 400;
  font-size: 20px;
  color: #7f7f7f;
  margin-top: 20px;
}

.syh-xq-view-title:before {
  content: "";
  width: 14px;
  height: 14px;
  background: #045afe;
  position: absolute;
  left: -25px;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
}

.syh-ty-bg {
  background-image: url("./img/syh/Slice 887.png");
  background-size: cover;
  background-repeat: no-repeat;
  padding: 79px 0;
}

.syh-ty-remark {
  text-align: center;
  font-weight: 500;
  font-size: 28px;
  color: #ffffff;
}

.syh-ty-btn {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}
.fixed-right-view.show {
  display: none!important;
}


.fix-service {
  position: fixed;
  right: 20px;
  top: 28%;
  transform: translateY(-50%);
  z-index: 999;
}
.fix-service .icon {
  display: block;
  width: 104px;
}
.fix-service .list {
  display: flex;
  flex-direction: column;
  row-gap: 6px;
  background-color: #007EFF;
  border-radius: 0 0 8px 8px;
  padding: 10px 8px 10px 8px;
  font-size: 11px;
  color: white;
}
.fix-service .item {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  column-gap: 4px;
}
.fix-service .item img {
  display: block;
}
.fix-service .phone {
  padding: 6px 0;
  font-size: 14px;
  font-weight: 600;
}
.fix-service .button {
  background-color: white;
  color: #007EFF;
  padding: 4px 0;
  text-align: center;
  font-size: 14px;
  width: 100%;
  cursor: pointer;
  border-radius: 4px;
}