html,
body {
  background-color: #f7f8fb;
}
.service_main {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Roboto, 'Segoe UI', Arial, 'PingFang SC', 'PingFang TC', 'PingFang HK', 'Microsoft Yahei', 'Microsoft JhengHei', sans-serif;
  color: #333;
  font-size: 14px;
}
.service_main .inner {
  max-width: 718px;
  box-sizing: border-box;
  background-color: #fff;
  margin: 0 auto;
  padding: 16px;
  word-wrap: break-word;
}
.service_main .main_t {
  line-height: 2;
  text-align: center;
  font-weight: 600;
  font-size: 18px;
  white-space: break-spaces;
}
.service_main h1 {
  font-weight: 600;
  font-size: 18px;
  line-height: 1.1;
}
.service_main h2 {
  font-weight: 700;
  font-size: 16px;
}
.service_main h3 {
  font-weight: 700;
  font-size: 14px;
}
.service_main h1,
.service_main h2,
.service_main h3,
.service_main li,
.service_main p {
  margin: 0;
  margin-block-start: 14px;
  margin-block-end: 14px;
}
.service_main h1,
.service_main h2,
.service_main h3,
.service_main h4,
.service_main h5,
.service_main h6 {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: inherit;
  text-align: justify;
}
.service_main .list {
  font-size: 16px;
  color: #333;
  line-height: 1;
}
.service_main .list_content {
  line-height: 2;
  text-align: justify;
  font-size: 14px;
}
.service_main p {
  text-align: justify;
  line-height: 2;
  color: #333;
  font-size: 14px;
  margin: 14px 0;
}
.service_main ul {
  padding-inline-start: 16px;
}
.service_main ul li::marker {
  color: #ff2741;
}
.service_main a {
  text-decoration: none;
  color: #3d8af5;
}
.service_main ul ul {
  list-style: inherit;
}
