body{
  background-color: #ffffff
}
.get-view{
  background-image: url('https://b.yzcdn.cn/i18n/official/assets/images/serviceCenter/top_bg.jpg');
  padding: 46px 0 64px;
  background-size: cover;
  background-repeat: no-repeat;
}
.get-view .get-view-logo{
  width: 85px;
}
.get-view .get-title{
  margin-top: 16px;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #2654ff;
}
.get-view .get-list-view{
  padding-top: 48px;
  width: 100%
}
.get-view .get-list-view .get-item-view{
  width: 384px;
  max-width: 384px;
  margin-left: 24px;
}
.get-view .get-list-view .get-item-view:first-child{
  margin-left: 0
}
.get-view .get-list-view .get-item-title{
  display: inline-block;
  position: relative;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #323233;
  z-index: 1;
}
.get-view .get-list-view .get-item-title::before{
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  right: -6px;
  top: -2px;
  background: #ed6a0c;
  border-radius: 50%;
  z-index: -1;
}
.get-view .get-list-view .get-item-desc{
  width: 236px;
  margin: 8px auto 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #646566;
}

.item-card{
  padding: 64px 0 128px;
  background-image: url('https://b.yzcdn.cn/i18n/official/assets/images/serviceCenter/bg_2.jpg');
  background-size: contain;
  background-repeat: no-repeat;
  background-size: 100% 360px;
}
.item-card .item-card-title{
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #323233;
}
.item-card  .card-title-dsc{
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #969799;
}

.service-view{
  background: none;
  background: #fff;
  padding-bottom: 84px
}
.service-view .service-list-view{
  width: 100%;
  margin-top: 48px
}
.service-view .service-list-view .service-item-view{
  width: 384px;
  padding: 32px 0 40px;
  background: #fff;
  box-shadow: 0 16px 64px -8px #eef1fa;
  border-radius: 8px;
  cursor: pointer;
  box-sizing: border-box;
  margin-left: 24px;
}

.service-view .service-list-view .service-item-view:first-child{
  margin-left: 0
}
.service-view .service-list-view .service-item-view img{
  width: 80px
}
.service-view .service-list-view .service-item-view .service-item-title{
  margin-top: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #323233;
}
.service-view .service-list-view .service-item-view:hover{
  background: #2654ff;
  box-shadow: 0 16px 64px -8px rgb(38 84 255 / 40%);
}
.service-view .service-list-view .service-item-view:hover .service-item-title{
  color: #ffffff
}

