section .intro-wrap .intro-content {
  flex-basis: 100%;
}

section .intro-wrap .intro-highlight {
  width: 100%;
}

section .intro-wrap .intro-highlight ul {
  display: flex;
}

section .intro-wrap .intro-highlight li {
  flex-basis: 33.33%;
  margin: 0;
  padding: 0 5px;
  border: 0;
  border-radius: 0;
}

@media screen and (max-width: 1023px) {
  section .intro-wrap .intro-highlight ul {
    display: block;
  }

  section .intro-wrap .intro-highlight li {
    flex-basis: 100%;
    margin-bottom: 10px;
  }

  section .intro-wrap .intro-highlight li:last-child {
    margin-bottom: 0;
  }
}

section .intro-wrap .intro-highlight li .highlight-group {
  width: 100%;
  margin: 10px 0;
  padding: 12px 15px;
  vertical-align: middle;
  border: 1px solid rgba(173, 173, 173, 0.75);
  border-radius: 30px;
  box-sizing: border-box;
}

.service-article {
  padding: 40px 30px 0;
}

.service-article .inner {
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 40px;
  margin-bottom: 40px;
}

.service-article .inner:last-child {
  border-bottom: 0;
  padding-bottom: 0;
  margin-bottom: 0;
}

.service-article .inner .title-group {
  color: #035882;
  margin-bottom: 15px;
}

.service-article .inner .title-group .tip {
  display: inline-block;
  color: #484848;;
  border: 1px solid #C1C1C1;
  border-radius: 18px;
  padding: 8px 11px;
  box-sizing: border-box;
  margin-right: 10px;
}

.service-article .inner .detail-group {
  color: #1e1e1e;
  line-height: 30px;
  text-align: justify;
}

.service-article .inner .detail-group p {
  margin-bottom: 15px;
}

.bigger {
  font-size: 1.5em;
}