.ins_downloadCon1 .hover_box , .ins_newdCon1{ display: none; }
.popup_text2 { padding: 20px; }
.ins_newdCon2 { padding-top: 30px; }


@media (max-width:990px) {
    .popup_text2 .text_box { width: 100%; }
    .popup_text2 .text_box .layui-form .item.dg2 { grid-column: unset; }
    .popup_text2 .text_box .layui-form { grid-template-columns: repeat(1, 1fr); }
      header::after {
        display: none !important;
      }
      .ins_productCon1 .images_box { background-attachment: unset !important; }
}
footer .footer_box .footer_top .foot_right .item_box .item .sele_box .one .list .pro .t2,
footer .footer_box .footer_top .foot_right .item_box .item .cont .t2 { opacity: 0.8; }

.ins_productCon15 .center_box .left_box .number {     
    background: -webkit-linear-gradient(-15deg, #afc0e482 30%, #afc0e415 60%, #afc0e4 90%);
    background: linear-gradient(-15deg, #afc0e482 30%, #afc0e415 60%, #afc0e4 90%);
    -webkit-background-clip: text;
    background-clip: text;
    font-size: 1.5rem; }
    
.ind_serveCcon1 .center_box .item_box .item .number {
    font-size: 1.08rem;
    font-family: "ORBITRON";
    font-weight: 900;
    background: -webkit-linear-gradient(0, #e9ebee00 15%, #c1c1c1 100%);
    background: linear-gradient(0, #e9ebee00 15%, #c1c1c1 100%);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
}
.cookies_box {
  width: 100%;
  height: auto;
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  padding: 0.6rem 0;
  background: #FFFFFF;
}
.cookies_box .center_box {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.cookies_box .center_box .word {
  width: fit-content;
  max-width: 60%;
}
.cookies_box .center_box .word .t1 {
  font-weight: 700;
}
.cookies_box .center_box .word .t2 {
  margin-top: 0.1rem;
  line-height: 1.5;
}
.cookies_box .center_box .word .t2 a {
  display: inline-block;
  text-decoration: underline;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  font-weight: 700;
}
.cookies_box .center_box .word .t2 a:hover {
  color: var(--active_color);
}
.cookies_box .center_box .icon {
  width: fit-content;
  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;
  gap: 0.15rem;
}
.cookies_box .center_box .icon .btn {
  min-width: 1.8rem;
  width: auto;
  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;
  height: 0.5rem;
  min-height: 40px;
  font-size: var(--font16);
  border-radius: 100px;
  border: 1px solid #CCCCCC;
  cursor: pointer;
}
.cookies_box .center_box .icon .btn:first-child {
  background: var(--active_color);
  color: var(--color_fff);
  border-color: var(--active_color);
}
.ins_newdCon2 .center_box {  display: flex; flex-direction: column; align-items: center; } 
.ins_newdCon2 .center_box .title,.ins_newdCon2 .center_box .content { width: 53%; }
.ins_newdCon2 .center_box .content img { width: auto !important; height: auto !important; }
.ins_newdCon2 .center_box .content ul li { list-style: unset; }