body {
    margin: 0;
    overflow-x: hidden;
  }
  #newsroom {
    background-color: #f9f9fb;
  }
  .carousel .swiper {
    position: relative;
    /* height: 60vw; 根据视口宽度调整高度 */
    /* max-height:480px; 最大高度限制 */
  }
  .swiper-slide,
  .swiper-wrapper {
    width: 100%;
  }
  .carousel .swiper img {
    width: 100%; /* 或者具体的宽度 */
    height: auto; /* 保持图片比例 */
    object-fit: cover; /* 根据需要调整 */
    transform-origin: center center; /* 设置缩放中心 */
  }
  .carousel .swiper-slide {
    width: 100% !important; /* 或者其他适当的值 */
    height: 100%; /* 或者其他适当的值 */
    position: reactive;
  }
  .carousel .swiper-slide img {
    width: 100%;
    height: 100%;
    background-size: cover; /* 等比缩放并裁剪 */
    background-position: center; /* 图片居中 */
  }
  .carousel .swiper .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url('/eportal/uiFramework/commonResource/image/2025032816173161731.png') !important;
    background-size: contain !important;
    width: 50px;
  }
  .carousel .swiper .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url('/eportal/uiFramework/commonResource/image/2025032816175571170.png') !important;
    background-size: contain !important;
    width: 50px;
  }
  .carousel .swiper .swiper-pagination-bullet-active {
    background: #002e6c !important;
  }
  /* 导航按钮适配 */
  .carousel .swiper .swiper-button-prev,
  .carousel .swiper .swiper-button-next {
    min-width: 30px; /* 最小尺寸限制 */
    min-height: 30px;
    background-size: contain !important;
  }
  .carousel .swiper .characters {
    position: absolute;
    top: 20%;
    left: 10%;
    right: 5%; /* 添加右侧限制 */
    z-index: 2;
    display: none;
  }
  .carousel .swiper .characters .characters_part1 a {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    max-width: 492px;
    text-wrap: wrap;
    color: #002e6c;
  }
  .carousel .swiper .characters .characters_part2 {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #333333;
    max-width: 492px;
    text-wrap: wrap;
  }

  .module-title {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #002e6c;
    vertical-align: middle;
    padding: 80px 0 50px 0;
    text-align: center;
  }

  .swiper-pagination-clickable .swiper-pagination-bullet {
    margin-right: 10px !important;
}
  /* 顶部轮播图模块 开始 */
  body {
    margin: 0;
    overflow-x: hidden;
  }
  .carousel .carousel-swiper {
    position: relative;
    overflow: hidden;
  }
  .swiper-slide,
  .swiper-wrapper {
    width: 100%;
  }
  .carousel .carousel-swiper img {
    width: 100%; /* 或者具体的宽度 */
    height: auto; /* 保持图片比例 */
    object-fit: cover; /* 根据需要调整 */
    transform-origin: center center; /* 设置缩放中心 */
  }
  .carousel .swiper-slide {
    width: 100% !important; /* 或者其他适当的值 */
    height: 100%; /* 或者其他适当的值 */
    position: relative;
  }
  .carousel .swiper-slide .shadowDiv {
    position: absolute;
    width: calc(100% - 130px);
    height: calc(100% - 30px);
    top: 0;
    left: 60px;
  }
  .carousel .swiper-slide .bannerImg,
  .carousel .swiper-slide .mobileBannerImg {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-position: center;
  }
  .carousel .swiper-slide .mobileBannerImg {
    display: none;
  }
  .carousel .carousel-swiper .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/leftIcon.png') !important;
    background-size: contain !important;
    width: 50px;
  }
  .carousel .carousel-swiper .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/rightIcon.png') !important;
    background-size: contain !important;
    width: 50px;
  }
  .carousel .carousel-swiper .swiper-pagination-bullet-active {
    background: #002e6c !important;
  }
  /* 导航按钮适配 */
  .carousel .carousel-swiper .swiper-button-prev,
  .carousel .carousel-swiper .swiper-button-next {
    min-width: 30px; /* 最小尺寸限制 */
    min-height: 30px;
    background-size: contain !important;
  }
  .carousel .carousel-swiper .swiper-button-next {
    right: 20px;
  }
  .carousel .carousel-swiper .characters {
    position: absolute;
    top: 20%;
    left: 10%;
    right: 5%; /* 添加右侧限制 */
    z-index: 2;
    display: none;
  }
  .carousel .carousel-swiper .characters .characters_part1 {
    font-family: Rubik;
    font-weight: 400;
    font-size: 48px;
    line-height: 60px;
    letter-spacing: -2%;
    max-width: 492px;
    text-wrap: wrap;
    color: #002e6c;
  }
  .carousel .carousel-swiper .characters .characters_part2 {
    font-family: Rubik;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: 0%;
    color: #333333;
    max-width: 492px;
    text-wrap: wrap;
  }
  .carousel-swiper .read_btn {
    height: 48px;
    border-radius: 4px;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    background: #00b9f2;
    color: #fff;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 24px;
  }
  .carousel .carousel-swiper .read_btn img {
    width: auto;
    height: 100%;
    margin-left: 10px;
  }
  .carousel .carousel-swiper .read_btn a {
    font-size: 16px;
    color: #fff;
    font-family: 'Rubik Regular';
    white-space: nowrap;
  }

  /* 顶部轮播图模块 结束 */

  .frame-import-notice {
    padding: 32px 40px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #d9d9d9;
    align-items: center;
  }
  .frame-import-notice-main {
    width: calc(100% - 120px);
    height: 100%;
    overflow: hidden;
  }
  .frame-import-notice-main .swiper-slide span {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    color: #002e6c;
    cursor: pointer;
  }
  .frame-import-notice-main .notice-swiper-container {
    width: 100%;
    height: 100%;
  }
  .frame-import-notice .operateBtns {
    display: flex;
    padding-left: 20px;
  }
  .frame-import-notice .operateBtns .paginateBtns {
    display: none;
  }
  .frame-import-notice .operateBtns .paginateBtns .paginateBtnsMain {
    display: flex;
    align-items: center;
  }
  .frame-import-notice .leftBtn,
  .frame-import-notice .rightBtn,
  .frame-import-notice .closeBtn {
    width: 20px;
    height: 20px;
    cursor: pointer;
  }
  .frame-import-notice .leftBtn {
    background: url('	/eportal/uiFramework/commonResource/image/2025052916111085266.png')
      no-repeat center center;
  }
  .frame-import-notice .leftBtn.disable {
    background: url('	/eportal/uiFramework/commonResource/image/2025052915150280399.png')
      no-repeat center center;
  }
  .frame-import-notice .rightBtn {
    background: url('/eportal/uiFramework/commonResource/image/2025052915152669700.png')
      no-repeat center center;
  }
  .frame-import-notice .rightBtn.disable {
    background: url('/eportal/uiFramework/commonResource/image/2025052916113277849.png')
      no-repeat center center;
  }
  .frame-import-notice .closeBtn {
    background: url('/eportal/uiFramework/commonResource/image/2025052915395246021.png')
      no-repeat center center;
    margin-left: 40px;
  }
  .frame-import-notice #page-count {
    padding: 0 12px;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333;
    vertical-align: middle;
  }
  .swiper-slide,
  .swiper-wrapper {
    width: 100%;
  }
  .swiper-slide .banImg {
    position: relative;
  }
  .bigImg img {
    width: 100%;
    height: auto;
    border-radius: 8px;
  }
  .swiper-slide .banImg .rtIcon {
    position: absolute;
    right: 0;
    top: 0;
  }
  .feature-frame .swiper-slide .summery {
    text-align: left;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    color: #333333;
    vertical-align: middle;
    max-height: 100px;
    overflow: hidden;
  }
  .feature-frame li {
    list-style: none;
  }
  .feature-frame {
    background-color: #f9f9fb;
  }
  .feature-frame .bigImg img {
    width: 100%;
    margin: 0 auto;
    aspect-ratio: 1.89;
    object-fit: contain;
    border-radius: 8px;
  }
  .feature-frame .readMore {
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 20px;
    padding-top: 26px;
    position: absolute;
    bottom: 20px;
  }
  .readMore {
    display: flex;
    align-items: center;
    cursor: pointer;
    line-height: 20px;
    padding-top: 26px;
  }
  .readMore a {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 14px;
    color: #00b9f2;
  }
  .feature-frame .readMore span p {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 14px;
    color: #00b9f2;
  }
  .readMore span {
    padding-right: 10px;
  }
  .feature-frame .feature-frame-title {
    line-height: 60px;
    color: #002e6c;
    font-weight: 400;
    text-align: center;
    padding: 50px 0;
    font-size: 40px;
  }
  .feature-frame-card-list {
    position: relative;
    overflow: hidden;
  }
  .feature-frame-card-list .switch-button {
    position: absolute;
    top: 50%;
    margin-top: -50px;
    cursor: pointer;
  }
  .feature-frame-card-list .switch-button-left {
    left: 80px;
  }
  .feature-frame-card-list .switch-button-right {
    right: 80px;
  }
  .feature-frame-card-list ul {
    width: 100%;
  }
  .feature-frame-card-list ul li {
    border: 1px solid #fff;
    border-radius: 5px;
    width: auto;
    height: auto;
    background-color: #fff;
    box-sizing: border-box;
    padding: 20px 20px 50px 20px;
    text-align: center;
    box-shadow: 0px 20px 40px 0px rgba(16, 24, 40, 0.08);
    position: relative;
  }
  .feature-frame-card-list ul li:last-child {
    margin-right: 0;
  }
  .feature-frame-card-list ul li > img {
    width: 100%;
    margin: 0 auto;
  }
  .feature-frame-card-list-title {
    font-family: 'Rubik Regular';
    font-size: 24px;
    line-height: 32px;
    font-weight: 400;
    color: #333;
    padding: 20px 0;
    text-align: left;
    max-height: 90px;
  }
  .feature-frame-card-list-main {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #333;
    height: 80px;
  }
  .feature-frame-card-list-more {
    padding: 10px 0 10px 0;
  }
  .feature-frame-card-list-more img {
    cursor: pointer;
  }
  .feature-frame-control-direct {
    width: 100%;
    padding: 20px;
    display: flex;
    justify-items: center;
    justify-content: space-between;
  }
  .feature-frame-control-point {
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 50px;
  }
  .feature-frame-control-point ul {
    display: flex;
  }
  .feature-frame-control-point ul li {
    width: 12px;
    height: 12px;
    border-radius: 6px;
    background-color: #999;
    margin-right: 12px;
    cursor: pointer;
  }
  .feature-frame-control-point ul li:hover,
  .feature-frame-control-point ul li.active {
    background-color: #00b9f2;
  }
  .feature-frame-control-point ul li:last-child {
    margin-right: 0;
  }
  .feature-frame .swiper-pagination {
    margin: 24px auto;
    position: relative;
    display: block;
  }
  .feature-frame .swiper-pagination-bullet-active {
    background-color: #00b9f2 !important;
  }
  .feature-frame .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/leftIcon.png') !important;
    background-size: contain !important;
    width: 50px;
  }
  .feature-frame .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    background-image: url('/eportal/uiFramework/commonResource/zip/assets/assets/images/indexPage/rightIcon.png') !important;
    background-size: contain !important;
    width: 50px;
  }
  .swiper-pagination-contain-feature {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 50px 0 80px 0;
  }
  .edges-frame .read_btn {
    display: flex;
  }
  .edges-frame .read_btn > div {
    display: flex;
    align-items: center;
    border-radius: 4px;
    gap: 6px;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    background-color: #00b9f2;
    color: #fff;
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    box-shadow: 0px 8px 14px 0px rgba(2, 142, 185, 0.24);
  }
  .edges-frame {
    font-weight: 400;
    background-color: #f9f9fb;
    padding-bottom: 80px;
  }
  .edges-frame .edges-frame-title {
    line-height: 60px;
    color: #002e6c;
    font-weight: 400;
    text-align: center;
    padding: 80px 0 50px 0;
    font-size: 40px;
  }
  .edges-frame-main {
    display: flex;
    gap: 64px;
    width: 1120px;
    margin: 0 auto;
  }
  .edges-frame-main-right .edges-frame-main-title {
    padding-top: 15px;
  }
  .edges-frame-main-title {
    font-size: 30px;
    color: #333;
  }
  .edges-frame-main-word {
    font-size: 16px;
    line-height: 24px;
    color: #333;
    padding: 8px 30px 24px 0;
    height: 104px;
    overflow: hidden;
    box-sizing: border-box;
  }
  .edges-frame-main-left .down {
    margin-top: 48px;
    width: 588px;
    height: 749px;
    box-shadow: 0px 20px 40px 0px rgba(16, 24, 40, 0.08);
  }
  .edges-frame-main-right .up .read_btn {
    margin-bottom: 40px;
  }
  .edges-frame-main-right .edges-frame-item {
    display: flex;
    flex-direction: column-reverse;
    overflow: hidden;
  }
  .edges-frame-main-right .down {
    width: 468px;
    height: 264px;
    box-shadow: 0px 20px 40px 0px rgba(16, 24, 40, 0.08);
  }
  .edges-frame-main-right .down img,
  .edges-frame-main-left .down img {
    width: 100%;
    height: 100%;
  }
  .explore_products {
    background: #fff;
  }
  .explore_products .tabs {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 52px;
  }
  .explore_products .tabs_button {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #999999;
    cursor: pointer;
  }
  .explore_products .tabs_button.active,
  .explore_products .tabs_button:hover {
    text-decoration: underline;
    color: #002e6c;
  }
  .explore_products .line {
    margin: 0 24px;
    font-family: Rubik;
    font-weight: 400;
    font-size: 30px;
    line-height: 38px;
    color: #ccc;
    font-family: 'Rubik Regular';
  }

  .explore_products .main {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .explore_products .tabs_content {
    display: flex;
    gap: 30px;
    flex-wrap: wrap;
  }
  .explore_products .item {
    width: 200px;
    background: #f3f5fc;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding: 20px;
    border-radius: 4px;
    cursor: pointer;
  }
  .explore_products .item:hover {
    box-shadow: 0px 10px 10px 0px rgba(16, 24, 40, 0.08);
  }
  .explore_products .item img {
    height: 60px;
    width: auto;
  }
  .explore_products .item .des {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    color: #050509;
    padding-top: 15px;
    height: 60px;
  }
  .explore_products .searchTitle {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0%;
    color: #002e6c;
    padding: 32px 0 24px 0;
    text-align: center;
  }
  .explore_products .search {
    width: 80%;
    margin: 0 auto 80px;
    position: relative;
  }
  .explore_products .search_input {
    width: 100%;
    height: 64px;
    border: 1px solid #00b9f2;
    padding-left: 65px;
    box-shadow: 0px 10px 12px 0px rgba(16, 24, 40, 0.1);
    border-radius: 4px;
    cursor: pointer;
  }
  .explore_products .search_icon {
    width: 30px;
    position: absolute;
    top: 18px;
    left: 24px;
  }
  .news_room {
    padding: 80px 0 0 0;
  }
  .news_room .read_btn {
    display: flex;
  }
  .news_room .read_btn > div {
    display: flex;
    align-items: center;
    border-radius: 4px;
    gap: 6px;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    background-color: #00b9f2;
    color: #fff;
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
  }
  .news_room .read_btn.read_btn_mobile {
    height: 0;
    opacity: 0;
  }

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

  .news_room h3 {
    font-family: Rubik;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #002e6c;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .news_room .news_content {
    margin-top: 50px;
    position: relative;
    padding-bottom: 80px;
  }

  .news_room .pc_content {
    display: flex;
    gap: 20px;
  }

  .news_room .content_items {
    width: 256px;
    border-radius: 8px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 20px 40px 0px #10182814;
    margin-right: 20px;
    position: relative;
  }

  .news_room .content_items .items_btns {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #00b9f2;
    background: #fff;
    display: flex;
    justify-items: center;
    align-items: center;
    cursor: pointer;
  }

  .news_room .content_items .items_btns img {
    margin-left: 10px;
  }
  .swiper-pagination-contain-news {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px 0;
    height: 0;
    opacity: 0;
  }
  .pro_dropdown .tab_content .tab_content_main ul {
    margin-left: 0;
  }
  .customer-frame {
    background-color: #fff;
  }
  .customer-frame .swiper-slide {
    cursor: pointer;
  }
  .swiper-container-customer {
    /* padding-bottom: 30px; */
    width: 100%;
  }
  .customer-frame .customer-frame-title {
    line-height: 60px;
    color: #002e6c;
    font-weight: 400;
    text-align: center;
    padding: 80px 0 50px 0;
    font-size: 40px;
  }
  .customer-frame-list {
    width: 100%;
    display: flex;
    justify-content: center;
  }
  /* .customer-frame-list ul {
    height: 232px;
  } */
  .customer-frame-list ul li {
    width: 208px;
    height: 232px;
    box-sizing: border-box;
    border-radius: 8px;
    text-align: center;
    padding: 30px;
    background-color: #fff;
    box-shadow: 0px 20px 40px 0px rgba(16, 24, 40, 0.08);
  }
  .customer-frame-list ul li img {
    width: auto;
    height: 40px;
  }
  .customer-frame-list-title {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    padding: 20px 0 10px 0;
  }
  .customer-frame-list-main {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
  }
  .customer-frame .swiper-pagination-contain {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px 0 32px 0;
    height: 0;
    opacity: 0;
  }
  .personality-tpl-main .news_room {
    padding: 50px 0 0 0;
  }
  .news_room .read_btn {
    display: flex;
  }
  .news_room .read_btn > div {
    display: flex;
    align-items: center;
    border-radius: 4px;
    gap: 6px;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    background-color: #00b9f2;
    color: #fff;
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 16px;
    cursor: pointer;
    white-space: nowrap;
  }
  .news_room .read_btn.read_btn_mobile {
    height: 0;
    opacity: 0;
  }

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

  .news_room h3 {
    font-family: Rubik;
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #002e6c;
    text-align: center;
    margin: 0;
    display: flex;
    justify-content: center;
    width: 100%;
  }

  .news_room .pc_content {
    display: flex;
    gap: 20px;
  }

  .news_room .content_items {
    width: 256px;
    border-radius: 8px;
    padding: 20px;
    background: #ffffff;
    box-shadow: 0px 20px 40px 0px #10182814;
    margin-right: 20px;
    position: relative;
  }

  .news_room .content_items .items_title {
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    color: #333333;
    height: 120px;
    padding-bottom: 20px;
  }

  .news_room .content_items .items_btns,
  .news_room .content_items .read_item_btn {
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    color: #00b9f2;
    background: #fff;
    display: flex;
    justify-items: center;
    align-items: center;
    cursor: pointer;
  }

  .news_room .content_items .items_btns img {
    margin-left: 10px;
  }
  .news_room_title_main {
    padding-top: 80px;
  }
  .news_room_title {
    text-align: center;
    font-family: 'Rubik Regular';
    font-weight: 400;
    font-size: 40px;
    line-height: 60px;
    color: #002e6c;
    position: relative;
    display: flex;
    justify-content: center;
  }
  .news_room_title .read_btn_pc {
    position: absolute;
    right: 0;
    top: 7px;
    height: 48px;
    border-radius: 4px;
    gap: 6px;
    padding-top: 12px;
    padding-right: 18px;
    padding-bottom: 12px;
    padding-left: 18px;
    border-width: 1px;
    background-color: #00b9f2;
    font-family: 'Rubik Bolder';
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #fcfcfc;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .news_room_title .read_btn_pc span {
    padding-right: 6px;
  }
  .swiper-pagination-contain-news {
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 24px 0;
    height: 0;
    opacity: 0;
  }

  @media (max-width: 1300px) {
    .edges-frame-main {
      width: auto;
      gap: 20px;
    }
    .edges-frame-main-left .down {
      width: 500px;
    }
    .edges-frame-main-right .edges-frame-main-word {
      padding: 8px 10px 20px 0;
      height: 90px;
    }
    .banxin {
      width: 95%;
    }
  }

  @media (max-width: 1100px) {
    .edges-frame-main {
      width: auto;
      gap: 20px;
    }
    .edges-frame-main-left .down {
      width: 450px;
    }
    .edges-frame-main-right .edges-frame-main-word {
      padding: 8px 10px 20px 0;
      height: 90px;
    }
    .banxin {
      width: 98%;
    }
  }

  /* 移动端样式 */
  @media (max-width: 953px) {
    .banxin {
      width: 92%;
    }
    .module-title {
      font-size: 20px;
      line-height: 32px;
      padding: 32px 0 24px 0;
    }
    .carousel .swiper-slide .bannerImg {
      display: none;
    }
    .carousel .swiper-slide .mobileBannerImg {
      display: block;
    }
    .carousel .swiper-slide .shadowDiv {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
    }
    .carousel .carousel-swiper .swiper-button-prev,
    .carousel .carousel-swiper .swiper-button-next {
      display: none !important; /* 小屏幕隐藏导航按钮 */
    }
    .carousel .swiper-slide .bannerImg {
      min-height: 200px;
    }
    .carousel-swiper .read_btn {
      height: 30px;
      border-radius: 2px;
      padding-top: 6px;
      padding-right: 10px;
      padding-bottom: 6px;
      padding-left: 10px;
      font-weight: 500;
      margin-top: 12px;
    }
    .carousel-swiper .read_btn a {
      font-size: 12px;
    }
    .carousel .carousel-swiper .characters {
      position: absolute;
      top: 10%;
      left: 10%;
      right: 5%; /* 添加右侧限制 */
      z-index: 2;
    }
    .carousel .carousel-swiper .characters .characters_part1 {
      font-size: 20px;
      width: 212px;
      height: 60px;
      line-height: 30px;
    }
    .carousel .carousel-swiper .characters .characters_part2 {
      font-size: 13px;
      width: 219px;
      height: 54px;
      line-height: 18px;
    }
    .explore_products .tabs {
      padding-bottom: 24px;
    }
    .explore_products .tabs_content {
      margin-left: 0;
      gap: 17px;
    }
    .explore_products .tabs_button,
    .explore_products .line {
      font-size: 16px;
      line-height: 24px;
    }
    .explore_products .item {
      width: calc((100% - 34px) / 3);
      padding: 14px 10px;
      box-sizing: border-box;
    }

    .explore_products .item span {
      font-size: 12px;
      line-height: 14px;
    }
    .explore_products .item img {
      height: 37px;
      width: auto;
    }
    .explore_products .item .des {
      font-size: 11px;
      line-height: 14px;
      height: 35px;
      padding-top: 13px;
    }

    .explore_products .searchTitle {
      font-family: 'Rubik Regular';
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
    }
    .explore_products .search {
      display: flex;
      width: 100%;
      margin: 0 auto 64px;
    }
    .explore_products .search_input {
      padding-left: 50px;
    }
    .explore_products .search_icon {
      width: 24px;
      left: 20px;
    }
    .feature-frame .swiper-product .swiper-button-prev,
    .feature-frame .swiper-product .swiper-button-next {
      display: none !important; /* 小屏幕隐藏导航按钮 */
    }
    .feature-frame
      .swiper-product
      .swiper-slide
      .feature-frame-card-list-title {
      font-size: 16px;
      line-height: 24px;
      padding: 20px 0 8px 0;
    }
    .feature-frame {
      background-color: #fff;
    }
    .feature-frame .feature-frame-title {
      font-size: 20px;
      line-height: 32px;
      padding: 0 0 24px 0;
    }
    .feature-frame .bigImg img {
      width: 100%;
      height: auto;
    }
    .swiper-pagination-contain-feature {
      padding: 24px 0 32px 0;
    }
    .edges-frame {
      padding-bottom: 0;
    }
    .edges-frame-main {
      width: 100%;
      flex-direction: column;
      gap: 32px;
    }
    .edges-frame-main-left .down {
      margin-top: 0;
    }
    .edges-frame-main-right .down {
      width: 100%;
      height: auto;
    }
    .edges-frame-main-word,
    .edges-frame-main .edges-frame-main-left,
    .edges-frame-main-right {
      width: 100%;
    }
    .edges-frame-main-title {
      font-weight: 400;
      font-size: 18px;
      line-height: 28px;
      padding-top: 8px;
    }
    .edges-frame .edges-frame-main .edges-frame-item .edges-frame-main-word {
      font-weight: 400;
      font-size: 14px;
      line-height: 20px;
      height: auto;
    }
    .edges-frame .edges-frame-title {
      font-weight: 400;
      font-size: 20px;
      line-height: 32px;
      letter-spacing: 0%;
      text-align: center;
      vertical-align: middle;
      padding: 32px 0;
    }
    .edges-frame-main .edges-frame-main-left .edges-frame-item {
      display: flex;
      flex-direction: column-reverse;
    }
    .edges-frame-main-left .down {
      padding-top: 0;
      width: 100%;
      height: auto;
    }
    .edges-frame .read_btn {
      background-color: #00b9f2;
      display: flex;
      justify-content: center;
      border-radius: 4px;
      box-shadow: 0px 8px 14px 0px rgba(2, 142, 185, 0.24);
    }
    .edges-frame .read_btn > div {
      font-size: 16px;
      box-shadow: none;
    }
    .frame-import-notice {
      padding: 8px 20px 8px 15px;
    }
    .frame-import-notice .operateBtns {
      height: 0;
      opacity: 0;
    }
    .frame-import-notice .frame-import-notice-main {
      width: 100%;
    }
    .frame-import-notice-main .swiper-slide span {
      font-size: 11px;
      line-height: 18px;
    }
    .customer-frame-list ul li {
      height: auto;
    }
    .customer-frame-list ul li img {
      height: 24px;
    }
    .customer-frame-list-title {
      font-size: 12px;
      line-height: 18px;
      padding: 20px 0 10px 0;
    }
    .swiper-container-customer {
      overflow: hidden;
    }
    .customer-frame-list-main {
      font-size: 10px;
      line-height: 24px;
    }
    .news_room_title_main {
      padding-top: 0;
    }
    .news_room_title .read_btn_pc {
      display: none;
    }
    .news_room_title {
      padding-top: 32px;
      font-size: 20px;
      line-height: 32px;
      margin-top: 0;
      font-size: 20px;
      line-height: 32px;
    }
    .news_room .news_content {
      /* margin-top: 24px; */
    }
    .personality-tpl-main .news_room {
      padding: 0 0 32px 0;
      overflow: hidden;
    }
    .news_room .content_items .items_title {
      font-size: 16px;
      line-height: 24px;
      height: 80px !important;
      height: auto;
    }
    .news_room .read_btn.read_btn_pc {
      height: 0;
      opacity: 0;
    }
    .news_room .read_btn.read_btn_mobile {
      height: auto;
      opacity: 1;
      background-color: #00b9f2;
      display: flex;
      justify-content: center;
      border-radius: 4px;
      width: 100%;
    }
    .news_room .swiper-pagination-bullet {
      margin-right: 10px;
    }
    .news_room .swiper-pagination-bullet-active {
      background-color: #00b9f2 !important;
    }
    .swiper-pagination-contain-news {
      height: 50px;
      opacity: 1;
      position: absolute;
      bottom: 0;
    }
    .frame-import-notice .closeBtn {
      width: 12px;
      height: 12px;
    }
    .frame-import-notice-main .swiper-slide span {
      font-size: 11px;
      line-height: 18px;
    }
    .customer-frame .swiper-pagination-contain {
      height: auto;
      opacity: 1;
    }
    .customer-frame-list {
      display: block;
    }
    .customer-frame .swiper-pagination-bullet {
      margin-right: 10px;
    }
    .customer-frame .customer-frame-title {
      font-family: 'Rubik Regular';
      font-weight: 400;
      font-size: 20px;
      line-height: 32px;
      padding: 20px 0 32px 0;
      text-align: center;
      vertical-align: middle;
    }
    .feature-frame .swiper-slide .summery {
      font-size: 12px;
      line-height: 18px;
    }
    .news_room {
      padding: 0px 20px 40px 20px;
      overflow: hidden;
    }
    .news_room .read_btn.read_btn_pc {
      height: 0;
      opacity: 0;
    }
    .news_room .swiper-pagination-bullet {
      margin-right: 5px;
    }
    .news_room .swiper-pagination-bullet-active {
      background-color: #00b9f2 !important;
    }
    .swiper-pagination-contain-news {
      height: 50px;
      opacity: 1;
      position: absolute;
      bottom: 0;
    }
  }