body {
  font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;
}
.wrap {
  overflow: inherit;
}
.wrap *{
  box-sizing: border-box;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.content-wrap{
  width: 1200px;
  margin: 0 auto;
  padding: 30px 0 38px;
  position: relative;
}
.content-wrap *{
  box-sizing: border-box;
}
.wrapper *{
  box-sizing: border-box;
}

.content-wrap .content-title{
  position: relative;
  margin: 0 auto;
  font-size: 22px;
  color: #000000;
  height: 37px;
  line-height: 37px;
  display: inline-block;
  margin-bottom: 40px;
}

#banner-img {
  width: 100%;
  height: 450px;
  background: url(../images/banner.png) center center no-repeat;
  background-color: #f1f1f3;
  padding-top: 122px;
}
#banner-img .banner-detail{
  width: 1200px;
  margin: 0 auto;
  padding-left: 24px;
  letter-spacing: 2px;
}

#banner-img .banner-detail .banner-title{
  margin-bottom: 23px;
  display: block;
}

#banner-img .banner-detail .banner-info{
  color: #04cb94;
  font-size: 21px;
  margin-bottom: 20px;
}

#banner-img .banner-detail .banner-info em{
  display: inline-block;
  padding: 0px 11px 2px 6px;
  height: 30px;
  background-color: #04cb94;
  border-radius: 13px;
  color: #fff;
  margin: 0 2px;
}
#banner-img .banner-detail .banner-info em::before{
  content: "";
  display: inline-block;
  width: 25px;
  height: 23px;
  background: url(../images/banner-icon.png) center center no-repeat;
  margin-right: 2px;
  position: relative;
  top: 3px
}
#banner-img .banner-detail .banner-txt{
  color: #000000;
  font-size: 21px;
  margin-bottom: 21px;
}

#banner-img .banner-detail .go-buy{
  display: block;
  width: 256px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #04cb94;
  color: #04cb94;
  text-align: center;
  font-size: 17px;
}

#banner-img .banner-detail .go-buy:hover{
  color: #fff;
  background-color: #04cb94;
}

#navTop {
  background-color: #f7f9fa;
}
#navTop  .navTop{
  width:1080px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
#navTop .nav-list {
  display: inline-block;

}
.navActive + #product-Introduce {
  margin-top: 58px;
}
#navTop .nav-list li{
  display: inline-block;
  width: 180px;
  height: 56px;
}
#navTop .new-nav:hover{
  border-bottom: 2px solid #04cb94;
}
#navTop .nav-list li a,#navTop .new-nav a {
  width: 100%;
  text-align: center;
  display: block;
  margin: 0 auto;
  position: relative;
  color: #000000;
  height: 56px;
  line-height: 56px;
  position: relative;
}

#navTop .nav-list li .nav-title,#navTop .new-nav a .nav-title {
  font-size: 16px;
  color: #000000;
  border-bottom: 2px solid transparent;
  line-height: 56px;
  cursor: pointer;
  position: relative
}
#navTop .nav-list li .nav-title:hover::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #04cb94;
}
#navTop .nav-list li.active a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #04cb94;
}

.navActive {
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 0;
  right: 0;
}
.navActive + #product-introduce {
  margin-top: 75px;
}

.content-wrap .title {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
#product-Introduce{
  position: relative;
}

#product-Introduce .solutions-list {
  padding: 0;
  width: 100%;
  height: 448px;
  background: #FFFFFF;
  padding: 0;
  display: flex;
  justify-content: space-around;
}

#product-Introduce .solutions-item {
  overflow: hidden;
  cursor: pointer;
  position: relative;
  height: 448px;
  width: 11%;
  transition: all 0.5s ease;
}

#product-Introduce .solutions-item-background {
  position: absolute;
  width: 100%;
  height: 100%;
  object-position: center;
  object-fit: cover;
  left: 0;
}

#product-Introduce .solutions-item .content {
  position: relative;
  margin-bottom: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding-bottom: 40px;
  height: 100%;
  width: 100%;
  font-size: 32px;
  line-height: 45px;
}

#product-Introduce .solutions-item .solutions-item-title {
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  color: #FFFFFF;
  transition: all 0.3s ease;
}
#product-Introduce .solutions-item .solutions-item-title span{
  display: none;
}
#product-Introduce .solutions-item .solutions-item-description {
  color: #FFFFFF;
  font-size: 16px;
  display: none;
}

#product-Introduce .solutions-item.is-active {
  width: 770px;
}

#product-Introduce .solutions-item.is-active .content {
  padding: 46px;
  align-items: flex-start;
  padding-right: 4px;
  width: 770px;
}

#product-Introduce .solutions-item.is-active .solutions-item-title {
    font-size: 32px;
    line-height: 45px;
    margin-bottom: 10px;
}
#product-Introduce .solutions-item.is-active .solutions-item-title span{
  display: inline-block;
}
#product-Introduce .solutions-item.is-active .solutions-item-description {
  display: block;
  font-weight: 400;
  font-size: 16px;
  line-height: 29px;
  margin-bottom: 20px;
}

#product-Introduce .introduce-detail{
  margin-top: 46px;
  position: relative;
  padding-left: 650px;
  padding-right: 9px;
  text-align: left;
  padding-bottom: 58px
}
#product-Introduce .introduce-detail::before{
  content: "";
  display: block;
  width: 643px;
  height: 505px;
  background: url(../images/pc.png) center center no-repeat;
  position: absolute;
  left: -63px;
}
#product-Introduce .introduce-detail .detail-title{
  position: relative;
  font-size: 42px;
  color: #000000;
  display: inline-block;
  margin-top: 70px;
  margin-bottom: 50px;
}
#product-Introduce .introduce-detail .detail-title span{
  z-index: 3;
  position: relative;
}
#product-Introduce .introduce-detail .detail-title::before{
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #feb190;
  position: absolute;
  right: -9px;
  bottom: -16px;
  z-index: 2;
}

#product-Introduce .introduce-detail .detial-info{
  color: #333;
  font-size: 16px;
  line-height: 28px;
  width: 541px;
}
#product-Introduce .introduce-detail .go-buy{
  display: flex;
  width: 27px;
  height: 27px;
  border-radius: 100%;
  background-color: #6985e9;
  justify-content: center;
  align-items: center;
  color: #ffffff;
  margin-top: 27px;
}
#product-Introduce .introduce-detail .go-buy i.el-icon-right{
  width: 15px;
  height: 15px;
  background: url(../images/right-icon.png) center center no-repeat;
  background-size: 100%;
}
#product-Introduce .introduce-detail .go-buy:hover{
  background-color: #728ceb;
}
#product-Introduce .introduce-compare{
  position: relative;
  padding-left: 22px;
  font-size: 0;
  padding-top: 87px;
}
#product-Introduce .introduce-compare .compare-list{
  display: inline-block;
  width: 38%;
  vertical-align: top;
  padding-top: 33px;
  z-index: 3;
  position: relative;
}
#product-Introduce .introduce-compare .compare-list .compare-title{
  position: relative;
  font-size: 25px;
  color: #000000;
  margin-bottom: 25px;
  display: inline-block;
  width: 277px;
}
#product-Introduce .introduce-compare .compare-list .compare-title span{
  position: relative;
  z-index: 2;
}
#product-Introduce .introduce-compare .compare-list .compare-title::before{
    content: "";
    display: block;
    border-radius: 100%;
    background-color: #ffe1d4;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -9px;
    bottom: -9px;
    z-index: 1;
}

