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;
}

#edm-product-banner{
  width: 100%;
  background: url(../images/EDM-banner.png?v=2) center center no-repeat;
  height: 450px;
  padding-top: 125px;
}

#edm-product-banner .banner-detail{
  width: 1200px;
  margin: 0 auto;
  padding-left: 12px;
}

#edm-product-banner .banner-detail p{
  color: #000;
  font-size: 15px;
  line-height: 26px;
  width: 598px;
  margin-top: 29px;
  margin-bottom: 27px;
}

#edm-product-banner .banner-detail a.buy-now{
  display: block;
  background-color: #002bff;
  width: 146px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
}
#edm-product-banner .banner-detail a.buy-now:hover{
  background-color: #153bfd;
}
#edm-product-banner .banner-detail a.buy-now::after{
  content: "";
  display: inline-block;
  width: 33px;
  height: 9px;
  margin-left: 4px;
  background: url(../images/arrow-icon.png) center center no-repeat;
  margin-bottom: 2px;
}

#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: #3289ea;
}
#navTop .nav-list li.active a::after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: 0;
  background-color: #3289ea;
}

.navActive {
  position: fixed;
  top: 0px;
  z-index: 999;
  left: 0;
  right: 0;
}
.navActive + #product-advantage {
  margin-top: 75px;
}

#edm-index .title{
  font-size: 27px;
  color: #000000;
  text-align: center;
  margin-bottom: 50px;
}
#product-advantage{
  background-color: #f9faff;
}

#product-advantage .advantage-detail{
  display: flex;
  justify-content: space-between; align-items: center;
}

#product-advantage .advantage-detail li.item{
  display: inline-block;
  width: 385px;
  height: 127px;
  box-shadow: 0px 0px 30px -3px #eaebef;
  padding-left: 30px;
  padding-top: 27px;
}

#product-advantage .advantage-detail li.item .item-img{
  margin-right: 24px;
}
#product-advantage .advantage-detail li.item .item-info{
  width: 271px;
}
#product-advantage .advantage-detail li.item .item-info .item-title{
  color: #000000;
  font-size: 19px;
  margin-bottom: 13px;
}

#product-advantage .advantage-detail li.item .item-info .item-txt{
  color: #666666;
  font-size: 14px;
  line-height: 23px;
}

#product-advantage .advantage-detail li.item .item-info .item-txt span{
  display: inline-block;
  width: 125px;
}

#product-func .func-nav{
  font-size: 0px;
}

#product-func .func-nav li.item{
  position: relative;
  text-align: center;
  display: inline-block;
  width: 200px;
  padding-bottom: 14px;
  cursor: pointer;
}

#product-func .func-nav li.item span{
  color: #9ca2b2;
  font-size: 15px;
  margin-left: 13px;
  vertical-align: middle;
}
#product-func .func-nav li.item i img{
  width: 22px;
}
#product-func .func-nav li.item:hover span,#product-func .func-nav li.item.active span{
  color: #386bf3;
}

#product-func .func-nav li.item .item-img{
  display: inline-block;
  vertical-align: middle;
}

#product-func .func-nav li.item:hover .item-img,#product-func .func-nav li.item.active .item-img{
  display: none;
}
#product-func .func-nav li.item .item-img-hover{
  display: none;
}
#product-func .func-nav li.item:hover .item-img-hover,#product-func .func-nav li.item.active .item-img-hover{
  display: inline-block;
  vertical-align: middle;
}

#product-func .func-nav li.item::after{
  display: block;
  content: "";
  width: 60px;
  height: 3px;
  background-color: #386bf3;
  position: absolute;
  left: 50%;
  bottom: 0;
  opacity: 0;
  transform: translate(-50%);
}

#product-func .func-nav li.item:hover::after,#product-func .func-nav li.item.active::after{
  opacity: 1;
} 
#product-func .func-detail{
  padding-top: 45px;
  
}

#product-func .func-detail h2.interface-title{
  font-size: 18px;
  color: #000000;
  margin-bottom: 19px;
  font-weight: 600;
  text-align: center;
}
#product-func .func-detail p.interface-sub-title{
  font-size: 15px;
  color: #666666;
  margin-bottom: 17px;
  text-align: center;
}
#product-func .func-detail .interface-img{
  text-align: center;
}

#product-func .func-detail .interface-detail-1{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url(../images/interface-bg1.jpg) center center no-repeat;
  padding: 28px 32px 0;
  width: 1082px;
  height: 265px;
  margin: 0 auto;
}
#product-func .func-detail .interface-detail-1 .detial{
  width: 470px;
}

