.top-banner-mobile {
  display: none;
}

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

@media screen and (max-width: 800px) {
  body {
    min-width: auto;
  }

  .w-1080 {
    width: 100%;
  }

  .w-1280 {
    width: 100%;
  }

  .w-1200 {
    width: 100%;
  }

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

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

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

  .pb-60 {
    padding-top: 40px;
  }

  .pt-80 {
    padding-bottom: 50px;
  }

  .top-banner {
    display: none;
  }

  .product-dialog {
    display: none;
  }

  .top-logo {
    width: 165px;
    margin-left: 5px;
  }

  .top-banner-mobile {
    display: flex;
    justify-content: space-between;
    padding: 5px;
    position: sticky;
    top: 0;
    z-index: 999;
    background: linear-gradient(
      90deg,
      #c5e9fd 0%,
      #ffffff 35%,
      #ffffff 80%,
      #c2e6fa 100%
    );
    box-sizing: border-box;
  }

  .top-banner-mobile .down {
    padding: 10px;
    width: 45px;
    box-sizing: border-box;
  }

  .product-dialog-mobile {
    position: fixed;
    left: 110vw;
    top: 0;
    bottom: 0;
    right: 0;
    background: #fff;
    z-index: 2000;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease-out;
    opacity: 0.5;
    width: 100vw;
  }

  .product-dialog-mobile.show {
    opacity: 1;
    left: 0;
  }

  .product-dialog-mobile-close {
    display: flex;
    justify-content: flex-end;
    padding: 10px 12px;
    border-bottom: 1px solid #eee;
  }

  .product-dialog-mobile-close img {
    width: 25px;
    height: 25px;
  }

  .product-dialog-mobile-menu {
    flex: 1;
    overflow: auto;
  }

  .product-dialog-mobile-menu > .product-dialog-mobile-menu-item {
    padding: 4px 0;
  }

  .product-dialog-mobile-menu-item {
    border-bottom: 1px solid #eee;
  }

  .product-dialog-mobile-menu-top {
    display: flex;
    justify-content: space-between;
    padding: 10px 12px;
  }

  .product-dialog-mobile-menu-title {
  }

  .product-dialog-mobile-menu-icon {
    width: 20px;
    height: 20px;
    background-image: url("../image/down.png");
    background-size: cover;
    background-repeat: no-repeat;
  }

  .product-dialog-mobile-menu-top.show > .product-dialog-mobile-menu-icon {
    background-image: url("../image/up.png");
  }

  .product-dialog-mobile-menu-children {
    border-top: 1px solid #eee;
    padding: 8px 0;
    display: none;
  }

  .product-dialog-mobile-menu-children-item {
  }

  .product-dialog-mobile-menu-children
    .product-dialog-mobile-menu-children-item {
    padding-left: 25px;
  }

  .product-dialog-mobile-menu-top.left {
    display: flex;
    justify-content: initial;
    align-items: center;
  }

  .product-dialog-mobile-menu-top img {
    width: 22px;
    height: 22px;
    margin-right: 8px;
  }

  .product-dialog-mobile-menu-content {
    padding: 12px;
    border-radius: 6px;
    margin: 10px 20px 0 40px;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    box-sizing: border-box;
    min-height: 100px;
  }

  .product-dialog-mobile-menu-content-title {
    margin-top: 5px;
  }

  .product-dialog-mobile-menu-content-remark {
    color: rgba(23, 26, 29, 0.6);
    margin-top: 6px;
    font-size: 14px;
  }

  .top-swiper {
    background-image: url("../image/Slice 471.png");
    height: 728px;
  }

  .office-view .top-swiper {
    background-image: url("../image/Slice 476.png");
    height: 610px;
  }

  .office-view .swiper-box {
    margin-bottom: 120px;
  }

  .swiper-box {
    margin-top: 0;
    display: flex;
    padding: 0 25px;
    margin-bottom: 60px;
  }

  .swiper-box button {
    width: initial;
    flex: 1;
    height: 46px;
    box-sizing: border-box;
    line-height: 46px;
  }

  .swiper-text {
    margin: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 20px 20px 0 20px;
  }

  .swiper-text-item {
    flex: 1 0 100%;
    width: initial;
    padding: 15px 20px 20px 50px;
  }

  .apply-form form {
    width: 90vw;
  }

  .title-center {
    font-size: 30px;
    padding: 0 15px;
  }

  .price-view {
    padding-top: 50px;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .price-item {
    flex: inherit;
    width: 100%;
  }

  .price-item .text {
    font-size: 32px;
  }

  .price-item .remark {
    font-size: 20px;
  }

  .price-top {
    height: 140px;
    padding: 30px 0 0 30px;
  }

  .price-label {
    display: flex;
  }

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

  .price-label-active {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 44vw;
  }

  .register-item {
    flex: inherit;
    width: 222px;
  }

  .register-view {
    padding-left: 15px;
    padding-right: 15px;
    overflow-x: auto;
  }

  .title-remark {
    padding: 0 25px;
    font-size: 16px;
    margin-top: 10px;
  }

  .scene-box {
    padding-top: 0px;
    padding-bottom: 0;
  }

  .scene-tabs {
    overflow-x: auto;
    justify-content: initial;
    padding: 30px 20px 20px 20px;
  }

  .scene-content-1 {
    padding: 30px 15px 0 15px;
  }

  .scene-content-2 {
    padding: 30px 15px 15px 15px;
    gap: 15px;
  }

  .scene-content-1-item {
    width: auto;
    flex: 1 0 40%;
    height: 170px;
  }

  .scene-content-1-item img {
    width: 80px;
  }

  .scene-tabs-item {
    width: 112px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }

  .scene-content-2-item {
    width: auto;
    flex: 1 0 40%;
    height: 170px;
    max-width: calc(50% - 7px);
  }

  .scene-content-2-top {
    padding-left: 15px;
  }

  .scene-content-2-text {
    font-size: 20px;
  }

  .scene-content-2-remark {
    margin-top: 8px;
  }

  .scene-content-1-text {
    font-size: 20px;
  }

  .register-footer {
    padding: 10px 0 20px 0;
  }

  .register-footer img {
    width: 110px;
  }

  .register-top img {
    width: 80px;
  }

  .register-remark {
    font-size: 14px;
  }

  .custom-box {
    padding: 40px 15px 15px 15px;
    overflow-x: auto;
  }

  .custom-bg {
    padding-top: 40px;
  }

  .custom-item {
    flex: inherit;
    width: 350px;
  }

  .custom-title {
    font-size: 20px;
  }

  .custom-remark {
    font-size: 16px;
  }

  .service-tabs {
    flex-wrap: wrap;
    gap: 25px;
  }

  .service-map {
    width: 100vw;
    height: 81vw;
    margin: 20px 0 0 0;
  }

  .service-tag:nth-child(1) {
    top: 27vw !important;
    right: 28vw !important;
  }

  .service-tag:nth-child(2) {
    top: 31vw !important;
    right: 24vw !important;
  }

  .service-tag:nth-child(3) {
    top: 40vw !important;
    right: 22vw !important;
  }

  .service-tag:nth-child(4) {
    top: 45vw !important;
    right: 17vw !important;
  }

  .service-tag:nth-child(5) {
    top: 44vw !important;
    right: 33vw !important;
  }

  .service-tag:nth-child(6) {
    top: 45vw !important;
    right: 48vw !important;
  }

  .service-tag:nth-child(7) {
    top: 61vw !important;
    right: 30vw !important;
  }

  .service-tag:nth-child(8) {
    top: 59vw !important;
    right: 50vw !important;
  }

  .service-map-card {
    width: 240px;
    height: initial;
    top: -28vw;
    left: -27vw;
  }

  .service-map-card h1 {
    font-size: 18px;
  }

  .service-map-card p {
    font-size: 18px;
    margin: 0;
  }

  .service-btn {
    padding: 50px 0 20px 0;
  }

  .service-bg {
    padding-bottom: 50px;
  }

  .custom-top {
    height: 490px;
  }

  .industry-tabs {
    justify-content: initial;
    overflow-x: auto;
    gap: 25px;
    padding: 12px 15px;
  }

  .industry-content-left {
    padding-left: 20px;
    padding-top: 30px;
    width: auto;
    height: 128vw;
  }

  .industry-content-title {
    font-size: 24px;
  }

  .industry-content-cell {
    margin-top: 15px;
  }

  .industry-content-btn {
    margin-top: 20px;
  }

  .industry-content-img {
    left: 50px;
  }

  .industry-content {
    display: block;
    padding: 0 15px;
  }

  .industry-content-right {
    position: absolute;
    width: 90vw;
    height: auto;
    top: 60vw;
    left: 5vw;
    box-shadow: none;
    background: none;
  }
  .industry-content-btn .blue-btn {
    padding: 5px 10px;
    font-size: 14px;
    line-height: 20px;
  }
  .company-content {
    margin-top: 30px;
    padding: 0 15px;
  }

  .company-content-item {
    width: auto;
    flex: 1 0 40%;
    max-width: calc(50% - 10px);
    height: 70px;
  }

  .register-form {
    padding: 15px;
    gap: 20px;
    border-radius: 12px;
    margin: 50px auto;
    width: 88vw;
  }

  .register-form-item {
    display: block;
  }

  .register-form-item-content {
    padding: 0;
    margin-top: 12px;
  }

  .register-form-item-title {
    width: auto;
    font-size: 20px;
  }

  .register-form-item-content input {
    height: 42px;
    font-size: 16px;
    border-radius: 4px;
    padding-left: 12px;
  }

  .register-form-item-title .not {
    font-size: 16px;
  }

  .register-form-btn {
    margin-top: 0;
  }

  .register-form-btn button {
    width: 60vw;
    height: 40px;
    line-height: 40px;
    border-radius: 8px;
    font-size: 16px;
  }

  .footer-info {
    margin-top: 40px;
    font-weight: 400;
    font-size: 14px;
  }

  .register-bg {
    padding-bottom: 20px;
  }

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

  .top-banner-mobile-right button {
    border: none;
    background: transparent;
    padding: 5px 10px;
    color: #2a78ff;
  }

  .main .cus-banner .head-content .head-tips {
    font-size: 26px;
    padding-top: 60px;
    width: 100%;
  }

  .main .cus-banner .head-content .head-title {
    width: auto;
    font-size: 34px;
    padding-left: 15px;
  }

  .main .cus-banner .head-content .head-tag {
    width: auto;
    font-size: 15px;
    border-radius: 12px 12px 0 0;
    height: auto;
    line-height: initial;
    padding: 8px 0;
  }

  .main .cus-banner .head-content .head-btn > div {
    width: 200px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    margin: 0 auto;
  }

  .main .cus-banner .head-content {
    justify-content: center;
  }

  .main-margin {
    width: 100%;
  }

  .main .cus-banner .head-content .head-btn {
    display: flex;
    gap: 15px;
  }

  .main .cus-banner {
    height: 500px;
  }

  .main .cus-banner .head-card {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    padding: 0 12px;
    box-sizing: border-box;
    bottom: -135px;
  }

  .main .cus-banner .head-card > div {
    flex: 1 0 40%;
    margin: 0;
    border-radius: 12px;
    overflow: hidden;
    height: auto;
    padding: 16px 15px;
  }

  .main .cus-banner .head-card .imgcenter {
    object-position: right;
  }

  .main .title {
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 30px;
  }

  .main .content1 > .exploit {
    display: flex;
    justify-content: initial;
    overflow-x: auto;
    padding: 15px 15px;
    gap: 15px;
    box-sizing: border-box;
    flex-shrink: 0;
  }

  .main .content1 {
    height: auto;
    padding-top: 144px;
  }

  .main .content1 > .exploit > div {
    flex: inherit;
    margin: 0;
    width: 240px;
    height: 376px;
  }

  .main .content1 > .exploit > div > h2 {
    font-size: 26px;
    margin-bottom: 12px;
    height: 32px;
  }

  .main .content1 > .exploit > div > img {
    margin-bottom: 20px;
  }

  .main .content1 > .exploit > div > p {
    line-height: 30px;
    font-size: 16px;
  }

  .main .content1 > .exploit > div > div {
    width: 170px;
    height: 40px;
    line-height: 40px;
  }

  .main .content2 > .plan {
    display: flex;
    justify-content: space-between;
    padding: 15px 25px;
    box-sizing: border-box;
  }

  .main {
    flex-shrink: 0;
  }

  .main .content2 > .plan > .plan-item {
    margin: 0;
  }

  .main .content2 > .plan > .plan-item > img {
    width: 40px;
    height: 40px;
    margin-bottom: 7px;
  }

  .main .content2 > .plan > .plan-item.active::before {
    bottom: -10px;
  }

  .main .content2 .plan-info > div {
    padding: 30px 0 0 20px;
    width: 100%;
  }

  .main .content2 .plan-info > div .flex {
    width: 100%;
  }

  .main .content2 .plan-info > img {
    position: absolute;
    z-index: -1;
    top: 137px;
    right: 0;
    padding: 0;
    height: 250px;
    width: auto;
  }

  .main .content2 {
    height: auto;
    padding: 20px 0 30px 0;
  }

  .main .content2 .plan-info {
    position: relative;
  }

  ._fadeleftIn {
    -webkit-animation: initial;
    animation: initial;
  }

  .main .content3 .process > h1 {
    height: auto;
    font-size: 22px;
    padding: 0 15px;
  }

  .main .content3 .process {
    padding: 50px 0;
  }

  .main .content3 .process > .process-item > div {
    flex: inherit;
  }

  .main .content3 .process > .process-item {
    display: flex;
    overflow-x: auto;
    padding: 0 15px;
  }

  body * {
    flex-shrink: 0 !important;
  }

  .main .content3 .process-object > h1 {
    height: auto;
    padding: 0 15px;
    font-size: 22px;
  }

  .main .content3 .process-object .process-object-item {
    justify-content: initial;
    overflow-x: auto;
    padding: 0 15px;
  }

  .main .content4 .box {
    width: auto;
    height: auto;
    flex: 1 0 40%;
    margin: 0 !important;
    padding: 30px 0 15px 0;
  }

  .main .content4 .box .p2 {
    width: auto;
  }

  .main .content4 ._card {
    padding: 15px;
    box-sizing: border-box;
    margin: 0 15px;
    width: calc(100% - 30px);
    height: auto;
  }
  .main .content4 ._card .list > div {
    width: 100%;
  }
  .main .content4 .title {
    font-size: 24px;
    line-height: 1.5; /* Added line-height for better spacing */
  }
  .main .content4 .left {
    width: 100%;
    height: auto;
    padding-bottom: 15px;
  }
  .main .content4 h3 {
    font-size: 18px;
  }
  .main .content4 h1 {
    font-size: 20px;
  }
  ._card .btn {
    margin: 0 auto;
  }
  .p24 {
    font-size: 20px;
    padding: 0 15px;
  }

  .main .content5 > .why {
    width: 90%;
    display: flex;
    flex-wrap: wrap;
    gap: 25px 15px;
  }

  .main .content5 > .why > div {
    flex: 1 0 40%;
    width: auto;
    height: auto;
    margin: 0;
    padding: 10px 0;
  }

  .main .content5 > .why > div > div > img {
    width: 80px;
  }

  .main .content5 > .why > div > h1 {
    font-size: 20px;
    margin-top: 10px;
  }
  .main .content5 > .why > div > p {
    font-size: 14px;
    line-height: 1.5; /* Added line-height for better spacing */
  }
  .main .content5 > .why > div > div {
    height: auto;
  }

  .main .content5 {
    height: auto;
    padding: 15px 0;
  }

  .services-top-remark {
    padding: 0 15px;
    font-size: 13px;
  }

  .services-top-title {
    font-size: 40px;
  }

  .qw-yy-left {
    padding-right: 0;
  }

  .services-exclusive-box {
    justify-content: initial;
    display: flex;
    overflow-x: auto;
    padding: 50px 15px;
    gap: 20px;
  }

  .services-exclusive-item {
    width: 300px;
  }

  .services-exclusive-item-title {
    padding-left: 20px;
  }

  .services-exclusive-item-cell {
    padding-left: 20px;
  }

  .services-exclusive-item-cell .cell {
    font-size: 14px;
  }

  .qw-yy-box {
    height: auto;
    display: block;
    width: 90vw;
    padding: 30px 15px;
  }

  .qw-yy-left-title {
    font-size: 26px;
  }

  .qw-yy-left-remark {
    margin-top: 15px;
    font-size: 16px;
  }

  .qw-yy-right {
    margin-top: 15px;
  }

  .sm-tg-box {
    margin-top: 60px;
    display: flex;
    gap: 15px;
    padding: 0 15px;
  }

  .sm-tg-item {
    flex: 1 0 40%;
    font-size: 14px;
  }

  .evaluate-box {
    padding: 60px 15px 15px 15px;
    display: flex;
    overflow-x: auto;
  }

  .evaluate-item {
    flex: inherit;
    width: 300px;
    box-sizing: border-box;
  }

  .subscribe-form {
    padding: 30px 20px;
  }

  .about-banner {
    height: 450px;
  }

  .about-banner-title {
    padding: 0 15px;
    font-size: 30px;
  }

  .about-banner-remark {
    padding: 0 15px;
    font-size: 16px;
  }

  .about-company-remark {
    padding: 0 15px;
    text-indent: 2em;
  }

  .catalog-list-item {
    flex: 1 0 40%;
    max-width: calc(50% - 7px);
    padding: 15px;
    height: 160px;
  }

  .catalog-list {
    padding-left: 15px;
    padding-right: 15px;
    gap: 15px;
  }

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

  .catalog-list-item-title {
    font-size: 16px;
  }

  .catalog-list-item-remark {
    font-size: 12px;
    line-height: initial;
  }

  .office-catalog {
    margin-top: 20px;
  }

  .catalog-center {
    background-size: 180px 180px;
    background-position: right 7px top 72px;
    padding-top: 50px;
  }

  .digitization-box-bg {
    right: 0px;
    bottom: -5px;
    opacity: 0.1;
  }

  .digitization-box-bg img {
    width: 100%;
  }

  .digitization-box {
    height: auto;
    padding: 20px;
    width: 95vw;
    margin: 50px auto 0 auto;
    border-radius: 10px;
    border: 1px solid #dbe5fd;
  }

  .digitization-remark {
    width: 100%;
    font-size: 14px;
  }

  .digitization-content {
    width: 100%;
    display: flex;
    gap: 12px 0;
  }

  .digitization-title {
    font-size: 26px;
  }

  .digitization-content-item-remark {
    font-size: 12px;
  }

  .fixed-right-view-mobile {
    position: fixed;
    right: 5px;
    bottom: 20%;
    z-index: 1022;
    display: block;
  }

  .fixed-right-view-mobile img {
    width: 75px;
  }

  .fixed-right-menu-text {
    font-size: 12px;
    width: 55px;
    text-align: center;
  }

  .fixed-right-menu-img {
    width: 28px;
    height: 28px;
  }

  .fixed-right-menu {
    padding: 0 4px;
  }

  .fixed-right-menu-item {
    padding: 7px 0;
  }

  .kf-avatar {
    width: 70px;
    top: -63px;
    left: -2px;
  }

  .fixed-right-view.show {
    right: 10px;
    top: initial;
    bottom: 20px;
    transform: initial;
  }

  .ai-su-da .top-swiper {
    background-image: url("../image/aisuda-img/toutu.png");
    background-position: top;
    height: 640px;
  }

  .ai-su-da .swiper-box {
    margin-top: 0px;
    margin-bottom: 110px;
    box-sizing: border-box;
  }

  .ai-su-da .swiper-box button {
    width: initial;
    height: 50px;
    line-height: 50px;
  }

  .solve-bg {
    padding: 70px 0 60px 0;
  }

  .solve-content {
    margin-top: 20px;
  }

  .solve-content-item {
    flex: 1 0 40%;
    padding: 12px 0;
  }

  .solve-content-item-img {
    width: 120px;
    height: auto;
  }

  .solve-content-item-title {
    font-size: 16px;
    line-height: initial;
    margin-top: 12px;
  }

  .solve-content-item-remark {
    font-size: 12px;
    margin-top: 5px;
  }

  .auto-build-bg {
    padding-top: 40px;
  }

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

  .auto-build-content-code {
    padding: 20px;
    display: block;
  }

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

  .auto-build-content-code-title {
    font-size: 22px;
  }

  .auto-build-code-menu-item-title-text {
    font-size: 16px;
  }

  .function-content {
    display: block;
    padding: 40px 20px 0 20px;
  }

  .function-content-item {
    width: auto !important;
  }

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

  .function-content-item-img-active {
    display: block;
    width: 100%;
    margin-bottom: 20px;
  }

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

  .function-content-item-1-box {
    display: block;
    position: absolute;
    left: 25px;
    top: 20px;
  }

  .function-content-item-1-title {
    font-size: 20px;
    line-height: initial;
  }

  .function-content-item-remark {
    font-size: 12px;
  }

  .function-content-2 {
    display: block;
    padding: 40px 20px 0 20px;
  }

  .function-content-item-2 img {
    width: 100%;
  }

  .function-content-item-2 {
    margin-bottom: 15px;
  }

  .function-content-item-2-top {
    position: absolute;
    left: 34px;
    top: 26px;
  }

  .function-content-item-2-top-title {
    font-size: 20px;
    line-height: initial;
  }

  .drag-content-left img {
    width: 150px;
    height: auto;
  }

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

  .drag-content-left {
    margin: -100px 0 0 0;
    display: flex;
    justify-content: center;
  }

  .drag-content-center {
    padding: 0 20px;
    margin-top: 15px;
  }

  .drag-bg {
    height: auto;
    margin-top: 128px;
  }

  .drag-content-center-switch {
    width: 45px;
    height: 22px;
  }

  .drag-content-center-switch .round {
    width: 20px;
    height: 20px;
  }

  .drag-content-center-title {
    font-size: 24px;
    line-height: initial;
  }

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

  .company-bg {
    padding: 40px 0;
  }

  .version-bg {
    padding: 50px 0;
  }

  .version-content {
    margin-top: 50px;
    padding: 0 20px 20px 20px;
    overflow-x: auto;
  }

  .version-content-item {
    flex: inherit;
    width: 250px;
    height: auto;
    padding-bottom: 20px;
  }

  .version-content-item-top {
    padding: 22px 22px 0 22px;
    height: 178px;
  }

  .version-content-item .new {
    width: 65px;
  }

  .version-content-item .new-hot {
    width: 65px;
  }

  .version-content-item-center {
    padding: 20px 20px 40px 20px;
  }

  .version-content-item-money {
    font-size: 30px;
  }

  .version-content-item-center-cell {
    font-size: 13px;
  }

  .version-content-item-bold {
    font-size: 24px;
  }

  .digitization-bg {
    padding: 50px 0;
  }

  .blank-top-swiper-bg {
    background-position: right -105vw top 0;
    background-size: auto;
    display: flex;
    align-items: initial;
  }

  .blank-top-swiper-content-tag {
    font-size: 16px;
    padding: 6px 10px;
    border-radius: 12px 2px 12px 2px;
    width: max-content;
  }

  .blank-top-swiper-content-title {
    font-size: 20px;
    margin-top: 15px;
    max-width: 100%;
  }

  .blank-top-swiper-content-remark {
    font-size: 14px;
    margin-top: 10px;
    max-width: 100%;
  }

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

  .blank-top-swiper-content-btn button {
    flex: 1;
    height: 42px;
    line-height: 42px;
    font-size: 14px;
  }

  .blank-top-swiper-content {
    box-sizing: border-box;
    padding: 20px;
    height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }

  .blank-top-swiper-content-remark.dian:before {
    width: 6px;
    height: 6px;
  }

  .blank-top-swiper-content-remark.dian {
    padding-left: 10px;
  }

  .apply-form .title {
    font-size: 18px;
  }

  .blank-center-content-item {
    display: flex;
    flex-direction: column;
    margin-top: 20px;
  }

  .blank-center-content-item.right {
    display: flex;
    flex-direction: column-reverse;
  }

  .blank-center-content-left-title {
    font-size: 20px;
    text-align: center;
  }

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

  .blank-center-content-left {
    padding: 0 15px;
  }

  .blank-center-content-left-remark {
    font-size: 14px;
    line-height: 16px;
  }

  .blank-center-content-left-title2 {
    margin-top: 5px;
  }

  .blank-center-content-right {
    margin-top: 20px;
  }

  .blank-center-content-right img {
    width: 100%;
  }

  .blank-tabs-view {
    display: flex;
    justify-content: initial;
    gap: 15px;
    overflow-x: auto;
    padding: 0 15px;
  }

  .blank-tabs-item {
    flex: inherit;
  }

  .blank-tabs-content {
    margin-top: 30px;
  }

  .blank-tabs-content-view {
    width: 100%;
    display: flex;
    flex-direction: column-reverse;
    border-radius: 0;
    padding: 10px;
    background: initial;
  }

  .blank-tabs-content-left {
    width: 100%;
    height: initial;
    overflow: hidden;
    border-radius: 12px;
    min-height: 260px;
    background: #fff;
  }

  .blank-tabs-content-right {
    border-radius: 12px;
    padding: 22px;
    margin-bottom: 10px;
  }

  .blank-rule-bg {
    padding-top: 0;
  }

  .blank-rule-content {
    display: flex;
    flex-wrap: wrap;
    padding: 0 15px;
    gap: 15px;
    margin-top: 30px;
  }

  .blank-rule-content-item {
    flex: 1 0 90%;
    padding: 20px;
  }

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

  .blank-rule-content-item-title {
    font-size: 18px;
    line-height: 20px;
    margin: 12px 0 8px;
  }

  .blank-rule-content-item-remark {
    font-size: 14px;
    line-height: 16px;
  }

  .hardware-tabs-view {
    display: flex;
    justify-content: initial;
    padding: 0 15px 15px 15px;
    overflow-x: auto;
    width: 100%;
    box-sizing: border-box;
    margin-top: 25px;
  }

  .hardware-tabs-item {
    flex: inherit;
    font-size: 14px;
    padding: 6px 12px;
  }

  .hardware-tabs-content-item {
    flex: 1 0 80%;
    max-width: initial;
    padding: 20px 24px;
  }

  .hardware-tabs-content {
    padding: 20px 15px;
    margin: 0;
  }

  .auto-build-content-right {
    width: 100%;
    box-sizing: border-box;
  }

  .drag-content-right img {
    max-width: 100%;
  }

  .doc-view .doc-center-content-item {
    display: block;
  }

  .doc-center-content-left-title {
    text-align: center;
    font-size: 26px;
  }

  .doc-center-content-left {
    padding: 0 15px;
  }

  .doc-center-content-left-remark {
    font-size: 16px;
    line-height: 18px;
  }

  .doc-center-content-left-btn {
    margin-top: 20px;
  }

  .doc-swiper-btn {
    display: flex;
    padding: 0 20px;
  }

  .doc-swiper-btn button {
    width: auto;
    flex: 1;
  }

  .doc-btn-bg {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .doc-btn-border {
    height: 50px;
    line-height: 50px;
    font-size: 16px;
  }

  .doc-btn-bg-mini {
    width: 105px;
    height: 36px;
    border-radius: 6px;
    line-height: 36px;
    font-size: 15px;
  }

  .doc-btn-border-mini {
    width: 105px;
    height: 36px;
    border-radius: 6px;
    line-height: 36px;
    font-size: 15px;
  }

  .doc-center-content-right {
    margin-top: 25px;
  }

  .doc-center-content-right img {
    max-width: 100%;
  }

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

  .doc-secure-bg .doc-center-content-item {
    display: flex;
    flex-direction: column-reverse;
  }

  .doc-center-bg,
  .doc-inside-bg {
    background-position: right -46vw top 20px;
  }

  .video-meeting-version-content {
    margin-top: 40px;
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
  }

  .video-meeting-version-item {
    flex: 1 0 40%;
    border-radius: 10px;
    padding: 20px 0 20px 15px;
  }

  .video-meeting-version-item-title {
    font-size: 20px;
    line-height: 22px;
  }

  .video-meeting-version-item-text {
    font-size: 32px;
    line-height: 34px;
  }

  .video-meeting-version-item-remark {
    font-size: 18px;
    line-height: 20px;
  }

  .video-meeting-version-btn {
    padding: 0 15px;
  }

  .video-meeting-version-btn button {
    flex: 1;
  }

  .video-meeting-step-view {
    margin-top: 40px;
    display: block;
  }

  .video-meeting-step-view-left img {
    max-width: 100%;
  }

  .video-meeting-step-view-right {
    padding: 0 15px;
    margin-top: 30px;
  }

  .video-meeting-step-view-right-title {
    font-size: 20px;
    line-height: 22px;
  }

  .video-meeting-step-view-remark {
    font-size: 16px;
    line-height: 18px;
  }

  .video-meeting-step-view-right-btn {
    margin-top: 25px;
  }

  .reverse-step-view {
    display: flex;
    flex-direction: column-reverse;
  }

  .reverse-step-view .video-meeting-step-view-right {
    padding: 0 15px;
    margin-top: 30px;
  }

  .qy-email-swiper-btn {
    display: flex;
    padding: 0 15px;
    margin-top: -38px;
  }

  .qy-email-swiper-btn button {
    width: auto;
    flex: 1;
  }

  .qy-email-select-view {
    display: flex;
    gap: 12px;
    padding: 0 15px;
    margin-top: 40px;
  }

  .qy-email-select-item {
    flex: 1 0 40%;
    height: 220px;
    padding: 15px 12px 0 12px;
    background-size: 100% 100%;
  }

  .qy-email-select-item-title {
    font-size: 15px;
    line-height: 18px;
  }

  .qy-email-select-item-remark {
    font-size: 12px;
    line-height: 14px;
    margin-top: 10px;
    height: 72px;
  }

  .qy-email-select-item-more {
    font-size: 14px;
    line-height: 16px;
    text-align: center;
    margin-top: 20px;
  }

  .qy-email-count-bg {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .qy-email-count-view {
    display: block;
  }

  .qy-email-count-left {
    padding: 15px;
  }

  .qy-email-count-left-t {
    font-weight: 500;
    font-size: 24px;
    line-height: 16px;
  }

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

  .qy-email-count-right-center {
    width: 100%;
    height: auto;
    background: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    padding-bottom: 15px;
  }

  .qy-email-count-right {
    padding: 15px;
  }

  .qy-email-count-right-title {
    font-size: 18px;
    padding: 10px 0;
  }

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

  .qy-email-count-right-min,
  .qy-email-count-right-plus {
    width: 32px;
    height: 32px;
    border-radius: 4px;
    font-size: 22px;
  }

  .qy-email-count-right-label {
    font-weight: 500;
    font-size: 16px;
    color: #000000;
    width: 55px;
  }

  .qy-email-count-right-num {
    font-size: 20px;
  }

  .qy-email-count-right-price {
    margin-top: 22px;
    font-size: 16px;
    line-height: 26px;
  }

  .qy-email-count-right-price span {
    font-size: 24px;
    line-height: 22px;
  }

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

  .qy-email-count-right-btn button {
    height: 38px;
    line-height: 38px;
    font-size: 14px;
  }

  .qy-email-count-right-step {
    padding: 4px;
  }

  .qy-email-count-btn {
    gap: 15px;
    padding: 12px;
  }

  .qy-email-count-btn button {
    font-size: 14px;
    width: auto;
    flex: 1;
  }

  .qy-email-count-left-b-item img {
    width: 40px;
    height: 40px;
  }

  .qy-email-ensure-view {
    display: flex;
    gap: 35px;
    overflow-x: auto;
    margin: 0;
    padding: 100px 15px 15px 15px;
  }

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

  .qy-email-ensure-item {
    border-radius: 12px;
    flex: inherit;
    height: 218px;
    padding: 0 15px;
    width: 200px;
  }

  .qy-email-ensure-step {
    font-size: 22px;
    line-height: 24px;
    margin-top: 5px;
  }

  .qy-email-ensure-title {
    font-size: 16px;
    line-height: 21px;
    margin-top: 14px;
  }

  .qy-email-ensure-remark {
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    margin-top: 10px;
  }

  .qy-email-ensure-btn {
    gap: 15px;
    margin-top: 20px;
  }

  .qy-email-case-view {
    margin-top: 50px;
    gap: 15px;
    padding: 0 15px;
  }

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

  .qy-email-case-item {
    flex: 1 0 40%;
    height: 65px;
    max-width: calc(50% - 7px);
  }

  .qy-email-co-view {
    display: flex;
    gap: 14px;
    margin-top: 50px;
    flex-wrap: wrap;
    padding: 0 15px;
  }

  .qy-email-co-item {
    border-radius: 12px;
    padding: 15px 0;
    flex: 1 0 40%;
  }

  .qy-email-co-item img {
    width: 50px;
    height: 50px;
  }

  .qy-email-co-item-title {
    font-size: 28px;
    line-height: 30px;
    margin-top: 14px;
  }

  .qy-email-co-item-remark {
    font-size: 16px;
    line-height: 27px;
  }

  .qy-email-swiper-bg {
    background-image: url("../image/banner-13.png");
    height: 630px;
  }

  .doc-swiper-bg {
    background-image: url("../image/banner-11.png");
    height: 630px;
  }

  .doc-swiper-btn {
    margin-top: -67px;
  }

  .video-meeting-swiper-bg {
    background-image: url("../image/banner-12.png");
    height: 630px;
  }

  .w-pan-swiper-bg {
    background-image: url("../image/banner-14.png");
    height: 630px;
  }

  .w-pan-swiper-btn {
    display: flex;
    gap: 15px;
    margin-top: -87px;
    padding: 0 15px;
  }

  .w-pan-swiper-btn button {
    flex: 1;
    width: auto;
  }

  .w-pan-center-content-right img {
    width: 100%;
  }

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

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

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

  .w-pan-center-content-left {
    padding: 0 20px;
    margin-top: 25px;
  }

  .w-pan-center-bg-1 .w-pan-center-content-item {
    display: flex;
    flex-direction: column-reverse;
  }

  .w-pan-center-content-left-title {
    font-size: 22px;
    line-height: 24px;
  }

  .w-pan-center-content-left-remark {
    font-size: 16px;
    line-height: 18px;
    margin-top: 12px;
  }

  .w-pan-center-content-left-btn {
    margin-top: 20px;
  }

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

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

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

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

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

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

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

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

  .data-ensure-swiper-bg {
    background-image: url("../image/banner-18.png");
    height: 630px;
  }

  .data-ensure-swiper-btn {
    display: flex;
    gap: 12px;
    padding: 0 12px;
    margin-top: -63px;
  }

  .data-ensure-swiper-btn button {
    width: auto;
    flex: 1;
  }

  .data-ensure-use-view {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    padding: 0 15px;
  }

  .data-ensure-use-item {
    padding: 21px 12px;
    flex: 1 0 40%;
    height: 268px;
    max-width: calc(50% - 7px);
    background-position: bottom;
    border-radius: 6px;
  }

  .data-ensure-use-title {
    font-size: 18px;
    line-height: 20px;
  }

  .data-ensure-use-remark {
    font-size: 14px;
    line-height: 16px;
  }

  .data-ensure-support-tabs {
    margin-top: 50px;
    gap: 34px;
    justify-content: initial;
    padding: 0 15px 15px 15px;
    overflow-x: auto;
  }

  .data-ensure-support-tabs-item-title {
    font-size: 14px;
    line-height: 16px;
  }

  .data-ensure-support-tabs-item img {
    width: 40px;
    height: 40px;
    display: block;
    margin: 0 auto;
  }

  .data-ensure-support-tabs-content {
    display: block;
    margin-top: 22px;
    padding: 20px 15px;
    border-radius: 8px;
  }

  .data-ensure-support-tabs-left {
    padding: 0;
  }

  .data-ensure-support-tabs-right {
    padding-top: 30px;
  }

  .data-ensure-support-tabs-right img {
    max-width: 100%;
    width: auto;
    height: auto;
  }

  .data-ensure-support-tabs-left-item:before {
    width: 8px;
    height: 8px;
  }

  .data-ensure-support-tabs-left-title {
    font-size: 16px;
    line-height: 18px;
  }

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

  .data-ensure-support-tabs-left-center {
    gap: 15px;
  }

  .data-ensure-support-tabs-btn {
    margin-top: 15px;
  }

  .data-ensure-use-view {
    margin-top: 45px;
  }

  .custom-source-bg {
    overflow: hidden;
  }

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

  .custom-source-product-view {
    gap: 15px;
  }

  .custom-source-product-item {
    flex: 1 0 40%;
    max-width: calc(50% - 7px);
  }

  .custom-source-product-bg {
    padding: 20px 12px;
  }

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

  .custom-source-product-item-remark {
    padding: 0 15px;
    line-height: 20px;
    height: 50px;
    margin-top: 5px;
    font-size: 13px;
    color: #666;
  }

  .video-meeting-swiper-btn {
    display: flex;
    gap: 15px;
    padding: 0 20px;
    margin-top: -72px;
  }

  .video-meeting-swiper-btn button {
    width: auto;
    flex: 1;
  }

  .custom-detail-swiper-view {
    width: 100%;
    padding: 62px 15px 0 15px;
  }

  .custom-list-product-list-item {
    display: block;
    height: auto;
    margin-top: 35px;
  }

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

  .custom-list-product-list-sort {
    color: #ccf1ff;
    font-size: 40px;
  }

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

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

  .custom-list-product-list-right {
    width: 100%;
    padding: 0 15px;
    margin-top: 20px;
  }

  .custom-list-top-tabs {
    height: 55px;
  }

  .custom-list-product-bg .custom-list-product-list-item {
    display: flex;
    flex-direction: column-reverse;
  }

  .custom-list-product-bg .reversal-item .custom-list-product-list-item {
    display: block;
  }

  .custom-detail-swiper-bg {
    background-image: url("./custom/image/custom-detail-swiper-mobile.png");
    height: 670px;
  }

  .custom-detail-swiper-tag {
    margin: 0 auto;
  }

  .custom-detail-swiper-title {
    text-align: center;
  }

  .custom-detail-swiper-remark {
    width: 100%;
    text-align: center;
  }

  .custom-detail-swiper-remark-2 {
    width: 100%;
    text-align: center;
    font-size: 14px;
    line-height: 24px;
    margin-top: 8px;
    padding: 0 12px;
  }

  .custom-detail-swiper-btn {
    display: flex;
    justify-content: center;
  }

  .custom-detail button {
    padding: 9px 60px;
  }

  .custom-detail-swiper-bg > .w-1280 {
    height: 100%;
  }

  .custom-detail-swiper-title {
    font-size: 40px;
    line-height: 42px;
    margin-top: 10px;
  }

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

  .custom-list-feature-view-item {
    flex: 1 0 43%;
    max-width: calc(50% - 7px);
    padding: 0 15px;
  }

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

  .custom-list-feature-view-item-remark {
    font-size: 14px;
    color: #999;
    margin-top: 4px;
  }

  .custom-list-feature-view-item-img img {
    width: 60px;
    height: 60px;
  }

  #product2 {
    padding-bottom: 40px;
  }

  .ddai-list-swiper-bg {
    padding: 90px 0 70px 0;
  }

  .ddai-list-swiper-title {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .ddai-list-swiper-remark {
    font-size: 16px;
  }

  .ddai-list-b-item {
    display: block;
    margin-top: 20px;
  }

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

  .ddai-list-b-item-right-title {
    font-size: 20px;
  }

  .ddai-list-b-item-right-remark {
    font-size: 14px;
    margin-top: 12px;
    line-height: 20px;
  }

  .ddai-list-b-item-right-btn {
    margin-top: 20px;
  }

  .ddai-list-b-item-right-btn button {
    padding: 8px 0;
    font-size: 16px;
    border-radius: 6px;
  }

  .ddai-detail-top-view {
    margin: 20px 0;
    border-radius: 8px;
    padding: 20px 15px;
  }

  .ddai-detail-top-btn button {
    flex: 1;
    width: auto;
  }

  .ddai-detail-top-title {
    font-size: 20px;
  }

  .ddai-detail-scene-bg {
    padding: 40px 0;
  }

  .title-center-line {
    font-size: 28px;
  }

  .title-center-line .line-left,
  .title-center-line .line-right {
    width: 60px;
  }

  .ddai-detail-scene-view {
    margin-top: 30px;
    padding: 0 15px;
    gap: 15px;
  }

  .ddai-detail-scene-item {
    max-width: initial;
    flex: 1 0 60%;
    padding: 15px 20px;
  }

  .ddai-detail-scene-title {
    font-size: 18px;
    margin-left: 12px;
  }

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

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

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

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

  .ddai-detail-introduce-right {
    padding: 15px;
  }

  .ddai-detail-introduce-remark {
    margin-top: 8px;
  }

  .ddai-detail-introduce-remark2 {
    margin-top: 12px;
  }

  .ddai-detail-introduce-bg .ddai-detail-introduce-item {
    display: flex;
    flex-direction: column-reverse;
  }

  .ddai-detail-introduce-bg.reversal-bg .ddai-detail-introduce-item {
    display: block;
  }

  .ddai-detail-function-view {
    padding: 35px 0;
    gap: 20px;
  }

  .ddai-detail-function-item {
    flex: 1 0 40%;
    max-width: calc(50% - 10px);
  }

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

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

  .ddai-detail-function-remark {
    font-size: 14px;
    margin-top: 5px;
    text-align: center;
    padding: 0 15px;
    color: #666;
  }

  .ddai-list-b-item-right {
    padding: 20px;
  }

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

  .version-item {
    margin: 15px;
    box-sizing: border-box;
  }

  .version-bg .vs {
    display: none;
  }

  .version-item:nth-child(2) {
    margin-top: 20px;
  }

  .func .flex {
    margin: 0 15px;
    box-sizing: border-box;
  }

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

  .func-item img {
    width: 100%;
  }

  .pro .flex {
    display: block;
  }

  .pro .pro-footer {
    text-align: center;
    display: none;
  }

  .pro .pro-top {
    display: none;
  }

  .pro .pro-item {
    height: auto;
    margin: 15px;
  }

  .pro .pro-detail {
    position: relative;
    opacity: 1;
    height: auto;
  }

  .sloution .flex {
    display: block;
  }

  .sloution-item {
    width: auto;
    height: auto;
    margin: 15px;
    box-sizing: border-box;
  }

  .sloution-item img {
    width: 100%;
  }

  .why-btn button {
    width: 120px;
    padding: 10px;
  }

  .self .top-swiper {
    background-image: url(../image/self/banner-m.png);
    height: 728px;
  }

  .syh-view .top-swiper {
    background-image: url("../image/syh/Slice 889.png");
    height: 630px;
  }

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

  .syh-aq-view {
    margin-top: 60px;
    display: block;
    padding: 0 15px;
  }

  .syh-aq-item {
    width: 100%;
    margin-bottom: 15px;
    padding: 0 20px 20px 20px;
  }

  .syh-aq-item-img img {
    width: 150px;
  }

  .syh-aq-item-title {
    font-size: 26px;
  }

  .syh-aq-item-remark {
    font-size: 16px;
  }

  .syh-cp-view {
    display: block;
    margin-top: 50px;
    padding: 0 15px;
  }

  .syh-cp-left {
    width: 100%;
  }

  .syh-cp-left .syh-cp-item-img img {
    width: 220px;
  }

  .syh-cp-right {
    display: block;
    margin-top: 15px;
  }

  .syh-cp-right .syh-cp-item {
    width: 100%;
    margin-bottom: 15px;
  }

  .syh-cp-item-title {
    font-size: 26px;
    margin-top: 28px;
  }

  .syh-dz-view {
    display: block;
    margin-top: 60px;
    padding: 0 15px;
  }

  .syh-dz-item {
    padding: 30px 15px;
    box-sizing: border-box;
    height: auto;
    margin-bottom: 15px;
  }

  .syh-dz-item-remark {
    font-size: 22px;
    margin-top: 20px;
  }

  .syh-xl-tabs-item {
    font-size: 18px;
    padding: 8px 10px;
    word-break: keep-all;
  }

  .syh-xl-tabs {
    overflow-x: auto;
    padding: 0 15px;
  }

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

  .syh-xl-tabs-view {
    padding: 15px;
  }

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

  .syh-xl-tabs-left img {
    width: 100%;
  }

  .syh-xl-tabs-right {
    padding-left: 30px;
    margin-top: 20px;
  }

  .syh-xl-tabs-title {
    font-size: 26px;
  }

  .syh-xl-tabs-remark {
    font-size: 16px;
    margin-top: 10px;
  }

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

  .syh-gx-view {
    padding: 20px 15px;
  }

  .syh-gx-view-item {
    margin-bottom: 15px;
    padding: 30px 15px;
  }

  .syh-gx-view-item-title {
    font-size: 26px;
    margin-top: 4px;
  }

  .syh-gx-view-item-remark {
    font-size: 16px;
    margin-top: 4px;
  }

  .syh-xq-tabs {
    overflow-x: auto;
    padding: 0 15px;
    justify-content: initial;
  }

  .syh-xq-tabs-item {
    font-size: 18px;
    word-break: keep-all;
  }

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

  .syh-xq-view {
    margin-top: 25px;
    padding: 25px 35px;
  }

  .syh-xq-view-title {
    font-size: 26px;
  }

  .syh-xq-view-remark {
    font-size: 16px;
    margin-top: 10px;
  }

  .syh-xq-view-left {
    gap: 20px;
  }

  .syh-xq-view-right {
    margin-top: 20px;
  }

  .syh-xq-view-right img {
    width: 100%;
  }

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

  .syh-ty-bg {
    padding: 50px 0;
  }

  .syh-ty-remark {
    font-size: 20px;
    padding: 0 15px;
  }

  .content4 .img {
    display: none;
  }
  .content-one {
    display: none;
  }
  .site {
    display: block;
    padding: 0 15px;
  }
  .site .site-item {
    width: 100%;
    margin-bottom: 15px;
  }
  .site .site-item .on {
    display: block !important;
    width: 100%;
    height: 244px;
  }
  .site .site-item .off {
    display: none !important;
  }
  .site .on > .title > h3 {
    font-size: 20px;
  }
  .site .on > p {
    top: 80px;
    width: 80%;
    font-size: 14px;
  }
  .title-center {
    font-size: 20px;
  }
}
