body {
  font-family: 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB',
    'Microsoft YaHei', '微软雅黑', Arial, sans-serif;
  background-color: #ffffff;
}
.wrap {
  overflow: inherit;
}
.wrap *{
  box-sizing: border-box;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.content-wrap {
  width: 1200px;
  margin: 0 auto;
  padding: 60px 0 55px;
}
.w{
  width: 1200px;
  position: absolute;
  margin: 0 auto;
  display: block;
  height: 450px;
  left: 50%;
  transform: translate(-50%);
}
.swiper-home .swiper-wrapper{
  height: 450px;
}

.swiper-home .banner-instroduce{
  background-image: linear-gradient(to bottom right, #ddeeff , #a2c6ff);
}

.swiper-home .banner-instroduce .ins{
  width: 585px;
  position: absolute;
  left: 0;
  padding-top: 120px;
}

.swiper-home .banner-instroduce .ins .ins-title{
  font-size: 30px;
  color: #000000;
  font-weight: bold;
  margin-bottom: 30px;
}

.swiper-home .banner-instroduce .ins .ins-info{
  font-size: 14px;
  color: #666666;
  line-height: 26px;
}
.swiper-home .banner-instroduce .ins .ins-info img{
  vertical-align: middle;
  padding-left: 3px;
}
.swiper-home .ins-img{
  object-fit: cover!important;
  height: 100%;
  width: 100%;
}


.swiper-home .banner-function .fuc-img{
  position: absolute;
  width: 393px;
  height: 356px;
  margin-top: 52px;
  margin-left: 139px;
}
.swiper-home .banner-function .fuc{
  width: 50%;
  position: absolute;
  left: 50%;
}

.swiper-home .banner-function .fuc .fuc-title::before{
  content: "";
  display: inline-block;
  margin-right: 12px;
  width: 38px;
  height: 37px;
  vertical-align: middle;
  background: url(../images/sale-icon.png) center center no-repeat;
  position: relative;
  top: -5px;

}
.swiper-home .banner-function .fuc {
  margin-top: 85px;
}
.swiper-home .banner-function .fuc .fuc-title{
  font-size: 24px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 26px;
}

.swiper-home .banner-function .fuc .fuc-info li.item::before{
  content: "";
  display: inline-block;
  margin-right: 16px;
  width: 21px;
  height: 22px;
  background: url(../images/right-icon.png) center center no-repeat;
  vertical-align: middle;
}
.swiper-home .banner-function .fuc .fuc-info li.item{
  font-size: 16px;
  color: #000000;
  margin-bottom: 7px;
}

.swiper-home .swiper-pagination-bullet{
  width: 24px;
  height: 15px;
  border-radius: 0px;
  box-sizing: content-box;
  background-color: transparent;
  margin: 0 5px;
  position:relative;
  vertical-align: middle;
  padding: 15px 0 10px 0;
  opacity: 1;
}
.swiper-home .swiper-pagination-bullet::after{
  content:"";
  display: inline-block;
  width: 24px;
  height: 3px;
  background-color: #ffffff !important;
  opacity: .56;
  vertical-align: middle;
  position: relative;
  z-index: 9999;
}
.swiper-home .bannerImg{
  height: 450px;
}
.swiper-home .swiper-pagination-bullet:hover{
  opacity: .72;
}
.swiper-home .swiper-pagination-bullet-active{
  border: 0px;
}
.swiper-home .swiper-pagination-bullet-active:hover{
opacity: 1;
}
.swiper-home .swiper-pagination-bullet-active::after{
  background-color: #ffffff;
  opacity: 1;
  box-sizing: content-box;
  vertical-align: middle;
  height: 3px;
  padding: 0;
  border: 0
}

#navTop {
  background-color: #fff;
  border-bottom: 2px solid #f3f5fb;
}
#navTop .nav-list {
  width: 1200px;
  text-align: center;
  font-size: 0;
  margin: 0 auto;
}
.navActive + #product-character {
  margin-top: 58px;
}
#navTop .nav-list li {
  display: inline-block;
  width: 180px;
  height: 56px;
}

#navTop .nav-list li 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 {
  font-size: 16px;
  color: #000000;
  padding-bottom: 9px;
  border-bottom: 2px solid transparent;
}
#navTop .nav-list li:hover a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #3c80ff;
}
#navTop .nav-list li.active a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #3c80ff;
}