#product-func .func-detail .interface-detail-1 .detial .detail-title{
  width: 100%;
  height: 34px;
  color: #ffffff;
  font-size: 13px;
  text-align: center;
  line-height: 34px;
  background-color: #6196e6;
  margin-bottom: 58px;
  font-weight: 600;
}
#product-func .func-detail .interface-detail-1 .detial .detail-info{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;

}
#product-func .func-detail .interface-detail-1 .detial .detail-info li{
  border: 1px solid #b5cff2;
  border-radius: 3px;
  background-color: #cbdcf6;
  height: 45px;
  line-height: 43px;
  text-align: center;
  font-size: 13px;
  margin-bottom: 12px;
  color: #444444;
}
#product-func .func-detail .interface-detail-1 .detial .detail-info li::before{
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 6px;
  background-color: #444444;
  margin-right: 16px;

}

#product-func .func-detail .interface-detail-1 .detail-left .detail-info li{
  width: 104px;
}
#product-func .func-detail .interface-detail-1 .detail-right .detail-info li{
  width: 230px;
}
#product-func .func-detail .interface-detail-2{
  display: flex;
  justify-content: space-between;
  width: 1108px;
  margin: 0 auto;
  padding-left: 12px;
  
}

#product-func .func-detail .interface-detail-2 .detail2-info{
  background: url(../images/interface-bg2.jpg) center center no-repeat;
  width: 541px;
  height: 209px;
  padding: 44px 22px 21px 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#product-func .func-detail .interface-detail-2 .detail2-info li.item i{
    display: inline-block;
    margin-right: 13px;
    vertical-align: middle;
}

#product-func .func-detail .interface-detail-2 .detail2-info li.item{
  margin-bottom: 24px;
  height: 40px;
  text-align: left;
}
#product-func .func-detail .interface-detail-2 .detail2-info li.item span{
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  line-height: 40px;
}

#product-func .func-detail .interface-detail-2 .detail2-left li.item{
  width: 232px;
}
#product-func .func-detail .interface-detail-2 .detail2-right li.item{
  width: 208px;
}
#product-func .func-detail .interface-detail-2 .detail2-right{
  padding-left: 94px;
}
#product-func .func-detail .make-nav{
  padding-left: 81px;
  margin-bottom: 15px;
}

#product-func .func-detail .make-nav-detial{
  padding-left: 87px;
  font-size: 0px;
}

#product-func .func-detail .make-nav-detial li.item{
  display: inline-block;
  vertical-align: top;
}

#product-func .func-detail .make-nav-detial li.item .item-title{
  color: #000;
  font-size: 13px;
  margin-bottom: 10px;
  font-weight: 600;
}

#product-func .func-detail .make-nav-detial li.item .item-txt{
  color: #666666;
  font-size: 12px;
  line-height: 20px;
}
#product-func .func-detail .make-img{
  text-align: center;
  display: block;
}
#product-func .func-detail.interface{
  text-align: center;
} 
#product-func .func-detail .contacts-detail{
  padding: 0 72px 0 84px; 
}
#product-func .func-detail .contacts-detail .contacts-info{
  padding-top: 60px;
}
#product-func .func-detail .contacts-detail .contacts-info .info-titile{
  font-size: 26px;
  color: #386bf3;
  margin-bottom: 31px;
}

#product-func .func-detail .contacts-detail .contacts-info .item {
  margin-bottom: 19px;
}

#product-func .func-detail .contacts-detail .contacts-info .item i{
  display: inline-block;
  margin-right: 16px;
  vertical-align: middle;
}
#product-func .func-detail .contacts-detail .contacts-info .item span{
  vertical-align: middle;
  font-size: 16px;
  color: #666666;
}

#product-func .func-detail .statistics-title{
  color: #386bf3;
  font-size: 27px;
  text-align: center;
  margin-bottom: 29px;
}
#product-func .func-detail .statistics-txt{
  font-size: 0;
  margin-bottom: 5px;
  padding-left: 78px;
  width: 1217px;
}