#product-Introduce .introduce-compare .compare-list .compare-title::after{
  content: "让沟通更便捷";
  display: block;
  font-size: 38px;
  color: #eeeeee;
  position: absolute;
  right: 10px;
  z-index: 1;
  top: -21px;
}

#product-Introduce .introduce-compare .compare-list .list-item li.item{
  font-size: 18px;
  color: #333333;
  margin-bottom: 18px;
  position: relative;
  padding-left: 30px;
}

#product-Introduce .introduce-compare .compare-list .list-item li.item::before{
  content: "";
  width: 12px;
  height: 12px;
  border: 4px solid #ffefe8;
  background-color: #ff7f3f;
  border-radius: 100%;
  position: absolute;
  left: 0;
}

#product-Introduce .compare-table{
  display: inline-block;
  position: relative;
  vertical-align: top;
  width: 728px;
}
#product-Introduce .compare-table::before{
  content: "";
  width: 25px;
  height: 25px;
  border: 4px solid #fdf9e7;
  border-radius: 100%;
  position: absolute;
  top: -40px;
  z-index: 2;
  right: 151px;
  box-sizing: border-box;
}
#product-Introduce .compare-table .bg-element{
    width: 125px;
    height: 125px;
    border: 20px solid #fff191;
    border-radius: 100%;
    position: absolute;
    top: -60px;
    right: 1px;
    background-color: #f6e7ad;
    z-index: 2;
}
#product-Introduce .compare-table table{
  position: relative;
  z-index: 3;
  border: 9px solid #FFFFFF;
  box-shadow: 0 1px 19px rgb(0 0 0 / 13%);
  float: left;
}
#product-Introduce .compare-table table.right-table{
  width: 425px;
}
#product-Introduce .compare-table table.right-table th{
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: #04cb94;
}

#product-Introduce .compare-table table.right-table td{
  background-color: #e5faf0; 
  color: #26ce9b; 
  padding: 11px 18px;
  border: 1px solid #fff; 
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
#product-Introduce .compare-table table.left-table{
  width: 303px;
}

#product-Introduce .compare-table table.left-table th{
  height: 44px;
  line-height: 44px;
  text-align: center;
  color: #fff;
  font-size: 15px;
  background-color: #ff915a;
}

#product-Introduce .compare-table table.left-table td {
  background-color: #fff7ef; 
  color: #666666; 
  padding: 8px 18px;
  border: 1px solid #fff; 
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}
#product-Introduce .compare-table table.left-table{
  border-right: 0px;
  margin-top: 16px;
}
#product-Functionality{
  position: relative;
  background-color: #f8f8f9;
  overflow: hidden;
}

#product-Functionality .principle-detail{
  position: relative;
  background-color: #fff;
}

#product-Functionality .principle-detail .Functionality-bg-icon-left{
  position: absolute;
  background: url(../images/func-bg-left.png) center center no-repeat;
  width: 238px;
  height: 219px;
  background-size: 100%;
  left: -215px;
  bottom: 32px;
  z-index: 1;
}
#product-Functionality .principle-detail .Functionality-bg-icon-right{
  position: absolute;
  background: url(../images/func-bg-right.png) center center no-repeat;
  width: 292px;
  height: 225px;
  background-size: 100%;
  right: -202px;
  top: 66px;
}
#product-Functionality .principle-detail::before{
  content: "";
  display: block;
  background: url(../images/principle-icon1.png) center center no-repeat;
  width: 57px;
  height: 36px;
  position: absolute;
  top: 43px;
  left: 38px;
}
#product-Functionality .principle-detail::after{
  content: "";
  display: block;
  background: url(../images/principle-icon2.png) center center no-repeat;
  width: 57px;
  height: 36px;
  position: absolute;
  bottom: 39px;
  right: 25px;
}
#product-Functionality .principle-detail  .Functionality-item{
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  padding: 44px 101px;
  z-index: 2;
  background-color: #fff;
}

#product-Functionality .principle-detail  .Functionality-item li.item{
  width: 203px;
  height: 165px;
  position: relative;
}

#product-Functionality .principle-detail  .Functionality-item li.item a {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 2;
}
#product-Functionality .principle-detail  .Functionality-item li.item a:hover {
    z-index: 3;
    -webkit-clip-path: none;
    clip-path: none;
}
#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(1) {
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%);
  clip-path: polygon(0 0, 100% 0, 50% 50%);
}

#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(2) {
  -webkit-clip-path: polygon(100% 0, 100% 100%, 50% 50%);
  clip-path: polygon(100% 0, 100% 100%, 50% 50%);
}

#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(3) {
  -webkit-clip-path: polygon(0 100%, 50% 50%, 100% 100%);
  clip-path: polygon(0 100%, 50% 50%, 100% 100%);
}

#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(4) {
  -webkit-clip-path: polygon(0 0, 50% 50%, 0 100%);
  clip-path: polygon(0 0, 50% 50%, 0 100%);
}

#product-Functionality .principle-detail  .Functionality-item li.item a:hover {
  z-index: 3;
  -webkit-clip-path: none;
  clip-path: none;
}
#product-Functionality .principle-detail  .Functionality-item li.item a:hover ~ .box .box-back{
background: #f2fcf8;
}
#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(1):hover ~ .box {
  transform: rotateX(180deg);
}

#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(2):hover ~ .box {
  transform: rotateY(180deg);
}

#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(3):hover ~ .box {
  transform: rotateX(-180deg);
}

#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(4):hover ~ .box {
  transform: rotateY(-180deg);
}

#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(1):hover ~ .box .box-back, 
#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(3):hover ~ .box .box-back {
  transform: rotateX(-180deg);
}

#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(2):hover ~ .box .box-back, 
#product-Functionality .principle-detail  .Functionality-item li.item a:nth-child(4):hover ~ .box .box-back {
  transform: rotateY(-180deg);
}
#product-Functionality .principle-detail  .Functionality-item li.item .box{
    position: absolute;
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    transition: transform .3s ease-in-out;
}