.service-detail-view .card-tip{
  margin-top: 8px;
  text-align: center
}
.service-detail-view .tip-title{
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #969799;
}
.service-detail-view .tip-detail{
  color: #323232;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
}
.service-detail-part-one .service-detail-list{
  margin-top: 48px;
}
.service-detail-part-one .service-detail-list .service-detail-item-view{
  width: 282px;
  padding-bottom: 24px;
  margin: 0 12px;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 16px 64px -8px #eef1fa;
  border-radius: 8px;
}
.service-detail-part-one .service-detail-item-view .detail-item-header{
  padding: 20px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #323233;
}
.service-detail-part-one .service-detail-item-view .price-view{
  padding: 40px 0 32px;
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #323233;
}
.service-detail-part-one .detail-item-body img{
  width: 220px
}
.service-detail-part-one .detail-item-body .detail-desc{
  padding: 0 24px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #646566;
}
.service-detail-part-one .detail-item-body .get-detail-btn{
  margin-top: 24px;
  line-height: 36px;
  height: 36px;
  width: 130px;
  text-align: center;
  font-size: 14px;
  padding: 0 16px;
  border-radius: 2px;
  border: 1px solid #dcdee0;
}
.service-detail-part-one .detail-item-body .get-detail-btn:hover{
  border: 1px solid #3773da
}
.service-detail-item-view.service-type-part-one .detail-item-header{
  background: linear-gradient(270deg,#d3d3d3,#ececec);
}
.service-detail-item-view.service-type-part-one .detail-item-body .get-detail-btn{
  background: linear-gradient(270deg,#d3d3d3,#ececec);
  color: #323233
}
.service-detail-item-view.service-type-part-two .detail-item-header{
  background: #5176ff;
  color: #ffffff
}
.service-detail-item-view.service-type-part-two .detail-item-body .get-detail-btn{
  background: #5176ff;
  color: #ffffff
}
.service-detail-item-view.service-type-part-three .detail-item-header{
  background: linear-gradient(270deg,#e8cb97,#edd3a3);
  color: #7d541f;
}
.service-detail-item-view.service-type-part-three .detail-item-body .get-detail-btn{
  background: linear-gradient(270deg,#e8cb97,#edd3a3);
  color: #7d541f;
}
.service-detail-item-view.service-type-part-four .detail-item-header{
  background: linear-gradient(270deg,#252733,#43485b);
  color: #f3e0b3;
}
.service-detail-item-view.service-type-part-four .detail-item-body .get-detail-btn{
  background: linear-gradient(270deg,#252733,#43485b);
  color: #f3e0b3;
}
.service-detail-view .team-introduction-view{
  margin-top: 84px
}
.service-detail-view .team-introduction-detail-view{
  background: url('https://b.yzcdn.cn/i18n/official/assets/images/serviceCenter/image_8.png'),linear-gradient(269.83deg,#f2f4fa .15%,#f6f8ff 100.57%);
  background-size: 100%;
  position: relative;
}
.service-detail-view .team-introduction-detail-view::before{
  position: absolute;
  left: 64px;
  top: -40px;
  content: "";
  border: 20px solid rgba(0,0,0,0);
  border-bottom-color: #f6f8ff;
}
.service-detail-view .team-introduction-detail-view .team-introduction-title{
  margin-top: 24px;
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #323233;
}
.service-detail-view .team-introduction-detail-view .team-introduction-list{
  width: 894px;
}
.service-detail-view .team-introduction-detail-view .team-introduction-item{
  padding: 32px 0 48px;
}
.service-detail-view .team-introduction-item .introduction-item-title{
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #323233;
}
.service-detail-view .team-introduction-item .introduction-item-desc{
  margin-top: 8px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #323233;
}
.service-detail-view .team-introduction-img-view{
  position: relative;
  margin-left: 24px;
  width: 282px;
  height: 198px;
  background: linear-gradient(269.83deg,#f2f4fa .15%,#f6f8ff 100.57%);
}
.service-detail-view .team-introduction-img-view img{
  position: absolute;
  bottom: 0;
  right: 9px;
  width: 100%;
}

.service-detail-part-two{
  padding-bottom: 84px
}
.service-detail-part-two .service-detail-list{
  margin-top: 60px;
}
.service-detail-part-two .service-detail-list .influencer-type-item a{
  width: 588px;
  padding: 32px 24px;
  margin-right: 24px;
  background: #fff;
  border-radius: 8px;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  box-shadow: 0 16px 64px -8px #eef1fa;
  text-align: left;
  cursor: pointer;
  display: block;
  height: 100%
}
.service-detail-part-two .service-detail-list .influencer-type-item:last-child a{
  margin-right: 0
}
.service-detail-part-two .service-detail-list .influencer-type-item a::before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 588px;
  height: 117px;
  background: -webkit-linear-gradient(top,#2654ff -108.33%,hsla(0,0%,100%,0));
  background: linear-gradient(180deg,#2654ff -108.33%,hsla(0,0%,100%,0));
  opacity: .8;
}
.service-detail-part-two .influencer-type-item .influencer-type-header{
  text-align: left;
  position: relative;
  margin-bottom: 26px;
  
}
.service-detail-part-two .influencer-type-item .influencer-type-header::before{
  content: "";
  width: 2px;
  height: 16px;
  background: #2654ff;
  position: absolute;
  left: -24px;
  top: 8px;
}
.service-detail-part-two .influencer-type-item .influencer-type-header img{
  width: 32px;
  height: 32px;
  margin-right: 8px;
}
.service-detail-part-two .influencer-type-item .influencer-type-header .influencer-type-title{
  font-weight: 600;
  font-size: 20px;
  color: #323233;
}
.service-detail-part-two .influencer-type-item .type-detail-item{
  margin-bottom: 20px
}
.service-detail-part-two .influencer-type-item .type-detail-item-title{
  font-size: 16px;
  line-height: 22px;
  color: #323233;
  margin-bottom: 10px;
  font-weight: 600;
}
.service-detail-part-two .influencer-type-item  .type-detail-item-desc{
  font-size: 14px;
  line-height: 20px;
  color: #646566;
}
.service-detail-part-two .influencer-type-item .service-cost-table{
  width: 100%;
  border-left: 1px solid #f2f3f5;
  border-right: 1px solid #f2f3f5;
}
.service-detail-part-two .influencer-type-item .service-cost-table th{
  padding: 16px;
  background: #f7f8fa;
  font-weight: 500;
  font-size: 14px;
  line-height: 20px;
  color: #323233;
}
.service-detail-part-two .influencer-type-item .service-cost-table td{
  padding: 16px;
  border-bottom: 1px solid #f2f3f5;
  font-size: 14px;
}
.service-detail-part-two .influencer-type-item .service-cost-table .td-right{
  text-align: right;
  font-weight: 500;
  line-height: 20px;
  color: #323233;
}

.service-detail-part-two .other-info-view{
  width: 1200px;
  max-width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  padding: 24px;
  background: #f5f7fe;
  border-radius: 8px;
  margin: 24px auto 60px;
  
}
.service-detail-part-two .other-info-view .info-text{
  margin-bottom: 12px;
  line-height: 22px;
  font-size: 14px;
  color: #646566;
}

.service-detail-part-three .service-content-view{
  background-color: #2047d9;
  background-image: url('https://b.yzcdn.cn/i18n/official/assets/images/serviceCenter/image_35.png');
  background-size: cover;
  width: 1200px;
  max-width: 100%;
  margin: 44px auto auto;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 64px;
  border-radius: 8px;
  text-align: left;
}
.service-detail-part-three .service-content-view .service-content-title{
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
  color: #fff;
  margin-bottom: 16px;
}
.service-detail-part-three .service-content-view .service-content-item{
  font-size: 16px;
  line-height: 20px;
  color: #fff;
  margin-bottom: 16px;
}
.service-detail-part-three .service-content-view .concat-btn{
  color: #2654ff;
  margin-top: 40px;
  line-height: 36px;
  height: 36px;
  font-size: 14px;
  padding: 0 16px;
  border-radius: 2px;
  border: 1px solid #dcdee0;
  display: inline-block;
  background-color: #ffffff
}
.service-detail-part-three .service-content-view .concat-btn:hover{
  border-color: #3773da;
  color: #2654ff;
}

.common-problem-view{
  max-width: 1200px;
  margin: auto auto 128px;
}
.common-problem-view .common-problem-title{
  font-weight: 500;
  font-size: 32px;
  line-height: 42px;
  text-align: center;
  color: #323233;
  margin-bottom: 64px;
}
.common-problem-list .common-problem-title-view p{
  font-weight: 500;
  font-size: 18px;
  line-height: 24px;
  color: #323233;
}
.common-problem-list .common-problem-title-view img{
  width: 18px;
  height: 18px
}
.common-problem-list .common-problem-item:first-child{
  border-top: 1px solid rgb(235, 237, 240);
}
.common-problem-list .common-problem-item{
  border-bottom: 1px solid rgb(235, 237, 240);
  padding: 14px 0
}
.common-problem-list .common-problem-item .common-problem-value{
  transition: height 160ms cubic-bezier(0.5, 0, 0.5, 0.1) 0s;
  overflow: hidden;
  height: auto;
  font-size: 14px;
  line-height: 20px;
  padding-right: 37px;
  padding: 30px 0 2px 0
}
.common-problem-list .common-problem-title-view[aria-expanded = true] img{
  display: none
}
.get-view .get-title-desc{
  margin-top: 8px;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #969799;
}


/* ipa */
@media screen and (min-width: 769px) and (max-width: 960px) {}



/* 移动端 */
@media screen and (max-width: 767px) {
  .get-view .get-list-view .get-item-view{
    margin-top: 40px;
  }
  .get-view .get-list-view .get-item-view:first-child{
    margin-top: 0
  }
  .item-card{
    padding: 62px 16px 56px
  }
  .service-view{
    padding: 62px 16px 56px
  }
  .item-card .card-title-dsc{
    font-size: 16px;
  }
  .service-view .service-list-view .service-item-view{
    max-width: 100%;
    margin-left: 0
  }
  .service-detail-part-one .service-detail-list .service-detail-item-view{
    width: 300px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-top: 40px
  }
  .service-detail-part-one .service-detail-list .service-detail-item-view:first-child{
    margin-top: 0
  }
  .service-detail-view .team-introduction-view{
    margin-top: 56px;
    margin-left: -16px;
    margin-right: -16px
  }
  .service-detail-view .team-introduction-detail-view{
    width: 100%
  }
  .service-detail-view .team-introduction-detail-view .team-introduction-list{
    width: 100%
  }
  .service-detail-view .team-introduction-item .introduction-item-title{
    font-size: 18px
  }
  .service-detail-view .team-introduction-item .introduction-item-desc{
    font-size: 12px
  }
  .service-detail-part-two .service-detail-list .influencer-type-item a{
    width: 100%
  }
  .service-detail-part-two .service-detail-list .influencer-type-item{
    margin-top: 24px
  }
  .service-detail-part-two .service-detail-list .influencer-type-item:first-child{
    margin-top: 0
  }
  .service-detail-part-three .service-content-view{
    width: 100%;
    padding: 32px 24px
  }
  .service-detail-part-three .service-content-view .service-content-item{
    font-size: 14px
  }
  .common-problem-view{
    max-width: 100%;
    padding: 0 16px;
    margin: auto auto 64px
  }
  .common-problem-view .common-problem-title{
    margin-bottom: 32px;
  }
  .common-problem-list .common-problem-title-view p{
    font-size: 14px
  }
  .common-problem-list .common-problem-item .common-problem-value{
    padding: 14px 0 2px 0
  }
  .service-detail-part-one .service-detail-list{
    align-items: center
  }
}