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

.top-logo {
  width: 250px;
}

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

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

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

.top-right img {
  width: 24px;
  height: 24px;
  margin-left: 15px;
}

.top-right a {
  margin-left: 12px;
  font-size: 16px;
  color: #045AFE;
}

.top-right .down {
  display: none;
}

.product-dialog-mobile {
  display: none;
}

.top-swiper {
  width: 100%;
  height: 570px;
  background-image: url('./img/Slice 764.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;

}

.top-swiper-view {
  display: flex;
  gap: 80px;
  margin-top: 270px;
}

.top-swiper-view button {
  width: 176px;
  height: 56px;
  box-sizing: border-box;
}

.top-yh-view {
  display: flex;
  background: linear-gradient(5deg, #FFFFFF 47%, #FFF4EE 100%);
  box-shadow: 0px 4px 24px 0px rgba(35, 51, 92, 0.16);
  border-radius: 12px 12px 12px 12px;
  padding: 20px 0;
}

.top-yh-item {
  flex: 1;
  position: relative;
}

.top-yh-item:before {
  content: '';
  position: absolute;
  top: 38%;
  right: 0;
  border-right: 1px solid #ECEDFC;
  height: 54%;
}

.top-yh-item:last-child:before {
  border: none;
}

.top-yh-item-img {
  display: flex;
  justify-content: center;
}

.top-yh-item-text {
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  margin-top: 12px;
}

.top-yh-item-text span {
  font-size: 18px;
  color: #FF5900;
  padding: 0 5px;
}

.top-yh-bg {
  padding: 15px 0;
  transform: translateY(-50%);
}

.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;
}

.txy-zk-bg {
  background: #fff;
  padding-top: 50px;
}

.txy-zk-view {
  display: flex;
  gap: 20px;
  margin-top: 80px;
}

.txy-zk-item {
  height: 514px;
  background: rgba(255, 255, 255, 0.32);
  box-shadow: 0px 12px 24px 0px rgba(99, 147, 243, 0.38);
  border-radius: 14px 14px 14px 14px;
  border: 4px solid #FFFFFF;
  box-sizing: border-box;
  padding: 44px 24px;
  flex: 1;
}

.txy-zk-item-name {
  font-weight: 500;
  font-size: 40px;
  color: #000000;
  line-height: 47px;
}

.txy-zk-item-tag {
  background: #FFEEE5;
  border-radius: 4px 4px 4px 4px;
  margin-top: 24px;
  padding: 6px 14px;
  width: max-content;
  color: #FF5800;
  font-size: 20px;
  margin-bottom: 27px;
}

.txy-zk-item-cell {
  padding: 13px 0;
  display: flex;
  align-items: center;
}

.txy-zk-item-label {
  font-size: 24px;
  color: #666666;
}

.txy-zk-item-val {
  font-size: 26px;
  color: #333333;
  margin-left: 56px;
}

.txy-zk-item-btn {
  display: flex;
  gap: 14px;
  margin-top: 47px;
}

.txy-zk-item-btn button {
  flex: 1;
  height: 56px;
}

.txy-cj-bg {

}

.txy-cj-tabs {
  display: flex;
  gap: 12px;
  background: #F7F7F7;
  border-radius: 13px 13px 13px 13px;
  padding: 12px 20px;
  margin-top: 60px;
}

.txy-cj-tabs-item {
  padding: 8px 0;
  flex: 1;
  text-align: center;
  transition: all .3s ease-in-out;
  cursor: pointer;
}

.txy-cj-tabs-item.active {
  background: #427CFA;
  color: #fff;
}

.txy-cj-tabs-content {
  margin-top: 60px;
  background: #427CFA;
}

.txy-cj-tabs-view {
  display: none;
  padding: 80px 0;
}

.txy-cj-tabs-view.show {
  display: flex;
}

.txy-cj-tabs-content-left {
  width: 602px;
}

.txy-cj-tabs-content-left img {
  width: 100%;
}

.txy-cj-tabs-content-right {
  flex: 1;
  padding: 28px 0 0 82px;
}

.txy-cj-tabs-title {
  font-weight: 500;
  font-size: 50px;
  color: #FFFFFF;
}

.txy-cj-tabs-remark {
  margin-top: 12px;
  font-weight: 400;
  font-size: 26px;
  color: #FFFFFF;
  line-height: 34px;
}

.txy-cj-tabs-button {
  margin-top: 62px;
}

.txy-cj-tabs-button button {
  width: 176px;
}

.txy-cj-tabs-footer {
  margin-top: 30px;
  display: flex;
  gap: 12px;
}

.txy-cj-tabs-footer-item {
  width: 155px;
  height: 52px;
  border-radius: 0px 0px 0px 0px;
  border: 1px solid #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  color: #fff;
}


.txy-tx-bg {
  background: #F1F4F8;
}

.txy-tx-view {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.txy-tx-item {
  width: 413px;
  height: 333px;
  background: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
  padding: 40px 23px;
  box-sizing: border-box;
  transition: all .3s ease-in-out;
}

.txy-tx-item-title {
  display: flex;
  align-items: center;
}

.txy-tx-item-title img {
  width: 30px;
}

.txy-tx-item-title span {
  font-weight: 500;
  font-size: 32px;
  color: #427CFA;
  margin-left: 16px;
}

.txy-tx-item-remark {
  font-weight: 400;
  font-size: 20px;
  color: #565B67;
  line-height: 32px;
  margin-top: 20px;
}

.txy-tx-item:hover {
  background-image: url("./img/Slice 766.png");
  background-repeat: no-repeat;
  background-size: cover;
  box-shadow: 0px 12px 24px 0px rgba(99, 147, 243, 0.38);
}

.txy-ys-bg {
  background: #fff;
}

.txy-ys-view {
  display: flex;
  flex-wrap: wrap;
  gap: 40px 25px;
  margin-top: 80px;
}

.txy-ys-item {

}

.txy-ys-item-bg {
  width: 627px;
  height: 444px;
  box-sizing: border-box;
  padding: 62px 20px 0 20px;
  background-repeat: no-repeat;
  background-size: cover;
}

.txy-ys-item-bg:nth-child(1) {
  background-image: url("./img/Slice 788.png");
}

.txy-ys-item-bg:nth-child(2) {
  background-image: url("./img/Slice 789.png");
}

.txy-ys-item-bg:nth-child(3) {
  background-image: url("./img/Slice 790.png");
}

.txy-ys-item-bg:nth-child(4) {
  background-image: url("./img/Slice 791.png");
}

.txy-ys-item-title {
  font-weight: 500;
  font-size: 28px;
  color: #000000;
  text-align: center;
}

.txy-ys-item-remark {
  font-weight: 400;
  font-size: 18px;
  color: #333333;
  margin-top: 15px;
  text-align: center;
}

.txy-ys-item-btn {
  display: flex;
  gap: 14px;
  justify-content: center;
  margin-top: 42px;
}


.register-bg {
  background-image: url('./img/Slice 372.png');
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 180px;
}


.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: #427CFA;
  border-radius: 8px 8px 8px 8px;
  font-weight: 400;
  font-size: 24px;
  color: #ffffff;
  line-height: 84px;
  text-align: center;
}

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

.cloud-cj-tabs {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cloud-cj-tabs-item {
  flex: 1;
  text-align: center;
  background: #F6F6F6;
  font-size: 20px;
  color: #343434;
  padding: 8px 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.cloud-cj-tabs-item.active, .cloud-cj-tabs-item:hover {
  background: linear-gradient(90deg, #427CFA 0%, #9B72FF 100%);
  color: #fff;
}

.cloud-cj-content {
  margin-top: 40px;
  background-image: url("./img/Slice 795.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
}

.cloud-cj-tabs-content-right {
  width: 604px;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  padding: 12px;
}

.cloud-cj-tabs-content-right img {
  width: 100%;
}

.cloud-cj-tabs-content-title {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 32px;
  color: #FFFFFF;
}

.cloud-cj-tabs-content-remark {
  margin-top: 12px;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 28px;
  margin-bottom: 12px;
}

.cloud-cj-tabs-content {
  display: none;
  align-items: center;
  transition: all .3s ease-in-out;
}

.cloud-cj-tabs-content.show {
  display: flex;
}

.cloud-cj-tabs-content-left {
  flex: 1;
  margin-right: 40px;
}

.cloud-cj-tabs-content-cell {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 12px 0 20px 0;
}

.cloud-cj-tabs-content-cell-item {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 16px;
  color: #FFFFFF;
}

.cloud-cj-tabs-content-cell-item span {
  flex: 1;
}

.cloud-cj-tabs-content-gl {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 20px;
}

.cloud-cj-tabs-content-gl-item {
  width: 128px;
  background: #FFFFFF;
  border-radius: 4px 4px 4px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 4px 0;
  color: #4285FA;
  font-size: 16px;
}

.cloud-cj-tabs-content-gl-item img {
  width: 30px;
  height: 30px;
  margin-bottom: 4px;
}

.cloud-cj-tabs-content-gl-item > div {
  text-align: center;
}

.cloud-tj-bg {
  background: #F5F2FF;
}

.cloud-tj-view {
  margin-top: 60px;
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  padding: 20px 0;
}

.cloud-tj-item {
  width: 285px;
  background: #FFFFFF;
  box-shadow: 0px 6px 12px 0px rgba(99, 147, 243, 0.38);
  border-radius: 14px 14px 14px 14px;
  box-sizing: border-box;
  padding: 40px 20px;
}

.cloud-tj-item-title {
  font-size: 28px;
  color: #000000;
  margin-bottom: 17px;
}

.cloud-tj-item-cell {
  display: flex;
  align-items: center;
  padding: 13px 0;
  font-weight: 400;
  font-size: 24px;
}

.cloud-tj-item-label {
  color: #666666;
  width: 104px;
}

.cloud-tj-item-remark {
  background: #FFEEE5;
  border-radius: 4px 4px 4px 4px;
  font-weight: 400;
  font-size: 12px;
  color: #FF5800;
  padding: 6px 13px 6px 20px;
  margin-top: 30px;
  position: relative;
}
.cloud-tj-item-remark:before {
  content: '';
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #ff5800;
  position: absolute;
  left: 8px;
  top: 12px;
}

.cloud-tj-item-btn {
  display: flex;
  gap: 20px;
  margin-top: 64px;
}

.cloud-tj-item-btn button {
  flex: 1;
}



/* 产品优势 */
.cloud-cp-tabs {
  margin-top: 60px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.cloud-cp-tabs-item {
  flex: 1;
  text-align: center;
  background: #F6F6F6;
  font-size: 20px;
  color: #343434;
  padding: 8px 0;
  cursor: pointer;
  transition: all .3s ease-in-out;
}

.cloud-cp-tabs-item.active, .cloud-cp-tabs-item:hover {
  background: linear-gradient(90deg, #427CFA 0%, #9B72FF 100%);
  color: #fff;
}

.cloud-cp-content {
  margin-top: 40px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding: 40px 0;
  background: #F5F2FF;
  height: 566px;
}

.cloud-cp-tabs-content {
  display: none;
  align-items: center;
  transition: all .3s ease-in-out;
  justify-content: center;
  gap: 80px;
}
.cloud-cp-tabs-content img{
  width: 435px;
  max-height: 350px;
  object-fit: cover;
}
.cloud-cp-tabs-content div{
  width: 606px;
  font-weight: 400;
  font-size: 24px;
  color: #343434;
  line-height: 28px;

}

.cloud-cp-tabs-content.show {
  display: flex;
}

/* 帮助与文档 */

.cloud-bz-bg {
  background: #F5F2FF;
  padding-bottom: 120px;
}
.cloud-bz-content {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px;
  padding-top: 80px;
}
.cloud-bz-content .cloud-bz-card {
  width: 305px;
  height: 384px;
  background: #FFFFFF;
  border-radius: 14px 14px 14px 14px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
  padding: 20px;
  box-sizing: border-box;
}
.cloud-bz-content .cloud-bz-card img {
  width: 148px;
}
.cloud-bz-content .cloud-bz-card h3 {
  font-weight: 500;
  font-size: 26px;
  color: #333333;
  line-height: 30px;
}
.cloud-bz-content .cloud-bz-card p {
  font-weight: 400;
  font-size: 18px;
  color: #555A66;
  line-height: 21px;
  text-align: center;
}


/*  产品路线 */
  .cloud-lx-container {
    width: 1280px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    padding: 40px 0;
    height: 750px;
  }
  .cloud-lx-wrapper {
    position: relative;
    width: 1280px;
    height: 100%;
    overflow-x: auto;
    overflow-y: hidden;
    scrollbar-width: none;
  }
  .cloud-lx-axis {
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 65px);
    height: 2px;
    background: #1890ff;
    transform: translateY(-50%);
    z-index: 1;
    width: 3000px;
  }
  .cloud-lx-timeline {
    width: 3000px;
    display: flex;
    position: relative;
    scroll-behavior: smooth;
    padding: 0 60px;
    box-sizing: border-box;
    scrollbar-width: none;
    top: 120px;
  }
  .cloud-lx-item {
    width: 280px;
    flex: 0 0 280px;
    padding: 0 40px;
    position: relative;
    min-height: 300px;
    box-sizing: border-box;
  }
  /* 上下交错布局 */
  .cloud-lx-item:nth-child(odd) .cloud-lx-card {
    position: absolute;
    bottom: 80px;
    transform: translateY(100%);
  }
  .cloud-lx-item:nth-child(even) .cloud-lx-card {
    position: absolute;
    top: 80px;
    transform: translateY(-100%);
  }
  .cloud-lx-date {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #1890ff;
    color: white;
    padding: 6px 18px;
    border-radius: 15px;
    font-size: 12px;
    white-space: nowrap;
    z-index: 2;
  }
  .cloud-lx-date::after {
    content: attr(data-year);
    display: block;
    font-size: 10px;
    text-align: center;
    margin-top: 2px;
  }
  .cloud-lx-card {
    width: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    position: relative;
    min-height: 160px;
  }
  .cloud-lx-card p{
    max-width: 100%; /* 设置容器宽度 */
    overflow: hidden; /* 隐藏超出部分 */
    display: -webkit-box; /* 使用Webkit的弹性盒模型 */
    -webkit-line-clamp: 3; /* 限制显示的行数为3行 */
    -webkit-box-orient: vertical; /* 设置盒模型的方向为垂直 */
  }
  .cloud-lx-item:nth-child(odd) .cloud-lx-card::before {
    bottom: -26px;
  }
  .cloud-lx-item:nth-child(even) .cloud-lx-card::before {
    top: -26px;
  }
  .cloud-lx-nav {
    position: absolute;
    top: calc(50% - 65px);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    background: #fff;
    border: 2px solid #1890ff;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: center;
    user-select: none;
  }
  .cloud-lx-nav.prev {
    left: 0px;
  }
  .cloud-lx-nav.next {
    right: 0px;
  }
  .cloud-lx-nav:disabled {
    cursor: not-allowed;
  }
  h3 {
    margin: 0 0 12px;
    font-size: 16px;
    color: #333;
  }
  p {
    margin: 0;
    color: #666;
    font-size: 14px;
    line-height: 1.6;
  }
  .cloud-lx-line-time{
    display: flex;
    align-items: center;
    gap: 5px;
    margin-bottom: 8px;
    span{
        color: #97a3b7;
        font-size: 14px;
    }
    img{
        width: 60px;
    }
  }