body {
  overflow-x: hidden;
}
.left_content {
  width: 100%;
}

/* banner */
.pro_detail_banner {
  /* height: 380px; */
  position: relative;
  width: 100%;
}
.pro_detail_banner .bg_img img {
  width: 100%;
  /* height: 380px; */
  aspect-ratio: 1440 / 380;
  object-fit: contain; /* 或 contain */
  display: block;
}
.pro_detail_banner .bg_img_mobile {
  display: none;
}
.pro_detail_banner .bg_content {
  width: 78%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  left: 11%;
  top: 78px;
}
.pro_detail_banner .bg_content .left {
  width: 70%;
}
.bg_content .left .code_type {
  font-family: Rubik Regular;
  font-weight: 300;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #002f6c;
  margin-bottom :  5px;        margin-top :  5px;
}
.bg_content .left .code_type span {
  vertical-align: middle;
  padding: 0 8px;
}
.bg_content .left .name {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 48px;
  line-height: 60px;
  letter-spacing: -2%;
  color: #002e6c;
}
.bg_content .left .summary {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #333333;
  margin-top: 16px;
  width: 100%;
}
.bg_content .pic_video img {
  width: 400px;
}
.mobile_pro_info {
  display: none;
}
/* tab */
.pro_detail_tabs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 98px;
  margin: -49px auto 0 !important;
  box-shadow: 0px 20px 40px 0px #10182814;
  background: #fff;
  padding: 16px 33px;
  box-sizing: border-box;
  position: sticky;
  top: 0;
  z-index: 100;
  /* 添加移动端粘性定位支持 */
  -webkit-position: sticky; /* Safari支持 */
  /*will-change: transform;  提升性能 */
  cursor: pointer;
}

.pro_detail_tabs .tab_group {
  display: flex;
  /* width: 80%; */
  width: 100%;
  justify-content: space-between;
}
.pro_detail_tabs .tab {
  flex: 1;
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  text-align: center;
  color: #999999;
  padding: 17px 0;
  margin-right: 30px;
}
.pro_detail_tabs .tab_group .tab.active {
  color: #002e6c;
  border-bottom: 4px solid #002e6c;
}
.pro_detail_tabs .tab_btn {
  /* width: 15%; */
}
.tab_btn .tab {
  width: 100%;
  background: #00b9f2;
  padding: 12px 40px;
  border-radius: 4px;
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fcfcfc;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
}
.pro_detail_tabs .tab_btn .tab img{
  margin-left:10px
}
.pro_detail_tabs .tab_btn .tab.active {
  background: #0094bb;
}
/* 最新推廣活動  */
.news_activity {
  display: flex;
  padding: 24px 44px;
  justify-content: space-between;
  background: #fff;
  box-shadow: 0px 20px 40px 0px #10182814;
  margin-top: 40px !important;
  border-radius: 8px;
}
.news_activity .left_content .title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0%;
  color: #002e6c;
}
.news_activity .left_content .title a,
.news_activity .left_content .highlight a {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 30px;
}
.highlight a {
  white-space: nowrap;
}
.highlight {
  color: #00b9f2;
}
.news_activity .left_content .find_btn {
  display: flex;
  align-items: center;
  height: 44px;
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00b9f2;
}
.news_activity .left_content .apply {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #828284;
  margin-top: 14px;
}
.news_activity .right_content {
  width: 140px;
  object-fit: contain;
  display: block;
}
.btn_apply .phone_img img {
  display: none;
}
/* 内容部分 */
.pro_content {
  display: flex;
  justify-content: space-between;
  padding-bottom: 32px;
}
.pro_content .right_contents {
  width: 40%;
  margin-left: 80px;
  margin-top: 26px;
}
.common_title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 30px;
  line-height: 38px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #002e6c;
  margin-bottom: 32px;
  margin-top: 45px;
}
.pro_content .overview .overview_content {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333;
}
.overview_content p strong {
  font-family: Rubik Regular;
  font-size: 16px;
  line-height: 24px;
  color: #333;
}
/* 图片 */
/* 图片 */
.pro_image {
  width: 250px;
  height: 88px;
  margin: 20px 0;
}
.pro_image img {
  max-width: 100%;
  height: auto;
}
/* link */
.pro_link_btn {
  margin-bottom: 20px;
}
.pro_link_btn .text {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333;
}
.pro_link_btn .link_btn {
  width: 35%;
  background: #00b9f2;
  padding: 12px;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 10px;
}
.pro_link_btn .link_btn a {
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #fcfcfc;
}
/* Product Feature */

