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

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

.flex-column {
  flex-direction: column;
}

.flex-1 {
  flex: 1;
}

.w-full {
  width: 100%;
}

.h-80 {
  height: 80px;
}

.w-1460 {
  width: 1280px;
}

.w-1350 {
  width: 1350px;
}

.w-1200 {
  width: 1200px;
}

.w-1280 {
  width: 1280px;
}

.w-1080 {
  width: 1080px;
}

.m-0 {
  margin: 0;
}

.blue-btn {
  font-weight: 500;
  font-size: 16px;
  color: #ffffff;
  line-height: 22px;
  padding: 15px 18px;
  box-sizing: border-box;
  background: #045afe;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #045afe;
}

.blue-btn-white {
  font-weight: 500;
  font-size: 14px;
  color: #045afe;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #045afe;
}

.blue-btn-border {
  font-weight: 500;
  font-size: 14px;
  color: #045afe;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: #fff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #045afe;
}

.blue-btn-linear {
  font-weight: 500;
  font-size: 14px;
  color: #fff;
  line-height: 22px;
  padding: 9px 24px;
  box-sizing: border-box;
  background: linear-gradient(90deg, #1868ff 0%, #6a59ff 100%);
  box-shadow: 0px 4px 16px 0px rgba(4, 90, 254, 0.16);
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #045afe;
}
.top-right .blue-btn {
  padding: 9px 24px;
}
.ml-20 {
  margin-left: 20px;
}

.title-center {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 42px;
  text-align: center;
}

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

.pt-110 {
  padding-top: 110px;
}

.pb-120 {
  padding-bottom: 120px;
}

.px-50 {
  padding-left: 50px;
  padding-right: 50px;
}

.px-80 {
  padding-left: 80px;
  padding-right: 80px;
}

.border-radius-12 {
  border-radius: 12px;
}

.border-radius-6 {
  border-radius: 6px;
}

.pt-80 {
  padding-top: 80px;
}

.pb-60 {
  padding-bottom: 60px;
}

.hot:before {
  content: "";
  position: absolute;
  top: -12px;
  right: 8px;
  width: 21px;
  height: 25px;
  background-image: url("./img/ic_hot.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.mt-120 {
  margin-top: 120px;
}

.required {
  color: #ff0000;
}

.pb-50 {
  padding-bottom: 50px;
}

.apply-form {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9999;
  height: 100%;
  align-items: center;
  justify-content: center;
  display: none;
}

.apply-form.active {
  display: flex;
}

.apply-form form {
  position: relative;
  z-index: 9999;
  background: #ffffff;
  width: 446px;
  border-radius: 12px;
  padding: 40px 36px 20px 36px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #e3eeff 0%, rgba(227, 238, 255, 0) 50%),
    #ffffff;
}

.apply-form .title {
  font-size: 22px;
  margin-bottom: 24px;
  display: flex;
  align-items: center;
  position: relative;
}

.apply-form .title img {
  margin-left: 10px;
}

.apply-form input {
  width: 100%;
  height: 40px;
  background: #ffffff;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  padding: 0 15px;
  outline: none;
  box-sizing: border-box;
}

.layui-form-label {
  height: 30px;
  display: block;
  font-size: 16px;
}

.layui-form-label::before {
  content: "*";
  color: red;
  margin-right: 5px;
}

.layui-form-label.no-required::before {
  display: none;
}

.layui-form-item {
  margin-bottom: 20px;
}

.submit {
  width: 374px;
  height: 40px;
  background: #045afe !important;
  border-radius: 20px 20px 20px 20px !important;
  color: #fff;
  border: 1px solid #045afe !important;
  cursor: pointer;
}

.mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #00000073;
  align-items: center;
  justify-content: center;
}

.close {
  position: absolute;
  right: -50px;
  top: -50px;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

.close > div {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 1;
  background-size: 100%;
  background-image: url(data:image/png;base64,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);
}

.bg-white {
  background: #fff;
}

.mt-40 {
  margin-top: 40px;
}

.color-666 {
  color: #666;
}

.mt-60 {
  margin-top: 60px;
}

.text-white {
  color: #fff;
}
.top-logo {
  width: 270px;
}

.top-banner {
  background: linear-gradient(
    90deg,
    #c5e9fd 0%,
    #ffffff 35%,
    #ffffff 72%,
    #c2e6fa 100%
  );
  position: sticky;
  top: 0;
  z-index: 999;
}

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

.top-tab-item {
  width: 96px;
  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;
}

.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 {
  margin-left: 12px;
  font-size: 16px;
  color: #045afe;
}

.top-swiper {
  width: 100%;
  height: 570px;
  background-image: url("../image/self/private.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 50px;
  display: flex;
  justify-content: space-between;
  width: 414px;
  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 .text {
  margin-top: 7px;
}

.swiper-text-item .en {
  font-weight: 400;
  font-size: 14px;
  color: #999;
  line-height: 23px;
  margin-top: 4px;
}

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

.verison-bg {
  background: linear-gradient(180deg, #e7f0ff 0%, #ffffff 100%);
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -35px;
}

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

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

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

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

.why .flex {
  flex-wrap: wrap;
  gap: 20px;
  margin-top: 80px;
}
.why-item {
  width: calc(50% - 10px);
  background: #f3f7fe;
  border-radius: 16px 16px 16px 16px;
  text-align: center;
  padding: 30px;
}
.why-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
  margin-bottom: 12px;
}
.why-text {
  font-size: 14px;
  color: #808080;
  line-height: 24px;
}
.why-btn {
  margin-top: 60px;
  gap: 20px;
}
.pro {
  background: linear-gradient(181deg, #f1f6ff 22%, #ffffff 100%);
}

.pro .flex {
  display: flex;
  gap: 0 20px;
  flex-wrap: wrap;
}

.pro-item {
  flex: 1;
  position: relative;
  background: #f5f7ff;
  position: relative;
  height: 411px;
  border-radius: 16px 16px 16px 16px;
  cursor: pointer;
}
.pro-item:hover .pro-detail {
  opacity: 1;
  height: 100%;
}
.pro-footer {
  padding: 24px;
  font-size: 24px;
  line-height: 36px;
}

.pro-detail {
  position: absolute;
  top: 0;
  background: linear-gradient(180deg, #e1e7ff 0%, #ffffff 100%);
  border-radius: 16px 16px 16px 16px;
  height: 100%;
  height: 0;
  opacity: 0;
  padding: 20px;
}
.detail-title {
  font-weight: 500;
  font-size: 24px;
  color: #000000;
  margin-top: 20px;
  border-bottom: 1px solid #bacced;
  height: 80px;
  margin-bottom: 40px;
  transition: all 0.3s;
  line-height: 40px;
}
.detail-item {
  display: flex;
  color: #666666;
  margin-bottom: 20px;
  font-size: 14px;
}
.detail-item .check {
  flex-skrink: 0;
  margin-right: 6px;
  position: relative;
  top: 3px;
}
.sloution {
  background: #f8f8f8;
}
.sloution .flex {
  display: flex;
  gap: 0 20px;
}
.sloution-item {
  background: #ffffff;
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px 16px 16px 16px;
  height: 428px;
  width: 413px;
}
.sloution-footer {
  color: #000000;
  padding: 40px 30px;
}
.sloution-footer .sloution-title {
  font-size: 24px;
}
.sloution-footer p {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.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/service/top.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: center;
}

.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: 0 auto;
  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.png");
  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: 60%;
  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 {
  background: linear-gradient(
    90deg,
    #c5e9fd 0%,
    #ffffff 35%,
    #ffffff 72%,
    #c2e6fa 100%
  );
  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: linear-gradient(180deg, #e7f0ff 0%, #ffffff 100%);
  margin-top: -40px;
  position: relative;
}

.version-bg .title-center {
  color: #333;
  font-size: 26px;
}

.version-bg .title-remark {
  color: #fff;
}
.vs {
  position: absolute;
  background: linear-gradient(180deg, #ffd8ae 0%, #f5a148 100%);
  border: 2px solid #ffffff;
  border-radius: 50%;
  color: #6c3c03;
  top: 56%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 106px;
  height: 106px;
  text-align: center;
  line-height: 106px;
  font-size: 50px;
  font-weight: 600;
}
.version-view {
  display: flex;
  gap: 20px;
  margin-top: 100px;
  margin-bottom: 100px;
}
.version-item {
  background: #f3f7fe;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #eeeded;
  flex: 1;
  position: relative;
}
.version-item:nth-child(2) {
  background: linear-gradient(180deg, #358def 0%, #1469c9 100%);
  color: #fff;
}
.version-top {
  background: #5b687f;
  border-radius: 22px 0px 22px 0px;
  width: 226px;
  height: 44px;
  text-align: center;
  line-height: 44px;
  color: #fff;
  font-size: 24px;
  margin: -22px auto 0;
}
.version-item:nth-child(2) .version-top {
  background: linear-gradient(90deg, #fef0e1 0%, #fbb165 100%);
  color: #6c3c03;
}
.version-content {
  padding: 50px;
}
.version-content-item {
  padding: 24px 0;
  text-align: center;
  font-weight: bold;
}
.version-content-item:not(:last-child) {
  border-bottom: 1px solid #d5e1f6;
}
.version-item:nth-child(2) .version-content-item:not(:last-child) {
  border-bottom: 1px solid #0069d5;
}

.func .flex {
  flex-wrap: wrap;
  margin-top: 60px;
  gap: 20px;
  justify-content: space-between;
}
.func-item {
  width: calc(50% - 10px);
  background: #f3f7fe;
  border-radius: 16px 16px 16px 16px;
  display: flex;
  align-items: center;
  padding: 20px;
  font-size: 14px;
  color: #666666;
  justify-content: space-between;
}
.func-item p {
  margin-top: 6px;
}
.func-title {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 12px;
}
.func-item p::before {
  content: "";
  display: inline-block;
  width: 6px;
  height: 6px;
  background: #045afe;
  border-radius: 50%;
  margin-right: 6px;
  position: relative;
  top: -2px;
}
.func-text {
  flex: 1;
}
.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;
}

.ant-btn-primary {
  line-height: 1.499;
  position: relative;
  display: inline-block;
  font-weight: 400;
  white-space: nowrap;
  text-align: center;
  -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.015);
  cursor: pointer;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  height: 32px;
  padding: 0 15px;
  font-size: 14px;
  border-radius: 4px;
  color: #fff;
  background-color: #1890ff;
  border: 1px solid #1890ff;
}

.site[data-v-56976970] {
  margin-top: 60px;
}

.site[data-v-56976970] :last-child {
  margin-right: 0;
}

.site .site-item {
  margin-right: 24px;
}
.site .on {
  width: 608px;
  height: 400px;
  -webkit-transition: width 0.3s;
  transition: width 0.3s;
  border-radius: 16px;
  position: relative;
  padding: 50px 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: none;
}

.site .on > .title {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.site .on > .title > img {
  width: 36px;
  height: 36px;
}

.site .on > .title > h3 {
  height: 40px;
  font-size: 28px;
  font-family: PingFang SC;
  font-weight: 500;
  line-height: 40px;
  color: #fff;
  margin: 0;
  margin-left: 16px;
}

.site .on > p {
  width: 320px;
  line-height: 24px;
  top: 232px;
}

.site .on > .btn,
.site .on > p {
  position: absolute;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 400;
  color: #fff;
}

.site .on > .btn {
  bottom: 48px;
  left: 48px;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
}

.site .on > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site .off {
  margin-right: 24px;
  cursor: pointer;
  width: 200px;
  height: 400px;
  border-radius: 16px;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  display: block;
}

.site .off > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.site .off > .title {
  position: absolute;
  width: 100%;
  top: 266px;
}

.site .off > .title > img {
  display: block;
  width: 36px;
  height: 36px;
  text-align: center;
  margin: 0 auto 13px;
}

.site .off > .title > h3 {
  display: block;
  width: 90px;
  font-size: 16px;
  font-family: PingFang SC;
  font-weight: 500;
  color: #fff;
  text-align: center;
  margin: 0 auto;
}
.site .site-item {
  width: 200px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site .site-active {
  width: 608px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.site .site-active .on {
  display: block;
}
.site .site-active .off {
  display: none;
}
