
.search_for2 {
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  background: #FFFFFF;
  z-index: 101;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  color: #000;
}
.search_for2 .w1760 {
  position: relative;
  z-index: 5;
}
.search_for2 .center_boxS {
  width: 100%;
  height: var(--header-height);
  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;
  gap: 0.2rem;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  justify-content: space-between;
}
.search_for2 .center_boxS .contInfo {
    width: 30%;
    display: flex;
    align-items: center;
    border: 1px solid #e5e5e5;
    padding: 0 0.2rem;
    border-radius: 0.05rem;
}
.search_for2 .center_boxS .search_in {
  width: 100%;
  height: 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: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  overflow: hidden;
  gap: 0.3rem;
}
.search_for2 .center_boxS .search_in .input {
  width: 100%;
  height: auto;
}
.search_for2 .center_boxS .search_in .input input {
  width: 100%;
  height: 0.45rem;
  min-height: 38px;
  border: 0;
  font-weight: 300;
}
.search_for2 .center_boxS .search_in .icon {
  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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  /* width: 0.4rem;
  height: 0.4rem;
  min-width: 38px;
  min-height: 38px; */
}
.search_for2 .center_boxS .search_in .icon i {
  font-size: var(--font20);
}
.search_for2 .center_boxS .search_in .icon:hover {
  color: var(--active_color);
}
.search_for2 .center_boxS .close_box {
  width: auto;
  height: auto;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  cursor: pointer;
  flex-shrink: 0;
}
.search_for2 .center_boxS .close_box .icon {
  width: fit-content;
  height: 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;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_for2 .center_boxS .close_box .icon i {
  font-size: var(--font20);
}
.search_for2 .center_boxS .close_box .icon:hover {
  color: var(--active_color);
}
.search_for2 .center_boxS .souSuoBox {
  width: 30%;
  background: #FFFFFF;
  border-radius: 0.08rem;
  top: calc(100% + 0.08rem);
  position: absolute;
  right: 0;
  padding: 0.33rem;
}
.search_for2 .center_boxS .souSuoBox .title {
  font-size: var(--font18);
  color: #333333;
}
.search_for2 .center_boxS .souSuoBox .list {
  width: 100%;
  height: auto;
  margin-top: 0.2rem;
   display: grid; grid-template-columns: repeat(2, 1fr); gap: 0.2rem;
}
.search_for2 .center_boxS .souSuoBox .list .one {
  font-size: var(--font16);
  line-height: calc(36/22);
  color: #999999;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.search_for2 .center_boxS .souSuoBox .list .one:hover {
  color: var(--active_color);
}
.search_for2 .logo {
  width: 1.75rem;
}
.search_for2.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0%);
}


* {
  scrollbar-color: #ffffff #0D0D0D;
  scrollbar-width: thin;
}
*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
  background-color: #ffffff;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--active_color);
  border-radius: 0;
}
*::-webkit-scrollbar-track {
  border-radius: 0;
  background: #ffffff2a;
}


.ins_productCon2 .center_box .right_box .list .one {
  position: relative;
  z-index: 1;
}
.ins_productCon2 .center_box .right_box .list .one .img_bg {
  position: absolute;
  top: calc(100% + 20px);
  width: 1.24rem;
  height: 1.24rem;
  background: #ffffff;
  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;
  border-radius: 4px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 0.08rem;
  left: 50%;
  transform: translateX(-50%);
}
.ins_productCon2 .center_box .right_box .list .one .img_bg img {
  width: 100%;
  height: auto;
  border-radius: 0.08rem;
}
.ins_productCon2 .center_box .right_box .list .one .img_bg::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 16px 12px 0 12px;
  border-color: #ffffff transparent transparent transparent;
  position: absolute;
  bottom: 100%;
  transform: rotate(180deg);
}
.ins_productCon2 .center_box .right_box .list .one:hover .img_bg{
  opacity: 1;
  visibility: visible;
}
.ins_productCon15 .center_box .content .list_box .list:last-child .icon {
    padding-bottom: 0.24rem !important;
}
header .header_box .center_box .item_box .item .one:hover::after, header .header_box .center_box .item_box .item .one.active::after{ display: none; }

