.cq-banner h1 {
  color: #fff;
  font-size: 32px;
  margin-bottom: 30px;
  font-weight: 500;
  line-height: 33px;
}
.cq-banner p {
  font-size: 16px;
  line-height: 24px;
  color: #fff;
  margin: 13px 0;
}
.btnWrap {
  font-size: 14px;
  margin-top: 50px;
  overflow: hidden;
}
.btnWrap a {
  background-color: #fff;
  color: #2c2c2c;
  width: 172px;
  height: 52px;
  font-size: 14px;
  font-weight: 400;
  line-height: 52px;
  text-align: center;
  display: block;
}
.cq-banner .btnWrap a:hover {
  color: var(--main-color);
}
.h-100 {
  height: 100%;
}
.list span {
  font-size: 14px;
  color: #666;
  display: block;
}
.list p {
  font-size: 16px;
  color: #333;
}
.list a {
  background-color: var(--main-color);
  color: #fff;
}
.list a:hover {
  opacity: 0.9;
}