#product-func .func-detail .statistics-txt .item-info{
  display: inline-block;
  margin-right: 12px;
  background-color: #f0f4f6;
  padding: 8px 12px;
  vertical-align: top;
  border-radius: 6px;
  position: relative;
  margin-top: 12px;
}
#product-func .func-detail .statistics-txt .item-info::before{
  content: "";
  position: absolute;
  top: -10px;
  left: 35px;
  transform: translateX(-50%);
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid #f0f4f6;
}
#product-func .func-detail .statistics-txt .item-info:last-child{
  margin-right: 0;
}
#product-func .func-detail .statistics-txt .item-info li::before{
  content: "";
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  margin-right: 6px;
  margin-top: 5px;
  background: url(../images/right-icon.png) center center no-repeat;
}
#product-func .func-detail .statistics-txt .item-info li p{
  float: left;
  font-size: 12px;
  line-height: 20px;
  color: #666666;
}

#product-func .func-detail .marketing-detail{
  font-size: 0;
  padding-left: 21px;
  margin-bottom: 7px;
}

#product-func .func-detail .marketing-detail li.item{
  display: inline-block;
  width: 290px;
  vertical-align: top;
}

#product-func .func-detail .marketing-detail li.item i{
  margin-right: 14px;
}

#product-func .func-detail .marketing-detail li.item .item-info{
  padding-top: 10px;
}

#product-func .func-detail .marketing-detail li.item .item-info h3{
  color: #666666;
  font-size: 15px;
  margin-bottom: 10px;
}
#product-func .func-detail .marketing-detail li.item .item-info p{
  color: #666666;
  font-size: 12px;
  line-height: 18px;
}

#product-func .func-detail .service-detail{
  display: flex;
  flex-wrap: wrap;
  padding-left: 45px;
}

#product-func .func-detail .service-detail li.item{
  display: inline-block;
  width: 288px;
  vertical-align: top;
  margin-bottom: 43px;
}

#product-func .func-detail .service-detail li.item i{
  margin-right: 20px;
}

#product-func .func-detail .service-detail li.item .item-info h3{
  color: #000000;
  font-size: 14px;
  margin-bottom: 10px;
}

#product-func .func-detail .service-detail li.item .item-info p{
  font-size: 13px;
  color: #666666;
}
#product-meal,#product-service{
  background-color: #f9faff;
}
#product-meal .title{
  margin-bottom: 14px;
}

#product-meal .sub-title{
  color: #666666;
  font-size: 14px;
  text-align: center;
  margin-bottom: 30px;
}

#product-meal .meal-detail{
  display: flex;
  justify-content: space-between;
}

#product-meal .meal-detail li.item{
  width: 170px;
  height: 217px;
  background: linear-gradient(to bottom, #fdeadf, #ffffff);
  box-shadow: 0 2px 12px 0 rgb(0 0 0 / 10%);
  text-align: center;
  padding-top: 26px;

}

#product-meal .meal-detail li.item .item-title{
  color: #000000;
  font-size: 20px;
  margin-bottom: 19px;
}

#product-meal .meal-detail li.item .item-num{
    display: block;
    width: 82px;
    height: 26px;
    background-color: #fb611b;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 26px;
    border-radius: 6px;
    margin: 0 auto;
    position: relative;
    margin-bottom: 15px;
}
#product-meal .meal-detail li.item .item-num::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 25px;
    transform: translateX(-50%) rotate(180deg);
    border-left: 4px solid transparent;
    border-right: 3px solid transparent;
    border-bottom: 5px solid #fb611b;
}

#product-meal .meal-detail li.item .item-price{
  font-size: 13px;
  color: #ff0000;
  margin-bottom: 17px;
}

#product-meal .meal-detail li.item .item-price em{
  font-size: 22px;
  font-weight: 600;
}

#product-meal .meal-detail li.item .buy-now{
  display: block;
  margin: 0 auto;
  width: 120px;
  height: 40px;
  line-height: 38px;
  border: 1px solid #fb611b;
  color: #fb611b;
  text-align: center;
  font-size: 13px;
  border-radius: 5px;
}

#product-meal .meal-detail li.item .buy-now:hover{
  color: #ffffff;
  background-color: #fb611b;
}

#product-service .service-title::before{
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 4px;
  height: 19px;
  margin-right: 15px;
  background-color: #386bf3;
}
#product-service .service-title {
  line-height: 19px;
  color: #000000;
  font-size: 17px;
}

#product-service .server-detail{
  padding: 0 9px;
  margin-top: 24px;
  margin-bottom: 41px;
  display: flex;
  justify-content: space-between;
}

