@charset "UTF-8";
#hero-image {
  height: 105.3333333333vw;
}
@media (min-width: 1920px) {
  #hero-image {
    height: 790px;
  }
}
#hero-image {
  width: 100%;
  background-image: url("../../../img/mobile/mainBusiness/aiQc/banner/banner.jpg");
  background-repeat: no-repeat;
  background-size: auto 100%;
  background-position: center center;
}

.section-heading-desc {
  margin-bottom: 3.2vw;
}
@media (min-width: 1920px) {
  .section-heading-desc {
    margin-bottom: 24px;
  }
}

/* AI客服质检 Tab */
#section-ai-qc .section-heading-desc {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1920px) {
  #section-ai-qc .section-heading-desc {
    margin-bottom: 40px;
  }
}
#section-ai-qc .section-heading-desc {
  text-align: center;
}
#section-ai-qc .section-heading-desc p {
  font-size: 3.2vw;
}
@media (min-width: 1920px) {
  #section-ai-qc .section-heading-desc p {
    font-size: 24px;
  }
}
#section-ai-qc .section-heading-desc p {
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.qc-tab-nav {
  margin-bottom: 4vw;
  padding-left: 0vw;
}
@media (min-width: 1920px) {
  .qc-tab-nav {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.qc-tab-nav {
  display: flex;
  background-color: #f5f8fa;
}
.qc-tab-nav .qc-tab-nav-item {
  font-size: 4vw;
  height: 10.4vw;
}
@media (min-width: 1920px) {
  .qc-tab-nav .qc-tab-nav-item {
    font-size: 30px;
    height: 78px;
  }
}
.qc-tab-nav .qc-tab-nav-item {
  position: relative;
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #050505;
  cursor: default;
  transition: all 0.3s ease;
}
.qc-tab-nav .qc-tab-nav-item.active {
  color: #fff;
  background-color: #0d5cfe;
}
.qc-tab-nav .qc-tab-nav-item::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 1px;
  background-color: #edf7ff;
  top: 3.4666666667vw;
  height: 3.7333333333vw;
}
@media (min-width: 1920px) {
  .qc-tab-nav .qc-tab-nav-item::after {
    top: 26px;
    height: 28px;
  }
}
.qc-tab-nav .qc-tab-nav-item:last-child::after {
  display: none;
}

.qc-tab-content {
  flex: 1;
}

.qc-tab-panel {
  display: none;
}
.qc-tab-panel.active {
  display: block;
}

.qc-tab-screenshot {
  margin-bottom: 4vw;
}
@media (min-width: 1920px) {
  .qc-tab-screenshot {
    margin-bottom: 30px;
  }
}
.qc-tab-screenshot img {
  width: 100%;
  display: block;
}

.qc-tab-bullets {
  padding: 0vw 4vw;
}
@media (min-width: 1920px) {
  .qc-tab-bullets {
    padding: 0 30px;
  }
}

.qc-tab-bullet {
  font-size: 3.4666666667vw;
  padding-left: 3.7333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1920px) {
  .qc-tab-bullet {
    font-size: 26px;
    padding-left: 28px;
    margin-bottom: 20px;
  }
}
.qc-tab-bullet {
  position: relative;
  line-height: 1.6;
  color: #333;
}
.qc-tab-bullet::before {
  content: "";
  position: absolute;
  left: 0vw;
  top: 1.7333333333vw;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
}
@media (min-width: 1920px) {
  .qc-tab-bullet::before {
    left: 0px;
    top: 13px;
    width: 14px;
    height: 14px;
  }
}
.qc-tab-bullet::before {
  border-radius: 50%;
  background-color: #0082ff;
}

/* VOC客户之声 Tab */
#section-voc .section-heading-desc {
  margin-bottom: 5.3333333333vw;
}
@media (min-width: 1920px) {
  #section-voc .section-heading-desc {
    margin-bottom: 40px;
  }
}
#section-voc .section-heading-desc {
  text-align: center;
}
#section-voc .section-heading-desc p {
  font-size: 3.2vw;
}
@media (min-width: 1920px) {
  #section-voc .section-heading-desc p {
    font-size: 24px;
  }
}
#section-voc .section-heading-desc p {
  line-height: 1.8;
  color: #555;
  margin: 0;
}