.product_feature {
  margin-bottom: 32px;
}
.product_feature .feature_items {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product_feature .feature_items .feature_item {
  display: flex;
  width: 45%;
  margin-bottom: 32px;
}
.product_feature .feature_items .feature_item .content {
  width: calc(100% - 60px);
}
.product_feature .feature_items .feature_item .pic {
  width: 44px;
  height: 44px;
  margin-right: 16px;
}
.product_feature .feature_items .feature_item .pic img {
  width: 44px;
  height: 44px;
  object-fit: contain;
}
.product_feature .feature_items .pro_title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  justify-content: space-between;
  align-items: normal;
}
.product_feature .feature_items .pro_title .fold_icon {
  background-image: url('/eportal/uiFramework/commonResource/image/2025061322384023202.svg');
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  display: none;
  background-size: 32px 32px;
  background-repeat: no-repeat;
  background-position: center;
  flex-shrink: 0; /* 防止flex布局压缩 */
  min-width: 32px;
  display: inline-block;
  cursor: pointer;
}
.product_feature .feature_items .pro_title .fold_icon.expanded {
  transform: rotate(180deg);
}
.product_feature .feature_item .view_more_btn {
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00b9f2;
  display: flex;
  align-items: center;
  margin: 8px 0;
  display: none;
}
.product_feature .feature_item .view_more_btn .fold_icon {
  background-image: url('/eportal/uiFramework/commonResource/image/2025040421271173995.png');
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.product_feature .feature_item .view_more_btn .fold_icon.expanded {
  transform: rotate(180deg);
}
.product_feature .feature_item .feature_describe {
  display: none;
  margin-top: 16px;
}
.product_feature .feature_item .feature_describe a {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3691fd !important;
  overflow-wrap: break-word;  /* 尽量不断开单词 */
  word-break: keep-all;
}
.product_feature .feature_item .feature_describe a:hover {
  text-decoration: underline;
}
.product_feature .feature_item .feature_describe ul li {
  list-style: disc !important;
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
}
.product_feature .feature_item .feature_describe .foot_note,.product_feature .feature_item .feature_describe .foot_note p{
  margin-bottom:10px;
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
}
.product_feature .feature_item .feature_describe .foot_note .note_title{
  font-family: 'Rubik Bolder';
}
.product_feature .feature_item .feature_describe ul,.product_feature .feature_item .feature_describe ol{
  margin-bottom: 10px;
}
.product_feature .feature_item .feature_describe .text{
  margin-bottom: 10px;
}
.product_feature .feature_item .feature_describe .text p {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
}
.product_feature .feature_item .feature_describe p{
  font-family: Rubik Regular;
  font-weight: 400 !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
}
.product_feature .feature_item .feature_describe strong {
  font-family: Rubik Bolder;
  font-weight: 500 !important;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
}
.product_feature .feature_item .feature_describe ol li {
  list-style: decimal !important;
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
}
.product_feature .feature_item .feature_describe.show {
  display: block;
}
/* note */

.notes .note_title {
  padding: 16px 32px;
  display: none;
  justify-content: space-between;
  align-items: center;
  /* background: #F9F9FB; */
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  margin: 32px 0;
}
.notes .note_title .fold_icon {
  background-image: url('/eportal/uiFramework/commonResource/image/2025061322384023202.svg');
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
}
.notes .note_title .fold_icon.expanded {
  transform: rotate(180deg);
}
.notes .notes_items {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  display: none;
  margin-bottom: 32px;
  margin-top: 32px;
  display: block;
}
.notes .notes_items a {
  color: #00b9f2;
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
}
.notes .notes_items.show {
  display: block;
}
/* 产品属性 */
.pro_attr .pro_attr_items {
  display: flex;
  flex-wrap: wrap;
}
.pro_attr .pro_attr_items .pro_attr_item {
  width: 33.3%;
  text-align: center;
  margin-bottom: 10px;
  padding-right: 20px;
}
.pro_attr .pro_attr_items .pro_attr_item img {
  width: 44px;
  height: 44px;
}
.pro_attr .pro_attr_items .pro_attr_item .product_name {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333333;
}
.pro_attr .pro_attr_items .pro_attr_item .pro_item_title {
  display: flex;
  justify-content: center;
  align-items: center;
}
.pro_attr .pro_attr_items .pro_attr_item .pro_item_title .fold_icon {
  background-image: url('/eportal/uiFramework/commonResource/image/2025061322384023202.svg');
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  display: none;
}
.pro_attr .pro_attr_items .pro_attr_item .pro_item_title .fold_icon.expanded {
  transform: rotate(180deg);
}

.pro_attr .pro_attr_items .pro_attr_item ul {
  list-style: none;
  padding: 0;
}
.pro_attr .pro_attr_items .pro_attr_item ul li {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  text-align: center;
  color: #002e6c;
}
.pro_attr .pro_attr_items .pro_attr_item .show_more_btn {
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00b9f2;
  margin: 16px 0;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.pro_attr .pro_attr_items .pro_attr_item .show_more_btn .more_fold_icon {
  background-image: url('/eportal/uiFramework/commonResource/image/2025061616452794265.svg');
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-left: 10px;
  background-position: center;
}
/* awards */
.detail_awards .award_items {
  display: flex;
  flex-wrap: wrap;
}
.detail_awards .award_items .award_item {
  display: flex;
  width: 50%;
}
.detail_awards .award_items .award_item img {
  width: 54px;
  margin-right: 16px;
}
.detail_awards .award_item .award_content .name {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #333333;
}
.detail_awards .award_item .award_content .time a {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #666666;
}
.detail_awards .award_item .award_content .level {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
}

.region .tabs .tab.active {
  border: 1px solid #00b9f2;
  color: #00b9f2;
  background: #fff;
}

.region .region_tab_content {
  margin-top: 50px;
  cursor:pointer;
}
/* region */
.region .tabs {
  display: flex;
  margin: 32px 0;
  cursor:pointer;
}
.region .tabs .tab {
  width: 50%;
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #333333;
  border: 1px solid #d6d6d6;
  padding: 16px 0;
  text-align: center;
  background: #FCFCFC;
}
.custom-layui-form .layui-form-radio{width:20% !important}
.region .list_item {
  margin-bottom: 24px;
  display: none;
}
.region .list_item.active {
  display: block;
}
.region .list_item .list_title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #002e6c;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 32px;
  box-shadow: 0px 0px 20px 0px #10182814;
  background: #fff;
}
.region .list_item .list_title img {
  width: 32px;
  margin-right: 5px;
  vertical-align: middle;
}
.region .list_item .list_title .fold_icon {
  background-image: url('/eportal/uiFramework/commonResource/image/2025061616452794265.svg');
  width: 24px;
  height: 24px;
  background-size: contain;
  background-repeat: no-repeat;
}
.region .list_item .list_title .fold_icon.expanded {
  transform: rotate(180deg);
}
.region .list_content {
  display: none;
}
.region .list_content.show {
  display: block;
}
.region .list_content ul {
  padding: 0;
  margin-top:24px;
}
.region .list_content ul li {
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 16px 0;
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #007bff;
}
.region .list_content ul li a {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 28px;
  letter-spacing: 0%;
  color: #007bff;
}
/* 右侧内容 */
.mobile_right_content {
  display: none;
}
.right_contents .right_content,
.right_link_content {
  border-bottom: 1px solid #d6d6d6;
  padding: 24px 0;
}
.right_contents .right_content .title,
.right_link_content .title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  display: flex;
  align-items: center;
}
.right_contents .right_content .title:hover,
.right_link_content .title:hover {
  color: #00b9f2;
}
.right_contents .right_content .title img,
.right_link_content .title img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}
.right_contents .right_content ol li {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #333;
  list-style: auto;
}
.right_contents .supporting_document {
  padding: 24px 0;
}
.right_contents .supporting_document ol {
  margin-left: 20px;
}
.right_contents .supporting_document ol li {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #333;
  list-style: auto;
  margin-bottom: 8px;
}
.right_contents .supporting_document .title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}
.right_contents .supporting_document .title img {
  margin-right: 10px;
  width: 24px;
  height: 24px;
  object-fit: contain;
}