#product-Functionality .principle-detail  .Functionality-item li.item .box .box-front{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    color: #FFF;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    border-radius: 2px;
    z-index: 2;
    backface-visibility: hidden;
    padding-top: 16px;
    align-items: center;
    background-color: #fff;
}
#product-Functionality .principle-detail  .Functionality-item li.item .box .box-front .item-icon{
  width: 72px;
  height: 72px;
  display: flex;
  border-radius: 100%;
  background-color: #e5faf1;
  margin-bottom: 20px;
  align-items: center;
  justify-content: center;
}
#product-Functionality .principle-detail  .Functionality-item li.item .box .box-front .item-txt{
  font-size: 17px;
  color: #000000;
  text-align: center;
}
#product-Functionality .principle-detail  .Functionality-item li.item .box .box-back{
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    color: #FFF;
    font-size: 48px;
    border-radius: 2px;
    transition-delay: .15s;
    padding: 0 23px;
    flex-direction: column;
    padding-top: 36px;
}
#product-Functionality .principle-detail  .Functionality-item li.item .box .box-back .item-title{
  font-size: 17px;
  color: #000000;
  margin-bottom: 19px;
  text-align: center;
}
#product-Functionality .principle-detail  .Functionality-item li.item .box .box-back .item-info{
  font-size: 13px;
  line-height: 24px;
  color: #333333;
}

#mousewhell-swiper-container{
  margin-top: 30px;
  position: relative;
}

#mousewhell-swiper-container .progress-bar-wrap{
    height: auto;
    left: 50%;
    position: absolute;
    top: 19px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 1200px;
    z-index: 1;
}

#mousewhell-swiper-container .progress-bar-wrap .mousewhell-swiper-imgs img{
  height: auto;
  right: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#mousewhell-swiper-container .progress-bar-wrap .mousewhell-swiper-imgs img.active {
  opacity: 1;
}
#mousewhell-swiper-container .progress-bar{
    background: #e1e8f1;
    border-radius: 5px;
    height: 384px;
    left: 50%;
    position: absolute;
    top: 19px;
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    width: 10px;
    z-index: 2;
}

#mousewhell-swiper-container .progress-bar .cur-bar{
    background: #04cb94;
    border-radius: 5px;
    display: block;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 10px;
}

#mousewhell-swiper-container .progress-bar-hover{
    cursor: pointer;
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translateX(-600px);
    transform: translateX(-600px);
    width: 10px;
    z-index: 3;
}
#mousewhell-swiper{
  height: 550px;
  width: 100%;
  touch-action: pan-x;
  padding-top: 18px;
}
#mousewhell-swiper .swiper-slide.custom-style{
  overflow: hidden !important;
}
#mousewhell-swiper .swiper-slide.custom-style .silde-pic {
  opacity: 0;
}


#mousewhell-swiper .swiper-slide{
  direction: rtl; /* 让滚动条出现在左边 */
} 
#mousewhell-swiper .swiper-slide .swiper-content{
  direction: ltr; /* 重置为从左到右 */
  transform: scaleX(1); /* 保证视觉上不翻转 */
  transform-origin: left;
}
/* 定义滚动条轨道 */
#mousewhell-swiper .swiper-slide::-webkit-scrollbar {
  width: 10px; /* 滚动条宽度 */
}

/* 定义滚动条手柄 */
#mousewhell-swiper .swiper-slide::-webkit-scrollbar-thumb {
  background-color: #04cb94; /* 手柄颜色 */
  border-radius: 10px; /* 圆角程度 */
}

/* 鼠标悬停时的手柄状态 */
#mousewhell-swiper .swiper-slide::-webkit-scrollbar-thumb:hover {
  background-color: #12c592; /* 悬停时手柄颜色 */
}

/* 定义滚动条轨道背景 */
#mousewhell-swiper .swiper-slide::-webkit-scrollbar-track {
  background-color: #e1e8f1; /* 轨道背景颜色 */
  border-radius: 10px; /* 圆角程度 */
}

/* 可选：为滚动条轨道添加阴影效果 */
#mousewhell-swiper .swiper-slide::-webkit-scrollbar-track-piece:start {
  box-shadow: 3px 0 3px -2px rgba(0, 0, 0, 0.1) inset;
}

#mousewhell-swiper .swiper-slide::-webkit-scrollbar-track-piece:end {
  box-shadow: -3px 0 3px -2px rgba(0, 0, 0, 0.1) inset;
}

#mousewhell-swiper .swiper-slide .swiper-content {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  padding-left: 57px;
  width: 1200px;
  padding-top: 57px;
  position: relative;
}

#mousewhell-swiper .swiper-slide .swiper-content .slide-title{
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  margin-bottom: 24px;
  width: 343px;
}

#mousewhell-swiper .swiper-slide .swiper-content .slide-title::before{
  content: "";
  width: 100px;
  height: 61px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  left: -41px;
  top: -29px;
}

#mousewhell-swiper .swiper-slide .swiper-content .slide-title em{
  color: #04cb94;
  font-size: 24px;
}

#mousewhell-swiper .swiper-slide:nth-child(2) .swiper-content .slide-title::before,#mousewhell-swiper .swiper-slide:nth-child(9) .swiper-content .slide-title::before{
  background: url(../images/num-icon1.png) center center no-repeat;
}
#mousewhell-swiper .swiper-slide:nth-child(3) .swiper-content .slide-title::before{
  background: url(../images/num-icon2.png) center center no-repeat;
}
#mousewhell-swiper .swiper-slide:nth-child(4) .swiper-content .slide-title::before{
  background: url(../images/num-icon3.png) center center no-repeat;
}
#mousewhell-swiper .swiper-slide:nth-child(5) .swiper-content .slide-title::before{
  background: url(../images/num-icon4.png) center center no-repeat;
}
#mousewhell-swiper .swiper-slide:nth-child(6) .swiper-content .slide-title::before{
  background: url(../images/num-icon5.png) center center no-repeat;
}
#mousewhell-swiper .swiper-slide:nth-child(7) .swiper-content .slide-title::before{
  background: url(../images/num-icon6.png) center center no-repeat;
}
#mousewhell-swiper .swiper-slide:nth-child(8) .swiper-content .slide-title::before,#mousewhell-swiper .swiper-slide:nth-child(0) .swiper-content .slide-title::before{
  background: url(../images/num-icon7.png) center center no-repeat;
}
#mousewhell-swiper .swiper-slide .swiper-content .slide-title span{
  color: #000000;
  font-size: 24px;
  z-index: 3;
  margin-bottom: 25px;
  position: relative;
}

#mousewhell-swiper .swiper-slide .swiper-content li.item{
  margin-bottom: 13px;
}

