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;
  margin-bottom: 22px;
  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 {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 140px;
}

.content-wrap .title {
  font-size: 24px;
  color: #000000;
  text-align: center;
  margin-bottom: 40px;
}
#product-Introduce{
  position: relative;
}
#product-Introduce::after{
  content: "";
  width: 100%;
  height: 458px;
  background: url(../images/bg-icon1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -236px;
  min-width: 1200px;
}
#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: 123px
}
#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: -12px;
  bottom: -20px;
  z-index: 2;
}

#product-Introduce .introduce-detail .detial-info{
  color: #333;
  font-size: 16px;
  line-height: 28px;
  width: 541px;
}


#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: 40%;
  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: 670px;
}
#product-Introduce .compare-table::before{
  content: "";
  width: 18px;
  height: 18px;
  border: 3px solid #fdf9e7;
  border-radius: 100%;
  position: absolute;
  top: -51px;
  z-index: 2;
  right: 126px;
}
#product-Introduce .compare-table::after{
  content: "";
  width: 83px;
  height: 83px;
  border: 20px solid #fff191;
  border-radius: 100%;
  position: absolute;
  top: -74px;
  right: -44px;
  background-color: #fff191;
  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%);
}
#product-Introduce .compare-table table th{
  height: 42px;
  line-height: 42px;
  text-align: center;
  color: #FFFFFF;
  font-size: 15px;
  background-color: #04cb94;
}

#product-Introduce .compare-table table td{
  background-color: #f1f6ff; 
  color: #49586b; 
  padding: 7px 18px;
  border: 1px solid #FFFFFF; 
  font-size: 14px;
  line-height: 21px;
  text-align: center;
}

#product-Principle{
  position: relative;
}
#product-Principle::after{
  content: "";
  background: url(../images/bg-icon2.png) center center no-repeat;
  background-size:cover;
  height: 318px;
  width: 100%;
  position: absolute;
  bottom: -157px;
  min-width: 1200px;
}
#product-Principle .principle-detail{
  padding: 0px 60px 0;
  position: relative;
}
#product-Principle .principle-detail::before{
  content: "";
  display: block;
  background: url(../images/principle-icon1.png) center center no-repeat;
  width: 57px;
  height: 36px;
  position: absolute;
  top: -28px;
  left: 0px;
}
#product-Principle .principle-detail::after{
  content: "";
  display: block;
  background: url(../images/principle-icon2.png) center center no-repeat;
  width: 57px;
  height: 36px;
  position: absolute;
  bottom: -38px;
  right: -10px;
}
#product-Principle .principle-detail .principle-info{
  text-indent: 2em;
  font-size: 16px;
  line-height: 25px;

}

#product-Principle .principle-detail .principle-summary{
  background: url(../images/principle-bg.png) center center no-repeat;
  position: relative; 
  width: 1077px;
  height: 469px;
  margin: 0 auto;
  margin-top: 27px;
  box-shadow: 0 1px 19px rgb(0 0 0 / 13%);
  background-color: #fff;
  z-index: 3;
}

#product-Principle .principle-detail .principle-summary .summary-list{
  position: absolute;
}

#product-Principle .principle-detail .principle-summary .summary-list li.item{
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  margin-bottom: 7px;
  font-size: 15px;
  color: #04cb94;
}

#product-Principle .principle-detail .principle-summary  .summary-title{
  position: absolute;
  font-size: 16px;
  color: #000000;
}

#product-Principle .principle-detail .principle-summary .summary-txt{
  font-size: 12px;
  line-height: 20px;
  color: #888888;
  position: absolute;
}

#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{
  height: 391px;
  position: absolute;
  right: 36px;
  top: 0;
  width: 676px;
}
#mousewhell-swiper-container .progress-bar-wrap .mousewhell-swiper-imgs img{
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  width: 100%;
}
#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: 420px;
  width: 100%;
  touch-action: pan-x;
  padding-top: 18px;
}


#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: 92px;
  width: 1200px;
  padding-top: 30px;
}

#mousewhell-swiper .swiper-slide .swiper-content .slide-title{
  position: relative;
  display: inline-block;
  flex: 0 1 auto;
  margin-bottom: 24px;
}

#mousewhell-swiper .swiper-slide .swiper-content .slide-title::before{
  content: "";
  width: 100px;
  height: 61px;
  display: inline-block;
  position: absolute;
  z-index: 2;
  right: 10px;
  top: -29px;
}
#mousewhell-swiper .swiper-slide:first-child .swiper-content .slide-title::before{
  background: url(../images/num-icon1.png) center center no-repeat;
}
#mousewhell-swiper .swiper-slide:nth-child(2) .swiper-content .slide-title::before{
  background: url(../images/num-icon2.png) center center no-repeat;
}
#mousewhell-swiper .swiper-slide:last-child .swiper-content .slide-title::before{
  background: url(../images/num-icon3.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: 20px;
}

#mousewhell-swiper .swiper-slide .swiper-content li.item .item-title{
  font-size: 0;
  margin-bottom: 8px;
}
#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: #04cb94;
  font-size: 18px;
}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-txt{
  display: block;
}
#mousewhell-swiper .swiper-slide .swiper-content li.item .item-txt::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: 6px;
}

#mousewhell-swiper .swiper-slide .swiper-content li.item .item-txt span{
  color: #333333;
  font-size: 15px;
  line-height: 24px;
  width: 285px;
  float: left;
}