#product-service .server-detail li.item{
  width: 264px;
  height: 227px;
  border:1px solid #eef1f9;
  text-align: center;
  padding-top: 28px;
  background-color: #ffffff;
}
#product-service .server-detail li.item i{
  height: 57px;
  display: block;
}
#product-service .server-detail li.item .item-title{
  font-size: 20px;
  color: #000000;
  margin-top: 19px;
  margin-bottom: 16px;
  font-weight: 600;
}
#product-service .server-detail li.item .item-info{
  font-size: 13px;
  color: #888888;
  line-height: 23px;
}

#product-service .service-info{
  font-size: 14px;
  margin-top: 15px;
  color: #888888;
  padding-left: 18px;
}
#product-service .service-info a{
  cursor: pointer;
  color: #888888;
}
#product-service .service-info a:hover{
  color: #3289ea;
}
#product-example .example-detail .example-nav li.item{
    color: #fff;
    width: 280px;
    height: 70px;
    cursor: pointer;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

#product-example .example-detail .example-nav li.item .item-img{
  display: none;
  margin-bottom: 10px;
  padding-top: 29px;
  height: 69px;
}

#product-example .example-detail .example-nav li.item .item-info{
  color: #ffffff;
  line-height: 70px;
  font-size: 16px;
}

#product-example .example-detail .example-nav li.item:first-child .item-info{
  line-height: 26px;
  padding-top: 9px;
}

#product-example .example-detail .example-nav li.item:first-child{
  background-color: #454545;
}

#product-example .example-detail .example-nav li.item:nth-child(2){
  background-color: #2b2b2b;
}
#product-example .example-detail .example-nav li.item:last-child{
  background-color: #1a1a1a;
}

#product-example .example-detail .example-nav li.item.on{
  background-color: #386bf3;
  opacity: 1;
  height: 139px;
}

#product-example .example-detail .example-nav li.item.on .item-img{
  display: inline-block;
}
#product-example .example-detail .example-nav li.item.on:first-child .item-img{
    padding-top: 26px;
    height: 65px;
}
#product-example .example-detail .example-nav li.item.on .item-info{
  line-height: 30px;
}

#product-example .example-detail .example-nav li.item.on:first-child .item-info{
  line-height: 20px;
}
#product-example{
  background-color: #f5f5f5;
}
#product-example .example-nav-detail{
  padding: 24px 36px 25px 33px;
  background-color: #ffffff;
  width: 920px;
}

#product-example .example-nav-detail .con-main{
  color: #000000;
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 22px;
}
#product-example .example-nav-detail .paragraph{
  margin-bottom: 20px;
}
#product-example .example-nav-detail .paragraph-title{
  color: #000000;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 10px;
  display: block;
}

#product-example .example-nav-detail .paragraph-title::before{
  content: "";
  display: inline-block;
  height: 16px;
  width: 3px;
  background-color: #386bf3;
  margin-right: 9px;
  vertical-align: middle;
}

#product-example .example-nav-detail .paragraph-con{
  text-indent: 2em;
  font-size: 14px;
  color: #747474;
  line-height: 22px;
 
}
#product-example .example-nav-detail .paragraph-con em{
  color: #386bf3;
}
#product-example .example-nav-detail .paragraph-list li{
  font-size: 14px;
  color: #747474;
  line-height: 22px;
}

#product-example .example-nav-detail .paragraph-list li::before{
  content: '';
  display: inline-block;
  margin-right: 7px;
  width: 4px;
  height: 4px;
  background-color: #666666;
  vertical-align: middle;
  border-radius: 6px;
}

#product-example .example-nav-detail .buy-now{
  margin-top: 23px;
  display: block;
  width: 267px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #ffffff;
  font-size: 15px;
  background-color: #386bf3;
  cursor: pointer;
}

#product-example .example-nav-detail .buy-now:hover{
  background-color: #4977f8;
}

.phone-panel h4{
  color: #222222;
  font-size: 14px;
  line-height: 16px;
  margin-bottom: 12px;
}

.phone-panel li i {
  display: inline-block;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #f48e96;
  text-align: center;
  transition: width 0s linear;
  vertical-align: middle;
  position: relative;
}

.phone-panel li i img {
  vertical-align: bottom;
  width: 12px;
  text-align: center;
  position: absolute;
  left: 50%;
  transition: width 0.1s linear;
  transform: translate(-50%, -50%);
  top: 50%;
}


.phone-panel li label {
  margin: 0 9px;
  cursor: pointer;
}

.phone-panel li span em {
  font-weight: bold;
  color: #f82a3b;
  font-size: 16px;
}

.el-tooltip__popper.is-light{
  border-color: #303133 !important;
}
.serviceName .el-input {
  width: 250px;
}