#mousewhell-swiper .swiper-slide .swiper-content li.item .item-title{
  font-size: 14px;
  margin-bottom: 8px;
  color: #666666;
}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-title i{
  display: inline-block;
  vertical-align: middle;
}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-title span{
  margin-left: 7px;
  vertical-align: middle;
  color: #ff7f3f;
  font-size: 16px;
  float: left;
  margin-right: 10px;
}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-txt{
  display: block;
  padding-left: 27px;
  width: 546px;
}
#mousewhell-swiper .swiper-slide .swiper-content .silde2-info li.item .item-txt{
  width: 600px;
}
#mousewhell-swiper .swiper-slide .swiper-content .silde3-info li.item .item-txt{
  width: 647px;
}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-title::before{
  display: block;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #ff7f3f;
  border: 3px solid #ffefe8;
  margin-right: 6px;
  float: left;
  margin-top: 2px;
}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-list{
  padding-left: 30px;
  margin-top: 8px;
}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-list li{
  margin-bottom: 11px;
  position: relative;
  padding-left: 10px;
  font-size: 14px;
  color: #333333;
} 
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-list li::before{
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 100%;
  background-color: #666666;
  position: absolute;
  top: 8px;
  left: 0;
}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-txt span{
  color: #333333;
  font-size: 15px;
  line-height: 24px;

}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-txt span em{
  font-weight: 600;
}

#mousewhell-swiper .swiper-slide .swiper-content .slide-txt{
  color: #333333;
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 16px;
  width: 647px;
}
#mousewhell-swiper .swiper-slide .swiper-content .slide-txt .txt-title{
  position: relative;
  padding-left: 35px;
  margin-bottom: 10px;
  display: block;
}
#mousewhell-swiper .swiper-slide .swiper-content .slide-txt .txt-title i{
  display: block;
  position: absolute;
  left: 0;
}
#mousewhell-swiper .swiper-slide .swiper-content .slide-txt .txt-title span{
  color: #333333;
  font-size: 19px;
  font-weight: 600
}
#mousewhell-swiper .swiper-slide .swiper-content .slide-txt em{
  color: #04cb94;
}

#mousewhell-swiper .swiper-slide .swiper-content .slide-txt .txt-list{
  font-size: 0;
  margin-top: 8px;
}

#mousewhell-swiper .swiper-slide .swiper-content .slide-txt .txt-list li{
  height: 24px;
  line-height: 24px;
  padding: 0 8px;
  background-color: #04cb94;
  text-align: center;
  color: #ffffff;
  display: inline-block;
  margin-right: 5px;
  border-radius: 3px;
  font-size: 14px;
}
#mousewhell-swiper .swiper-slide .swiper-content .silde-pic{
  position: relative;
  top: -37px;
  right: -130px;
}
#mousewhell-swiper .swiper-slide .swiper-content .silde-img{
  position: absolute;
  right: 0;
  top: 22px;
  opacity: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  
}
#mousewhell-swiper .swiper-slide .swiper-content .silde-img img{
box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
#mousewhell-swiper .swiper-slide .swiper-content .silde-img.active{
  opacity: 1;
}
#product-funcIntroduce{
  position: relative;
}
#product-example{
  padding-bottom: 30px;
}
#product-example .Solution_solutionTitleList__kRABF {
  margin-top: 42px;
  display: flex;
  color:#000000;
  font-size: 20px;
  letter-spacing: .36px;
  justify-content: center;
  margin-bottom: 21px;
}
#product-example .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_{
  position: relative;
  text-align: center;
  width: 170px;
  height: 35px;
  cursor: pointer;
  line-height: 13px;
}
#product-example .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_:hover{
  color: #04cb94;
}
#product-example .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_::before {
  content: "";
  display: block;
  cursor: pointer;
  font-weight: 500;
  height: 2px;
  width: 40px;
  bottom: 0px;
  background-color: transparent;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  transition: all .3s ease;
  position: absolute;
}
#product-example .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_.Solution_active__t4LBo{
  color: #04cb94;
}
#product-example .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_.Solution_active__t4LBo::before {
  background-color: #04cb94;
  transition: all .3s ease;
}
#mousewhell-swiper .swiper-slide .slide6-detail{
  position: absolute;
  right: 0;
  width: 562px;
  top: 132px;
}
#mousewhell-swiper .swiper-slide .slide6-pic{
  position: absolute;
  left: 20px;
  top: 116px;
}
#mousewhell-swiper .swiper-slide .slide6-pic img{
    opacity: 0;
    -webkit-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
    box-shadow: 0 4px 12px rgb(0 0 0 / 10%);
}
#mousewhell-swiper .swiper-slide .slide6-pic img.active{
    opacity: 1;
}
#mousewhell-swiper .swiper-slide .swiper-content .slide6-detail  li.item .item-txt{
    width: 560px;
}

#mousewhell-swiper .swiper-slide .swiper-content .slide6-detail .slide-txt .txt-title span{
    font-weight: normal;
    color: #333333;
    font-size: 15px;
    line-height: 32px;
    margin-left: 7px;
}
#mousewhell-swiper .swiper-slide .swiper-content .slide6-detail .silde6-info{
  margin-top: 30px;
  padding-left: 10px;
}
#product-example  .example-info .example-title{
  color: #000000;
  text-align: justify;
  font-weight: 500;
  font-size: 32px;
  letter-spacing: .4px;
  margin-bottom: 35px;
}

#product-example  .example-info .example-txt{
  font-size: 14px;
  line-height: 22px;
  color: #666666;
  width: 588px;
  margin-bottom: 20px;
}
#product-example  .example-info .example-list{
  font-size: 0;
}
#product-example  .example-info .example-list p{
  color: #666666;
  font-size: 14px;
  line-height: 24px;
}
#product-example  .example-info .example-list p::before{
  content: "";
  display: inline-block;
  width: 13px;
  height: 13px;
  margin-right: 10px;
  background: url(../images/right-icon.png) center center no-repeat;
}

#product-example  .example-info .example-company{
  background-color: #f5f7fb;
  width: 100%;
  padding: 62px 46px 60px 30px;
  position: relative;
}
#product-example  .example-info .example-company::before{
  content: "";
  display: block;
  width: 42px;
  height: 26px;
  background: url(../images/company-icon-left.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  left: 9px;
  top: 24px
}
#product-example  .example-info .example-company::after{
  content: "";
  display: block;
  width: 42px;
  height: 26px;
  background: url(../images/company-icon-right.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 17px;
  bottom: 22px;
}
#product-example  .example-info .example-company .company-name{
    padding: 3px 18px;
    border-radius: 15px;
    height: 35px;
    line-height: 35px;
    color: #ffffff;
    font-weight: 600;
    font-size: 18px;
    background-color: #04cb94;
}
#product-example  .example-info .example-company .company-info{
  color: #333333;
  font-size: 16px;
  line-height: 27px;
  margin-top: 10px;
  padding-left: 11px;
}
#product-example  .example-info .example-company .company-info em{
  color: #ff7a39;
}
#product-example  .example-info .example-company.example3-company{
  text-align: center;
  background-color: #ffffff;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 37px;
  padding-bottom: 0px;
} 
#product-example  .example-info .example-company.example3-company .info-list{
  display: flex;
  justify-content: space-between;
}

