@media screen and (max-width: 992px) {
  .serviceArea-Box-table thead tr th {
    min-width: 220px;
    padding: 20px;
    font-size: 18px;
    font-weight: 700;
    /* text-align: left; */
    border: none;
    vertical-align: middle;
    line-height: normal;
  }
  .serviceArea-Box-table tbody {
    text-align: left;
  }
  .serviceArea-Box-table tbody tr td {
    max-width: 220px;
    padding: 20px 20px;
    overflow: hidden;
    border: none;
  }

  .serviceArea-Box-table tbody tr td p {
    word-wrap: break-word;
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.875;
    letter-spacing: 1.6px;
    overflow-wrap: break-word;
    white-space: normal;
  }
  .serviceArea-Box-table tbody > tr td:nth-child(even) {
    background: var(--Grey-Background, #f7f7f7);
  }

  /* 导航栏 */
  .healthQuestion-Box .swiper-paginationEdit {
    height: 60px;
  }
  .swiper-pagination {
    bottom: 25px !important;
  }
}
.serviceArea-Box-table tbody > tr td:nth-child(odd){
  background: white;
}
@media screen and (min-width: 992px) {

  .serviceArea {
    background-image: url(/static/img/toRight-bg.svg);
    background-repeat: no-repeat;
    background-size: 432px 220px;
    background-position: -160px center;
  }
  .serviceArea-Box {
    margin-top: 40px;
  }
  .serviceArea-Box-table thead tr th {
    max-width: 300px;
    padding: 30px 0;
    border: none;
    vertical-align: middle;
    line-height: normal;
    font-size: 24px;
    /* text-align: left; */
    letter-spacing: 2.4px;
  }
  .serviceArea-Box-table tbody {
    text-align: left;
  }
  .serviceArea-Box-table tbody tr td {
    width: 300px;
    padding: 30px;
    border: none;
  }

  .serviceArea-Box-table tbody tr td p {
    letter-spacing: 4px;
    color: var(--Grey-Deep, #4d4d4d);
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
  }

  .serviceArea-Box-table tbody > tr td:nth-child(even) {
    background: var(--Grey-Background, #f7f7f7);
  }

  /* 为什么选择我们的
健康管理服务？ */
  .dentistry {
    padding-top: 142px;
    padding-bottom: 142px;
  }
}