.navActive {
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 0;
  right: 0;
}
.navActive + #product-advantage {
  margin-top: 75px;
}
#douyin-index .title{
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-bottom: 24px;
  font-weight: 600;
}
#douyin-index .sub-title{
  font-size: 16px;
  color: #666666;
  text-align: center;
}
#douyin-index .key-title{
  font-size: 18px;
  color: #3c80ff;
  font-weight: 600;
}

#douyin-index  .key-title::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/snow-icon.png) center center no-repeat;
  width: 23px;
  height: 23px;
  margin-right: 14px;
}

#product-advantage .advantage-detail{
  margin-top: 24px;
  text-align: center;
  display: flex;
  justify-content: space-between; align-items: center;
}

#product-advantage .advantage-detail li.item{
  display: inline-block;
  text-align: center;
  width: 198px;
  height: 255px;
  background-color: #f8f8f8;
  border-radius: 3px;
  padding: 29px 15px 0;
}

#product-advantage .advantage-detail li.item p{
  font-size: 13px;
  color: #000000;
  line-height: 23px;
  margin-top: 20px;
}
#key-advantage {
  height: 796px;
  background: url(../images/adv-bg.jpg) center center no-repeat;
}
#key-advantage .content-wrap{
  width: 1386px;
}
.el-carousel__item h3 {
  color: #475669;
  font-size: 14px;
  opacity: 0.75;
  line-height: 200px;
  margin: 0;
}
#key-advantage .el-carousel__item--card{
  width: 907px;
  background: url(../images/carousel-bg.png) center center no-repeat;
}



#key-advantage .adv-carousel{
  margin-top: 60px;
  position: relative;
}

#key-advantage .el-carousel__item{
  left: -18px;
  background-color: #ffffff;
  height: 345px;
  margin-top: 78px;
  overflow:inherit;
  opacity: .5;
  border-radius: 6px;
}

#key-advantage .adv-carousel .carousel-icon{
  position: absolute;
  top: 35%;
  cursor: pointer;
}

#key-advantage .adv-carousel .prev{
  left: -100px;
}
#key-advantage .adv-carousel .next{
  right: -100px;
}

#key-advantage .el-carousel__button{
  width: 57px;
  height: 5px;
}
#key-advantage .el-carousel__indicator.is-active button{
  background-color: #3c80ff;
}

#key-advantage .el-carousel__indicators{
  margin-top: 20px;
}

#key-advantage  .el-carousel i.num{
  position: absolute;
  left: 44px;
  top: 50px;
}

#key-advantage  .el-carousel .card-title{
  font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
    font-weight: 600;
    letter-spacing: 0;
    position: absolute;
    left: 44px;
    top: 123px;
    font-size: 32px;
    line-height: 40px;
    color: #000000;
}

#key-advantage  .el-carousel .card-info{
  font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
  position: absolute;
  left: 44px;
  top: 190px;
  color: #999999;
}

#key-advantage  .el-carousel .card-phone{
  position: absolute;
  right: 140px;
  top: -78px;
  opacity: 0;
}
#key-advantage .el-carousel__item--card.is-in-stage.is-active{
  opacity: 1;

}
#key-advantage .el-carousel__item--card.is-active .card-phone{
  opacity: 1;
}
#key-advantage .el-carousel__item--card{
  opacity: 0;
  transition-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
    transition-duration: 1000ms;
    animation-timing-function: cubic-bezier(0.34, 0.69, 0.1, 1);
    animation-duration: 1000ms;
}
#key-advantage .el-carousel__item--card.is-in-stage{
  opacity: 0.5;
}
.disabled {
  pointer-events: none; /* 禁用点击能力 */
}


#flow-trend{
  background-image: linear-gradient(to bottom, #e3edf9 ,#e3edf9);
}


#flow-trend .flow-info{
  width: 1246px;
  height: 637px;
  background: url(../images/flow-bg.png) center center no-repeat;
  margin: 0 auto;
  position: relative;
  margin-top: 18px;
}

#flow-trend .flow-info li.item{
  position: absolute;
}

#flow-trend .flow-info li.item .item-title{
  color: #000000;
  font-size: 18px;
  display: block;
  width: 239px;
  padding-left: 4px;
  margin-bottom: 15px;
  font-weight: 600;
}