#product-example  .example-info .example-company.example3-company .info-list li.item{
  width: 418px;
  height: 256px;
  background: url(../images/example3-item-bg.png) center center no-repeat;
  background-size: 100%;
  padding: 57px 30px 0 48px;
}
#product-example .example-info .example-company.example3-company::after{
  bottom: -58px;
}
#product-example  .example-info .example-company.example3-company .info-list li.item .item-title{
  text-align: center;
  margin-bottom: 16px;
}
#product-example  .example-info .example-company.example3-company .info-list li.item .item-title i{
  display: inline-block;
  vertical-align: middle;
  margin-right: 9px;
}
#product-example  .example-info .example-company.example3-company .info-list li.item .item-title span{
  font-size: 23px;
  font-weight: 600;
  color: #333333;
  vertical-align: middle;
  
}
#product-example  .example-info .example-company.example3-company .info-list li.item .item-detail .item-txt{
  margin-bottom: 8px;
  text-align: left;
}
#product-example  .example-info .example-company.example3-company .info-list li.item .item-detail .item-txt label{
  font-size: 15px;
  font-weight: 600;
}
#product-example  .example-info .example-company.example3-company .info-list li.item .item-detail .item-txt:first-child label{
  color: #ff7e3f;
}
#product-example  .example-info .example-company.example3-company .info-list li.item .item-detail .item-txt:last-child label{
  color: #04cb94;
}


#product-example  .example-info .example-company.example3-company .info-list li.item .item-detail .item-txt span{
  font-size: 14px;
  color: #666666;
}

#product-example  .example-info .example-company.example3-company .info-list li.item .item-detail .item-txt span em{
  color: #ff7e3f;
}
#product-example  .example-info .example-company.example3-company .example3-detail{
  text-align: center;
}

#product-example  .example-info .example-company.example4-company .company-info{
  font-size: 14px;
  margin-bottom: 26px
}
#product-example  .example-info .example-company.example4-company{
  padding-bottom: 30px;
}
#product-example  .example-info  .example4-detail{
  padding-left: 555px;
  position: relative;
  padding-top: 80px;
  padding-bottom: 55px;
}
#product-example  .example-info  .example4-detail::before{
  content: "";
  display: block;
  background: url(../images/example4-pic.png) center center no-repeat;
  background-size: 100%;
  width: 470px;
  height: 393px;
  position: absolute;
  left: 48px;
  top: -45px;
}
#product-example  .example-info  .example4-detail .example4-title{
  font-size: 24px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 22px;
}
#product-example  .example-info  .example4-detail .example4-list{
  display: flex;
  justify-content: flex-start;
}

#product-example  .example-info  .example4-detail .example4-list li.item{
  display: block;
  background: url(../images/example4-item-bg.png) center center no-repeat;
  background-size: 100%;
  width: 287px;
  height: 177px;
  padding: 33px 22px 0;
  margin-right: 18px;
}
#product-example  .example-info  .example4-detail .example4-list li.item h3{
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    color: #04cb94;
    margin-bottom: 12px;
}
#product-example  .example-info  .example4-detail .example4-list li.item h3::after{
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  background-color: #04cb94;
  margin-top: 4px;
}
#product-example  .example-info  .example4-detail .example4-list li.item p{
  font-size: 14px;
  line-height: 23px;
  color: #666666;
}

#product-example  .example-info .example-company.example5-company{
  position: relative;
}
#product-example  .example-info .example-company.example5-company .company-info-left{
  background: url(../images/example5-title-bg1.png) center center no-repeat;
  background-size: 100%;
  width: 556px;
  height: 178px;
  padding: 43px 47px 0 46px;
  color: #666666;
  font-size: 17px;
  line-height: 28px;
  position: relative;
  left: -24px;
}
#product-example  .example-info .example-company.example5-company .company-info-left em{
  color: #ff7e3f;
}
#product-example  .example-info .example-company.example5-company .company-info-right{
  position: absolute;
  right: 65px;
  background: url(../images/example5-title-bg2.png) center center no-repeat;
  width: 556px;
  height: 229px;
  top: 48px;
  background-size: 100%;
}

#product-example  .example-info .example-company.example5-company .company-info-right .info-detail{
  width: 100%;
  height: 100%;
  position: relative;
  padding-left: 147px;
  padding-top: 48px;
  padding-right: 44px;
} 
#product-example  .example-info .example-company.example5-company .company-info-right .info-detail::before{
  content: "";
  display: block;
  background: url(../images/example5-icon1.png) center center no-repeat;
  background-size: 100%;
  width: 98px;
  height: 99px;
  position: absolute;
  left: 39px;
  top: 42px;
}
#product-example  .example-info .example-company.example5-company .company-info-right .info-detail .item-job{
  font-size: 17px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 8px;
}
#product-example  .example-info .example-company.example5-company .company-info-right .info-detail .item-company{
  font-size: 13px;
  color: #666666;
  display: block;
  margin-bottom: 1px;

} 

#product-example  .example-info .example-company.example5-company .company-info-right .info-detail p.item-txt{
  font-size: 16px;
  color: #666666;
  line-height: 23px;
}
#product-example  .example-info .example-company.example5-company .company-info-right .info-detail p.item-txt em{
  color: #ff7e3f;
}
#product-example  .example-info .example-company.example5-company .company-info-right .info-detail p.item-txt i{
    display: inline-block;
    vertical-align: top;
    margin-top: 1px;
}

#product-example  .example-info .example5-detial{
  position: relative;
  margin-top: 33px;
  padding-bottom: 10px;
}
#product-example  .example-info .example5-detial .detial-pic{
  display: block;
  margin: 0 auto;
  text-align: center;
}
#product-example  .example-info .example5-detial ul.example5-detail-info li.item{
    padding: 27px 27px 0 22px;
}
#product-example  .example-info .example5-detial ul.example5-detail-info li.item h3{
    font-size: 17px;
    font-weight: 600;
    font-style: italic;
    color: #04cb94;
    margin-bottom: 12px;
}
#product-example  .example-info .example5-detial ul.example5-detail-info li.item h3::after{
    content: "";
    display: block;
    width: 70px;
    height: 4px;
    background-color: #04cb94;
    margin-top: 4px;
}

