.parallel-fronts-banner .banner-container {
  /* max-width: 1920px; */
  width: 100%;
  /* height: 650px; */
  background: url(../images/agent/banner.png) no-repeat center/cover;
  position: relative;
}

/* 产品概述 */

.parallel-fronts-product-function {
  background: url(../images/parallel-fronts/产品功能背景.jpg) no-repeat center;
  background-size: 100% 100%;
}

/* 产品优势 */

/* 产品功能 */

/* 智能体-产品功能- 卡片组件*/
.agent-product-card {
  width: fit-content;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.9;
  box-shadow: -1.22465e-16px 2px 5px rgba(0, 0, 0, 0.2);
}

.agent-product-card>img {
  display: block;
  width: 460px;
  height: 260px;
}

.agent-product-card .card-content {
  display: flex;
  flex-direction: column;
  padding: 25px 27px 39px 27px;
  width: 100%;
  max-width: 460px;
}

.agent-product-card .card-title {
  margin-bottom: 18px;
  text-align: center;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  /* or 125% */
  text-align: center;
  color: #17233d;
}

.agent-product-card .card-title>p:last-child {
  color: #1076e3;
  margin-top: 8px;
}

.agent-product-card .card-text {
  width: 100%;
  /* max-width: 406px; */
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  color: #17233d;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 180px;
}

.agent-product-card .card-text>p:not(:last-child) {
  margin-bottom: 16px;
}

/* 客户价值 */
.customer-value {
  background: url(../images/development-tool/客户价值背景.jpg) no-repeat;
  background-size: 100% auto;
  background-position: left top;
  padding: 60px 0 70px 0;
  width: 100%;
}

/* ## 平板 */
@media only screen and (max-width: 1439px) {
  .agent-product-card {
    width: 100%;
  }

  .agent-product-card>img {
    width: 100%;
    height: auto;
  }

  .agent-product-card .card-content {
    max-width: none;
  }

  .agent-product-card .card-content {
    padding: 24px 16px;
  }

  .agent-product-card .card-title {
    margin-bottom: 24px;
  }

  .agent-product-card .card-text {
    min-height: 0;
    line-height: 28px;

  }
}

@media only screen and (max-width: 1099px) {
  .agent-product-card .card-title {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 16px;
  }


}

/* ## Phone */
@media (max-width: 767px) {
  .agent-product-card>img {
    width: 100%;
    height: auto;
  }

  .agent-product-card .card-title {
    font-size: 18px;
    margin-bottom: 12px;
    line-height: 100%;
  }

  .agent-product-card .card-content {
    max-width: 100%;
    padding: 24px 16px;
  }

  .agent-product-card .card-text {
    min-height: 0;
  }

  .agent-product-card .card-title>p:last-child {
    margin-top: 4px;
  }
}