.page1 .title {
  text-align: center;
  margin-bottom: 80px;
  font-size: 48px;
  color: #333333;
  margin-top: 60px;
  line-height: 67px;
}

.page1 .info .name {
  font-size: 18px;
  color: #222222;
  line-height: 25px;
  margin-bottom: 8px;
}

.page1 .info .desc {
  font-size: 14px;
  color: #222222;
  line-height: 24px;
}

.page1 .item {
  border: 1px solid #E6ECF3;
  padding: 20px;
  height: 300px;
}

.page2 .title {
  font-size: 30px;
  line-height: 42px;
  text-align: center;
  margin-top: 98px;
  margin-bottom: 25px;
}

.page2 .bgImg {
  background-image: url("../img/cooperationCasePage2Bg.svg");
  width: 100%;
  padding-bottom: 49%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}