.title h3,
.title h6 {
  font-family: 'SourceHanSansCN-Regular';
}
.type {
  padding-top: 103px;
  padding-bottom: 58px;
}
.type ul.content {
  flex-wrap: wrap;
  margin-top: 38px;
}
.type ul.content li {
  width: calc(25% - 15px);
  margin-right: 20px;
  padding: 34px 0 22px 0;
  border: 1px solid #e5e5e5;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all 0.3s;
}
.type ul.content li:hover {
  border-color: #fff;
  box-shadow: 0 0 16px 0 rgba(9, 42, 101, 0.1);
}
.type ul.content li:nth-child(4n) {
  margin-right: 0;
}
.type ul.content li:nth-child(n + 5) {
  margin-top: 20px;
}
.type ul.content li .inner-title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 18px;
}
.type ul.content li .inner-title::before,
.type ul.content li .inner-title::after {
  display: block;
  content: '';
  width: 6px;
  height: 6px;
  background-color: #277fef;
  border-radius: 50%;
  margin: 0 13px;
}
.type ul.content li .inner-title h5 {
  font-size: 20px;
  line-height: 1;
  color: #666;
}
.type ul.content li p {
  font-family: 'SourceHanSansCN-Regular';
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  color: #666;
}
.type ul.content li a.inner-btn {
  display: block;
  width: 143px;
  height: 40px;
  font-family: 'SourceHanSansCN-Regular';
  font-size: 16px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  background-color: #277fef;
  border-radius: 18px;
  margin: 0 auto;
  margin-top: 20px;
}
.process {
  padding-top: 45px;
}
.process ul.content {
  margin-top: 48px;
}
.process a.handle-btn span.zx-info {
  width: calc(100% - 209px);
}
.process a.handle-btn span.zx-btn {
  width: 209px;
}
.material {
  padding: 60px 0;
}
.material .title h6 {
  margin-top: 23px;
}
.material ul.content {
  margin-top: 45px;
}
.material ul.content li {
  flex: 1;
  margin-right: 32px;
  padding: 34px 22px 42px 22px;
  box-shadow: 0 0 21px 0 rgba(0, 90, 255, 0.16);
  font-family: 'SourceHanSansCN-Regular';
  text-align: center;
}
.material ul.content li:last-child {
  margin-right: 0;
}
.material ul.content li img {
  display: block;
  width: auto;
  height: 95px;
  margin: 0 auto;
}
.material ul.content li h5 {
  font-size: 20px;
  font-weight: bold;
  color: #333;
  margin-top: 25px;
  margin-bottom: 10px;
}
.material ul.content li p {
  font-size: 18px;
  line-height: 24px;
  color: #666;
}
.material a.handle-btn {
  margin-top: 44px;
}
.problem {
  padding-bottom: 54px;
}
.problem .title h6 {
  margin-top: 23px;
}
.problem .problem-content {
  padding: 56px 30px 40px 30px;
  background-color: #f7f9fc;
}
.problem .problem-content ul.content {
  margin-top: 40px;
  flex-wrap: wrap;
}
.problem .problem-content ul.content li {
  width: calc(25% - 9.75px);
  margin-right: 13px;
  font-family: 'SourceHanSansCN-Bold';
  font-size: 20px;
  line-height: 55px;
  text-align: center;
  color: #666;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 16px 0 rgba(9, 42, 101, 0.1);
}
.problem .problem-content ul.content li:nth-child(4n) {
  margin-right: 0;
}
.problem .problem-content ul.content li:nth-child(n + 5) {
  margin-top: 13px;
}
.problem a.handle-btn {
  margin-top: 40px;
}