/* video */
/* 轮播分页器的设置 */
/* 自定义分页器样式 */
/* video */
.video-container .swiper-slide {
  width: 33% !important;
  border: 1px solid #d6d6d6;
  box-sizing: border-box;
}
.video-container .main-video {
  aspect-ratio: 16/9;
}
/* 轮播控制容器 */
.swiper-controls {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 20px;
  gap: 20px; /* 添加按钮和分页器之间的间距 */
}

/* 自定义分页器样式 */
.swiper-pagination {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  gap: 8px;
}

.swiper-pagination-bullet {
  width: 6px !important;
  height: 6px !important;
  background: #d6d6d6 !important;
  opacity: 1 !important;
  border-radius: 50% !important;
  margin: 0 4px !important;
  transition: all 0.3s ease !important;
}

.swiper-pagination-bullet-active {
  width: 6px !important;
  height: 6px !important;
  background: #00b9f2 !important;
}
/* .swiper-slide-active{
    border: 1px solid #00B9F2  !important;
} */
/* 自定义导航按钮样式 */
.swiper-button-prev {
  background-image: url('/eportal/uiFramework/commonResource/image/2025042314134391947.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
}
.swiper-button-next {
  background-image: url('/eportal/uiFramework/commonResource/image/2025042314134391947.png') !important;
  background-size: contain;
  background-repeat: no-repeat;
  transform: rotate(-180deg);
}
.swiper-button-prev,
.swiper-button-next {
  position: relative;
  width: 25px;
  height: 25px;
  background-color: #fff;
  border-radius: 50%;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
  margin: 0;
  top: auto;
  left: auto;
  right: auto;
}
/* 当需要隐藏时的样式 */
.swiper-pagination.hidden,
.swiper-button-prev.hidden,
.swiper-button-next.hidden {
  display: none !important;
}
.swiper-button-prev:hover {
  background-image: url('/eportal/uiFramework/commonResource/image/2025042314131830829.png') !important;
  transform: rotate(0deg);
}
.swiper-button-next:hover {
  background-image: url('/eportal/uiFramework/commonResource/image/2025042314131830829.png') !important;
  transform: rotate(0deg);
}
.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
  border-color: #fff;
}

.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}
.active-slide .thumbnail {
  border: 1px solid #00b9f2;
}
#main-iframe {
  width: 100%;
  /* height: 400px; */
  aspect-ratio: 16/9;
  margin-bottom: 8px;
}
.thumbnail {
  padding: 8px;
  display: flex;
}
.thumbnail .pic img {
  width: 100px;
  height: 56px;
  background-size: contain;
  margin-right: 8px;
}

.thumbnail .date a {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #666666;
}