#product-example  .example-info .example5-detial ul.example5-detail-info li.item p{
    font-size: 14px;
    line-height: 23px;
    color: #666666;
}
#product-example  .example-info .example5-detial ul.example5-detail-info li.item p em{
    color: #ff7a39;
}
#product-example  .example-info .example5-detial ul.detial-left{
  position: absolute;
  left: 7px;
  top: 0;
}
#product-example  .example-info .example5-detial ul.detial-left li.item{
    width: 343px;
    height: 148px;
    background: url(../images/example5-item-bg1.png) center center no-repeat;
    background-size: 100%;
    margin-bottom: 18px;
}
#product-example  .example-info .example5-detial ul.detial-right{
  position: absolute;
  right: 0;
  top: 85px;
}
#product-example  .example-info .example5-detial ul.detial-right li.item{
  background: url(../images/example5-item-bg2.png) center center no-repeat;
  background-size: 100%;
  width: 365px;
  height: 175px;
}
#product-example  .example-info .example5-detial ul.detial-right li.item h3{
  color: #f25b70;
  font-style: normal;
}
#product-example  .example-info .example5-detial ul.detial-right li.item h3::after{
  display: none;
}


#product-example  .example-info .example6-detial{
  margin-top: 30px;
  padding-right: 78px;
  position: relative;
}

#product-example  .example-info .example6-detial .example6-card {
    background: url(../images/example6-item-bg.png) center center no-repeat;
    width: 642px;
    height: 257px;
    background-size: 100%;
    position: absolute;
    left: -16px;
    top: 21px;
}
#product-example  .example-info .example6-detial .example6-card .info-detail{
    width: 100%;
    height: 100%;
    position: relative;
    padding-left: 147px;
    padding-top: 48px;
    padding-right: 44px;
}
#product-example  .example-info .example6-detial .example6-card .info-detail::before{
    content: "";
    display: block;
    background: url(../images/example6-icon1.png) center center no-repeat;
    background-size: 100%;
    width: 85px;
    height: 112px;
    position: absolute;
    left: 39px;
    top: 42px;
}
#product-example  .example-info .example6-detial .example6-card .info-detail .item-job{
  font-size: 17px;
  color: #333333;
  font-weight: 600;
  margin-bottom: 8px;
}
#product-example  .example-info .example6-detial .example6-card .info-detail .item-company{
    font-size: 13px;
    color: #666666;
    display: block;
    margin-bottom: 1px;
}
#product-example  .example-info .example6-detial .example6-card .info-detail .item-txt{
    font-size: 16px;
    color: #666666;
    line-height: 23px;
}
#product-example  .example-info .example6-detial .example6-card .info-detail .item-txt em{
    color: #ff7e3f;
}
#product-example  .example-info .example6-detial .example6-card .info-detail .item-txt i{
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
}
#product-example  .example-info .example6-detial .example6-pic{
  float: right;
}
#product-example  .example-info .example1-detail{
  margin-top: 52px;
  position: relative;
  padding-bottom: 40px;
}

#product-example  .example-info .example1-detail .example1-center{
  display: block;
  margin: 0 auto;
  width: 493px;
  height: 289px;
  background: url(../images/example1-center-bg.png) center center no-repeat;
  background-size: 100%;
  position: relative;
  text-align: center;
  padding-top: 83px;
}
#product-example  .example-info .example1-detail .example1-center .center-txt{
  font-size: 29px;
  line-height: 40px;
  color: #ffffff;
}
#product-example  .example-info .example1-detail .example1-center .left-txt{
    writing-mode: vertical-rl;
    white-space: nowrap;
    font-size: 21px;
    color: #ff7f3f;
    position: absolute;
    left: 84px;
    letter-spacing: 9px;
    top: 50%;
    -webkit-transform: translate(0,-50%);;
    -ms-transform: translate(0,-50%);;
    transform: translate(0,-50%);
}
#product-example  .example-info .example1-detail .example1-center .right-txt{
  writing-mode: vertical-rl; /* 从右到左竖排 */
  white-space: nowrap;       /* 防止文字换行 */
  font-size: 21px;
  color: #04cb94;
  position: absolute;
  letter-spacing: 9px;
  right: 77px;
  top: 50%;
  -webkit-transform: translate(0,-50%);;
  -ms-transform: translate(0,-50%);;
  transform: translate(0,-50%);;
}

#product-example  .example-info .example1-detail .example1-left{
  position: absolute;
  left: 0;
  top: 0;
}
#product-example  .example-info .example1-detail .example1-left li.item:first-child,#product-example  .example-info .example1-detail .example1-left li.item:last-child{
  margin-left: 18px;
}
#product-example  .example-info .example1-detail .example1-left li.item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 11px 0;
  padding-left: 16px;
  min-height: 75px;
  border-left: 1px solid #ff9159;
  position: relative;
  background: linear-gradient(
    to right,
    #ffefe6 0%,
    #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
  margin-bottom: 20px;
  width: 320px;
}

/* 上边框 */
#product-example  .example-info .example1-detail .example1-left li.item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #ff9159 0%,
    #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* 下边框 */
#product-example  .example-info .example1-detail .example1-left li.item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to right,
    #ff9159 0%,
   #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
}


#product-example  .example-info .example1-detail .example1-left li.item .item-title{
  font-size: 16px;
  color: #ff7f3f;
  margin-bottom: 8px;
}
#product-example  .example-info .example1-detail .example1-left li.item .item-txt{
  font-size: 13px;
  line-height: 24px;
  color: #333333;
}


#product-example  .example-info .example1-detail .example1-right{
  position: absolute;
  right: 0;
  top: 0;
}
#product-example  .example-info .example1-detail .example1-right li.item{
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 9px 0;
  padding-right: 16px;
  min-height: 75px;
  border-right: 1px solid #04cb94;
  text-align: right;
  position: relative;
  background: linear-gradient(
    to left,
    #daf7ef 0%,
    #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
  margin-bottom: 20px;
  width: 345px;
}
#product-example  .example-info .example1-detail .example1-right li.item:first-child,#product-example  .example-info .example1-detail .example1-right li.item:last-child{
    position: relative;
    right: 18px;
}
/* 上边框 */
#product-example  .example-info .example1-detail .example1-right li.item::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to left,
    #04cb94 0%,
    #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
}

/* 下边框 */
#product-example  .example-info .example1-detail .example1-right li.item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: linear-gradient(
    to left,
    #04cb94 0%,
   #ffffff 90%,
    rgba(255, 255, 255, 0) 100%
  );
}


