.product-introduce {
  width: 270px;
  height: 340px;
  background: #fafcfd;
  padding: 30px 19px 28px 20px;
  transition: transform .2s ease-in-out;
  margin: 0 auto 40px;
}
.product-introduce:hover {
  box-shadow: 0 2px 30px 0 rgb(169 186 212 / 20%);
  transform: scale(1.05);
}
.product-introduce .title {
  font-size: 18px;
  font-weight: 700;
  color: #333;
  line-height: 25px;
  margin: 20px auto 14px 0;
}
.product-introduce .introduce {
  color: #999;
  font-weight: 400;
  line-height: 20px;
}
.product-introduce .line {
  width: 30%;
  height: 1px;
  background: #e7e7e7;
  margin: 28px auto 10px 0;
}
.product-introduce .school-manage {
  background: #f1f5f7;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  width: 30%;
  height: 32px;
  line-height: 32px;
  text-align: center;
}
.product-introduce .go {
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgba(117, 207, 212);
}