footer .footer_box .footer_bottom .icon { display: flex; align-items: center; gap: 0.1rem; }
footer .footer_box .footer_bottom .icon a { color: #6666668F; }
footer .footer_box .footer_bottom .icon a:hover { color: var(--active_color) !important; text-decoration: underline; }
.ins_technologyCon2 { height: 150vh; }
.ins_productCon15 .center_box .content .list_box .list .icon,.ins_productCon15 .center_box .content .list_box .list .word { padding: 0.21rem 0; }

header .header_box .center_box .item_box .item .Third_Navigation .navBox1 .contB1 .left_box .oneThe.active { color: var(--active_color); padding:0.2rem 0; }
header .header_box .center_box .item_box .item .Third_Navigation .navBox1 .contB1 .left_box .oneThe.active::after { display: none; }
html { scrollbar-width: unset; }
.idxPageShow2 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  grid-gap: 0.15rem;
  margin-top: 0.5rem;
}
.idxPageShow2 span {
  width: 0.58rem;
  height: 0.04rem;
  background: #FFFFFF33;
  opacity: 1;
  border-radius: 10px;
}
.idxPageShow2 .swiper-pagination-bullet-active {
  background: var(--active_color);
}
.swiPageBoxNew {
  width: 100%;
  height: 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;
  margin-top: 0.5rem;
  gap: 0.4rem;
}
.swiPageBoxNew .btn {
  width: 0.52rem;
  height: 0.52rem;
  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;
  z-index: 10;
  cursor: pointer;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  opacity: 0.5;
}
.swiPageBoxNew .btn i {
  color: var(--color_fff);
  font-size: var(--font20);
}
.swiPageBoxNew .btn.prev {
  left: 4.16%;
}
.swiPageBoxNew .btn.next {
  right: 4.16%;
}
.swiPageBoxNew .btn:hover {
  opacity: 1;
  border-color: var(--active_color);
  background: var(--active_color); 
}
.swiPageBoxNew .btn:hover i { color: #000; }

.ins_productCon1 .center_box .left_box .bot .cInfo .one {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-right: 0.4rem;
}
.ins_productCon1 .center_box .left_box .bot .cInfo .one .ic {
  width: 100%;
  height: auto;
  color: #FFFFFFCC;
  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;
}
.ins_productCon1 .center_box .left_box .bot .cInfo .one .liBox {
  width: 100%;
  height: auto;
  line-height: 2.8;
  border-bottom: 1px solid #FFFFFF33;
  padding-bottom: 0.2rem;
  display: none;
}
.ins_productCon1 .center_box .left_box .bot .cInfo .one .liBox .li {
  color: #ffffffab;
  font-size: var(--font16);
  padding-left: 0.1rem;
}

.idx_banner .idxPageShow2 { position: absolute; bottom: 0.72rem; z-index: 10; }
footer .item_box .item .title:hover { color: var(--active_color); }
footer .item_box .item .list .one:hover { color: #666666; } 
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox1 .tOne.active { color: #000000; }
header .header_box .center_box .item_box .item .Secondary_Navigation .navBox1 .tOne:hover { color: var(--active_color); }
header .header_box .center_box .item_box .item .one.active{ color: #FFFFFF; }
header .header_box .center_box .item_box .item .one:hover{ color: var(--active_color) !important; }
/*header.active .idx_more2 .more, header.activeA .idx_more2 .more { background: none;  border-color: #FFFFFF; }*/
header .idx_more2 .more:hover { background: var(--active_color);  border-color: var(--active_color); }
/*.ins_productCon1 .center_box .left_box .list_box .list .top img { display: none; }*/
.ins_productCon2 .center_box .left_box .inputBox .layui-form-select dl dd.layui-this { color: #FFFFFF; }
.ins_productCon2 .center_box .left_box .inputBox .layui-form-select dl dd:hover { color: var(--active_color) !important; }
.ins_productCon2 .center_box .left_box .word { flex-shrink: 0; }
.ins_productCon16 .center_box .content .left_box .item_box .item .word { align-items: center; }
.ins_productCon16 .center_box .content .right_box .icon::after { display: none; }
.ins_contrastCon1 .center_box .select_info .select_top .item .img img { filter: brightness(0) invert(1); }
.ins_contrastCon1 .center_box .select_info .select_top .item:hover .img img { filter: unset; }
.ins_feedbackCon1 .center_box .right_box .content .clickBox .layui-form-checkbox[lay-skin=primary] > div a {  color: var(--active_color) !important; }
.ins_productCon1new { width: 100%; height: auto; margin-top: 0.8rem; }
.ins_productCon1new .video { width: 100%; height: auto; }
.ins_productCon1new .video video,.ins_productCon1new .video iframe { width: 100%; height: auto; }
.ins_productCon1new .video iframe { width: 100%; height: auto; min-height: 80vh; }
.ins_agentCon1 .center_box .content1 .swiper_box { overflow: hidden; }
.idx_partners .center_box .content_info .content .swiper_box ul li .item .pb { padding-bottom: 38%; }
.ins_productCon1 .center_box .left_box .top  img { filter: brightness(0) invert(1); }
.ins_productCon1 .center_box .left_box .top:hover  img { filter: unset; }
.ins_productCon1 .center_box .left_box .top:hover { color: var(--active_color); }

header .header_box .center_box .item_box .item .Third_Navigation .navBox1 .contB1 .left_box .oneThe.active { color: #666666 !important; }
header .header_box .center_box .item_box .item .Third_Navigation .navBox1 .contB1 .left_box .oneThe:hover { color: var(--active_color) !important; }



/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* --------------------------------55555555555555555555555555555555555555-------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
/* ---------------------------------------------------------------------- */
@media (min-width: 1901px) {
  html {
    font-size: 100px;
  }
}
@media (max-width: 1580px) {
  html {
    font-size: calc(100vw / 21);
  }
}
@media (max-width: 1280px) {
  html {
    font-size: calc(100vw / 20);
  }
}
@media (max-width: 767px) {
  html {
    font-size: calc(100vw/15);
  }
}
@media (max-width: 480px) {
  html {
    font-size: calc(100vw/7.5);
  }
}
:root {
  /* --- font40以下 */
  --font12n: clamp(12px, 0.12rem, 12px);
  --font14n: clamp(12px, 0.14rem, 14px);
  --font16n: clamp(12px, 0.16rem, 16px);
  --font17n: clamp(12px, 0.17rem, 17px);
  --font18n: clamp(13px, 0.18rem, 18px);
  --font20n: clamp(14px, 0.2rem, 20px);
  --font22n: clamp(15px, 0.22rem, 22px);
  --font24n: clamp(15px, 0.24rem, 24px);
  --font26n: clamp(15px, 0.26rem, 26px);
  --font28n: clamp(16px, 0.28rem, 28px);
  --font30n: clamp(16px, 0.3rem, 30px);
  --font32n: clamp(16px, 0.32rem, 32px);
  --font34n: clamp(17px, 0.34rem, 34px);
  --font36n: clamp(17px, 0.36rem, 36px);
  --font38n: clamp(18px, 0.38rem, 38px);
  /* --- font40 */
  --font40n: clamp(18px, 0.4rem, 40px);
  --font42n: clamp(18px, 0.42rem, 42px);
  --font44n: clamp(19px, 0.44rem, 44px);
  --font46n: clamp(25px, 0.46rem, 46px);
  --font48n: clamp(26px, 0.48rem, 48px);
  /* --- font50 */
  --font50n: clamp(19px, 0.5rem, 50px);
  --font52n: clamp(20px, 0.52rem, 52px);
  --font54n: clamp(28px, 0.54rem, 54px);
  --font56n: clamp(28px, 0.56rem, 56px);
  --font58n: clamp(29px, 0.58rem, 58px);
  /* --- font60 */
  --font60n: clamp(30px, 0.6rem, 60px);
  --font64n: clamp(31px, 0.66rem, 64px);
  --font66n: clamp(31px, 0.66rem, 66px);
  /* --- font70以及以上 */
  --font70n: clamp(32px, 0.7rem, 70px);
  --font72n: clamp(32px, 0.72rem, 72px);
  --font80n: clamp(32px, 0.8rem, 80px);
  --font100n: 1rem;
  --font120n: 1.2rem;
  --font160n: 1.6rem;
  --font15n: clamp(12px, 0.15rem, 15px);
  --font23n: clamp(15px, 0.23rem, 23px);
}
/* 公共字体 */
.font12n {
  font-size: var(--font12n);
}
.font14n {
  font-size: var(--font14n);
}
.font16n {
  font-size: var(--font16n);
}
.font18n {
  font-size: var(--font18n);
}
.font20n {
  font-size: var(--font20n);
}
.font22n {
  font-size: var(--font22n);
}
.font24n {
  font-size: var(--font24n);
}
.font26n {
  font-size: var(--font26n);
}
.font28n {
  font-size: var(--font28n);
}
.font30n {
  font-size: var(--font30n);
}
.font32n {
  font-size: var(--font32n);
}
.font34n {
  font-size: var(--font34n);
}
.font36n {
  font-size: var(--font36n);
}
.font38n {
  font-size: var(--font38n);
}
.font40n {
  font-size: var(--font40n);
}
.font42n {
  font-size: var(--font42n);
}
.font44n {
  font-size: var(--font44n);
}
.font46n {
  font-size: var(--font46n);
}
.font48n {
  font-size: var(--font48n);
}
.font50n {
  font-size: var(--font50n);
}
.font52n {
  font-size: var(--font52n);
}
.font54n {
  font-size: var(--font54n);
}
.font56n {
  font-size: var(--font56n);
}
.font58n {
  font-size: var(--font58n);
}
.font60n {
  font-size: var(--font60n);
}
.font66n {
  font-size: var(--font66n);
}
.font70n {
  font-size: var(--font70n);
}
.font72n {
  font-size: var(--font72n);
}
.font80n {
  font-size: var(--font80n);
}
.font64n {
  font-size: var(--font64n);
}
.font15n {
  font-size: var(--font15n);
}
.font23n {
  font-size: var(--font23n);
}
.font17n {
  font-size: var(--font17n);
}
.w1300n {
  width: 100%;
  height: auto;
  max-width: 1300px;
  margin: 0 auto;
}
@media (max-width:1920px) {
  .w1300n {
    max-width: 67.7%;
  }
}
@media (max-width: 990px) {
  .w1300n {
    max-width: 100%;
    padding: 0 20px;
  }
}
.box_info2 {
  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;
}
@media (max-width: 990px) {
  .box_info2 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.5rem;
  }
  .box_info2 .left_box,
  .box_info2 .right_box {
    width: 100% !important;
    height: auto;
  }
}
.wowUpS {
  opacity: 0;
}
ul li.swiper-slide-active {
  pointer-events: initial !important;
  z-index: 50;
}
ul li.swiper-slide-active .wowUpS {
  animation: fadeInUp 0.7s forwards;
  -webkit-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.1s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721title {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -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;
}
.ins_721title .t1 {
  color: #DFB984;
  line-height: 1.392;
  font-weight: 600;
  position: relative;
  z-index: 1;
  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;
  background: linear-gradient(76.96182778deg, #FFD59E 0%, #D7AA71 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.ins_721title .t1 img {
  position: absolute;
}
.ins_721title .t1 .le {
  transform: translateX(-120%);
  left: 0;
  width: 0.2rem;
}
.ins_721title .t1 .ri {
  top: 0;
  right: 0;
  transform: translateX(80%) translateY(-50%);
  width: 0.34rem;
}
.ins_721title .t2 {
  color: #978775;
  margin-top: 0.23rem;
  font-weight: 500;
}
.idx_721more {
  width: 100%;
  height: 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;
}
.idx_721more .more {
  width: fit-content;
  height: auto;
  color: #FFFFFF;
  padding: 0.06rem 0.53rem;
  font-size: var(--font28n);
  line-height: 1.857;
  border-radius: 100px;
  background-image: url(../images/7-21/bg2.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.idx_721more .more:hover {
  opacity: 0.7;
}
.idxPageShow721 {
  width: 100%;
  height: 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;
  gap: 0.17rem;
  margin-top: 1.02rem;
}
.idxPageShow721 span {
  width: 0.11rem;
  height: 0.11rem;
  background: #3B2D16;
  opacity: 1;
}
.idxPageShow721 span.swiper-pagination-bullet-active {
  background: #EFB572;
}
.idxPageShow7212 {
  width: 100%;
  height: 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;
  gap: 0.12rem;
  position: absolute;
}
.idxPageShow7212 span {
  width: 0.08rem;
  height: 0.08rem;
  background: #FFFFFF;
  opacity: 0.8;
}
.idxPageShow7212 span.swiper-pagination-bullet-active {
  background: #EFB572;
  opacity: 1;
}
@keyframes translate721 {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  30% {
    transform: translateY(0.3rem);
    opacity: 0;
  }
  31% {
    transform: translateY(-0.3rem);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}
.idx_721more2 {
  width: 100%;
  height: auto;
}
.idx_721more2 .more {
  width: fit-content;
  color: #3C250B;
  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;
  gap: 0.05rem;
  font-size: var(--font14n);
}
.idx_721more2 .more img {
  width: 12px;
}
.ins_721ProductCon1 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  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;
  background: #12100B;
}
.ins_721ProductCon1::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 4rem;
  background: linear-gradient(0deg, #12100B, #12100B00);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  bottom: 0;
  z-index: 10;
}
.ins_721ProductCon1 .content {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 9;
  top: 1.83rem;
  padding: 0 1.82rem;
}
.ins_721ProductCon1 .content .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon1 .content .center_box .img {
  width: 41%;
}
.ins_721ProductCon1 .bgImg {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon1 .bgImg img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon1 .iconBox {
  position: absolute;
  z-index: 11;
  bottom: 0.33rem;
  width: 0.22rem;
}
.ins_721ProductCon1 .iconBox img {
  animation: translate721 3s linear infinite;
}
@media (max-width: 990px) {
  .ins_721ProductCon1 .content {
    width: 100%;
    height: auto;
    padding: 20px;
    top: 1rem;
    padding-top: 0;
  }
  .ins_721ProductCon1 .content .center_box {
    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;
  }
  .ins_721ProductCon1 .content .center_box .img {
    width: 50%;
    height: auto;
  }
}
.ins_721ProductInfo {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  background-image: url(../images/7-21/bg5.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-color: #12100B;
}
.ins_721ProductInfo::after {
  content: '';
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 2rem;
  background: linear-gradient(180deg, #12100B, #12100B00);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  left: 0;
  top: 0;
  z-index: 10;
}
.ins_721ProductInfo * {
  scrollbar-color: #FFFEFC #FFFFFF00;
  scrollbar-width: thin;
}
.ins_721ProductInfo *::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d4d6d7;
}
.ins_721ProductInfo *::-webkit-scrollbar-thumb {
  background-color: var(--active_color);
  border-radius: 10px;
}
.ins_721ProductInfo *::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0.76);
}
.ins_721ProductCon2 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 2.06rem;
  padding-bottom: 1.525rem;
}
.ins_721ProductCon2 * {
  scrollbar-color: #7a7a7a8a #FFFFFF00;
  scrollbar-width: thin;
}
.ins_721ProductCon2 *::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d4d6d7;
}
.ins_721ProductCon2 *::-webkit-scrollbar-thumb {
  background-color: var(--active_color);
  border-radius: 10px;
}
.ins_721ProductCon2 *::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0.76);
}
.ins_721ProductCon2 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon2 .center_box .content1 {
  width: 100%;
  height: auto;
  margin-top: 1.07rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon2 .center_box .content1 .left_box {
  width: 37%;
  height: 100%;
  color: #978775;
  position: absolute;
  left: 0;
  top: 0;
  overflow: auto;
  padding-right: 0.2rem;
}
.ins_721ProductCon2 .center_box .content1 .left_box .word {
  width: 100%;
  height: auto;
  line-height: 1.722;
  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.2rem;
  text-align: justify;
}
.ins_721ProductCon2 .center_box .content1 .right_box {
  width: 55%;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  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;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .img {
  width: 100%;
  height: auto;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .img img,
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .img video {
  width: 100%;
  height: auto;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .icon {
  width: auto;
  height: auto;
  position: absolute;
  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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .icon .ic {
  width: 0.62rem;
  height: 0.62rem;
}
.ins_721ProductCon2 .center_box .content1 .right_box .img_box .icon .on {
  font-size: var(--font20n);
  color: #FFFFFF;
  line-height: 1.75;
  margin-top: 0.08rem;
}
.ins_721ProductCon2 .center_box .content2 {
  width: 100%;
  height: auto;
  margin-top: 1.43rem;
}
.ins_721ProductCon2 .center_box .content2 .item_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;
}
.ins_721ProductCon2 .center_box .content2 .item_box .item {
  width: fit-content;
}
.ins_721ProductCon2 .center_box .content2 .item_box .item .word {
  background: linear-gradient(76.96182778deg, #FFD59E 0%, #D7AA71 100%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  font-weight: bold;
  line-height: 1.1;
}
.ins_721ProductCon2 .center_box .content2 .item_box .item .icon {
  color: #978775;
}
.ins_721ProductCon2 .center_box .content2 .item_box .line {
  height: 1.17rem;
}
@media (max-width: 990px) {
  .ins_721ProductCon2 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon2 .center_box .content1 {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 1rem;
  }
  .ins_721ProductCon2 .center_box .content1 .left_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    max-height: 5rem;
  }
  .ins_721ProductCon2 .center_box .content1 .right_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
    margin-top: 0.8rem;
  }
  .ins_721ProductCon2 .center_box .content2 {
    width: 100%;
    height: auto;
    margin-top: 0.5rem;
  }
  .ins_721ProductCon2 .center_box .content2 .item_box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.5rem;
  }
  .ins_721ProductCon2 .center_box .content2 .item_box .line {
    display: none;
  }
  .ins_721ProductCon2 .center_box .content2 .item_box .item:first-child {
    grid-column: span 2;
  }
  .ins_721ProductCon2 .center_box .content2 .item_box .item {
    text-align: center;
    width: 100%;
    height: auto;
  }
}
.ins_721ProductCon3 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.525rem;
  padding-bottom: 0.83rem;
}
.ins_721ProductCon3 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon3 .center_box .content1 {
  width: 100%;
  height: auto;
  margin-top: 0.38rem;
}
.ins_721ProductCon3 .center_box .content1 .item_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;
  gap: 0.14rem;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item {
  width: 17.92%;
  height: 4.44rem;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon3 .center_box .content1 .item_box .item::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000000;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 2;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item .img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item .word1 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  padding: 0.44rem 0.1rem;
  color: #FFFFFF;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon3 .center_box .content1 .item_box .item .word2 {
  width: 100%;
  height: auto;
  position: absolute;
  z-index: 3;
  padding: 0.44rem 0.1rem;
  color: #3C250B;
  text-align: center;
  top: 0;
  left: 0;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item.active {
  width: 62.3%;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item.active::after {
  opacity: 0;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item.active .word1 {
  opacity: 0;
}
.ins_721ProductCon3 .center_box .content1 .item_box .item.active .word2 {
  opacity: 1;
}
.ins_721ProductCon3 .center_box .content2 {
  width: 100%;
  height: auto;
  margin-top: 0.45rem;
  overflow: hidden;
}
.ins_721ProductCon3 .center_box .content2 .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.ins_721ProductCon3 .center_box .content2 .item_box .item {
  width: 100%;
  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;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon3 .center_box .content2 .item_box .item .word {
  color: #978775;
  text-align: center;
  line-height: 1.75;
  margin-top: 0.14rem;
}
.ins_721ProductCon3 .center_box .content2 .item_box .item .line {
  height: 1.17rem;
  position: absolute;
  right: 0%;
  transform: translateX(3px);
}
.ins_721ProductCon3 .center_box .content2 .idx_721more {
  margin-top: 0.45rem;
}
.ins_721ProductCon3 .center_box .content2 .content3 {
  margin-top: 0.15rem;
  text-align: center;
  color: #979797;
}
@media (max-width: 990px) {
  .ins_721ProductCon3 .center_box .content1 .item_box {
    width: 100%;
    height: auto;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 0.4rem;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box .item {
    width: 100% !important;
    height: auto;
    border-radius: 0.2rem;
    overflow: hidden;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box .item::after {
    opacity: 0;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box .item .word1 {
    opacity: 0;
  }
  .ins_721ProductCon3 .center_box .content1 .item_box .item .word2 {
    opacity: 1;
  }
  .ins_721ProductCon3 .center_box .content2 {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 0.8rem;
    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;
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column;
  }
  .ins_721ProductCon3 .center_box .content2 .idx_721more {
    margin-top: 0.8rem;
  }
  .ins_721ProductCon3 .center_box .content2 .content3 {
    max-width: 80%;
    margin-top: 0.4rem;
  }
}
.ins_721ProductCon4 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 0.83rem;
  padding-bottom: 1.11rem;
}
.ins_721ProductCon4 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon4 .center_box .content1 {
  width: 100%;
  height: auto;
  margin-top: 0.99rem;
  position: relative;
  z-index: 1;
  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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_721ProductCon4 .center_box .content1 .btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon4 .center_box .content1 .btn.next {
  left: 100%;
  transform: translateX(0.21rem);
}
.ins_721ProductCon4 .center_box .content1 .btn.prev {
  right: 100%;
  transform: translateX(-0.21rem);
}
.ins_721ProductCon4 .center_box .content1 .btn:hover {
  opacity: 0.8;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  background: #FFFFFF;
  border-radius: 0.2rem;
  overflow: hidden;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box {
  width: 59.8%;
  height: auto;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box .img {
  width: 100%;
  height: 100%;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box .img img,
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .left_box .img video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  font-size: 0;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box {
  width: 40.2%;
  padding: 0.71rem 0.62rem;
  padding-right: 0.4rem;
  padding-bottom: 0.61rem;
  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-pack: justify;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word {
  width: 100%;
  height: auto;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word .t1 {
  margin-top: 0.74rem;
  color: #3C250B;
  line-height: 1.4;
  font-weight: 600;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word .t2 {
  margin-top: 0.2rem;
  color: #3C250B;
}
.ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo .right_box .word .icon {
  width: 1.72rem;
}
@media (max-width: 990px) {
  .ins_721ProductCon4 .center_box {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon4 .center_box .content1 .btn {
    display: none;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box ul li {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon4 .center_box .content1 .swiper_box ul li .centerInfo {
    gap: 0;
  }
}
.ins_721ProductCon5 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.11rem;
  padding-bottom: 1.04rem;
}
.ins_721ProductCon5 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon5 .center_box .content1 {
  width: 100%;
  height: 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;
  padding: 0.65rem 0;
}
.ins_721ProductCon5 .center_box .content1 .word {
  width: 100%;
  height: auto;
  text-align: center;
  position: relative;
  z-index: 1;
  color: #DFB984;
}
.ins_721ProductCon5 .center_box .content1 .word .t2 {
  font-weight: 600;
}
.ins_721ProductCon5 .center_box .content1 .icon {
  width: 25.5%;
  position: absolute;
}
.ins_721ProductCon5 .center_box .content2 {
  width: 100%;
  height: auto;
}
.ins_721ProductCon5 .center_box .content2 .img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon5 .center_box .content2 .img img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon5 .center_box .content3 {
  width: 100%;
  height: auto;
  padding: 0.3rem 0;
}
.ins_721ProductCon5 .center_box .content3 .item_box {
  width: 100%;
  height: auto;
  display: grid;
  grid-template-columns: repeat(8, 1fr);
  gap: 0.13rem;
}
.ins_721ProductCon5 .center_box .content3 .item_box .item {
  width: 100%;
  height: auto;
  background: #FFFFFF;
  border-radius: 0.14rem;
  overflow: hidden;
}
.ins_721ProductCon5 .center_box .content3 .item_box .item .pb {
  padding-bottom: 51%;
}
.ins_721ProductCon5 .center_box .content3 .item_box .item .pb .ab {
  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;
}
.ins_721ProductCon5 .center_box .content3 .item_box .item .pb .ab img {
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon5 .center_box .content3 .item_box .item:hover .pb .ab img {
  transform: scale(1.02);
}
@media (max-width: 990px) {
  .ins_721ProductCon5 .center_box .content3 .item_box {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
  }
}
.ins_721ProductCon6 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.04rem;
  padding-bottom: 1.2rem;
}
.ins_721ProductCon6 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon6 .center_box .content1 {
  width: 100%;
  height: 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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  padding-top: 0.85rem;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon6 .center_box .content1 .btn {
  position: absolute;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon6 .center_box .content1 .btn.next {
  left: 100%;
  transform: translateX(0.21rem);
}
.ins_721ProductCon6 .center_box .content1 .btn.prev {
  right: 100%;
  transform: translateX(-0.21rem);
}
.ins_721ProductCon6 .center_box .content1 .btn:hover {
  opacity: 0.8;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box {
  width: 40%;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li .centerInfo {
  width: 100%;
  height: 100%;
  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;
  border-radius: 0.2rem;
  overflow: hidden;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transform: scale(0.9);
  opacity: 0.5;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li .centerInfo img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-next {
  opacity: 1 !important;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-next .centerInfo {
  transform: translateX(80%) scale(0.9);
  opacity: 0.4;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-prev {
  opacity: 1 !important;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-prev .centerInfo {
  transform: translateX(-80%) scale(0.9);
  opacity: 0.4;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-active {
  z-index: 10;
}
.ins_721ProductCon6 .center_box .content1 .swiper_box ul li.swiper-slide-active .centerInfo {
  opacity: 1;
  box-shadow: 0 0 50px 1px #000;
  transform: scale(1);
}
.ins_721ProductCon6 .center_box .content1 .idxPageShow721 {
  width: 100%;
  height: auto;
  margin-top: 0.8rem;
}
@media (max-width: 990px) {
  .ins_721ProductCon6 .center_box .content1 .btn {
    display: none;
  }
  .ins_721ProductCon6 .center_box .content1 .swiper_box {
    width: 90%;
  }
}
.ins_721ProductCon7 {
  width: 100%;
  height: auto;
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 1.2rem;
  padding-bottom: 1.61rem;
}
.ins_721ProductCon7 .center_box {
  width: 100%;
  height: auto;
}
.ins_721ProductCon7 .center_box .content1 {
  width: 100%;
  height: auto;
  margin-top: 0.75rem;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon7 .center_box .content1 .left_box {
  width: 37%;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box {
  width: 100%;
  height: auto;
  overflow: hidden;
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box ul li {
  width: 100%;
  height: auto;
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box ul li .centerInfo {
  border-radius: 0.1rem;
  overflow: hidden;
  width: 100%;
  height: auto;
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box ul li .centerInfo img {
  width: 100%;
  height: auto;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon7 .center_box .content1 .left_box .swiper_box ul li .centerInfo:hover img {
  transform: scale(1.02);
}
.ins_721ProductCon7 .center_box .content1 .left_box .idxPageShow7212 {
  bottom: 0.2rem;
  left: 0;
  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;
  z-index: 10;
}
.ins_721ProductCon7 .center_box .content1 .right_box {
  width: 61.3%;
  height: 100%;
  background: linear-gradient(90deg, #F5EFE2 0%, #FFFEFC 50%, #F0E4C9 100%);
  border-radius: 0.1rem;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0.49rem 0;
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box {
  width: 100%;
  height: 100%;
  overflow: auto;
  padding: 0 0.49rem;
  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.22rem;
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box .item {
  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;
  font-size: var(--font20);
  color: #3c250b80;
  font-weight: 600;
  padding-left: 0.19rem;
  position: relative;
  z-index: 1;
  gap: 0.5rem;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box .item::after {
  content: '';
  position: absolute;
  width: 0.07rem;
  height: 0.07rem;
  background: #9B8E7E;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  border-radius: 50px;
  left: 0;
  top: 0.6em;
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box .item .word {
  width: 100%;
  height: auto;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box .item .icon {
  flex-shrink: 0;
  width: fit-content;
}
.ins_721ProductCon7 .center_box .content1 .right_box .item_box .item:hover {
  color: #3c250b;
}
.ins_721ProductCon7 .center_box .content2 {
  width: 100%;
  height: auto;
  margin-top: 2.1rem;
  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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.ins_721ProductCon7 .center_box .content2 .img img {
  width: 100%;
  height: auto;
}
.ins_721ProductCon7 .center_box .content2 .word {
  width: 100%;
  height: auto;
  margin-top: 0.28rem;
  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;
  gap: 0.05rem;
  font-size: var(--font24n);
  margin-top: 0.22rem;
  color: #B4864C;
}
.ins_721ProductCon7 .center_box .content2 .word span {
  font-weight: 600;
  opacity: 0.5;
}
.ins_721ProductCon7 .center_box .content2 .word img {
  width: 0.2rem;
}
@media (max-width: 990px) {
  .ins_721ProductCon7 .center_box .content1 {
    width: 100%;
    height: auto;
  }
  .ins_721ProductCon7 .center_box .content1 .right_box {
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1;
  }
  .ins_721ProductCon7 .center_box .content1 .right_box .item_box {
    width: 100%;
    height: auto;
    max-height: 5rem;
  }
  .ins_721ProductCon7 .center_box .content1 .right_box .item_box .item {
    width: 100%;
    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;
    gap: 0.2rem;
  }
  .ins_721ProductCon7 .center_box .content1 .right_box .item_box .item .icon {
    display: none;
  }
}
.pointItem {
  width: 100%;
  height: 0;
  transform: translateY(-1.3rem);
}
.ins_721ProductCon8 {
  width: auto;
  height: 100vh;
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0.3rem;
  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;
}
.ins_721ProductCon8 .item_box {
  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.2rem;
}
.ins_721ProductCon8 .item_box .item {
  width: fit-content;
  height: 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;
  gap: 0.15rem;
  cursor: pointer;
  position: relative;
  z-index: 1;
}
.ins_721ProductCon8 .item_box .item i {
  width: 0.12rem;
  height: 0.12rem;
  border-radius: 50%;
  background: #EFB572;
  opacity: 0.21;
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
}
.ins_721ProductCon8 .item_box .item span {
  color: #978775;
  font-size: var(--font14n);
  transform: translateX(100%);
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: max-content;
  left: 0.27rem;
}
.ins_721ProductCon8 .item_box .item.active i {
  opacity: 1;
  background: #EFB572;
}
.ins_721ProductCon8 .item_box .item.active span {
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}
.ins_721ProductCon8 .item_box .item:hover i {
  opacity: 1;
}
@media (max-width: 990px) {
  .ins_721ProductCon8 {
    display: none;
  }
}
.toUp721 {
  position: fixed;
  bottom: 0.2rem;
  right: 0;
  z-index: 100;
  cursor: pointer;
  transform: translateY(100%) scale(0);
  -webkit-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  -o-transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.45s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: 0.48rem;
  min-width: 30px;
}
.toUp721.active {
  transform: translateY(0) scale(1);
}
.ins_newCon2 .center_box .list_box .list{ font-weight: 400 !important; }
.ins_newCon2 .center_box .list_box .list.active {  font-size: var(--font24);
  color: #FFF;
  opacity: 0.8; }
  
  .ins_newCon2 .center_box .list_box .list:hover { color: var(--active_color) !important; }

.locate_item {
  transform: translateY(-2rem);
}
.ins_productCon1 .center_box .left_box .item_box .item .top img {
      filter: brightness(0) invert(0.8);
}
.ins_productCon1 .center_box .left_box .bot .cInfo .one .ic img { filter: brightness(0) invert(0.8); }

.ins_productCon1 .center_box .left_box .item_box .item .top:hover img,
.ins_productCon1 .center_box .left_box .bot .cInfo .one .ic:hover img { filter: unset; }
.ins_productCon1 .center_box .left_box .item_box .item .top:hover span { color: var(--active_color); }
.ins_productCon1 .center_box .left_box .bot .cInfo .one .ic:hover span { color: var(--active_color); }
      
.ins_productCon1 .center_box .left_box .bot .cInfo .one:last-child .liBox { border-bottom: 0; }
.ins_productCon1 .center_box .left_box .bot .one:hover { color: var(--active_color) !important; }
.ins_productCon1 .center_box .left_box .item_box .item .bot .one.active{  color: #FFFFFF; opacity: 0.8; }
.ins_productCon1 .center_box .left_box .bot .cInfo .one.active .ic img { transform: rotate(180deg); }
.ins_privacyCon1 * { color: #FFFFFF; } 
.ins_productCon1 .center_box .left_box .bot .cInfo .one .liBox .li:hover { color: var(--active_color) !important; }

.search_for2 .center_boxS .search_in .input input {
  --color: #999999;
}
.search_for2 .center_boxS .search_in .input input::-webkit-input-placeholder,
.search_for2 .center_boxS .search_in .input input textarea::-webkit-input-placeholder {
  color: var(--color);
  opacity: 1;
}
.search_for2 .center_boxS .search_in .input input:-moz-placeholder,
.search_for2 .center_boxS .search_in .input input textarea:-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.search_for2 .center_boxS .search_in .input input::-moz-placeholder,
.search_for2 .center_boxS .search_in .input input textarea::-moz-placeholder {
  color: var(--color);
  opacity: 1;
}
.search_for2 .center_boxS .search_in .input input:-ms-input-placeholder,
.search_for2 .center_boxS .search_in .input input textarea:-ms-input-placeholder {
  color: var(--color);
  opacity: 1;
}

.ins_productCon2 .center_box .right_box .list .one .img_bg::after { opacity: 0; }
footer .list_icon .one .img_bg::after { opacity: 0; }
footer .item_box .item .list .one { cursor: unset; }

.ins_productCon1 .center_box .left_box .list_box .list { overflow: hidden; }




.ins_downloadCon1 .center_box .content_info .input_info .inputBox .item .input input::selection {
    color: white; 
}


.ins_aboutCon5 .swiPageBoxNew .btn, .ins_agentCon1 .swiPageBoxNew .btn { border: 1px solid #ffffff96; opacity: 1 !important; }
.ins_aboutCon5 .swiPageBoxNew .btn i, .ins_agentCon1 .swiPageBoxNew .btn i { color: #FFFFFF; }
.ins_aboutCon5 .swiPageBoxNew .btn:hover i, .ins_agentCon1 .swiPageBoxNew .btn:hover i { color: #000 !important; }
.ins_aboutCon5 .swiPageBoxNew .btn:hover, .ins_agentCon1 .swiPageBoxNew .btn:hover { border: 1px solid  var(--active_color) !important;}


/*.ins_agentCon1 .swiPageBoxNew .btn { border: 1px solid var(--active_color); opacity: 1; }*/
/*.ins_agentCon1 .swiPageBoxNew .btn i { color: var(--active_color); }*/
/*.ins_agentCon1 .swiPageBoxNew .btn:hover i { color: #000 !important; }*/


.ins_aboutCon3 .center_box { overflow: hidden; }
.ins_aboutCon3 .center_box .swiper_info .swiper::after { opacity: 0; }
.ins_aboutCon3 .center_box .swiper_info .swiper::before { opacity: 0; }
.ins_aboutCon3 .center_box .swiper_info .btn { background: #000000;   border: 1px solid #ffffff96; }
.ins_aboutCon3 .center_box .swiper_info .btn i { color: #FFFFFF; }
.ins_aboutCon3 .center_box .swiper_info .btn:hover { background: var(--active_color) !important;  border: 1px solid var(--active_color) !important;}
.ins_aboutCon3 .center_box .swiper_info .btn:hover i { color: #000000 !important; }



.successfully_box {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 100;
  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;
  background: rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(64.69999695px);
  opacity: 0;
  visibility: hidden;
}
.successfully_box .content {
  width: 5.56rem;
  height: auto;
  background: #000;
  color: #FFFFFF;
  padding: 0.52rem;
  border-radius: 0.16rem;
  position: relative;
  z-index: 1;
}
.successfully_box .content .word {
  width: 100%;
  height: 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;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  text-align: center;
}
.successfully_box .content .word .t1 {
  font-weight: 520;
}
.successfully_box .content .word .t2 {
  margin-top: 0.32rem;
  font-weight: 250;
}
.successfully_box .content .word .button {
  width: fit-content;
  height: 0.48rem;
  min-height: 40px;
  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;
  background: var(--active_color);
  font-size: var(--font18);
  color: #0C0E11;
  border-radius: 0.08rem;
  padding: 0 0.52rem;
  margin-top: 0.49rem;
  cursor: pointer;
}
.successfully_box .content .icon_colse {
  width: fit-content;
  position: absolute;
  top: 0.32rem;
  right: 0.32rem;
  cursor: pointer;
}
.successfully_box .content .icon_colse i {
  color: #FFFFFF;
  font-size: var(--font18);
}
.successfully_box .content .icon_colse:hover i {
  color: var(--active_color);
}
.successfully_box.active {
  opacity: 1;
  visibility: visible;
}

/*.zhanwei { min-height: 72px; }*/
.ins_productCon1 .center_box .left_box { display: none !important; }
.ins_productCon1 .center_box .right_box { width: 100%; }
.ins_productCon1 .center_box .right_box .item_box {  grid-template-columns: repeat(4, 1fr); }
.ins_productCon1 .center_box .right_box .item_box .item .img .pb .ab img { max-width: 80%; max-height: 80%; }

.ins_downloadCon1 .center_box .content_info .input_info .inputBox .item .cont1 {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  gap: 0.5rem;
}
.ins_downloadCon1 .center_box .content_info .input_info .inputBox .item .cont1 .input {
  width: 100%;
  height: auto;
}
.ins_downloadCon1 .center_box .content_info .input_info .inputBox .item .cont1 .input .code_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;
}
.ins_downloadCon1 .center_box .content_info .input_info .inputBox .item .cont1 .input .code_box button {
  width: 1rem;
}
.ins_downloadCon1 .center_box .content_info .input_info .inputBox .codeBox .input {
  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;
  padding-bottom: 0.1rem;
}
.ins_downloadCon1 .center_box .content_info .input_info .inputBox .codeBox .input button {
  flex-shrink: 0;
  height: 0.4rem;
  min-height: 35px;
  padding: 0 0.3rem;
  font-size: var(--font14);
  background: none;
  border: 1px solid var(--active_color);
  border-radius: 0.08rem;
  color: var(--active_color);
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.ins_downloadCon1 .center_box .content_info .input_info .inputBox .codeBox .input button:hover {
  background: var(--active_color);
  color: #FFFFFF;
}

header .header_box .center_box .item_box .item .Third_Navigation .navBox1 .contB1 .right_box {
  max-height: 50vh;
  overflow: auto;
}




.Third_Navigation * {
  scrollbar-color: #cfcfcf #d4d6d700;
  scrollbar-width: thin;
}
.Third_Navigation *::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: #d4d6d700;
}
.Third_Navigation *::-webkit-scrollbar-thumb {
  background-color: var(--active_color);
  border-radius: 10px;
}
.Third_Navigation *::-webkit-scrollbar-track {
  border-radius: 0;
  background: rgba(226, 226, 226, 0);
}




.successfully_box .content .word .button_box {
    width: 100%;
    height: auto;
    display: flex; align-items: center; gap: 0.1rem; justify-content: center;
}



.ins_productCon2 { position: fixed; top: var(--header-height);  z-index:  10;  
    
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
    
}

main.active {  --header-height: 1.05rem; }

.ins_navBox {
  margin-top: 1.1rem;
}
.ins_productCon2.small { top: 0 !important; z-index:  10; 
}
.ins_productCon2 .center_box .left_box .word { color: #FFFFFF; }
 { -webkit-backdrop-filter: blur(12px); }
@media (max-width: 990px) {
    .popup_product .product_box .item .icon { width: 16px !important; height: 16px !important; }
    .idx_about .center_box .item_box .item { -webkit-backdrop-filter: blur(20px); }
    .popup_video .images .video video,
    .popup_video .images,
    .popup_video .images .video { width: 100%; }
    footer .footer_box .footer_top .foot_right{  display: flex !important; margin-top: 0.6rem; }
    footer .footer_box .footer_top .foot_left .content .right{  display: block !important; margin-top: 0.6rem; }
    footer .footer_box .footer_top .foot_left .content{         flex-direction: column; }
    footer .item_box  { display: flex;  justify-content: start; gap: 1rem; }
    
  .ins_productCon1 .center_box .right_box .item_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
  }
  header .m_header_box .header_body .menu_nav ul li .one.active.is_active a .icon { display: none !important; }
  /*.ins_productCon15 .center_box .item_box .item .iconBg { width: 16px; height: 16px; }*/
  .ins_productCon15 .center_box .item_box .item .iconBg { width: 20px !important; height: 20px !important; } 
  .ins_productCon1new .video iframe { height: 50vh; min-height: unset; }
  .tableInfo2 .info table tbody tr td,.tableInfo .info table tbody tr td {  padding: 0.18rem; }
  .ins_productCon7 .center_box .softItem .soft { padding: 0.2rem; }
  .ins_productCon13 .center_box .softItem .soft .soImg { max-width: 80%; }
  .ins_productCon13 .center_box .softItem .soft {         flex-direction: row; justify-content: space-between; }
  .ins_productCon13 .center_box .softItem .soft .soWro { width: fit-content; }
  .ins_technologyCon2 {height: auto;}
  .ins_aboutCon4 .center_box .swiper_box ul li .item .word{ 
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden; 
      padding-bottom: 0;
  }
  .ins_joinCon1 .center_box .item_box .item .icon_box {
      display: flex;
      height: auto;
      gap: 0.4rem;
  }
  .ins_joinCon1 .center_box .item_box .item .icon_box .icon { width: 0.6rem; height: 0.6rem; }
  .ins_joinCon1 .center_box .item_box .item .icon_box .word { margin-top: 0 !important; }
  .ins_joinCon1 .center_box .item_box .item {  min-height: 2.5rem !important; }
  .ins_productCon2 .center_box .right_box .list .one .img_bg { width: 150px; height: 150px; }
  .ins_productCon2 .center_box .right_box .list .one { opacity:1; } 
  .ins_contrastCon1 .center_box .select_info .select_bot .item .one{  
  text-align: start;
  align-items: start;
          padding: 0.4rem;
  } 
  .ins_contrastCon1 .center_box .select_info .select_top .item .word { text-align: start; }
  .ins_bannerCon1 .img_w100 img.wap{ min-height: 200px; }
  .popup_video .images{ max-width: 100%; }
  .ins_contrastCon1 .center_box .select_info .select_top .item:first-child{ text-align: start; }
}

.ins_aboutCon1 .center_box .ins_title .t2 {  text-align: start; } 
.ins_aboutCon1 .center_box .ins_title .t2 p {  min-height:0.5em; } 
/*.ins_serviceCon1 .content.top .center_box .ins_title .t2 {*/
/*    text-align: start;*/
/*}*/

.menu_ul .menu_word.font18 .word::after{ opacity: 0; }
.menu_ul .menu_word.font16 .word::after { opacity: 0; }
.menu_ul .menu_word.font16 .word {padding-left: 40px; }
.menu_ul .menu_word.font16.last .word {padding-left: 60px; }
.menu_ul .menu_word.font20 .word::after { opacity: 0; }
.menu_ul .menu_word.font20 .word { padding-left: 0; }
.idx_product .center_box .swiper_box .item .word { color: #FFFFFF;}


.ins_productCon1 .center_box .right_box .item_box .item .word .t1,.ins_productCon15 .center_box .item_box .item .word .t1{ text-align: center !important; }

.ins_productCon15 .center_box .item_box .item .iconBg {
  overflow: unset;
}
.ins_productCon15 .center_box .item_box .item .iconBg::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF66;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -2;
}
.ins_productCon15 .center_box .item_box .item .iconBg::after {
  content: '';
  position: absolute;
  width: 1.2rem;
  height: 1.2rem;
  background: #00000000;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  z-index: -3;
}

.ins_productCon15 .center_box .item_box .item .img .pb .ab img { pointer-events: none; }
.ins_productCon3 .center_box2  { gap:  0.4rem; }
/*.ins_productCon3 .center_box2 .leftBox { width: 12em;   flex-shrink: 0; }*/
.ins_productCon3 .center_box2 .leftBox { width: 10%;   flex-shrink: 0; }
.ins_productCon3 .center_box2 .leftBox .item_box .item span {
  /*padding: 0.1rem 0.32rem;*/ display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}
.ins_productCon3 .center_box2 .rightBox {
  width: 100%;
  height: auto;
}

.ins_contrastCon1 .center_box .select_info .select_bot .item .one { justify-content: center; }
.ins_productCon7 .center_box .softItem .soft .soWro .t2 {
  margin-top: 0.12rem;
  font-weight: 220;
}




.ins_productCon6.newCon1 .tableInfo .info table tbody tr:first-child td {     font-weight: 220 !important; } 
.ins_productCon6.newCon2 .tableInfo .info table tbody tr td {  text-align: start; } 
.tc { text-align: center !important; }
.newCon2 .tableInfo .info table tbody tr:first-child td { font-weight: 220; }
@media (max-width: 990px) {
 .ins_productCon10 .center_box .contIc .tableInfo .notesSBox .sob p{ display: contents; }
/* @supports (backdrop-filter: blur(10px)) {*/
/*  .idx_about .center_box .item_box .item {*/
/*    backdrop-filter: blur(20px);*/
/*  }*/
/*}*/
/*@supports not (backdrop-filter: blur(10px)) {*/
/*  .idx_about .center_box .item_box .item {*/
/*   background: rgb(0 0 0 / 36%);*/
/*  }*/
/*}*/
.ins_productCon7 .center_box .name  { margin-top: 0.72rem; }
.ins_productCon7 .center_box .softItem { margin-top: 0.2rem; }
}



.tableInfo .info table tbody tr:nth-child(odd) {
   background: none; 
} 


.idx_partners .center_box .content_info .content .swiper_box .swiper-wrapper {
    width: fit-content;
    margin: 0 auto !important;
    max-width: 100%;
}

.ins_contrastCon1 .center_box .select_info .select_bot .item .one:first-child,
.ins_contrastCon1 .center_box .select_info .select_top .item:first-child{
  width: 16%;
  border-left: 0;
  text-align: center !important;
  align-items: center !important;
  padding: 0.1rem 0.5rem;
}
.ins_newdCon3 .center_box .box_info .left_box .newContent a { display: contents; color: #FFFFFF; }




.ins_privacyCon1 .center_box .content a{
  display: inline !important;
  white-space: nowrap !important;
}

.idx_partners .center_box .content_info .content .swiper_box ul li:last-child { margin-right:0 !important; }
.ins_contrastCon1 .center_box .select_info .select_bot .item .one.center { 
  text-align: center !important;
  align-items: center !important; }
.ins_contrastCon1 .center_box .select_info .select_bot .item .one { align-items: start; text-align: start; padding: 0.1rem; }
.idx_product .img_bg {position: absolute; top: 0;left: 0;width: 100%;height: 100%; }
.idx_product .img_bg img { width: 100%; height: 100%; object-fit: cover; }
footer .footer_box .footer_top .foot_left .content .left .list .one span { color: #666666 !important; }
.ins_newdCon3 .center_box .box_info .left_box .newContent table { width:100%; }