.voc-tab-nav {
  margin-bottom: 4vw;
  padding-left: 0vw;
}
@media (min-width: 1920px) {
  .voc-tab-nav {
    margin-bottom: 30px;
    padding-left: 0;
  }
}
.voc-tab-nav {
  display: flex;
  flex-wrap: wrap;
  background-color: #f5f8fa;
}
.voc-tab-nav .voc-tab-nav-item {
  font-size: 3.7333333333vw;
  height: 10.4vw;
}
@media (min-width: 1920px) {
  .voc-tab-nav .voc-tab-nav-item {
    font-size: 28px;
    height: 78px;
  }
}
.voc-tab-nav .voc-tab-nav-item {
  position: relative;
  width: 33.333%;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  color: #050505;
  cursor: default;
  transition: all 0.3s ease;
}
.voc-tab-nav .voc-tab-nav-item.active {
  color: #fff;
  background-color: #0d5cfe;
}
.voc-tab-nav .voc-tab-nav-item::after {
  content: "";
  position: absolute;
  left: 100%;
  width: 1px;
  background-color: #edf7ff;
  top: 3.4666666667vw;
  height: 3.7333333333vw;
}
@media (min-width: 1920px) {
  .voc-tab-nav .voc-tab-nav-item::after {
    top: 26px;
    height: 28px;
  }
}
.voc-tab-nav .voc-tab-nav-item:nth-child(3n)::after {
  display: none;
}

.voc-tab-content {
  flex: 1;
}

.voc-tab-panel {
  display: none;
}
.voc-tab-panel.active {
  display: block;
}

.voc-tab-screenshot {
  margin-bottom: 4vw;
}
@media (min-width: 1920px) {
  .voc-tab-screenshot {
    margin-bottom: 30px;
  }
}
.voc-tab-screenshot img {
  width: 100%;
  display: block;
}

.voc-tab-bullets {
  padding: 0vw 4vw;
}
@media (min-width: 1920px) {
  .voc-tab-bullets {
    padding: 0 30px;
  }
}

.voc-tab-bullet {
  font-size: 3.4666666667vw;
  padding-left: 3.7333333333vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1920px) {
  .voc-tab-bullet {
    font-size: 26px;
    padding-left: 28px;
    margin-bottom: 20px;
  }
}
.voc-tab-bullet {
  position: relative;
  line-height: 1.6;
  color: #333;
}
.voc-tab-bullet::before {
  content: "";
  position: absolute;
  left: 0vw;
  top: 1.7333333333vw;
  width: 1.8666666667vw;
  height: 1.8666666667vw;
}
@media (min-width: 1920px) {
  .voc-tab-bullet::before {
    left: 0px;
    top: 13px;
    width: 14px;
    height: 14px;
  }
}
.voc-tab-bullet::before {
  border-radius: 50%;
  background-color: #0082ff;
}

/* 产品优势 */
#section-advantages .advantages-grid {
  padding: 0vw 2.6666666667vw;
}
@media (min-width: 1920px) {
  #section-advantages .advantages-grid {
    padding: 0 20px;
  }
}
#section-advantages .advantages-item {
  height: 25.8666666667vw;
  margin-bottom: 2.6666666667vw;
}
@media (min-width: 1920px) {
  #section-advantages .advantages-item {
    height: 194px;
    margin-bottom: 20px;
  }
}
#section-advantages .advantages-item {
  position: relative;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
}
#section-advantages .advantages-item:last-child {
  margin-bottom: 0;
}
#section-advantages .advantages-item-1 {
  background-image: url("../../../img/mobile/mainBusiness/aiQc/advantages/1.png");
}
#section-advantages .advantages-item-2 {
  background-image: url("../../../img/mobile/mainBusiness/aiQc/advantages/2.png");
}
#section-advantages .advantages-item-3 {
  background-image: url("../../../img/mobile/mainBusiness/aiQc/advantages/3.png");
}
#section-advantages .advantages-item-4 {
  background-image: url("../../../img/mobile/mainBusiness/aiQc/advantages/4.png");
}
#section-advantages .advantages-item-overlay {
  padding: 0vw 32vw 0vw 5.3333333333vw;
}
@media (min-width: 1920px) {
  #section-advantages .advantages-item-overlay {
    padding: 0 240px 0 40px;
  }
}
#section-advantages .advantages-item-overlay {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#section-advantages .advantages-item-overlay p {
  font-size: 2.9333333333vw;
}
@media (min-width: 1920px) {
  #section-advantages .advantages-item-overlay p {
    font-size: 22px;
  }
}
#section-advantages .advantages-item-overlay p {
  color: #050505;
  line-height: 1.8;
  margin: 0;
  font-weight: 500;
}