/** 客户证言 */
.module-box-hangyerenke {
  background: linear-gradient(196deg, rgba(71, 122, 240, 0.18) 0%, rgba(89, 137, 250, 0.18) 100%);
}
.module-box-hangyerenke .content {
  display: block;
}
.module-box-hangyerenke .tabs {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 47px;
  padding-bottom: 24px;
  font-weight: 500;
  font-size: 20px;
  color: #828D9E;
}
.module-box-hangyerenke .tabs .tab {
  flex: 1;
  flex-shrink: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  display: flex;
  line-height: 40px;
}
.module-box-hangyerenke .tabs .tab.active {
  color: #1B2233;
  position: relative;
}

.module-box-hangyerenke .tabs .tab.active .animation-line {
  width: 97px;
  height: 2px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.module-box-hangyerenke .tabs .tab.active .animation-line span {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #FFFFFF;
}
.module-box-hangyerenke .tabs .tab.active .animation-line span.progress {
  width: 0%;
  background: #1D263B;
}
.module-box-hangyerenke .wrap-tab-content {
  height: 302px;
  position: relative;
}
.module-box-hangyerenke .tab-content {
  position: absolute;
  left: 0;
  right: 0;
  width: 1200px;
  height: 302px;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 17px;
  box-sizing: border-box;
  display: none;
}
.module-box-hangyerenke .tab-content .desc {
  flex-basis: 440px;
  padding-left: 57px;
  display: flex;
  flex-direction: column;
}
.module-box-hangyerenke .tab-content .desc .title {
  padding-top: 20px;
  font-weight: 500;
  font-size: 26px;
  color: #1B2233;
  line-height: 37px;
}
.module-box-hangyerenke .tab-content .desc .report-tags {
  margin-top: 26px;
  display: flex;
  flex-wrap: wrap;
}
.module-box-hangyerenke .tab-content .desc .report-tags .tag {
  height: 30px;
  padding: 0 16px;
  background: #FEE5CC;
  border-radius: 4px;
  margin-right: 12px;
  margin-bottom: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #663300;
}
.module-box-hangyerenke .tab-content .banner {
  flex-basis: 583px;
  height: auto;
  margin-left: auto;
}
.module-box-hangyerenke .tab-content .banner img {
  display: block;
  width: 583px;
  height: 268px;
  object-fit: contain;
  border-radius: 8px;
}
.module-box-hangyerenke .tab-content.iqiyi .logo {
  margin-bottom: 71px;
}
.module-box-hangyerenke .tab-content.iqiyi .logo img {
  height: 27px;
}
.module-box-hangyerenke .tab-content.ali .logo {
  margin-bottom: 64px;
}
.module-box-hangyerenke .tab-content.ali .logo img {
  height: 41px;
}
.module-box-hangyerenke .tab-content.mangguo .logo {
  margin-bottom: 69px;
}
.module-box-hangyerenke .tab-content.mangguo .logo img {
  height: 43px;
}
.module-box-hangyerenke .tab-content.tencent .logo {
  margin-bottom: 74px;
}
.module-box-hangyerenke .tab-content.tencent .logo img {
  height: 23px;
}
.module-box-hangyerenke .tab-content.yuewen .logo {
  margin-bottom: 62px;
}
.module-box-hangyerenke .tab-content.yuewen .logo img {
  height: 40px;
}
