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

.top-logo {
  width: 270px;
  cursor: pointer;
}

.top-banner {
  background: #fff;
  position: sticky;
  top: 0;
  z-index: 999;
  --tw-shadow: 0 1px 2px 0 rgb(0 0 0 / 0.05);
  --tw-shadow-colored: 0 1px 2px 0 var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

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

.top-tab-item {
  height: 100%;
  border-radius: 6px 6px 6px 6px;
  padding: 4px 8px 4px 8px;;
  line-height: 36px;
  text-align: center;
  color: #333;
  font-size: 15px;
  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: 20px;
}

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

.top-swiper {
  position: relative;
  width: 100%;
  max-width: 100vw;
  height: 600px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-left: auto;
  margin-right: auto;
}
.swiper-slide {
  font-size: 18px;
  color: #000;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: center;
  background-size: cover;
}
.swiper-slide .inner{
  margin: 0 auto;
  padding-top: 100px;
}

.swiper-slide .title {
  font-size: 50px;
  padding: 30px 0 20px;
  font-weight: 600;
  line-height: 1.2;
}

.swiper-slide .subtitle {
  font-size: 30px;
  padding: 10px 0;
  line-height: 1.2;
}

.swiper-slide .text {
  font-size: 20px;
  color: #565b67;
  max-width: 550px;
  line-height: 1.6;
  padding: 10px 0;
}

.top-swiper-view {
  display: flex;
  gap: 24px;
  margin-top: 60px;
}

.swiper-pagination {
  position: absolute;
  bottom: 30px !important;
  z-index: 9999;
}

.swiper-btn1 {
  font-weight: 500;
  font-size: 16px;
  color: #045AFE;
  line-height: 22px;
  padding: 8px 35px;
  box-sizing: border-box;
  border-radius: 4px 4px 4px 4px;
  border: 1px solid #045AFE;
}

.swiper-btn2 {
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 22px;
  padding: 8px 35px;
  box-sizing: border-box;
  background: #045AFE;
  border-radius: 4px 4px 4px 4px;
}

.hot-r:before {
  content: '';
  position: absolute;
  top: -19px;
  right: -9px;
  width: 50px;
  height: 24px;
  background-image: url(/images/hot.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

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

.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("../images/slice 344.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.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("../images/slice 343.png");
}

.price-item-2 .price-top {
  background-image: url("../images/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("../images/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("../images/7bb7d0e05ab34dc4bfe8bd6ed54aca2d.gif).png");
}

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

.laptop-bg{
  background-image: url(/images/apps-support.svg);
  background-position: 0 0;
  width: 950px;
  height: 30px;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 30px;
}
.home-set-price-view {
  padding-top: 40px;
  display: flex;
  gap: 20px;
}

.home-set-price-item {
  background: #FFFFFF;
  border-radius: 16px 16px 16px 16px;
  border: 1px solid #E6E6E6;
  flex: 1;
  overflow: hidden;
  transition: all .5s ease-out;
}

.home-set-price-item-top {
  height: 180px;
  padding: 15px 0;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  background: linear-gradient(133deg, #E9E3FF 0%, #B8A4FF 100%);
}

.home-set-price-item-hot {
  position: absolute;
  right: 0;
  top: 0;
}

.home-set-price-item-title {
  font-weight: 600;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  text-align: center;
}
.home-set-price-item-subtitle {
  font-weight: 400;
  font-size: 18px;
  color: rgba(13, 13, 13, .66);
  line-height: 32px;
  text-align: center;
}

.home-set-price-item-center {
  height: 300px;
  padding: 30px 90px 0 90px;
  box-sizing: border-box;
}

.home-set-price-item-cell {
  margin-bottom: 12px;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}

.home-set-price-item-cell img {
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
}

.home-set-price-item-btn {
  display: flex;
  padding: 0 20px 30px 20px;
}

.home-set-price-item-btn button {
  flex: 1;
}

.home-set-price-item-top-img {
  display: block;
}

.home-set-price-item-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: none;
}

.home-set-price-item:hover .home-set-price-item-top-img {
  display: block;
  transition: all 0.6s ease-out;
}

.home-set-price-item:hover .home-set-price-item-bg {
  display: block;
  transition: all 0.6s ease-out;
}

.home-set-price-item:hover {
  transform: scale(1.03);
  box-shadow: 0 0 12px #ddd;
}
.text-center {
  text-align: center;
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.font-semibold {
  font-weight: 600;
}
.text-4xl {
  font-size: 48px;
  line-height: 48px;
}
.size-6 {
  width: 1.5rem;
  height: 1.5rem;
}
.ml-1 {
  margin-left: .25rem;
}
.m-0 {
  margin: 0;
}
.mb-1 {
  margin-bottom: 10px;
}
.mb-3 {
  margin-bottom: 30px;
}
.mt-10 {
  margin-top: 2.5rem;
}

.text-link {
  --tw-text-opacity: 1;
  color: rgb(30 95 199 / var(--tw-text-opacity));
}

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

.register-box {
  background: #f1f4ff;
}

.register-view {
}

.register-item {
  display: flex;
  position: relative;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #cdcdcd;
  padding: 53px 0;
}
.register-item .left {
  display: flex;
  align-items: center;
}
.register-item .icon img {
  width: 60px;
}
.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;
  margin-left: 60px;
}

.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: url(/images/scenebg.png) 50% no-repeat;
  background-size: cover;
}

.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 {
  border: 1px solid rgba(0, 0, 0, .12);
  background: #fff;
  border-radius: 12px 12px 12px 12px;
  padding: 30px 0 0 0;
  box-sizing: border-box;
  width: 305px;
  height: 150px;
  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: 60px;
  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: 600;
  font-size: 24px;
  color: #000000;
  line-height: 28px;
  margin-top: 12px;
  margin-left: 10px;
}

.scene-content-2-remark {
  font-weight: 400;
  font-size: 16px;
  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-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: 545px;
}

.custom-item-1 .custom-top {
  background-image: url("../images/ai-hub-bg.png");
}

.custom-item-2 .custom-top {
  background-image: url("../images/ai-docs-bg.png");
}

.custom-item-3 .custom-top {
  background-image: url("../images/copilot-pro-bg.png");
}

.custom-title {
  font-weight: 500;
  font-size: 26px;
  color: #000000;
  line-height: 28px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 10px;
}

.text-ai {
  text-align: center;
  --tw-text-opacity: 1;
  color: rgb(104 42 239 / var(--tw-text-opacity));
  font-size: 20px;
  font-weight: 600;
  line-height: 28px;
}

.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("../images/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("../images/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("../images/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: 16px 16px 16px 16px;
  border: 1px solid #045afe;
  padding: 60px;
  position: relative;
  height: 300px;
}
.num-icon {
  position: absolute;
  right: 0;
  top: -70px;
}
.num-icon img {
  width: 636px;
}
.num-box .title {
  font-weight: 600;
  font-size: 36px;
  color: #000000;
  line-height: 28px;
}
.num-box .sub-title {
  font-weight: 400;
  font-size: 16px;
  color: #818181;
  line-height: 26px;
  margin-top: 20px;
  width: 451px;
}
.num-box .num-cell {
  display: flex;
  align-items: center;
  width: 451px;
  margin-top: 26px;
  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: auto;
  height: 40px;
  box-sizing: border-box;
  font-size: 14px;
}

.industry-bg{
  background-image: url(/images/industry-bg.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.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: 600px;
  background: #ebf1ff;
  border-radius: 40px 40px 40px 40px;
  padding-left: 80px;
  box-sizing: border-box;
  padding-top: 130px;
  position: relative;
}

.industry-content-right {
  width: 703px;
  height: 480px;
  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: 600;
  font-size: 42px;
  color: #000000;
  line-height: 60px;
  position: relative;
  white-space: pre-wrap;
}

.industry-content-cell {
  margin-top: 30px;
  display: flex;
  flex-wrap: wrap;
  width: 300px;
  gap: 8px 0;
  font-size: 18px;
  text-align: justify;
  color: rgba(13, 13, 13, .66);
}

.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("../images/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("../images/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("../images/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-bg{
  background-color: #1075F7;
  background-repeat: no-repeat;
  background-size: cover;
}
.footer-info {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 141px;
  font-weight: 400;
  font-size: 16px;
  gap: 5px;
}

.register-bg {
  background-image: url("../images/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("../images/group 427324103.png");
  background-size: cover;
  background-repeat: no-repeat;
  width: 105px;
  height: 38px;
}

.product-dialog-center {
  box-sizing: border-box;
  padding: 20px 0 20px 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("../images/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("../images/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("../images/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;
}

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

.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("../images/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("../images/about-bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 570px;
}

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

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

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

.about-company-remark {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 30px;
  text-align: justify;
}

.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("../images/office-bg.png");
}

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

.catalog-center {
  background-image: url("../images/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("../images/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 60px;
}

.version-bg {
  background-image: url("../images/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: #fff;
  margin-right: 10px;
}

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

.digitization-bg {
  padding: 120px 0;
  background-image: url("../images/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("../images/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("../images/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("../images/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("../images/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("../images/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("../images/cc4b60c33ab84384b48cd7bb089846eb.gif).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("../images/slice 551.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.qy-email-swiper-bg {
  width: 100%;
  height: 570px;
  background-image: url("../images/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("../images/slice 280.png");
}

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

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

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

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

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

.qy-email-count-bg {
  background-image: url("../images/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("../images/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("../images/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("../images/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("../images/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("../images/swiper-11.png");
}

.external-contact-view .w-pan-swiper-bg {
  background-image: url("../images/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("../images/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("../images/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("../images/slice 2820.png");
  background-repeat: no-repeat;
  background-size: cover;
}

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

.data-ensure-use-item-bg-3 {
  background-image: url("../images/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("../images/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("../images/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("../images/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("../images/cc4b60c33ab84384b48cd7bb089846eb.gif).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("../images/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;
}
.fast .app{
  margin-right: 40px
}

.syh-view .top-swiper {
  background-image: url("../images/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("../images/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("../images/slice 870.png");
  background-repeat: no-repeat;
  background-size: cover;
}

.syh-dz-item:nth-child(2) {
  background-image: url("../images/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("../images/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("../images/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;
}


.tablet\:h-\[320px\] {
  height: 320px;
}
.tablet\:flex {
  display: flex;
}
.bg-center {
  background-position: center;
}
.bg-cover {
  background-size: cover;
}
.justify-center {
  justify-content: center;
}
.items-center {
  align-items: center;
}
.flex-col {
  flex-direction: column;
}
.h-\[97px\] {
  height: 97px;
}
.mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.w-full {
  width: 100%;
}
.h-full {
  height: 100%;
}
.space-y-8>:not([hidden])~:not([hidden]) {
  --tw-space-y-reverse: 0;
  margin-top: calc(2rem* calc(1 - var(--tw-space-y-reverse)));
  margin-bottom: calc(2rem* var(--tw-space-y-reverse));
}
.flex {
  display: flex;
}
.tablet\:px-16 {
  padding-left: 4rem;
  padding-right: 4rem;
}
.tablet\:py-\[17px\] {
  padding-top: 17px;
  padding-bottom: 17px;
}
.leading-\[22px\] {
  line-height: 22px;
}
.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem;
}
.py-\[9px\] {
  padding-top: 9px;
  padding-bottom: 9px;
}
.tw-btn-default {
  box-sizing: border-box;
  display: block;
  border-radius: 6px;
  border-width: 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, .12);
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(48 48 48 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: 150ms;
}
.tw-btn-default:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(31 105 224 / var(--tw-bg-opacity));
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.tw-btn-primary {
  box-sizing: border-box;
  display: block;
  border-radius: .25rem;
  border-width: 1px;
  border-style: solid;
  --tw-border-opacity: 1;
  border-color: rgb(31 105 224 / var(--tw-border-opacity));
  --tw-bg-opacity: 1;
  background-color: rgb(31 105 224 / var(--tw-bg-opacity));
  padding-top: 17px;
  padding-bottom: 17px;
  text-align: center;
  font-size: 18px;
  line-height: 1.5rem;
  font-weight: 500;
  line-height: 1.6;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
  transition-property: all;
  transition-timing-function: cubic-bezier(.4, 0, .2, 1);
  transition-duration: 150ms;
}
.tw-btn-primary:hover {
  cursor: pointer;
  --tw-bg-opacity: 1;
  background-color: rgb(69 139 250 / var(--tw-bg-opacity));
}
.space-x-4>:not([hidden])~:not([hidden]) {
  --tw-space-x-reverse: 0;
  margin-right: calc(1rem* var(--tw-space-x-reverse));
  margin-left: calc(1rem* calc(1 - var(--tw-space-x-reverse)));
}

.column_6{
  width: 100%;
  padding-bottom:120px;
  background: #eef5ff;
  margin: 0 auto;
}

.column_6 .column_6-main .main-content {
  width: 1200px;
  margin: 0 auto;
}

.column_6 .column_6-main .main-content img {
  width: 100%;
}

.column_6 .column_6-main .upload {
  margin-top: 120px;
  padding: 32px 40px;
  background: #f8f9fb;
  text-align: left;
}

.column_6 .column_6-main .upload .title {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.column_6 .upload .title h6 {
  font-size: 20px;
  font-weight: 600;
  color: #000000;
  line-height: 28px;
}

.column_6 .upload .msg {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  margin-bottom: 20px;
}

.column_6 .upload .msg p.bq {
  font-size: 16px;
  margin-bottom: 0;
  font-weight: 500;
  color: #000000;
  font-weight: 500;
  margin-right: 10px;
}

.column_6 .upload .msg span {
  font-size: 14px;
  color: #999999;
}

.column_6 .upload .fnt {
  font-size: 14px;
  text-align: left;
  color: #000000;
  line-height: 20px;
  margin-bottom: 20px;
}

.column_6 .upload .detail-page {
  margin-bottom: 30px;
}

.column_6 .upload .detail-page > p {
  font-size: 14px;
  text-align: left;
  font-weight: 400;
  color: #555555;
  line-height: 20px;
}

.column_6 .upload .detail-page ul {
  margin-bottom: 0;
}

.column_6 .upload .detail-page ul li {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
}

.column_6 .upload .detail-page ul li .disc {
  display: inline-block;
  width: 5px;
  height: 5px;
  margin-right: 10px;
  border-radius: 100%;
  background: #cbddff;
  margin-top: 8px;
}

.column_6 .upload .detail-page ul li > p {
  width: calc(100% - 15px);
  margin-bottom: 0;
  text-align: left;
  font-weight: 400;
  color: #555555;
  line-height: 24px;
  font-size: 14px;
}

.column_6 .upload .skip {
  color: #999999;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
}

.column_6 .btns {
  margin-top: 80px;
  padding-top: 80px;
  padding-bottom: 120px;
  border-top: 1px solid #dbdbdb;
}
.column_6 .btns a:hover {
  background: #557FE3;
  color: #ffffff;
}
.column_6 .btns a {
  display: inline-block;
  width: 260px;
  height: 60px;
  font-size: 20px;
  line-height: 60px;
  background: #1869ff;
  border-radius: 4px;
  text-decoration: none;
  font-weight: 400;
  color: #ffffff;
}
/*照片墙滚动*/
@-webkit-keyframes scrollToRight-data-v-6a32e916 {
  from {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
  }
  to {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
  }
  }
  @keyframes scrollToRight-data-v-6a32e916 {
  from {
      -webkit-transform: translate3d(-50%, 0, 0);
              transform: translate3d(-50%, 0, 0);
  }
  to {
      -webkit-transform: translate3d(0%, 0, 0);
              transform: translate3d(0%, 0, 0);
  }
  }
  @keyframes scrollToRight-data-v-6a32e916 {
  from {
      -webkit-transform: translate3d(-50%, 0, 0);
  }
  to {
      -webkit-transform: translate3d(0%, 0, 0);
  }
  }
.logo_wrap{
  position: relative;
  /* height: 644px; */
  overflow: hidden;
  margin: 0 auto;
  font-size: 0;
}
.logo_wrap .left_mask{
  position: absolute;
  z-index: 10;
  left: 0;
  width: 200px;
  height: 677px;
}
.logo_wrap .right_mask{
  position: absolute;
  z-index: 10;
  right: 0;
  width: 200px;
  height: 677px;
}
.line-odd{
  width: 7900px;
  -webkit-animation: scrollToRight-data-v-6a32e916 110s linear infinite;
  animation: scrollToRight-data-v-6a32e916 110s linear infinite;
  margin-bottom:20px;
}
.logo_wrap .line_even {
  width: 7900px;
  -webkit-animation: scrollToRight-data-v-6a32e916 110s linear infinite;
  animation: scrollToRight-data-v-6a32e916 110s linear infinite;
  margin-bottom:20px;
}
.logo_img{
  height: 70px;
  display: inline-block;
}
.temp-title {
  font-weight: 500;
  line-height: 50px;
  color: #2A2A2A;
  padding: 170px 0 40px;
  margin: 0;
  text-align: center;
  font-size: 36px;
}

.contact .subscribe-form-item{
  margin-bottom: 20px;
  line-height: normal;
}

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

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

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

 .contact-sub{padding:3% 0;}
 .contact-sub .columnName{ font-size:32px; color:#333; margin:0; padding-bottom:2%; text-align:center;}
 .contact-sub .columnName:after{ display:block; margin:0 auto; width:68px; height:1px; background-color:#bbb; margin-top:16px; content:'';}
 
 .contact-sub dl{padding-top: 0%}
 .contact-sub dd{margin-bottom:2%;position:relative;}
 .contact-sub dd:last-child{ margin-bottom:0;}
 .contact-sub .subscribe-form{ float: right; width: 45%;border-radius: 12px; padding: 40px 40px 0;background: linear-gradient(180deg, #e3eeff 0%, rgba(227, 238, 255, 0) 50%), #ffffff;}
 .contact-sub dl{ float: left; width: 45%;}
 .contact-sub .map img{ width: 100%;}
 
 .contact-sub dd figure{margin: 40px}
 .contact-sub dd ul{ padding-bottom:3%; }
 .contact-sub dd li{line-height:30px; padding:15px 0; padding-left:60px; border-bottom:1px dashed #dbdbdb; background:url(../images/map002364-icon_name.png) no-repeat center left 10px; font-size:16px; color:#333;}
 .contact-sub dd li:nth-child(1){font-size: 22px; color: #222}
 .contact-sub dd li:nth-child(2){background-image:url(../images/map002364-icon_add.png);}
 .contact-sub dd li:nth-child(3){background-image:url(../images/map002364-icon_tel.png);}
 .contact-sub dd li:nth-child(4){background-image:url(../images/map002364-icon_fax.png);}
 
 @media(max-width:800px){
 .contact-sub .subscribe-form{ float: left; width:100%;padding: 0;background:none;}
 .contact-sub dl{ float: left; width: 100%;}
 .contact-sub dd{ padding:3%;}
 .contact-sub dd li{ padding-left: 50px;background: url(../images/map002364-icon_name.png) no-repeat center left 0px;}
 .contact-sub dd li:nth-child(1){font-size: 20px;}
 .contact-sub .map{ position:relative !important;}
 .contact-sub .map img{width: 100%;display: block}
 .contact-sub dd figure{margin: 0; padding:0;}
 }
 @media(max-width:480px){
 .contact-sub dd figure{margin: 0; padding:0;}
 .contact-sub dd figure h1{ font-size:20px;}
 }

.sloution {
  background: #f8f8f8;
}
.sloution .flex {
  display: flex;
  flex-wrap: wrap;
  gap: 0 20px;
}
.sloution .tabs .tabs-container {
  margin-bottom: 12px;
  text-align: center
}

.sloution .tabs .tabs-container .tabs-item {
  display: inline-block;
  min-width: 88px;
  height: 36px;
  padding: 0 12px;
  border-radius: 4px;
  text-align: center;
  line-height: 36px;
  margin-right: 16px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 16px
}

@media screen and (max-width:863px) {
  .sloution  .tabs .tabs-container .tabs-item {
    min-width: 120px;
    border: 1px solid rgba(13, 13, 13, .06);
    background: #fff;
  }
}

.sloution .tabs .tabs-container .tabs-item-active,
.sloution .tabs .tabs-container .tabs-item:hover {
  background: #2069df;
  color: #fff;
}
.sloution-item {
  background: #ffffff;
  border: 1px solid rgba(0, 0, 0, .08);
  box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
  border-radius: 16px;
  height: auto;
  width: 32.29%;
  transition: transform .3s cubic-bezier(.46,.03,.52,.96);
  box-sizing: border-box;
  margin-bottom: 24px;
}
.sloution-item:hover {
  transform: translateY(-12px);
  cursor: pointer;
}
.sloution-item .card-link {
  display: block;
  text-decoration: none;
  color: inherit;
}
.sloution-footer {
  color: #000000;
  padding: 10px 30px 30px;
}
.sloution-footer .sloution-title {
  font-size: 22px;
  line-height: 160%;
  font-style: normal;
  font-weight: 600;
}
.sloution-footer .card-time {
  font-size: 14px;
  color: #666666;
  white-space: nowrap;
  margin-top: 15px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sloution-footer p {
  font-size: 14px;
  color: #666666;
  margin-top: 20px;
}
.sloution-item .card-item-inner {
  display: inline-block;
  border-radius: 12px;
  background: #fff;
  padding: 30px 30px 0 30px;
  overflow: hidden;
  transition: transform .3s cubic-bezier(.46,.03,.52,.96);
}
.sloution-item .card-item-inner .card-img {
  width: 100%;
  height: 240px;
  border-radius: 8px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.sloution-item .card-item-logo {
  font-size: 14px;
  white-space: nowrap;
  margin-top: 24px;
  height: 24px;
  overflow: hidden;
  text-overflow: ellipsis;
}
.sloution-item .card-item-logo img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

/*通用翻页样式*/
#page{display:inline-block;padding-top:10px;padding-bottom:10px;text-align: center;margin:0 auto; overflow:hidden;clear: both;font-size: 15px;}
#page li{background-color:#fff;border:1px solid #ccc;margin-right:6px;list-style:none;float:left;color:#333;border-radius: 4px;line-height: 20px;}
#page li a{line-height: 20px;color: #333;}
#page li.pagecount{padding:6px 12px;}
#page li.pre{background:#1075F7;border:1px solid #1075F7;color:#fff;padding:6px 12px;}
#page li.liclass{padding:6px 12px;}
#page li.uli:hover{background:#1075F7;border:1px solid #1075F7;color:#fff;cursor:pointer;display: block;}
#page li.uli a{text-decoration:none;padding:6px 12px;display: block;}
#page li.uli:hover a{color:#fff;text-decoration:none;padding:6px 12px;display: block;}


.title-center .title-title {
  font-weight: 600;
  font-size: 28px;
  color: #000000;
  line-height: 36px;
  text-align: center;
  margin-bottom: 10px;
}
.title-center .title-time {
  margin-top: 10px;
  font-weight: 400;
  font-size: 14px;
  color: #666666;
  text-align: center;
  border-bottom: 1px dashed #ccc;
  margin-bottom: 30px;
}
.news-detail-more{padding: 20px;margin-top: 35px;background: #f8f8f8;border-radius: 4px;position: relative;}
.news-detail-more p{line-height: 35px;color: #444;}
.news-detail-more p a{display: inline-block;color: #666;font-size: 16px;transition: all .3s;}
.news-detail-more p a:hover{color: #1075F7;}
.news-detail-more p{display: block;}
.news-detail-more .back{display: block;position: absolute;top: 50%;right: 20px;width: 150px;line-height: 45px;margin-top: -23px;text-align: center;background: #1075F7;border-radius: 5px; color:#fff;}




.solve .solve-box .solve-list {
  display: flex;
  grid-gap: 20px;
}
.solve .solve-box .solve-item {
  background: #ffffff;
  border: 1px solid #E6E6E6;
  border-radius: 14px;
  flex: 1;
  padding: 26px 24px 0;
  text-align: center;
}
.solve .solve-box .solve-item .title {
  font-weight: 600;
  font-size: 26px;
  line-height: 45px;
  margin: 16px 0 20px;
}
.solve .solve-box .solve-item .tips {
  padding: 0 20px;
  font-size: 16px;
  color: #565b67;
  line-height: 28px;
}
.solve .solve-box .solve-item img {
  width: 100px;
  height: 100px;
}
.solve .solve-box .solve-item .home-set-safe-item-cell {
  margin: 30px 0 30px;
  font-weight: 400;
  font-size: 16px;
  color: #333333;
}
.solve .solve-box .solve-item .home-set-safe-item-cell img {
  margin-right: 7px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 20px;
  height: 20px;
}
.safe-guard-laptop-bg {
  background-image: url(/images/safe-guard.laptop.png);
  background-position: 0 0;
  width: 1280px;
  height: auto;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 0 auto;
  margin-top: 30px;
}


.modal-mask {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999999;
  white-space: nowrap;
  overflow: hidden;
}

.modal-container {
  border-radius: 8px;
  padding: 40px 20px;
  width: 500px;
 background: linear-gradient(
    to bottom, 
    #c3daf3 0%, 
    #fff 30%,  
    #fff 100%
  );
  text-align: center;
  position: relative; 
  overflow: hidden;
}

.modal-content {
  margin: 15px 0;
  line-height: 1.5;
  color: #333;
  white-space: nowrap;
}
.modal-content img {
  width:80px;
}
.modal-content h3 {
 font-size: 24px;
 font-weight: bold;
 color: #0056b3;
}
.modal-content p {
margin: 10px 0;
white-space: normal;
}

.confirm-btn {
  background: #007bff;
  color: white;
  border: none;
  padding: 12px 20px;
  border-radius: 235px;
  cursor: pointer;
  transition: background 0.3s;
  font-size: 16px;
  margin-top: 20px;
  width: 300px;
}

.confirm-btn:hover {
  background: #0056b3;
}
    
@media (max-width: 600px) {
  .modal-container {
      border-radius: 8px;
      padding: 15px;
      width: 85%;
  }
  
  .modal-content {
      font-size: 18px;
      margin: 12px 0;
  }
  .modal-content h3{
      font-size: 18px;
  }
  .modal-content p{
      font-size: 14px;
  }
  
  .confirm-btn {
      padding: 8px 20px;
      font-size: 14px;
      min-width: 140px;
      max-width: 150px;
  }
}