#flow-trend .flow-info li.item .txt-right{
  text-align: right;
  padding-right: 4px;
}

#flow-trend .flow-info li.item .item-info{
  font-size: 15px;
  color: #666666;
}

#app-support{
  background-color: #f8f8f8;
}


#app-support .app-title{
  margin-top: 35px;
  color: #000000;
  font-size: 20px;
  text-align: center;
}

#app-support .app-title em{
  color: #3c80ff;
  font-size: 28px;
}

#app-support .app-detail{
  font-size: 0px;
  margin-top: 30px;
}

#app-support .app-detail li.item{
  display: inline-block;
  width: 318px;
  height: 326px;
  background-color: #ffffff;
  padding-top: 34px;
  text-align: center;
  margin: 0 35px;
  border-radius: 8px;
  vertical-align: middle;
}

#app-support .app-detail li.item .item-titile{
  color: #3c80ff;
  font-size: 18px;
  font-weight: 600;
  margin: 20px 0 28px;
}

#app-support .app-detail li.item .item-info p{
  font-size: 16px;
  line-height: 28px;
  color: #666666;
}

#channel .channel-detail{
  margin-top: 50px;
  display: flex;
  justify-content: space-between; align-items: center;
}

#channel .channel-detail li{
  width: 363px;
  height: 120px;
  position: relative;
  padding-top: 34px;
  padding-left: 29px;
  background: url(../images/channel-bg.png) center center no-repeat;
}

#channel .channel-detail li i{
  position: absolute;
  right: 16px;
  top: -31px;
}

#channel .channel-detail li .item-title{
  font-size: 17px;
  color: #000000;
  font-weight: 600;
  margin-bottom: 13px;
}

#channel .channel-detail li .item-info{
  font-size: 15px;
  color: #666666;
}
#business-openness{
  background-color: #f2f9ff;
}
#business-openness .openness-detial{
  margin-top: 47px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  flex-wrap: wrap;
  padding: 0 46px;
}

#business-openness .openness-detial li.item{
  width: 328px;
  height: 130px;
  line-height: 130px;
  background-color: #ffffff;
  padding-left: 33px;
  margin-bottom: 28px;
}

#business-openness .openness-detial li.item i{
  display: inline-block;
  vertical-align: middle;
  width: 65px;
  text-align: center;
}

#business-openness .openness-detial li.item .item-title{
  font-size: 20px;
  color: #000000;
  display: inline-block;
  margin-left: 33px;
}

#support-industry .industry-detial{
  margin-top: 54px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  flex-wrap: wrap;
  padding: 0 12px;
}

#support-industry .industry-detial li.item{
  width: 354px;
  height: 169px;
  line-height: 169px;
  text-align: center;
  margin-bottom: 27px;
  position: relative;
}
#support-industry .industry-detial li.item i img{
  height: 100%;
  object-fit: cover
}

#support-industry .industry-detial li.item .item-title{
  color: #fff;
  font-size: 24px;
  font-weight: 600;
  position: absolute;
  top: 1%;
  display: block;
  text-align: center;
  width: 100%;

}
#example{
  background: url(../images/example-bg.png) center center no-repeat;
  background-color: rgb(15, 20, 29);
}
#example .title{
  color: #ffffff;
}
#example .expample-detial{
  margin-top: 50px;
  display: flex;
  flex-direction: row;
  padding-left: 145px;
}
.semi-dy-open-tabs-bar {
  outline: none;
  position: relative;
  white-space: nowrap;
}