#product-example  .example-info .example1-detail .example1-right li.item .item-title{
  font-size: 16px;
  color: #24ce9b;
  margin-bottom: 8px;
}
#product-example  .example-info .example1-detail .example1-right li.item .item-txt{
  font-size: 13px;
  line-height: 24px;
  color: #333333;
}

#product-example .example-scene{
  position: relative;
  margin-top: 53px;
  width: 100%;
}
#product-example .example-scene::after{
  content: "";
  display: block;
  width: 623px;
  height: 406px;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/scene-pic1.png) center center no-repeat;
  background-size: 100%;
}
#product-example .example-scene .scene-info{
  padding-left: 31px;
  position: relative;
}

#product-example .example-scene .scene-info .scene-title{
  font-size: 23px;
  font-weight: 600;
  color: #000000;
  margin-bottom: 16px;
}
#product-example .example-scene .scene-info .item-txt{
  font-size: 14px;
  color: #333333;
  margin-bottom: 12px;
}
#product-example .example-scene .scene-info .item-txt.item-title{
  margin-top: 27px;
}
#product-example .example-scene .scene-info .item-txt em{
  font-weight: 600;
  color: #000000;
}
#product-example .example-scene .scene-info .scene-list {
  margin-top: 55px;
}
#product-example .example-scene .scene-info .scene-list li.item{
  width: 158px;
  height: 136px;
  background: url(../images/scene-item-bg.png) center center no-repeat;
  background-size: 100%;
  padding: 30px 17px 0;
  float: left;
  position: relative;
  margin-right: 14px;
}

#product-example .example-scene .scene-info .scene-list li.item .item-title{
  font-size: 18px;
  color: #04cb94;
  font-style: italic;
  font-weight: 600;
}
#product-example .example-scene .scene-info .scene-list li.item .item-title::after{
  content: "";
  display: block;
  width: 36px;
  height: 4px;
  background-color: #04cb94;
  margin-top: 4px;
}
#product-example .example-scene .scene-info .scene-list li.item p{
  margin-top: 10px;
  font-size: 14px;
  line-height: 23px;
  color: #666666;
}

#product-example .example-detail{
  position: relative;
}


#product-example{
  position: relative;
}
#product-Package{
  position: relative;
  background-color: #f8f8f9;
}

.Package-list{
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
  position: relative;
}
#product-Package::before{
  content: "";
  display: block;
  width: 823px;
  height: 385px;
  background: url(../images/package-bg.png) center center no-repeat;
  background-size: 100%;
  position: absolute;
  right: 0;
  top: 0px;
  z-index: 1;
}
.Package-list li.item{
  width: 520px;
  height: 394px;
  box-shadow: 0 1px 19px rgb(0 0 0 / 13%);
  padding: 22px 45px 0;
  position: relative;
  background-color: #FFFFFF;
  z-index: 2;
}

.Package-list li.item .item-header{
  padding-bottom: 19px;
  border-bottom: 1px solid #e2e8ff;
  text-align: center;
}

.Package-list li.item .item-header h2.header-title{
  margin-top: 20px;
  font-size: 22px;
  color: #333333;
}

.Package-list li.item .item-header .header-label{
  display: block;
  margin: 0 auto;
  background: url(../images/package-label.png) center center no-repeat;
  width: 233px;
  height: 33px;
  color: #894c2d;
  font-size: 14px;
  line-height: 38px;
  margin-top: 5px;
}

.Package-list li.item .item-info{
  padding-top: 16px;
}

.Package-list li.item .item-info .item-label{
    display: flex;
    margin-bottom: 17px;
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 10px;
}

.Package-list li.item .item-info .item-label li{
  padding: 5px;
  height: 24px;
  line-height: 13px;
  color: #04cb94;
  font-size: 13px;
  background-color: #dcf8f0;
  border-radius: 5px;
  margin-right: 6px;
  margin-bottom: 6px;
}

.Package-list li.item .item-info .item-spec{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.Package-list li.item .item-info .item-spec li{
  width: 50%;
  font-size: 17px;
  margin-bottom: 12px;
  color: #666666;
}

.Package-list li.item .item-info .item-spec li em{
  color: #666666;
  font-weight: 600;
}

.Package-list li.item a.go-buy{
  display: block;
  width: 150px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  background-color: #04cb94;
  color: #FFFFFF;
  font-size: 16px;
  position: absolute;
  bottom: 25px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
}

.Package-list li.item a.go-buy:hover{
  background-color: #36d5a9;
}

#foot-area {
  color: #333333;
  font-size: 14px;
  text-align: center;
  height: 260px;
  width: 100%;
  background: url(../images/foot.png) center center no-repeat;
  background-size: cover;
  padding-top: 210px;
}

.GuestbookForm {
  position: fixed;
  box-sizing: border-box;
  bottom: 0;
  left: 0;
  z-index: 999;
  border-radius: 15px;
}

.GuestbookForm  .Package-list{
  padding: 0;
}

.GuestbookForm .close-guest {
  content: '';
  display: block;
  background: url(../images/close-guest.png) center center no-repeat;
  width: 28px;
  height: 28px;
  position: absolute;
  right: 11px;
  top: 17px;
  cursor: pointer;
  border-radius: 100%;
  z-index: 99;
}



@media screen and (max-width: 1600px) {
  .GuestbookForm .close-guest {
    width: 27px;
    height: 27px;
  }
}

.GuestbookForm .Package-list li.item{
  width: 290px;
}
.GuestbookForm .Package-list li.item .item-header img{
  width: 44px;
}
.GuestbookForm .Package-list li.item .item-header h2.header-title {
  font-size: 19px;
}
.GuestbookForm .Package-list li.item .item-header .header-label {
  font-size: 12px;
  width: 194px;
  background-size: 100%;
  line-height: 35px;
}
.GuestbookForm  .Package-list li.item .item-header{
  padding-bottom: 10px;
}
.GuestbookForm .Package-list li.item .item-info .item-label {
    flex-wrap: wrap;
    padding: 0;
    justify-content: flex-start;
}
.GuestbookForm .Package-list li.item .item-info .item-label li{
    font-size: 12px;
    padding: 3px;
    height: 19px;
    margin-bottom: 5px;
    margin-right: 2px;
}
.GuestbookForm .Package-list li.item .item-info .item-spec li {
  font-size: 13px;
}
.GuestbookForm .Package-list li.item .item-info .item-spec li em{
  display: block;
}
.GuestbookForm  .Package-list li.item a.go-buy{
    width: 207px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
}
#product-Principle .principle-detail .principle-summary  .summary-tips{
  display: block;
  position: absolute;
  width: 15px;
  height: 15px;
  cursor: pointer;
  background: url(../images/tips-icon2.png) center center no-repeat;
}

.el-tooltip__popper {
  max-width: 228px; /* 修改为你需要的宽度 */
}

