header .header_box .center_box .nav_box .nav_list .item .products_menus .proImages img { width: 4.3rem; height: 3.7rem; }

.ins_support3 .center_box .content ul li .word .t3 { max-height: 0.8rem; position: relative; z-index: 2; overflow-y: auto; }

.ins_productDetail4 .center_box .content table tbody tr:first-child { background-color: var(--active_color); }

.newsDetail .ins_newsDetails2 .center_box .content a { text-decoration: underline !important; color: var(--active_color); }

/* 2025-11-17 */
.inewsBg .inews .left { position: relative; z-index: 2; }
.ins_productDetail4 .center_box .content table tbody tr td { word-break: break-word; }

/* 2025-11-28 修改下沉导航最后一个被遮挡问题 */
header .header_box .center_box .nav_box .nav_list .item .products_menus .one_level,
header .header_box .center_box .nav_box .nav_list .item .products_menus .two_level,
header .header_box .center_box .nav_box .nav_list .item .products_menus .proImages { height: 4.8rem; }

/* 2025-12-10 */
.iproductsBg .iproducts .iproductsMain .swiper-slide { background-size: cover; background-position: center center;}


/* 2025-12-31 */
.ins_success1 {
  width: 100%;
  height: auto;
  padding-top: 1.6rem;
  padding-bottom: 0.5rem;
  background-color: #f9f9f9;
}
.ins_success1 .content {
  width: 7rem;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  margin: 0 auto;
  padding: 0.5rem 0;
  border: 1px solid #eee;
  background-color: #fff;
}
.ins_success1 .content .icon {
  width: 1rem;
  height: 1rem;
  margin-top: 0.84rem;
}
.ins_success1 .content .icon img {
  width: 100%;
  height: 100%;
}
.ins_success1 .content .t1 {
  width: 42.8571%;
  height: auto;
  color: #666;
  line-height: calc(24 / 16);
  text-align: center;
  margin-top: 0.84rem;
}
.ins_success1 .content .btn {
  width: 1.6rem;
  height: 0.36rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  color: #999;
  border-radius: 0.04rem;
  border: 1px solid #999;
  margin-top: 0.2rem;
}