.parallel-fronts-banner .banner-container {
  /* max-width: 1920px; */
  width: 100%;
  /* height: 650px; */
  background: url(../images/twin-easy-ioc/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%;
}

/* 核心产品 */
.core-product {
  width: 100%;
  background: #f7f9fb;
  padding: 60px 0 70px 0;
}

.core-product .core-product-card-group {
  margin: 0 auto;
  max-width: 1440px;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(auto-fill, 460px);
  justify-content: space-between;
}

.core-product .core-product-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #ffffff;
  mix-blend-mode: normal;
  opacity: 0.9;
  box-shadow: -1.22465e-16px 2px 5px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 460px;
  padding: 40px 0;
}

.core-product .core-product-card>img {
  display: block;
  width: 55px;
  height: 55px;
}

.core-product .core-product-card .title {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 30px;
  line-height: 44px;
  text-align: center;
  color: #000000;
  margin: 12px 0 17px 0;
}

.core-product .core-product-card .text {
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  /* identical to box height, or 186% */
  text-align: center;
  color: #17233d;
  margin-bottom: 22px;
}

.core-product .core-product-card .btn {
  background: #2693ff;
  border-radius: 4px;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 30px;
  color: #ffffff;
  padding: 8px 20px;
}

/* 产品功能 */
.product-function .core-technology-card {
  background: #ffffff;
}

.product-function .core-technology-card .text>p {
  margin-bottom: 0px;
}

.product-function .core-technology-card .text>p:not(:last-child) {
  margin-bottom: 16px;
}

.product-function .core-technology-card .text>ul {
  /* 恢复默认小圆点 */
  list-style: disc;
  font-family: "Microsoft YaHei";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 26px;
  /* or 186% */
  color: #1177e3;
  /* display: grid;
  flex-wrap: wrap;
  justify-content: space-between; */
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 16px;
  /* margin-top: 16px; */
}

.product-function .core-technology-card .text a {
  white-space: nowrap;
  /* width: 100%; */
}

.product-function .core-technology-card .text ul li {
  align-self: stretch;
  margin-left: 18px;
  flex: 1;
}

.product-function .core-technology-card .text ul li:nth-child(2n-1) {
  min-width: 355px;
  width: 100%;
}

/* 客户价值 */
.customer-value {
  background: url(../images/development-tool/客户价值背景.jpg) no-repeat;
  background-size: 100% auto;
  background-position: left top;
}

@media only screen and (max-width: 1439px) {
  .core-product .core-product-card-group {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;

  }

  .core-product .core-product-card {
    padding: 32px 24px;
  }

  .core-product .core-product-card .text {
    height: 100%;
  }

  .product-function .core-technology-card {
    padding: 24px;
  }

  .core-technology-card-group .core-technology-card>img {
    width: 507px;
    height: 300px;
  }

  .core-technology-card .content .title {
    font-size: 28px;
    line-height: 30px;
    margin-bottom: 16px;
  }

  .core-technology-card .content .text {
    max-width: 100%;
    font-size: 16px;
    padding-left: 0;
  }

  .product-function .core-technology-card .text ul li {
    flex: none;
  }

  .product-function .core-technology-card .text a {
    white-space: wrap;
  }

  .product-function .core-technology-card .text ul li:nth-child(n) {
    min-width: 0;
    width: calc(100% - 18px);
  }
}

@media only screen and (max-width: 1099px) {

  .core-product .core-product-card .title {
    font-size: 22px;
    margin: 20px 0;
  }

  .core-product .core-product-card .text {
    margin-bottom: 20px;
  }

  .core-product .core-product-card .btn {
    font-size: 16px;

  }

  .core-technology-card-group .core-technology-card>img {
    width: 100%;
    height: auto;
  }

  .core-technology-card .content .title {
    margin-bottom: 12px;
  }

  .core-technology-card .content .text {
    max-width: 100%;
    font-size: 14px;
    padding-left: 0;
    margin-bottom: 24px;
  }

  .product-function .core-technology-card .text>p:not(:last-child) {
    margin-bottom: 12px;
  }

  .product-function .core-technology-card .text>ul {
    margin-bottom: 12px;
  }



}

/* ## Phone */
@media (max-width: 767px) {
  .core-product {
    padding: 10px 10px 30px;
  }

  .core-product .core-product-card-group {
    grid-template-columns: repeat(auto-fill, 100%);
    grid-row-gap: 24px;
  }

  .core-product .core-product-card {
    max-width: 100%;
    padding: 24px 0;
  }

  .core-product .core-product-card>img {
    width: 40px;
    height: 40px;
  }

  .core-product .core-product-card .title {
    font-size: 26px;
    margin: 12px 0;
  }

  .core-product .core-product-card .text {
    margin-bottom: 12px;
  }

  .core-product .core-product-card .btn {
    font-size: 16px;
  }

  .core-technology-card-group .core-technology-card {
    flex-direction: column !important;
    padding: 20px 12px;
  }

  .core-technology-card .content .title {
    font-size: 20px;
    line-height: 30px;
  }



  .core-technology-card-group .core-technology-card>img {
    margin-bottom: 0;
  }

  .core-technology-card .content .text {
    margin-bottom: 20px;
    line-height: 26px;
  }

  .product-function .core-technology-card .text>p:not(:last-child),
  .product-function .core-technology-card .text>ul {
    margin-bottom: 8px;
  }


}