.thumbnail .title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  letter-spacing: 0%;
  color: #333333;
}
.swiper-slide.placeholder {
  visibility: hidden; /* 隐藏但保留布局空间 */
  width: calc(100% / 3) !important;
  pointer-events: none; /* 禁用交互 */
}
/* 其他信息 */
.other_info {
  width: 100%;
  margin: 0 auto;
  padding: 50px 0;
  background: #f9f9fb;
}
.other_info .title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #002e6c;
  margin-bottom: 50px;
}
.info_items {
  width: 78%;
  display: flex;
  flex-wrap: wrap;
  gap: 20px; /* 设置间距 */
  margin: 0 auto;
}
.info_items .info_item {
  padding: 39px 24px;
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  text-align: left;
  vertical-align: middle;
  color: #333333;
  background: #fff;
  box-shadow: 0px 20px 40px 0px #10182814;
  display: flex;
  align-items: center;
  flex: 0 0 calc(33.333% - (40px / 3)); /* 3 列，减去间隔的影响 */
  /* 或者更精确的计算：flex: 0 0 calc((100% - 40px) / 3); */
  box-sizing: border-box; /* 防止 padding 影响宽度 */
  border-radius: 8px;
  cursor: pointer;
}
.info_items .info_item img {
  width: 50px;
  margin-right: 10px;
}
/* FAQ */
.faq .title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -2%;
  text-align: center;
  vertical-align: middle;
  color: #002e6c;
  margin-bottom: 50px;
  margin-top: 50px;
}
.faq .faq_content {
  border-bottom: 1px solid #d8e0e0;
  padding: 16px 0 16px;
}
.que_answer p {
  margin-bottom: 15px;
}
.faq .faq_contents .que_title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  letter-spacing: 0%;
  color: #333333;
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.faq .faq_content .que_title .fold_icon {
  background-image: url('/eportal/uiFramework/commonResource/image/2025061322384023202.svg');
  width: 32px;
  height: 32px;
  background-size: contain;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.faq .faq_content .que_title .fold_icon.expanded {
  transform: rotate(180deg);
}
.faq .faq_content .que_answer {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  display: none;
  margin-top: 10px;
}
.faq .faq_content .que_answer ul{
  margin-left: 35px;
}
.faq .faq_content .que_answer ul li {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333333;
  list-style: disc !important;
}
.faq .faq_content .que_answer a {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: unset;
  color: #0078ff;
}
.faq .faq_content .que_answer strong{
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #333;
}
.faq .faq_content .que_answer.show {
  display: block;
}
.faq .show_more {
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  color: #00b9f2;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 24px 0;
  display: none;
  cursor: pointer;
}
.faq .show_more .more_fold_icon {
  background-image: url('/eportal/uiFramework/commonResource/image/2025061616390985127.svg');
  width: 20px;
  height: 20px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 5px;
}
/* 注释 */
.explanatory_note,
.explanatory_note h3 {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #333333;
  padding: 16px 0;
}
/* 相似产品 */
.feature-frame {
  padding-bottom: 50px;
}
.feature-frame li {
  list-style: none;
}
.swiper-slide,
.swiper-wrapper {
  width: 100%;
}
.feature-frame .swiper-product .swiper-button-prev {
  background-image: url('/eportal/uiFramework/commonResource/image/2025032816173161731.png') !important;
  background-size: contain !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: none;
  box-shadow: none;
}
.feature-frame .swiper-product .swiper-button-next {
  background-image: url('/eportal/uiFramework/commonResource/image/2025032816173161731.png') !important;
  background-size: contain !important;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  transform: rotate(180deg);
  background: none;
  box-shadow: none;
}
.feature-frame .swiper-product .swiper-button-prev:hover,
.feature-frame .swiper-product .swiper-button-next:hover {
  background: #1018280d;
}
.feature-frame .feature-frame-title {
  padding-top: 50px;
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  letter-spacing: -2%;
  vertical-align: middle;
  color: #002e6c;
  display: flex;
  justify-content: center;
  margin: 0 auto 50px auto !important;
}
.feature-frame-card-list {
  position: relative;
}
.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%;
  /*display: flex;
  flex-direction: row;
  position: relative;
  overflow: hidden;*/
}
.feature-frame-card-list ul li {
  border: 1px solid #fff;
  border-radius: 5px;
  width: 352px;
  height: auto;
  background-color: #fff;
  box-sizing: border-box;
  padding: 20px 20px 30px;
  box-shadow: 0px 10px 20px 0px #10182814;
}
.feature-frame-card-list ul li:last-child {
  margin-right: 0;
}
.feature-frame-card-list ul li > img {
  width: 100%;
  margin: 0 auto;
  aspect-ratio: 1.43;
  object-fit: contain;
  border-radius: 8px;
}
.feature-frame-card-list-title {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  letter-spacing: 0%;
  color: #333;
  padding: 10px 0;
}
.feature-frame-card-list-main {
  font-family: Rubik Regular;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0%;
  vertical-align: middle;
  color: #333;
  display: block;
  -webkit-line-clamp: 4; /* 限制显示行数 */
  -webkit-box-orient: vertical; /* 垂直方向排列 */
  overflow: hidden; /* 隐藏超出部分 */
  text-overflow: ellipsis; /* 超出时显示省略号 */
max-height: calc(4 * 24px + 22px); 
  /* 确保单词不被截断 */
  /*word-break: keep-all;           单词不换行（防止截断） */
  overflow-wrap: break-word; /* 允许长单词换行（防止溢出） */
   box-sizing: border-box;
  margin-bottom: 26px;
  padding-bottom: 22px;
}
.feature-frame-card-list-more {
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  color: #00b9f2;
  display: flex;
  align-items: center;
  position: fixed;
  bottom:30px;
  width: 100%;
}
.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: 50px auto 0;
  position: relative;
  display: block;
  top: 3px;
}
.feature-frame .swiper-pagination-bullet-active {
  background-color: #00b9f2 !important;
}
.feature-frame .swiper-slide[pro-type='hot']::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url('/eportal/uiFramework/commonResource/image/2025061211193217322.svg')
  center/contain no-repeat;
}
.feature-frame .swiper-slide[pro-type='new']::after {
  content: '';
  position: absolute;
  top: 22px;
  right: 20px;
  width: 80px;
  height: 80px;
  background: url('	/eportal/uiFramework/commonResource/image/2025061211252727315.svg')
  center/contain no-repeat;
}