.host_shopping_bdy .host_bcc_right{
  float: left;
  position: relative;
  width: 720px
}


.host_shopping_bdy .host-price-form{
  position: absolute;
  bottom: 0;
  border-top: 1px solid #f2f2f2; 
}

.host_shopping_bdy .host_buy_left{
  position: relative;
  width: 380px;
}

.host_shopping_bdy .host_buy_left::after{
  content: "";
  width: 454px;
  height: 339px;
  background: url(../images/host-bg.png) center center no-repeat;
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
}

.host_shopping_bdy .bcc-buy-info span{
  padding: 0;
}

.host_shopping_bdy .bcc-buy-info{
  padding-left: 30px;
}

.host_shopping_bdy .bcc-buy-info .price{
  margin-left: 50px;
}

.host_shopping_bdy .bcc-buy-info .price em{
  color: #de1b1e;
}

.host_shopping_bdy .bdy-pop-title,.host_shopping_bdy .bcc-select{
  color: #04cb94;
}
.host_shopping_bdy .domain_error{
  color: #ff0000;
}

.host_shopping_bdy .ui-slider-range{
  background-color: #04cb94;
  position: absolute;
}

.host_shopping_bdy .bdy-cp-progress .ui-slider-handle{
  z-index: 3;
  background: url(../images/bdy-press.png) 0 0 no-repeat;
}
.host_shopping_bdy .press-sj{
  background: url(../images/press-sj.png);
}
.host_shopping_bdy .email-dec{
    width: 613px;
    text-align: left;
    line-height: 20px;
    padding-left: 106px;
    margin-top: 5px;
    color: #04cb94;
}

.host_shopping_bdy .buy-tips{
  padding-left: 32px;
  color: #ff0000;
  line-height: 20px;
}

.host_shopping_bdy .domain_field_prefix{
  color: #FFFFFF;
  width: 40px;
  text-align: center;
  height: 28px;
  background-color: #04cb94;
  position: absolute;
  left: 0;
  line-height: 28px;
}

.host_shopping_bdy .domain_field_prefix+input{
  padding-left: 49px;
}


.swiper-container-vertical>.swiper-pagination-bullets{
  right: 50%;
  top: auto;
  bottom: 0px;
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -o-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);

}
.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{
  display: inline-block;
  margin: 5px;
}

#mousewhell-swiper .swiper-pagination-bullet{
  width: 16px;
  height: 4px;
  border-radius: 0;
}

.swiper-pagination-bullet-active{
  background-color: #04cb94;
}


#product-funcIntroduce .Solution_solutionTitleList__kRABF {
  margin-top: 42px;
  display: flex;
  color:#666;
  font-size: 20px;
  letter-spacing: .36px;
  justify-content: center;
}
#product-funcIntroduce .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_{
  position: relative;
  text-align: left;
  height: 20px;
  cursor: pointer;
  line-height: 20px;
  padding: 0 33px;
  font-size: 17px;
  border-right: 1px solid #C8C8C8;
}
#product-funcIntroduce .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_:last-child{
  border-right: 0;
}
#product-funcIntroduce .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_:hover{
  color: #04cb94;
}

#product-funcIntroduce .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_.Solution_active__t4LBo{
  color: #04cb94;
}
.host_buy_free_submit {
    width: 200px;
    height: 50px;
    margin: 19px 32px 19px 0;
    font-size: 22px;
    border: 0;
    border-radius: 3px;
    cursor: pointer;
}
.free-email{
  width: 100%;
  min-width: 1200px;
  background-color: #04cb94;
  position: relative;
}
.free-email .free-icon1{
  background: url(../images/foot-icon1.png) center center no-repeat;
  width: 75px;
  height: 49px;
  position: absolute;
  left: 20px;
  top: 0;
}
.free-email .free-icon2{
  background: url(../images/foot-icon2.png) center center no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0px;
  bottom: 0;
}
.free-email .free-icon2{
  background: url(../images/foot-icon2.png) center center no-repeat;
  width: 32px;
  height: 32px;
  position: absolute;
  left: 0px;
  bottom: 0;
}
.free-email .free-icon7{
  background: url(../images/foot-icon7.png) center center no-repeat;
  width: 91px;
  height: 75px;
  position: absolute;
  right: 23px;
  top: 0;
}
.free-email .free-content{
  width: 1200px;
  height: 174px;
  text-align: center;
  margin: 0 auto;
  padding-top: 20px;
  position: relative;
}
.free-email .free-icon4{
  background: url(../images/foot-icon4.png) center center no-repeat;
  width: 104px;
  height: 33px;
  position: absolute;
  left: 146px;
  bottom: 0;
}
.free-email .free-icon5{
  background: url(../images/foot-icon5.png) center center no-repeat;
  width: 21px;
  height: 20px;
  position: absolute;
  right: 253px;
  top: 70px;
}

.free-email .free-icon6{
  background: url(../images/foot-icon6.png) center center no-repeat;
  width: 62px;
  height: 59px;
  position: absolute;
  right: 125px;
  bottom: 0;
}
.free-email .free-content .content-txt{
  font-size: 25px;
  letter-spacing: 3px;
  color: #ffffff;
  position: relative;
  display: inline-block;
}
.free-email .free-content .content-txt::before{
    content: "";
    display: block;
    width: 145px;
    height: 116px;
    background: url(../images/foot-icon3.png) center center no-repeat;
    left: -67px;
    z-index: 1;
    background-size: 100%;
    position: absolute;
    top: -21px;
}
.free-email .free-content .content-txt span{
  position: relative;
  z-index: 2;
}
.free-email .free-content .content-txt label{
    display: inline-block;
    vertical-align: middle;
    width: 75px;
    height: 74px;
    font-weight: 600;
    font-size: 36px;
    text-align: center;
    background: url(../images/free-icon1.png) center center no-repeat;
    background-size: 100%;
    line-height: 66px;
}

.free-email .free-content .go-buy{
  position: relative;
  display: inline-block;
}
.free-email .free-content .go-buy::before{
  content: "";
  display: block;
  background: url(../images/mouse-icon.png) center center no-repeat;
  background-size: 100%;
  width: 23px;
  height: 23px;
  position: absolute;
  right: -40px;
  bottom: -8px;
}
.free-email .free-content .go-buy .buy-btn{
  width: 150px;
  height: 40px;
  display: block;
  margin: 0 auto;
  line-height: 40px;
  background-color: #ffffff;
  font-size: 15px;
  color: #04cb94;
  margin-top: 17px;
  transition: background-color 0.3s ease;
}
.free-email .free-content .go-buy .buy-btn:hover{
  background-color: rgba(255, 255, 255, 0.9); 
}


.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 0;
}

.pd22{
  padding-bottom: 22px;
}