.semi-dy-open-tabs-bar-left {
  display: flex;
  flex-direction: column;
}
 .semi-dy-open-tabs-bar-line.semi-dy-open-tabs-bar-left .semi-dy-open-tabs-tab {
  -webkit-align-items: center;
  align-items: center;
  border-left: 0;
  color: #9fa1a5;
  display: -webkit-flex;
  display: flex;
  height: 60px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  opacity: .6;
  width: 10rem;
}
.semi-dy-open-tabs-bar .semi-dy-open-tabs-tab {
  box-sizing: border-box;
  color: #9fa1a5;
  cursor: pointer;
  display: block;
  float: left;
  font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 20px;
  position: relative;
  user-select: none;
}
.semi-dy-open-tabs-bar-line.semi-dy-open-tabs-bar-left .semi-dy-open-tabs-tab {
  border-left: 2px solid transparent;
  padding: 12px;
}
.semi-dy-open-tabs-bar-line.semi-dy-open-tabs-bar-left .semi-dy-open-tabs-tab-active,.semi-dy-open-tabs-bar-line.semi-dy-open-tabs-bar-left .semi-dy-open-tabs-tab-active:hover{
  -webkit-align-items: center;
  align-items: center;
  border: 0;;
  background: -webkit-linear-gradient(right,rgba(60,137,255,.3),rgba(60,137,255,0));
  background: linear-gradient(270deg,rgba(60,137,255,.3),rgba(60,137,255,0));
  border-color: #3c80ff;
  border-right-width: 2px;
  border-style: solid;
  border-left: 0;
  color: #ffffff;
  display: -webkit-flex;
  display: flex;
  height: 60px;
  -webkit-justify-content: flex-end;
  justify-content: flex-end;
  opacity: 1;
  width: 10rem;
}
.semi-dy-open-typography-h6.semi-dy-open-typography, h6.semi-dy-open-typography {
  font-family: Inter,-apple-system,BlinkMacSystemFont,Segoe UI,PingFang SC,Hiragino Sans GB,Microsoft YaHei,Helvetica Neue,Helvetica,Arial,sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  line-height: 22px;
  margin: 0;
}
.semi-dy-open-tabs-content-left {
  height: 100%;
  padding: 0 5px;
  padding-left: 66px;
}
.semi-dy-open-tabs-content-left i{
  display: inline-block;
  margin-right: 43px;
}

.semi-dy-open-tabs-content-left i img{
  border-radius: 10px;
}
#package{
  background: url(../images/package-bg.png) center center no-repeat;
  background-color: #e6eeff;
}

#package .package-detail{
  margin-top: 48px;
  display: flex;
  justify-content: space-between; 
  align-items: center;
  flex-wrap: wrap;
  padding: 0 21px;
}

#package .package-detail li.item{
  width: 358px;
  height: 345px;
  background-color: #e5efff;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}

#package .package-detail li.item .item-version{
  width: 90px;
  height: 39px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  font-size: 18px;
  line-height: 39px;
  font-weight: 600;
  color: #ffffff;
  border-bottom-right-radius: 23px;
}
#package .package-detail li.item:nth-child(1) .item-version{
  background-color: #2ec3af;
}
#package .package-detail li.item:nth-child(2) .item-version{
  background-color: #ffa42c;
}
#package .package-detail li.item:nth-child(3) .item-version{
  background-color: #3c80ff;
}
#package .package-detail li.item  .item-head{
  height: 135px;
  background-color: #ffffff;
  text-align: center;
  padding-top: 38px;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
}

#package .package-detail li.item  .item-head .item-title{
  font-size: 23px;
  color: #000000;
  margin-bottom: 18px;
}

#package .package-detail li.item  .item-head .item-price{
  font-size: 23px;
  color: #ff0000;
}

#package .package-detail li.item  .item-head .item-price em{
  font-size: 27px;
}

#package .package-detail li.item  .item-bottom{
  padding-top: 25px;
  padding: 25px 28px 0;
  height: 210px;
  border: 1px solid #ffffff;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;

}


#package .package-detail li.item  .item-bottom .bottom-title{
  color: #000000;
  font-size: 17px;
  margin-bottom: 15px;
}

#package .package-detail li.item  .item-bottom .bottom-txt{
  font-size: 14px;
  color: #333333;
  line-height: 22px;
}

#package .package-detail li.item .go-buy{
  display: block;
  position: absolute;
  bottom: 25px;
  left: 50%;
  transform: translate(-50%);
  width: 287px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  border-radius: 3px;
  font-size: 13px;
  color: #ffffff;
}

#package .package-detail li.item:nth-child(1) .go-buy{
  background-color: #2ec3af;
}
#package .package-detail li.item:nth-child(1) .go-buy:hover{
  background-color: #3ac5b3;
}
#package .package-detail li.item:nth-child(2) .go-buy{
  background-color: #ffa42c;
}
#package .package-detail li.item:nth-child(2) .go-buy:hover{
  background-color: #fcaa3f;
}
#package .package-detail li.item:nth-child(3) .go-buy{
  background-color: #3c80ff;
}
#package .package-detail li.item:nth-child(3) .go-buy:hover{
  background-color: #4887fc;
}
