body{font-size: 18px; overflow-x: hidden;} 
.inner{ width:90%; max-width: 1720px;   margin: 0 auto;  }
.smallInner{ width:90%; max-width: 1400px;   margin: 0 auto;  }
 
header{ position: fixed; left: 0; top: 0; width: 100%; color: #fff; z-index: 100;background:rgba(255, 255, 255, 0.04);  backdrop-filter: blur(40px);}
header::before{ display: block;  content: ''; width: 100%; height: 1px; position: absolute; right: 0; bottom: 0; background:rgba(255, 255, 255, 0.1) ; transition:all .5s ; -webkit-transition:all .5s ; -moz-transition:all .5s ; -ms-transition:all .5s ; -o-transition:all .5s ; }
header.scroll::before,header:hover::before{ height: 100%; background: #fff;}
header.scroll{ box-shadow: 0 0 15px rgba(0, 0, 0, .15);}
header.scroll ,header:hover {  color: #333;}
header.scroll .oneNav  span::after,header:hover .oneNav  span::after{ background: var(--color);}
header.scroll li.on .oneNav,header:hover li.on .oneNav{ color: var(--color);}

.logoImg{ height: 50px; }
.oneNav{ line-height:100px; white-space: nowrap; display: block; padding: 0 2vw; font-size: 18px;   }
.oneNav span { position: relative;}
.oneNav span::after{ width: 100%; height: 1px; display: block; content: ''; background:#fff; transition: all .36s; transform:scale(0,1) ; position: absolute; left: 0; bottom: -10px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; -webkit-transform:scale(0,1) ; -moz-transform:scale(0,1) ; -ms-transform:scale(0,1) ; -o-transform:scale(0,1) ; }
nav li{ position: relative;}
nav li:last-child .oneNav{ padding-right: 0;}
nav li.on .oneNav span::after,nav li:hover .oneNav span::after{ transform: scale(1,1); -webkit-transform: scale(1,1); -moz-transform: scale(1,1); -ms-transform: scale(1,1); -o-transform: scale(1,1); }
/* nav:hover > li:not(:hover) .oneNav{ color: #333; } */
nav:hover > li:not(:hover) .oneNav  span::after{ transform:scale(0,1) ;  }
nav  li dl{position:absolute;text-align: center;min-width:150px; width: auto;top:100%;left: 50%; background:#fff;   -webkit-box-shadow:0 13px 42px 11px rgba(0,0,0,.15);box-shadow:0 13px 42px 11px rgba(0,0,0,.15); border-bottom-left-radius:5px;border-bottom-right-radius:5px;}
nav  li dl dd{white-space: nowrap;height:50px;line-height:50px;border-bottom:1px solid #eee;transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease}
nav  li dl dd:last-child{border-bottom:0}
nav  li dl dd a{ padding: 0 20px;  font-size:14px; color:#333!important; font-weight: normal!important; transition:all .36s ease;-ms-transition:all .36s ease;-o-transition:all .36s ease;-webkit-transition:all .36s ease;-moz-transition:all .36s ease;display:block }
nav  li dl dd:hover{background:var(--color)}
nav  li dl dd:hover a{color:#fff!important;}
/* nav  li dl:before{content:"";position:absolute;border-width:0 9px 9px;border-style:solid;border-color:transparent transparent #f6f1e1;top:-9px;left:50%;margin-left:-9px} */
nav  li dl{pointer-events: none;  visibility:hidden; opacity:0; filter:alpha(opacity=0); transform:translateX(-50%) translateY(20px); -ms-transform:translateX(-50%) translateY(20px); -o-transform:translateX(-50%) translateY(20px); -webkit-transform:translateX(-50%) translateY(20px); -moz-transform:translateX(-50%) translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
nav  li:hover dl{ pointer-events: auto;visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateX(-50%); -ms-transform:translateX(-50%); -o-transform:translateX(-50%); -webkit-transform:translateX(-50%); -moz-transform:translateX(-50%); }
 

.defoamerForm  dl{position:absolute; top: 100%; left: 0; width: 100%;}
.defoamerForm  dl{ pointer-events: none; visibility:hidden; opacity:0; filter:alpha(opacity=0); transform: translateY(20px); -ms-transform: translateY(20px); -o-transform: translateY(20px); -webkit-transform: translateY(20px); -moz-transform: translateY(20px); transition:all .5s ease; -ms-transition:all .5s ease; -o-transition:all .5s ease; -webkit-transition:all .5s ease; -moz-transition:all .5s ease; }
.defoamerForm:hover dl{ pointer-events: auto; visibility:visible; opacity:1; filter:alpha(opacity=100); transform:translateY(0); -ms-transform:translateY(0); -o-transform:translateY(0); -webkit-transform:translateY(0); -moz-transform:translateY(0); }
.defoamerForm  dl a{ border-bottom: 1px solid #e5e5e5; height: 4vw; min-height: 40px; display: flex; align-items: center;} 


.downSub{ max-height: 50vh; overflow-y: scroll;  }
.downSub::-webkit-scrollbar {width: 5px;}
.downSub::-webkit-scrollbar-thumb {border-radius: 3px; background: #d4d4d4; width: 5px; }
.downSub::-webkit-scrollbar-track {border-radius: 3px; background: #f6f6f6; width: 5px; }


 
.h_nav{ height: 60px; width: 60px;  padding: 18px  15px   ;    align-items: flex-end; display: flex;}
.h_nav .burger{ width: 100%;  height: 2px ; background: #FFF;  transition: .8s; display:inline-block;       }
header.scroll .h_nav .burger,header:hover .h_nav .burger{ background: #333;}
.h_nav .burger:nth-of-type(2){  width:66%;}
  /* .h_nav .burger:first-child{ animation: long 2s linear infinite; -webkit-animation: long 2s linear infinite; }

.h_nav .burger:nth-of-type(3){ animation: long 3s linear infinite; -webkit-animation: long 3s linear infinite; }   */
.h_nav.close .burger:first-child{ display: none;}
.h_nav.close .burger:nth-of-type(3){ display: none;}
.h_nav.close .burger:nth-of-type(2) {    position: relative;    z-index: 1; width: 80%;}
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      content: '';   position: absolute;      top: 0;      left: 0;      width: 100%;      height: 100%;      background: #333;      opacity: 0;      z-index: 1;}
.h_nav.close .burger:nth-of-type(2) {    background: transparent;    transform: rotate(-180deg); }
.h_nav.close .burger:nth-of-type(2):before, .h_nav.close .burger:nth-of-type(2):after {      opacity: 1;      transition: all .3s; }
.h_nav.close .burger:nth-of-type(2):before {     transform: rotate(45deg); }   .h_nav .burger:nth-of-type(2):after {     transform: rotate(-45deg); }

.nav{  padding-bottom: 60px; width: 100%; height:  130vh ; transition:all .6s ; transform: translateX(100%);  background: #fff; position: fixed; top: 60px; right: 0; flex-direction: column; -webkit-transform: translateX(100%); -moz-transform: translateX(100%); -ms-transform: translateX(100%); -o-transform: translateX(100%); -webkit-transition:all .6s ; -moz-transition:all .6s ; -ms-transition:all .6s ; -o-transition:all .6s ; }
.nav.show{ transform:translateX(0) ;  -webkit-transform:translateX(0) ; -moz-transform:translateX(0) ; -ms-transform:translateX(0) ; -o-transform:translateX(0) ; }
.nav li.go-child{ border-top: 1px solid rgba(0, 0, 0, 0.15); position: relative;}
.nav li.go-child>a{ line-height: 60px; padding: 0 20px; font-size: 16px;}
.h_nav.close{align-items: center; justify-content: center;}
.erji{ width: 60px; height: 60px; position: absolute; right: 0 ; top: 0; display: flex; align-items: center; justify-content: center; font-size: 30px; z-index: 10;
 background: url(../images/jia.png) no-repeat center center; background-size: 40% auto;}
 .nav li.go-child.on .erji{ background: url(../images/jian.png) no-repeat center center; background-size: 40% auto;}
.nav-down li a{ line-height: 50px; border-top: 1px solid rgba(0, 0, 0, 0.15); display: block; padding-left: 25px; font-size: 14px; opacity: 0.8; }
.nav{   overflow-y: scroll;   }
.nav::-webkit-scrollbar {/*滚动条整体样式*/    /*高宽分别对应横竖滚动条的尺寸*/  width: 1px;}
.nav::-webkit-scrollbar-thumb {/*滚动条里面小方块*/border-radius: 3px; background: #fff; width: 1px; }
.nav::-webkit-scrollbar-track {/*滚动条里面轨道*/border-radius: 3px; background: #efefef; width: 1px; }


.idxBan{ width: 100%; position: fixed; top: 0; left: 0; height: 100vh; z-index: -1;}

.idxBan::before{ display: block; content: ''; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.2) }
.idxMain{ margin-top: 100vh;}
.idxBan .inner{ position: absolute; left: 50%; top: 50%; z-index: 5; transform: translate(-50%,-50%); z-index: 10; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.idxBan .inner .bg{backdrop-filter: blur(40px) ;background:rgba(255, 255, 255, 0.04); }
.idxBan .inner .bg.bottom a{ background: rgba(255, 255, 255, 0.2);}


.w28{ width: 28%;}
.zwHeader{ height: 100px;}
.zw{ margin-top: -100px; padding-top: 100px;}

.h-50{ height: 50px;}.w-50{ width: 50px;}
.h-60{ height: 60px;}.w-60{ width: 60px;}
.w-70{ width: 70px;} .h-70{ height: 70px;}

.idxAbout{ background: url(../images/idxAboutBg.jpg) no-repeat center bottom / 100% auto;}
.bg-jian{ background:  linear-gradient(-45deg,#2364a4,#35b6b4 59%,#35b6b4 );}


.pageMore{ padding: 2px; }
.pageMore .round{ border-color: rgba(255,255,255,.1); width: 56px; height: 56px; transform: rotate(-45deg); -webkit-transform: rotate(-45deg); -moz-transform: rotate(-45deg); -ms-transform: rotate(-45deg); -o-transform: rotate(-45deg); }
.pageMore::after{ transition: all .36s; display: block; content: ''; width: 56px; height: 56px; border-radius: 40px; position: absolute; right: 2px; top: 2px; background: var(--green); z-index: 1; -webkit-border-radius: 40px; -moz-border-radius: 40px; -ms-border-radius: 40px; -o-border-radius: 40px; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.pageMore:hover{ color: #fff; box-shadow: 0 0 10px rgba(28,50,133,.3);}
.pageMore:hover::after{ width: calc(100% - 4px); height: calc(100% - 4px);}
.pageMore:hover .round{ border-color: transparent; transform: rotate(0); -webkit-transform: rotate(0); -moz-transform: rotate(0); -ms-transform: rotate(0); -o-transform: rotate(0); }

.idxAboutAfter{ display: block; width: 50%;  position: absolute; left: 0; top: -3vw;}

/* #fafcfe */
.idxOurSwiper .swiper-slide .con{ background: #fafcfe;}
.idxOurSwiper .swiper-slide .desc{ height: 7em;}
.idxOurSwiper .swiper-slide .img{ width: 100%; height: 0; padding-bottom: 66.6%;}
.idxOurSwiper .swiper-slide:hover .con{ }

.idxGlobal{ background: #edf6fb;}
.idxGlobalUl .dot{position:absolute; z-index: 10;}
.idxGlobalUl .dot .dot_circle{  width:.72vw; height:.72vw; background:var(--green)/**/; position:relative; z-index:3; border-radius:50%;}
.idxGlobalUl .dot:after,.idxGlobalUl .dot:before{content:""; position:absolute; border-radius:50%; top:0; left:0;; z-index:1;}
.idxGlobalUl .dot:before {width:200%; height:200%; background:transparent; background:rgba(170,193,63,0.2); top:-50%; left:-50%; -webkit-animation:warn 2s linear 0.4s infinite; -moz-animation:warn 2s linear 0.4s infinite; animation:warn 2s linear 0.4s infinite; opacity:0;}
.idxGlobalUl .dot:after {width:500%; height:500%;background:transparent;   background:rgba(170,193,63,0.1);  left:-200%;  top:-200%; -webkit-animation:warn 2s linear 0s infinite; -moz-animation:warn 2s linear 0s infinite; animation:warn 2s linear 0s infinite; opacity:0;}
 
.idxGlobalNum{ position: absolute; left: 0; bottom: 0; z-index: 10;}

.idxWhy{  padding: 15vw 0; 
    /* background-image: url(../images/idxWhyBg.jpg) ; background-repeat: no-repeat; background-position: center center; background-size: cover;
    background-attachment: fixed; */
  
  }  
.idxWhy .bg{background-repeat: no-repeat; background-position: center center; background-size: cover;}
.idxWhyTit{ position: sticky; top: 115px; left: 0;}
.idxWhyUl{ width: 53.4%; } 
.idxWhyUl li{ width: calc((100% - 2vw)/2); height: 25vw; margin-top: 3vw;}
.idxWhyUl li.on{background:rgba(255, 255, 255, 0.04);  backdrop-filter: blur(40px); color: #fff;}
.idxWhyUl li.on .color-color{ color: #fff;}
.idxWhyUl li .text{ position: absolute; bottom: 0; left: 0; right: 0;}
.idxWhyUl li:nth-child(2){ margin-top: 13vw;}
.idxWhyUl li:nth-child(3){ margin-top: -7vw;}

.footForm{ padding: 3px;}
.footForm .keys{ width: 300px;}
.footForm .submit {  background: url(../images/footForm-arrow-left-up.png) no-repeat center center var(--color); background-size: auto 30%; }
.bg-ed{  background: #edf6fb;}
.footNav a:last-child{ margin-right: 0;}

.animate-title .char {
    opacity: 0;
    transform: translateY(20px);
    display: inline-block; /* 确保字符独立动画 */
}

.myPagination .swiper-pagination-bullet{ margin-top: 22px !important;}

.neiBan{ width: 100%; position: fixed; top: 0; left: 0;   z-index: -1;}
.neiBan .inner{ position: absolute; left: 50%; top: 50%; z-index: 5; transform: translate(-50%,-50%); z-index: 10; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.neiBan::after{ display: block; content: ''; z-index: 5; width: 100%; height: 100%; position: absolute; left: 0; top: 0; background:rgba(0,0,0,.25) } 
.neiBanImg{ width: 100%; max-height: 100vh; min-height: 260px; object-fit: cover;}

.scroll_bar {position: absolute;z-index: 20;left:50%;bottom:0;transform: translateX(-50%);text-align: center;transition: all 0.5s ease-in-out;   }
.scroll_bar p {font-size: 14px;font-weight: 400;letter-spacing: 0.12em;color: #fff;  }
.scroll_bar .bar {display: block;position: relative;width: 1px;height: 80px;background: rgba(242, 242, 242, 0.4);margin: 0 auto;overflow: hidden;  }
.scroll_bar .bar::after {content: '';width: 1px;height: 80px;position: absolute;left: 0;transform: translate3d(0, -100%, 0);background: #fff;animation: barAnimation cubic-bezier(0.65, 0, 0.35, 1) 2s infinite;-webkit-animation: barAnimation cubic-bezier(0.65, 0, 0.35, 1) 2s infinite;
}
  
.birefImg{  }
.birefImg img{  width: calc((100% - 4vw)/3);  filter: drop-shadow(10px 0 30px rgba(35,100,164,0.2)); -webkit-filter: drop-shadow(10px 0 30px rgba(35,100,164,0.2)); }
.birefImg img:nth-child(2){ margin-top: 5vw;}
.birefImg img:hover{ transform: translateY(-8px); -webkit-transform: translateY(-8px); -moz-transform: translateY(-8px); -ms-transform: translateY(-8px); -o-transform: translateY(-8px); }
.biref .right .line{ width: 1em; height: 4px;}

.neiBg{ padding-top: 18vw; background: url(../images/neiBg.png) no-repeat center top #fff ; background-size: 100% auto;}
.culture{ margin-top: 11.3vw;}
.cultureTop{ width: 460px; height: 460px; }
.cultureTop i{ width: 147%; height: 147%; position: absolute; z-index: 3; left: 50%; top: 50%; border-radius: 50%; background: rgba(237,246,251,0.8); border: 1px dashed #d3e7f2; transform: translate(-50%,-50%);   -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.cultureTop i::before{ display: block; content: ''; width: 198%; z-index: 2;  height: 198%; position: absolute; left: 50%; top: 50%; border-radius: 50%; background: rgba(237,246,251,0.4);  transform: translate(-50%,-50%);   -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }
.cultureTop i::after{ display: block; content: ''; width: 250%; z-index: 1;  height: 250%; position: absolute; left: 50%; top: 50%; border-radius: 50%; background: rgba(237,246,251,0.2);   transform: translate(-50%,-50%);   -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); -webkit-border-radius: 50%; -moz-border-radius: 50%; -ms-border-radius: 50%; -o-border-radius: 50%; }

.cultureBot li{ width: 460px; height: 460px; padding-top: 4.5vw;}

.cultureLine{ margin-top: -8.75vw; margin-bottom: -6.25vw; width: 54.8%;}
.cultureIcon{ width: 4vw; min-width: 45px;}

.defoamerForm{ background: #fafcfe; border: 2px solid #edf6fb; border-radius: 80px; -webkit-border-radius: 80px; -moz-border-radius: 80px; -ms-border-radius: 80px; -o-border-radius: 80px; }
/* .defoamerForm .submit{background: url(../images/search-btn.png) no-repeat center center  ; width: 200px; background-size:cover; } */

.defoamerInfo{ background: url(../images/defoamerInfoBg.jpg) no-repeat center bottom / 100% auto;}
.defoamerInfoSwiper .img{ width: 100%; height: 0; padding-bottom: 90%;}
.defoamerInfoLeft .btn{ position: absolute; top: 50%; transform: translateY(-50%) ; z-index: 10; -webkit-transform: translateY(-50%) ; -moz-transform: translateY(-50%) ; -ms-transform: translateY(-50%) ; -o-transform: translateY(-50%) ; }
.defoamerInfoLeft .prev{ left: -35px;}
.defoamerInfoLeft .next{ right: -35px;}
.defoamerInfoLeft .btn:hover{ background: var(--color); color: #fff;}

.w52{ width: 52%;}
.imgHeight1-2{ height: 1.2em;}

.modelInfo table { border: 1px solid #edf6fb; white-space: nowrap;}
.modelInfo table tr:nth-child(2n-1){ background: #fafcfe;}
.modelInfo table tr td:first-child{  width: 25%; background: var(--color); color: #fff; font-weight: bold;}
.modelInfo table tr td{ padding: 0 2em; line-height: 4.4;   text-align: center;}

.defoamerPage{ border-color: #edf6fb;}
.choose{  }
/* .choose::before{ display: block; content: ''; height: 100%; position: absolute; top: 0; left: 0;background: url(../images/proWhyLeftBg.jpg) no-repeat center center / cover;}  
.choose .bg{  height: 100vh;  background: url(../images/choosebg-bg.jpg) no-repeat center center  / cover; position: absolute; left: 0; top: 0;}
.chooseUl li{ width: 27vw; max-width: 520px; position:  ; transform: translateX() ; -webkit-transform:; -moz-transform:; -ms-transform:; -o-transform:; }
.chooseCon{ position: sticky; z-index: 20; left: 0; top: 40vh;}
 .chooseCon.fixed{ position: fixed; left: 0 ; top: 40vh;} */

.choose .con{position: sticky; top: 0; height: 100vh; background: url(../images/choosebg-bg.jpg) no-repeat center center  / cover; }

.chooseUl li{ width: 27vw; max-width: 520px;}
.chooseUl li .text-miao{ -webkit-text-stroke: 1px rgba(28,50,133,.5);text-stroke: 1px rgba(28,50,133,.5);}
.chooseUl li.on{ background: var(--color); color: #fff;}
.chooseUl li.on .text-miao{ -webkit-text-stroke: 1px #fff;text-stroke: 1px #fff;}
.horiz-gallery-wrapper{ padding-top: 40vh; background: url(../images/choosebg-bg.jpg) no-repeat left top / cover;}

.container-fluid {
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  margin-right: auto;
  margin-left: auto;
}

.horiz-gallery-strip,
.horiz-gallery-wrapper {  will-change: transform; }


.newslist li{ width: calc((100% - 100px)/3);  margin-right: 50px; transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newslist li:nth-child(3n){ margin-right: 0;}
.newslist li .img{ width: 100%; height: 0; padding-bottom: 74%;}
.newslist li .text{ transition: all .36s; -webkit-transition: all .36s; -moz-transition: all .36s; -ms-transition: all .36s; -o-transition: all .36s; }
.newslist li .text .tit{ height: 5em;}
.newslist li:hover  {box-shadow: 0 0 15px rgba(0, 0, 0, .15);}
.newslist li:hover  .text{ padding-left: 1vw; padding-right: 1vw;}

.contactTypeUl{ height: 8vw; transform: translateY(-7vw); -webkit-transform: translateY(-7vw); -moz-transform: translateY(-7vw); -ms-transform: translateY(-7vw); -o-transform: translateY(-7vw); }
.contactTypeUl li{ height: 15vw; }
.contactTypeIcon{ position: absolute; right: 0; bottom: 0;}

.messages .title{  position: sticky; left: 0; top: 115px;}


.pop{  width: 100%; height: 100%; position: fixed; left: 0; top: 0; z-index: 100;  display: none;}
.pop .bg{ background: rgba(0, 0, 0, .5);}
.pop .con{ width: 90%; max-width: 1000px; position: absolute; left: 50%; top: 50%; transform: translate(-50%,-50%); z-index: 10; -webkit-transform: translate(-50%,-50%); -moz-transform: translate(-50%,-50%); -ms-transform: translate(-50%,-50%); -o-transform: translate(-50%,-50%); }
.pop .con .inputtip{ position: absolute; left: 0; top: 50%; transform: translateY(-50%); -webkit-transform: translateY(-50%); -moz-transform: translateY(-50%); -ms-transform: translateY(-50%); -o-transform: translateY(-50%); }
.pop  .close{ position: absolute; right: 0; top: 0; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -ms-transform: rotate(45deg); -o-transform: rotate(45deg); }
#agree{ margin-right: 14px;line-height: 1; font-size: 1em;}
#agree{  margin-right: 14px;line-height: 1; font-size: 1em;}
#agree[type="checkbox"]::after {width: 20px;height:  20px;content: " ";color: #fff;display: inline-block;visibility: visible;border-radius: 2px;padding: 1px 2px;box-sizing: border-box;background-color: #fff;border: 1px solid var(--color);}
#agree[type="checkbox"]:checked::after{font-family: "iconfont" !important; content: "\e689";cursor: pointer;color: #fff;font-size: 16px;display: flex; align-items: center; justify-content: center;background-color: var(--color);}
.pop  .close:hover{ transform: rotate(135deg); color: var(--red); -webkit-transform: rotate(135deg); -moz-transform: rotate(135deg); -ms-transform: rotate(135deg); -o-transform: rotate(135deg); }

  
.footSidebar { position: fixed; right: 0; bottom: 10vh; z-index: 105;   font-size: 14px;  filter: drop-shadow( 0 0 10px rgba(0, 0, 0, .15));   } 
.footSidebar li{ width: 70px; min-height: 80px; border-bottom: 1px solid #e5e5e5;}
.footSidebar li.topJump{ border-bottom: none; transform: translateX(105%);}
.footSidebar li.topJump.show{transform: translateX(0);}
.footSidebar  .kefu{ padding-top: 10px; border-bottom: 1px solid #e5e5e5;border-radius: 40px 40px 0 0;}
.footSidebar .pic{ width: 50px; height: 50px; border-radius: 50%;}
.footSidebar .pic img{ width: 100%; height: 100%; object-fit: cover; border-radius: 50%;}
.footSidebar .pic::after,.footSidebar .pic::before{ display: block; content: ''; border-radius: 50%; width: 100%; height: 100%; position: absolute; left: 0%; top: 0%; border: 1px solid #2079ab; animation: ani-data-v-789143c6 1.4s ease-out infinite; -webkit-animation: ani-data-v-789143c6 1.4s ease-out infinite; }
.footSidebar .pic::before{animation-delay: .6s;}
.footSidebar .iconfont{ font-size: 22px;}
.footSidebarLeft{ animation: rightFloat .3s; padding: 5px; position: absolute; box-shadow: 0 0 10px rgba(0, 0, 0, .15); right: calc(100% + 10px); top: 50%; display: none; -webkit-animation: rightFloat .3s; }
.sidebarEwm{width: 120px;   margin-top: -50px;}
.footSidebar li:hover .footSidebarLeft{ display: block;}
.sidebarTel{    margin-top:-50px;  line-height: 2; padding: 0 15px;}
.sidebarEmal{  height: 50px; margin-top:-25px;  line-height:50px; padding: 0 15px;}
/* .footSidebar li:hover  { color: #2079ab;} */
.footSidebar li:hover .iconfont{ color: #2079ab;}
/* .topJump:hover{color: #fff} */
.footSidebar li:hover  .icon-direction-up { color: #fff}

@media screen and (max-width:750px) {

    .footSidebar{ display: none !important;}
}