/* 联系我们表单相关样式 开始 */
.formModule .topTitle {
  font-family: 'Rubik Regular';
  font-weight: 400;
  font-size: 40px;
  line-height: 60px;
  color: #002e6c;
  text-align: center;
  vertical-align: middle;
  padding: 50px 0 50px 0;
}

.formModule .requiredField {
  font-family: 'Rubik Regular';
  font-weight: 400;
  font-size: 24px;
  line-height: 32px;
  color: #333333;
  padding-bottom: 40px;
}

.layui-form-item-getintouch {
  padding: 24px 15px;
}

/* 弹窗样式  开始**************/
.dialog .dialog-content {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 20px;
  background: white;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  z-index: 1000;
}
/* 背景遮罩 */
.dialog .overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  z-index: 2002;
}
.dialog .dialog-content {
  border-radius: 8px;
  box-sizing: border-box;
  padding:40px;
  width: 900px;
  z-index: 2500;
}
.dialog .dialog-content .close-btn {
  float: right;
  cursor: pointer;
}
.dialog .dialog-content .content_box {
  display: flex;
  margin-top: 30px;
  flex-direction: column;
  gap: 24px;
}
.dialog .dialog-content .content_box .title {
  font-family: Rubik Bolder;
  font-weight: 500;
  font-size: 30px;
  line-height: 38px;
  color: #002e6c;
  vertical-align: middle;
}
.dialog .dialog-content .content_box .content p {
  font-family: 'Rubik Regular';
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #333333;
  padding-bottom: 24px;
}
.dialog .dialog-content .content_box .content_box_left {
  font-family: 'Rubik Bolder';
  font-size: 24px;
  line-height: 32px;
  color: #002e6c;
}

.dialog
.dialog-content
.content_box
.content_box_left
.dialogbox_left_name
.left_name {
  font-family: 'Rubik Regular';
  font-size: 24px;
  line-height: 32px;
  color: #002e6c;
  margin-top: 24px;
  margin-bottom: 16px;
}
.dialog
.dialog-content
.content_box
.content_box_left
.dialogbox_left_name
.nameBtn {
  font-family: 'Rubik Regular';
  font-size: 14px;
  line-height: 20px;
  height: 36px;
  border-radius: 20px;
  border: 1px solid #00b9f2;
  padding: 8px 16px;
  color: #00b9f2;
  box-sizing: border-box;
  display: inline-block;
  min-width: 90px;
}
.dialog .dialog-content .content_box .content_box_right {
  margin: 0 59px 0 40px;
  word-wrap: break-word;
  overflow-wrap: break-word;
  white-space: normal;
  flex: 1;
  font-size: 16px;
  line-height: 24px;
}
/* 弹窗样式  结束**************/

