.page-container {
  width: 100%;
}

.page-container .main-banner {
  width: 100%;
  height: 8.46rem;
  background: url("/image/products/header.png") no-repeat center center;
  background-size: cover;
}

.page-container .main-banner .title {
  margin-top: 1.16rem;
  line-height: 0.9rem;
  font-weight: bold;
  font-size: 0.64rem;
  color: #ffffff;
  text-align: center;
}

.page-container .fragment {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #eef5ff;
  padding: 0.72rem 0.32rem 0.88rem 0.32rem;
}

.page-container .fragment .title {
  height: 0.78rem;
  font-weight: bold;
  font-size: 0.56rem;
  color: #1d1d1f;
  text-align: center;
}

.page-container .fragment .sub-title {
  height: 0.4rem;
  font-weight: 400;
  font-size: 0.28rem;
  color: #90949e;
  text-align: center;
  margin-top: 0.28rem;
}

.page-container .core-con {
  background-color: #eef5ff;
}

.page-container .core-con .list-con {
  margin-top: 0.74rem;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0.24rem;
  box-sizing: border-box;
}

.page-container .core-con .list-con .item {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  background-color: white;
  border-radius: 0.08rem;
  padding: 0.42rem 0.32rem 0.44rem 0.32rem;
}

.page-container .core-con .list-con .item .title-con {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
}

.page-container .core-con .list-con .item .title-con .logo {
  width: 0.56rem;
  height: 0.56rem;
  object-fit: cover;
}

.page-container .core-con .list-con .item .title-con .title {
  height: 0.5rem;
  line-height: 0.5rem;
  font-weight: 500;
  font-size: 0.36rem;
  color: #1d1d1f;
  text-align: left;
  margin-left: 0.24rem;
}

.page-container .core-con .list-con .item .title-con .more-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 1.44rem;
  height: 0.48rem;
  background: #eef5ff;
  border-radius: 0.24rem;
  font-weight: 400;
  font-size: 0.24rem;
  color: #1870ff;
  margin-left: auto;
}

.page-container .core-con .list-con .item .content {
  width: 5.42rem;
  font-weight: 400;
  font-size: 0.26rem;
  color: #90949e;
  text-align: left;
  margin-top: 0.32rem;
  margin-left: 0.75rem;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3; /* 最多三行 */
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal; /* 允许换行 */
}

.page-container .education-con {
  background-color: white;
}

.page-container .education-con .main-img {
  height: 6.36rem;
  object-fit: contain;
  margin-top: 0.92rem;
}

.page-container .qr-code-con {
  background-color: white;
}

.page-container .qr-code-con .title,
.page-container .qr-code-con .sub-title {
  height: auto;
}

.page-container .qr-code-con .main-img {
  height: 6.36rem;
  object-fit: contain;
  margin-top: 0.92rem;
}

.page-container .qr-code-con .main-img {
  height: 4.26rem;
  object-fit: contain;
  margin-top: 0.68rem;
}