#product-Functionality{
  position: relative;
}
#product-Functionality::after {
  content: "";
  width: 100%;
  height: 458px;
  background: url(../images/bg-icon1.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -236px;
  min-width: 1200px;
}

#product-example .Solution_solutionTitleList__kRABF {
  margin-top: 42px;
  display: flex;
  color:#000000;
  font-size: 20px;
  letter-spacing: .36px;
  justify-content: center;
}
#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;
}

#product-example  .example-info{
  position: relative;
  width: 100%;
  background-color: #fff;
  box-shadow: 0 1px 19px rgb(0 0 0 / 13%);
  height: 510px;
  padding-top: 85px;
  padding-left: 64px;
  background-size: cover;
  background-repeat: no-repeat;
  margin-top: 22px;
  z-index: 3;
}

#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-detail{
  position: relative;
}

#product-example .example-detail::before{
  content: "";
  display: block;
  width: 151px;
  height: 151px;
  background: url(../images/example-icon1.png) center center no-repeat;
  position: absolute;
  left: -67px;
  top: 10px;
  z-index: 2;
}

#product-example .example-detail::after{
  content: "";
  display: block;
  width: 87px;
  height: 83px;
  background: url(../images/example-icon2.png) center center no-repeat;
  position: absolute;
  right: -32px;
  bottom: -27px;
  z-index: 2;
}

#product-example{
  position: relative;
}
#product-Package{
  position: relative;
}
#product-Package::before{
  content: "";
  width: 100%;
  height: 458px;
  background: url(../images/bg-icon2.png) center center no-repeat;
  background-size: cover;
  position: absolute;
  bottom: -236px;
  min-width: 1200px;
}

#product-Package .Package-list{
  display: flex;
  justify-content: space-between;
  padding: 0 40px;
}

#product-Package .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;
}

#product-Package .Package-list li.item .item-header{
  padding-bottom: 19px;
  border-bottom: 1px solid #e2e8ff;
  text-align: center;
}

#product-Package .Package-list li.item .item-header h2.header-title{
  margin-top: 20px;
  font-size: 22px;
  color: #333333;
}

#product-Package .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;
}

#product-Package .Package-list li.item .item-info{
  padding-top: 16px;
}

#product-Package .Package-list li.item .item-info .item-label{
  display: flex;
  margin-bottom: 17px;
}

#product-Package .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;
}

#product-Package .Package-list li.item .item-info .item-spec{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

#product-Package .Package-list li.item .item-info .item-spec li{
  width: 50%;
  font-size: 17px;
  margin-bottom: 14px;
  color: #666666;
}

#product-Package .Package-list li.item .item-info .item-spec li em{
  color: #666666;
  font-weight: 600;
}

#product-Package .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%);
}

#product-Package .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;
  width: 290px;
  height: 400px;
  border-radius: 15px;
  padding: 30px 23px 0;
  background:url(../images/guest-bg.png) center center no-repeat;
}

@media screen and (max-width: 1600px) {
  .GuestbookForm  .el-form-item__content .el-input {
    font-size: 12px;
  }
  
}

.GuestbookForm h1.form-title {
  text-align: center;
  font-size: 22px;
  color: #04cb94;
  margin-bottom: 15px;
}

.GuestbookForm .el-form-item__label {
  font-size: 12px;
  color: #000000;
  line-height: 27px;
}

.GuestbookForm .el-form-item {
  margin-bottom: 6px;
}

.GuestbookForm .el-form-item__error {
  display: none;
}

.GuestbookForm .el-button {
  width: 100%;
  margin-top: 12px;
  padding: 7px 20px;
  background-color: #04cb94;
  border-color: #04cb94;
}
.GuestbookForm .el-button:hover {
  background-color: #13ca96;
  border-color: #13ca96;
}
.GuestbookForm .el-button span {
  font-size: 14px;
}
.GuestbookForm .el-input__inner{
  height: 28px;
  line-height: 28px;
}
.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%;
}
.GuestbookForm .el-button{
  color: #FFFFFF;
}
.GuestbookForm .el-button:hover{
  color: #FFFFFF;
}

@media screen and (max-width: 1600px) {
  .GuestbookForm .close-guest {
    width: 27px;
    height: 27px;
  }
}

.GuestbookForm .el-input:focus,
.GuestbookForm .el-input__inner:focus {
  border-color: #04cb94;
  box-shadow: 0 0 0 0.2rem rgba(#04cb94, 0.25) !important; /* 这行可选，用于调整阴影颜色，如果需要的话 */
}

.GuestbookForm .el-button:focus,
.GuestbookForm .el-button:hover,
.GuestbookForm .el-button:active {
  background-color: #04cb94; /* 修改背景颜色 */
  border-color: #04cb94; /* 修改边框颜色 */
  color: #fff; /* 如果需要修改文字颜色 */
}


#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-Functionality .Solution_solutionTitleList__kRABF {
  margin-top: 42px;
  display: flex;
  color:#666;
  font-size: 20px;
  letter-spacing: .36px;
  justify-content: center;
}
#product-Functionality .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_{
  position: relative;
  text-align: left;
  height: 20px;
  cursor: pointer;
  line-height: 20px;
  width: 251px;
  padding: 0 33px;
  border-right: 1px solid #C8C8C8;
}
#product-Functionality .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_:last-child{
  border-right: 0;
}
#product-Functionality .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_:hover{
  color: #04cb94;
}

#product-Functionality .Solution_solutionTitleList__kRABF .Solution_solutionTitleItem__NS_P_.Solution_active__t4LBo{
  color: #04cb94;
}