/* 联系我们表单相关样式 结束 */
.custom-layui-form .layui-btn{
  margin-bottom:26px;
}
.feature-frame{
  background: #F9F9FB;
}
.region .tabs .tab:first-child{
  border-right: none;
  border-radius: 4px 0px 0px 4px;
}
.region .tabs .tab:first-child.active,
.region .tabs .tab:last-child.active
{
  border: 1px solid #00b9f2
}
.region .tabs .tab:last-child{
  border-left: none;
  border-radius: 0px 4px 4px 0px;
}
@media screen and (max-width: 953px) {
  .feature-frame{
    padding-top: 32px;
    padding-bottom:0;
    margin-bottom: -24px;
  }
  .left_content .overview {
    border-bottom: 1px solid #D6D6D6;
  }
  .pro_content .overview .overview_content{
    margin-bottom: 32px;
  }
  .feature-frame .swiper-pagination{
    margin: 24px auto 32px;
  }
  .custom-layui-form .layui-btn{
    margin-bottom:16px;
  }
  /* banner */
  .pro_detail_banner {
    height: auto;
  }
  .pro_detail_banner .bg_img img {
    /* height: 200px; */
    display: none;
  }
  .pro_detail_banner .bg_img_mobile {
    display: block;
  }
  .pro_detail_banner .bg_img_mobile img {
    height: auto; /* 高度自动调整，保持比例 */
    aspect-ratio: 375 / 200;
    width: 100%;
    object-fit: contain;
  }
  .pro_detail_banner .bg_content {
    position: static;
  }
  .bg_content .pic_video {
    position: absolute;
    left: 50%;
    transform: translatex(-50%);
    bottom: 0;
  }
  .bg_content .pic_video img {
    width: 200px;
  }
  .bg_content .left {
    display: none;
  }

  .mobile_pro_info {
    display: block;
    width: 87%;
    margin: 16px 24px;
  }
  .mobile_pro_info .code_type {
    font-family: Rubik Regular;
    font-weight: 300;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0%;
    color: #002f6c;
    margin-bottom: 8px;
  }
  .mobile_pro_info .code_type span {
    padding: 0 8px;
  }
  .mobile_pro_info .name {
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -2%;
    color: #002e6c;
  }
  .mobile_pro_info .summary {
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    color: #333333;
    margin-bottom: 16px;
  }
  .custom-layui-form .layui-form-item-getintouch.layui-form-item  {
    padding: 24px 15px;
  }
  /* tab */
  .pro_detail_tabs {
    position: sticky;
    top: 0;
    z-index: 1000; /* 提高z-index确保在最上层 */
    margin-top: 0 !important;
    height: auto;
    min-height: 56px; /* 设置最小高度 */
    background: #f9f9fb;
    box-shadow: none;
    width: 100% !important;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch; /* 启用弹性滚动 */
    scrollbar-width: none; /* 隐藏 Firefox 滚动条 */
    contain: none;
  }
  .pro_detail_tabs::-webkit-scrollbar {
    display: none;
  }
  /* .framePageMain,
  .pro_detail_tabs,
  .pro_detail_tabs * {
    overflow: visible !important;
  } */

  /* 解决某些Android设备的粘性问题 */
  @supports (-webkit-touch-callout: none) {
    .pro_detail_tabs {
      position: -webkit-sticky;
    }
  }
  .pro_detail_tabs .tab_group {
    display: flex;
    flex-wrap: nowrap;
    padding: 0 16px;
    gap: 10px; /* 移除间隔 */
    width: max-content;
  }
  .tab_btn{
    position: fixed !important;
    bottom: 30px;
    width: 92%;
    left: 4%;
    z-index:100 !important;
    /* 新增以下屬性 */
    -webkit-backface-visibility: hidden; /* 解決渲染問題 */
    -webkit-overflow-scrolling: touch; /* 啟用平滑滾動 */
    /* 處理 iOS 安全區域 */
    padding-bottom: env(safe-area-inset-bottom);
    bottom: calc(30px + env(safe-area-inset-bottom));
  }
  /* iOS 安全区域适配（避免被底部黑条遮挡） */
  /* @supports (padding-bottom: env(safe-area-inset-bottom)) {
   .tab_btn {
      bottom: calc(30px + env(safe-area-inset-bottom));
    }
  } */
  .pro_detail_tabs .tab_group .tab,.pro_detail_tabs .tab_btn .tab,.tab_btn .tab {
    min-width: 108px;
    font-size: 12.6px;
    font-weight: 500;
    line-height: 19.6px;
    line-height: 20px;
    flex: none; /* 取消flex自动分配 */
    white-space: nowrap; /* 防止文字换行 */
    padding: 12px 16px;
    margin-right: 0px;
  }
  .footerContain{
    position: relative;
    z-index: 200;
  }
  /* 最新推廣活動  */
  .news_activity {
    padding: 15px;
    box-sizing: border-box;
    margin-top: 16px !important;
    display:block;
  }
  .news_activity .title{
    margin-bottom:12px;
  }
  .news_activity .right_content {
    display: none;
  }
  .news_activity .left_content .title,
  .news_activity .left_content .title a {
    font-size: 16px;
    line-height: 24px;
    padding: 0;
  }
  .news_activity .left_content .find_btn{
    font-size: 14px;
  }
  .btn_apply {
    display: flex;
    justify-content: space-between;
  }
  .btn_apply .phone_img img {
    width: 98px;
    display: block;
  }
  .promotion_introduction .promotion_pic,
  .promotion_content .awards .award {
    width: 100%;
  }
  /* 内容部分 */
  .left_content {
    width: 100%;
  }
  .pro_content{
    padding-bottom: 0;
  }
  .pro_content .right_contents {
    display: none;
  }
  .common_title {
    font-size: 18px;
    line-height: 28px;
    margin-top: 32px;
    margin-bottom: 32px;
    text-align: center;
  }
  .pro_content .overview .overview_content, .overview_content p strong{
    font-size: 14px;
    line-height: 20px;
  }
  /* 产品特点 */
  .product_feature .feature_item .feature_describe a {
    font-size: 12px;
  }
  .product_feature .feature_items .feature_item {
    width: 100%;
    border-bottom: 0.5px solid #D9D9D9;
    margin-bottom: 16px;
  }
  .product_feature .feature_items .feature_item .content {
    width: calc(100% - 40px);
  }
  .product_feature .feature_items .feature_item .pic img {
    width: 40px;
    height: 40px;
  }
  .product_feature .feature_items .pro_title {
    font-size: 14px;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .product_feature .feature_items .pro_title .fold_icon {
    display: inline-block;
  }
  .product_feature .feature_item .view_more_btn {
    display: none;
  }
  .product_feature .feature_item .feature_describe ul li{
    list-style: none !important;
  }
  .product_feature .feature_item .feature_describe ul li::before {
    content: "";
    display: inline-block;
    width: 3px;
    height: 3px;
    background: black; /* 圆点颜色 */
    border-radius: 50%; /* 圆形 */
    margin-right: 8px; /* 调整间距 */
    vertical-align: middle;
  }
  .product_feature .feature_item .feature_describe ul li,.product_feature .feature_item .feature_describe ol li {
    font-size: 12px;
    line-height: 18px;
  }
  .product_feature .feature_item .feature_describe strong,.product_feature .feature_item .feature_describe .foot_note,.product_feature .feature_item .feature_describe .foot_note p {
    font-size: 12px;
    line-height: 18px;
  }
  .product_feature .feature_item .feature_describe .text p{
    font-size: 12px;
    line-height: 18px;
  }
  .product_feature .feature_item .feature_describe p{
    font-size: 12px;
    line-height: 20px;
  }
  .product_feature .feature_item .feature_describe a{
    font-size:12px;
  }
  .product_feature .feature_item .feature_describe span{
    font-size:12px;
  }
  /* notes */
  .notes .note_title {
    padding: 8px 15px;
    font-size: 14px;
    line-height: 20px;
  }
  /* 产品属性 */
  .pro_attr .pro_attr_items .pro_attr_item .product_name {
    font-size: 14px;
    line-height: 20px;
  }
  .pro_attr .pro_attr_items .pro_attr_item {
    width: 100%;
    display: flex;
    padding-right: 0;
    border-bottom: 0.5px solid #D9D9D9;
  }
  .pro_attr .pro_attr_items .pro_attr_item img {
    width: 40px;
    height: 40px;
    margin-right: 24px;
  }
  .pro_attr .pro_attr_items .pro_attr_item .pro_item_title {
    justify-content: space-between;
    text-align: left;
  }
  .pro_attr .pro_attr_items .pro_attr_item .pro_item_title .fold_icon {
    display: block;
  }
  .pro_attr .pro_attr_items .pro_attr_item .product_name {
    width: 100%;
  }
  .pro_attr .pro_attr_items .pro_attr_item ul li {
    text-align: left;
  }
  .pro_attr .pro_attr_items .pro_attr_item .show_more_btn {
    display: none;
  }
  /* awards */
  /* .detail_awards .award_items .award_item{
    width: 100%;
} */
  .detail_awards .award_items .award_item {
    width: 100%;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 16px;
  }
  /* .detail_awards .award_items .award_item{
    font-size: 12px;
    line-height: 18px;
} */
  .detail_awards .award_item .award_content .level {
    font-size: 14px;
    line-height: 20px;
  }
  /* region */
  .region .list_item .list_title {
    margin-left: calc(-50vw + 50%);
    margin-right: calc(-50vw + 50%);
    padding: 16px 20px;
    font-size: 16px;
    line-height: 24px;
  }
  .region .list_content ul li {
    font-size: 14px;
    line-height: 20px;
  }
  .region .list_item .list_title img {
    width: 24px;
  }
  /* 移动端右侧东西 */
  /* 右侧内容 */
  .mobile_right_content {
    width: 100%;
    display: block;
  }
  .mobile_right_content .right_content {
    border-bottom: 1px solid #d6d6d6;
    padding: 24px 0;
  }
  .mobile_right_content .right_content .title {
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333;
    display: flex;
    align-items: center;
  }
  .mobile_right_content .right_content .title:hover {
    color: #00b9f2;
  }

  .mobile_right_content .right_content .title img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .mobile_right_content .right_content .title ol li {
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #333;
  }
  .right_contents .right_content .title img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  .mobile_right_content .supporting_document {
    padding: 24px 0;
    border-bottom: 1px solid #d6d6d6;
  }
  .mobile_right_content .supporting_document ol {
    margin-left: 20px;
  }
  .mobile_right_content .supporting_document ol li {
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0%;
    color: #333;
    list-style: auto;
    margin-bottom: 8px;
  }
  .mobile_right_content .supporting_document .title {
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0%;
    vertical-align: middle;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 8px;
  }
  .mobile_right_content .supporting_document .title img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    object-fit: contain;
  }
  /* video */
  .video-container .swiper-slide {
    width: calc(100% / 1.2) !important;
  }
  #main-iframe {
    /* height: 188px; */
    width: 100%;
    aspect-ratio: 16/9;
  }
  .swiper-button-prev,
  .swiper-button-next {
    display: none !important;
  }
  .swiper-slide.placeholder {
    display: none;
  }
  /* .swiper-pagination {
 display: flex !important;
} */
  /* 其他信息 */
  .other_info {
    width: 92%;
    margin: 0 auto;
    padding: 24px 0;
    background: none;
  }
  .other_info .title {
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 24px;
  }
  .info_items {
    width: 100%;
  }
  .info_items .info_item {
    flex: 0 0 calc(100%);
    padding: 20px 15px;
    font-size: 16px;
    line-height: 24px;
    text-align: left;
  }
  /* FAQ */
  .faq .title {
    font-size: 18px;
    line-height: 28px;
    margin-top:32px;
    margin-bottom: 0px;
  }
  .faq .faq_contents .que_title {
    font-size: 14px;
    line-height: 20px;
  }
  .faq .faq_content .que_answer,.faq .faq_content .que_answer ul li ,.faq .faq_content .que_answer a,.faq .faq_content strong{
    font-size: 12px;
    line-height: 18px;
  }
  /* 注释 */
  .explanatory_note,
  .notes .notes_items,
  .notes .notes_items a {
    font-size: 12px;
    line-height: 18px;
  }
  .notes_items p{
    margin-bottom: 8px;
  }
  /* 相似产品 */
  .feature-frame .swiper-product .swiper-button-prev,
  .feature-frame .swiper-product .swiper-button-next {
    display: none !important; /* 小屏幕隐藏导航按钮 */
  }
  .feature-frame .swiper-product .swiper-slide {
    /* width: calc(100% / 1.2) !important; */ /* 强制幻灯片宽度100% */
  }
  .feature-frame .feature-frame-title {
    font-family: Rubik Regular;
    font-weight: 400;
    font-size: 20px;
    line-height: 32px;
    letter-spacing: 0%;
    text-align: center;
    vertical-align: middle;
    margin-top: 0px !important;
    margin-bottom: 24px !important;
    padding-top:0;
  }
  .feature-frame-card-list {
    width: 100%;
    overflow-x: hidden;
  }
  .feature-frame-card-list-title {
    font-size: 16px;
    line-height: 24px;
  }
  .feature-frame-card-list-main {
    font-size: 12px;
    line-height: 18px;
    max-height: calc(4 * 18px + 22px);
   
  }
  .feature-frame .swiper-slide[data-browse='hot']::after {
    width: 44px;
    height: 44px;
  }
  .feature-frame .swiper-slide[data-browse='new']::after {
    width: 44px;
    height: 44px;
  }
  .feature-frame .swiper-slide[pro-type='hot']::after {
    width: 44px;
    height: 44px;
  }
  .feature-frame .swiper-slide[pro-type='new']::after {
    width: 44px;
    height: 44px;
  }
  .detail_awards .award_item .award_content .name {
    font-size: 16px;
    line-height: 24px;
  }
  .detail_awards .award_item .award_content .time a {
    font-size: 12px;
    line-height: 18px;
  }
  .pro_link_btn .link_btn {
    width: 100%;
  }
  /* 取得联系 开始 */
  .formModule .topTitle {
    font-size: 18px;
    line-height: 28px;
    padding: 32px 0 24px 0;
  }

  .formModule .requiredField {
    font-size: 18px;
    line-height: 28px;
    padding-bottom: 26px;
  }


  /* 取得联系 结束 */


  /* 弹窗样式 开始 */
  .dialog .dialog-content {
    border-radius: 8px;

    max-height: 500px;
    overflow: auto;
    padding: 20px;
    width: 90%;
  }

  .dialog .dialog-content .content_box {
    display: flex;
    margin-top: 20px;
    flex-direction: column;
    gap: 20px;
  }
  .dialog .dialog-content .content_box .title {
    font-size: 24px;
    line-height: 26px;
  }
  .dialog .dialog-content .content_box .content p {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 16px;
  }
  .dialog .dialog-content .content_box .content_box_left {
    font-size: 16px;
    line-height: 20px;
  }

  .dialog
  .dialog-content
  .content_box
  .content_box_left
  .dialogbox_left_name
  .left_name {
    font-size: 20px;
    line-height: 24px;
    margin-top: 16px;
    margin-bottom: 16px;
  }
  .dialog
  .dialog-content
  .content_box
  .content_box_left
  .dialogbox_left_name
  .nameBtn {
    font-family: 'Rubik Regular';
    font-size: 14px;
    line-height: 20px;
    height: 36px;
    border-radius: 20px;
    border: 1px solid #00b9f2;
    padding: 8px 16px;
    color: #00b9f2;
    box-sizing: border-box;
    display: inline-block;
    min-width: 90px;
  }
  .dialog .dialog-content .content_box .content_box_right {
    margin: 0 20px 0 20px;
    font-size: 14px;
    line-height: 20px;
  }
  /* 弹窗样式 结束 */
  .custom-layui-form .layui-form-item {
    padding: 0 0 24px 0 !important;
  }
  .info_items .info_item img {
    width: 36px;
    height:36px;
    margin-right: 10px;
  }
  .product_feature .feature_item .feature_describe ul{
    margin-left: -30px;
  }
  .region .list_content ul{
    margin-top: 0px !important;
  }
  .region .list_content ul li{
    padding: 12px 0 !important;
  }
  .news_activity .left_content .apply{
    font-size: 11px;
  }
  .mobile_right_content .right_content:first-child .title {
    color: #00b9f2;
  }
  .faq .faq_content .que_answer strong{
    font-size: 12px !important;
    line-height: 18px !important;
  }
  .product_feature .feature_item .feature_describe.show ul li span{
    font-size: 10px !important;
  }
  .region .tabs .tab {
    width: 50%;
    font-family: Rubik Bolder;
    font-weight: 500;
    font-size: 14px;
    line-height: 28px;
    letter-spacing: 0%;
    color: #333333;
    border: 1px solid #d6d6d6;
    padding: 16px 0;
    text-align: center;
    background: #FCFCFC;
  }
  .region .tabs {
    height:40px;
  }
  .region .tabs .tab {
    padding: 5px 0;

  }
  .region .region_tab_content {
    margin-top: 0px;
  }
  .custom-layui-form .layui-form-item-bgGrey-group{
    padding: 24px 15px !important;
    margin-bottom: 24px !important;
  }
}