@charset "UTF-8";
.swiper-paginationEdit {
  width: 100%;
}
.swiper-paginationEdit .swiper-button-prev,
.swiper-paginationEdit .swiper-button-next {
  width: 46.868px;
  height: 46.868px;
  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: background-color 0.5s ease;
}

.swiper-paginationEdit .swiper-button-prev svg,
.swiper-paginationEdit .swiper-button-next svg {
  width: 11px;
  height: 20px;
}
.swiper-paginationEdit .swiper-button-prev::after,
.swiper-paginationEdit .swiper-button-next::after {
  content: "";
}
.swiper-paginationEdit .swiper-button-prev:hover,
.swiper-paginationEdit .swiper-button-next:hover {
  background: var(--Brand-Blue, #005bab);
}
.swiper-paginationEdit .swiper-button-prev:hover svg,
.swiper-paginationEdit .swiper-button-next:hover svg {
  transition: stroke 0.3s ease;
}
.swiper-paginationEdit .swiper-button-prev:hover svg path,
.swiper-paginationEdit .swiper-button-next:hover svg path {
  stroke: #fff;
}
.swiper-paginationEdit .swiper-button-prev {
  left: 34px;
}
.swiper-paginationEdit .swiper-button-next {
  right: 34px;
}




.swiper-paginationEdit .new-promotion-swiper-button-prev,
.swiper-paginationEdit .new-promotion-swiper-button-next {

  background: #fff;
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.2);
  border-radius: 50%;
  transition: background-color 0.5s ease;
  position: absolute;
    top: var(--swiper-navigation-top-offset, 50%);
    width: calc(var(--swiper-navigation-size) / 44 * 27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    z-index: 10;
    cursor: pointer;
    display: flex
;
    align-items: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color));
      width: 46.868px;
  height: 46.868px;
}

.swiper-paginationEdit .new-promotion-swiper-button-prev svg,
.swiper-paginationEdit .new-promotion-swiper-button-next svg {
  width: 11px;
  height: 20px;
}
.swiper-paginationEdit .new-promotion-swiper-button-prev::after,
.swiper-paginationEdit .new-promotion-swiper-button-next::after {
  content: "";
}
.swiper-paginationEdit .new-promotion-swiper-button-prev:hover,
.swiper-paginationEdit .new-promotion-swiper-button-next:hover {
  background: var(--Brand-Blue, #005bab);
}
.swiper-paginationEdit .new-promotion-swiper-button-prev:hover svg,
.swiper-paginationEdit .new-promotion-swiper-button-next:hover svg {
  transition: stroke 0.3s ease;
}
.swiper-paginationEdit .new-promotion-swiper-button-prev:hover svg path,
.swiper-paginationEdit .new-promotion-swiper-button-next:hover svg path {
  stroke: #fff;
}
.swiper-paginationEdit .new-promotion-swiper-button-prev {
  left: 34px;
}
.swiper-paginationEdit .new-promotion-swiper-button-next {
  right: 34px;
}






.indexSwiper .swiper-Title > div a {
  margin-top: 10px;
}

.dentistIntro {
  background: var(--White, #fff);
}

.Servicbg-Box {
  background: var(--White, #fff);
}

.ServiceOverview {
  padding-top: 45px;
  padding-bottom: 45px;
}
.ServiceOverview .ServiceOverviewBox img{
  border-radius: 15px;
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2 {
  margin-bottom: 20px;
  margin-top: 20px;
  color: var(--Brand-Blue, #005bab);
  font-size: clamp(24px, 1.5625vw, 30px);
  line-height: 1.33;
  letter-spacing: 4.8px;
  position: relative;
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2::after {
  content: "";
  height: 2px;
  width: 60px;
  background: var(--Brand-Blue, #005bab);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -9px;
}
.ServiceOverview .ServiceOverviewBox .ServiceOverviewText p {
  color: var(--Grey-Deep, #4d4d4d);
  font-size: clamp(16px, 1.041vw, 20px);
  font-weight: 400;

  line-height: 1.87;
  letter-spacing: 1.6px;
}
/* // 服务项目（new） */
.serviceArea {
  background-color: rgba(232, 224, 213, 0.6);
  padding: 45px 0 32px;
  background-image: url(/static/img/toRight-bg.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: -92px 95px;
}
.serviceArea-Box {
  margin-top: 28px;
}
.serviceArea-Box-table {
  border-radius: 20px;
  overflow: hidden;
}
.serviceArea-Box-table thead tr th {
  padding: 30px;
  background: var(--Grand-Light-Blue, #6096c5);
  color: var(--White, #fff);
  font-family: "Noto Sans HK";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.serviceArea-Box-table tbody {
  text-align: left;
}
.serviceArea-Box-table tbody tr td {
  padding: 30px;
}
.serviceArea-Box-table tbody tr td p {
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.serviceArea-Box-table tbody > tr td:nth-child(odd) {
  background: var(--Grey-Background, #f7f7f7);
}

@media screen and (max-width: 992px) {
  .Scroll-driven {
    overflow-x: scroll;
    white-space: nowrap;
    margin-left: 25px;
  }
  .Scroll-driven::-webkit-scrollbar {
    background-color: #e2e2e2;
    height: 3px;
    overflow: hidden;
  }
  .Scroll-driven::-webkit-scrollbar-track {
    background-color: transparent;
  }
  .Scroll-driven::-webkit-scrollbar-thumb {
    background-color: #5d85c3;
    border-radius: 6px;
    border: 3px solid transparent;
  }
  .Scroll-driven::-webkit-scrollbar-thumb:hover {
    background-color: #5d85c3;
  }
}
.scopeService {
  padding-top: 45px;
}
.scopeService-Box .all_menu_sec {
  position: relative;
}
.scopeService-Box .all_menu_sec ._inner ._sec {
  max-width: 945px;
  margin: 0 auto;
  margin-top: 33px;
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi {
  width: 90%;
  padding-left: 0px;
  transform: translateX(0);
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul {
  height: 120px;
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active a {
  background-color: var(--Brand-Blue, #005bab);
  border: 2px solid var(--Grand-Grey, #e8e0d5);
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active a h4,
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active a p,
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active a span {
  color: var(--White, #fff);
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li {
  margin: none !important;
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a {
  width: 107px;
  height: 107px;
  box-sizing: border-box;
  border: 2px solid var(--Grand-Gold, #dea742);
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a h4 {
  color: var(--Brand-Blue, #005bab);
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875; /* 187.5% */
  letter-spacing: 1.6px;
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a span {
  color: var(--Brand-Blue, #005bab);
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a p {
  color: var(--Grey-Deep, #4d4d4d);
  text-align: center;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875; /* 187.5% */
  letter-spacing: 1.6px;
}
.scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a p span {
  display: block;
  color: var(--Grey-Deep, #4d4d4d);
  /* 桌面版/PC-Small Text */
  font-family: "Noto Sans HK";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: normal;
}
.scopeService-Box .all_menu_sec ._inner ._sec ._list {
  padding: 38px 20px 45px;
  margin-top: 0;
  width: 100%;
  margin: 0 auto;
  transform: translateX(0%);
}
.scopeService-Box .all_menu_sec ._inner ._sec ._list::-webkit-scrollbar {
  overflow: hidden;
}
.scopeService-Box .all_menu_sec ._inner ._sec ._list > li {
  padding: 11px 17px 22px 18px;
  border-radius: 15px;
  max-width: 335px;
  width: 335px;
  background: var(--White, #fff);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.scopeService-Box .all_menu_sec ._inner ._sec ._list > li h2,
.scopeService-Box .all_menu_sec ._inner ._sec ._list > li h3 {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.scopeService-Box .all_menu_sec ._inner ._sec ._list > li p {
  color: var(--Grey-Deep, #4d4d4d);
  text-align: justify;
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 30px; /* 187.5% */
  letter-spacing: 1.6px;
  position: relative;
  z-index: 2;
}

.business_workflow ._sec ._navi li:nth-child(n + 2) {
  margin-top: 34px;
}

@media (max-height: 890px) {
  .business_workflow ._sec ._navi li:nth-child(n + 2) {
    margin-top: 34px;
  }
}
@media screen and (max-width: 1024px) {
  .business_workflow ._sec ._navi li:nth-child(n + 2) {
    margin: 0 0 0 20px;
  }
}
.business_workflow ._sec ._navi li:nth-child(n + 2):after {
  content: "";
  background: #4693c8;
  width: 1px;
  height: 34px;
  position: absolute;
  left: 50%;
  top: -34px;
  display: block;
}

@media (max-height: 890px) {
  .business_workflow ._sec ._navi li:nth-child(n + 2):after {
    height: 34px;
    top: -34px;
  }
}
@media screen and (max-width: 1024px) {
  .business_workflow ._sec ._navi li:nth-child(n + 2):after {
    width: 20px;
    height: 1px;
    top: 50%;
    left: -20px;
  }
}
.dentistry {
  padding-top: 45px;
  padding-bottom: 45px;
  background: var(--Grand-Grey, #e8e0d5);
}
.dentistry-Box {
  margin-top: 37px;
  margin-left: auto;
  margin-right: auto;
}
.dentistry-Box-item {
  background-color: white;
  padding: 10px;
  justify-content: center !important;
  gap: 10px;
}
.dentistry-Box-item-img {
  width: 87.618px;
  height: 87.618px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 8px solid rgba(var(--Brand-Blue-rgb, 0, 91, 171), 0.1);
  text-align: center;
  vertical-align: middle;
}
.dentistry-Box-item-img img {
  width: 53px;
  height: 41px;
  vertical-align: middle;
}
.dentistry-Box-item-text {
  max-width: 240px;
}
.dentistry-Box-item-text h3 {
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33; /* 133.333% */
  letter-spacing: 4.8px;
}
.dentistry-Box-item-text p {
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875;
  letter-spacing: 1.6px;
}

.newPromotion {
  padding-top: 45px;
  padding-bottom: 45px;
}
.newPromotion .pubilc-title {
  padding-bottom: 30px;
}
.newPromotion-Box {
  max-width: 375px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.newPromotion-Box .health-btn {
  margin: 24px auto 26px;
}
.newPromotion-Box .new-promotion-swiper-pagination .swiper-pagination-bullet {
  background: #e8e0d5;
  opacity: 1;
  width: 31px;
  height: 4px;
  border-radius: 0;
  margin: 0 4px;
}
.newPromotion-Box .new-promotion-swiper-pagination .swiper-pagination-bullet-active {
  background: #005bab;
}
.newPromotion-Box .newPromotionSwiper .swiper-wrapper .swiper-slide-text {
  max-width: 315px;
  margin: 0 auto;
  margin-top: 28px;
}
.newPromotion-Box
  .newPromotionSwiper
  .swiper-wrapper
  .swiper-slide-text
  h3 {
    margin-top: 10px;
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.newPromotion-Box .newPromotionSwiper .swiper-wrapper .swiper-slide-text p {
  margin-top: 8px;
  color: var(--Grey-Deep, #4d4d4d);
  /* text-align: justify; */
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875; /* 187.5% */
  letter-spacing: 1.6px;
}
.newPromotion-Box .swiper-paginationEdit {
  height: 60px;
}







.healthQuestion {
  padding-top: 45px;
  padding-bottom: 45px;
}
.healthQuestion .pubilc-title {
  padding-bottom: 30px;
}
.healthQuestion-Box {
  max-width: 375px;
  overflow: hidden;
  margin-right: auto;
  margin-left: auto;
  position: relative;
}
.healthQuestion-Box .health-btn {
  margin: 24px auto 26px;
}
.healthQuestion-Box .swiper-pagination .swiper-pagination-bullet {
  background: #e8e0d5;
  opacity: 1;
  width: 31px;
  height: 4px;
  border-radius: 0;
  margin: 0 4px;
}
.healthQuestion-Box .swiper-pagination .swiper-pagination-bullet-active {
  background: #005bab;
}
.healthQuestion-Box .healthQuestionSwiper .swiper-wrapper .swiper-slide-text {
  max-width: 315px;
  margin: 0 auto;
  margin-top: 28px;
}
.healthQuestion-Box
  .healthQuestionSwiper
  .swiper-wrapper
  .swiper-slide-text
  h3 {
    margin-top: 10px;
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}
.healthQuestion-Box .healthQuestionSwiper .swiper-wrapper .swiper-slide-text p {
  margin-top: 8px;
  color: var(--Grey-Deep, #4d4d4d);
  /* text-align: justify; */
  font-family: "Noto Sans HK";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.875; /* 187.5% */
  letter-spacing: 1.6px;
}
.healthQuestion-Box .swiper-paginationEdit {
  height: 60px;
}
.swiper-horizontal>.swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction{
  bottom: 24px;
}

.dentistry-team {
  overflow: hidden;
  padding-bottom: 45px;
  padding-top: 45px;
  background: var(--Grand-Light-Blue, #6096c5);
}
.dentistry-team .pubilc-title h2,
.dentistry-team .pubilc-title p {
  color: var(--White, #fff);
}
.dentistry-team .pubilc-title h2::after {
  background-color: var(--White, #fff);
}
.dentistry-team-Box {
  margin-top: 37px;
}
.dentistry-team-Box .dentistryTeamSwiper {
  max-width: 375px;
  margin: 0 auto;
}
.dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide {
  width: 312px;
}
.dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide > div {
  width: 312px;
}

/* .dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  > div:hover
  .dentist-item {
  display: none !important;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  > div:hover
  .dentist-itemShow {
  display: block !important;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  > div:hover
  i {
  transform: rotate(-45deg);
  background-color: var(--Grand-Grey, #e8e0d5);
}


.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  > div:hover
  i
  svg
  path {
  stroke: white;
} */
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .rotate-icon {
  transition: transform 0.3s ease-in-out;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .rotate-icon.rotated {
  transform: rotate(-45deg);
  background-color: var(--Grand-Gold, #dea742);
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .rotate-icon.rotated
  svg
  path {
  stroke: white;
}







.dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide > div.active .dentist-item {
  display: none !important;
}

.dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide > div.active .dentist-itemShow {
  display: block !important;
}

.dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide > div.active i {
  transform: rotate(-45deg);
  background-color: var(--Grand-Grey, #e8e0d5);
}

.dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide > div.active i svg path {
  stroke: white;
}








.dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide i {
  pointer-events: auto;
  z-index: 3;
  top: 16px;
  right: 18px;
  border-radius: 50%;
  width: 38.827px;
  height: 38.827px;
  background-color: var(--White, #fff);
  transition: all 0.3s ease-in-out;
  box-shadow: 0px 0px 10.4px rgba(0, 0, 0, 0.2);
}
.dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide i:hover{
  box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.2);

}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-item {
  width: 312px;
  height: 216px;
  border-radius: 8.5px;
  display: block;
  font-family: "Noto Sans HK";
  font-style: normal;
  line-height: normal;
  background-image: url("https://statichk.cmermedical.com/cph-hk/doctors/index-dotorBg.avif");
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  position: relative;
}

.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-item
  ::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  background: linear-gradient(
    180deg,
    rgba(0, 91, 171, 0) 60.17%,
    rgba(0, 91, 171, 0.3) 100%
  );
  left: 0;
  top: 0;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-item
  p::after,.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-item
  span::after {
  content: none;

}


.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-item
  img {
  width: auto;
  max-height: 208px;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-item
  p {
  left: 18px;
  bottom: 9px;
  color: var(--Grey-Deep, #4d4d4d);
  font-size: 16.64px;
  font-weight: 500;
  letter-spacing: 1.664px;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-item
  p
  span {
  color: var(--Brand-Blue, #005bab);
  font-size: 23.573px;
  font-weight: 700;
  letter-spacing: 2.357px;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow {
  width: 312px;
  height: 216px;
  border-radius: 8.5px;
  padding: 10px;
  background: var(--White, #fff);
  display: none;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.3);
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  > div {
  gap: 28px;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  > div
  > div:nth-child(1) {
  background-image: url("https://statichk.cmermedical.com/cph-hk/doctors/index-dotorBg.avif");
  overflow: hidden;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  width: 102px;
  height: 68px;
  border-radius: 12px;
  /* box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); */
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  > div
  > div:nth-child(1)
  img {
  max-height: 68px;
  width: auto;
  /* width: auto;
  max-height: 82px;
  border-radius: 12px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2); */
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  > div
  h2 {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 23.573px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2.357px;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  > div
  span {
  color: var(--Grey-Deep, #4d4d4d);
  font-family: "Noto Sans HK";
  font-size: 16.64px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.664px;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  p,
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  > div:nth-child(3)
  span {
  margin-top: 14px;
  color: var(--Grey-Deep, #4d4d4d);
  text-align: justify;
  /* 手機版/MB-Body Text */
  font-family: "Noto Sans HK";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* 限制显示的行数 */
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  letter-spacing: 0;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  > div:nth-child(3) {
  margin-top: 14px;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  div:last-child
  h4 {
  color: var(--Brand-Blue, #005bab);
  font-family: "Noto Sans HK";
  font-size: 14px;
  font-style: normal;
  font-weight: 350;
  line-height: 1.5;
}
.dentistry-team-Box
  .dentistryTeamSwiper
  .swiper-wrapper
  .swiper-slide
  .dentist-itemShow
  div:last-child
  span {
  margin-top: 0;
}

@media screen and (min-width: 992px) {
  .indexSwiper .swiper-Title > div {
    bottom: 3.4375rem;
    padding-right: 43px;
    left: auto;
  }
  .indexSwiper .swiper-Title > div .swiper-Title-sub {
    font-size: clamp(18px, 1.5625vw, 30px);
    letter-spacing: 3px;
  }
  .indexSwiper .swiper-Title > div a {
    margin-left: auto;
  }
  .Servicbg-Box {
    background-color: var(--White, #fff);
    background-image: url("/static/img/section-overview-bgline.svg");
    background-repeat: no-repeat;
    background-size: 220.009px 432.294px;
    background-position: 100% 135px;
  }
  .ServiceOverview {
    padding-top: 64px;
    padding-bottom: 44px;
  }

  .ServiceOverview .ServiceOverviewBox img {
    max-width: 540px;
    border-radius: 25px;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2 {
    color: var(--Brand-Blue, #005bab);
    margin-bottom: clamp(18px, 1.406vw, 27px);
    margin-top: 0;
    line-height: 1.8;
    letter-spacing: 3px;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText h2::after {
    height: 2px;
    width: 60px;
    background: var(--Brand-Blue, #005bab);
    position: absolute;
    left: 0;
    transform: translateX(0%);
    bottom: -8px;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText p {
    color: var(--Grey-Deep, #4d4d4d);
    max-width: none;
    line-height: 1.6;
    letter-spacing: 4px;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a {
    max-width: 258px;
    width: 258px;
    white-space: nowrap;
    max-height: 100px;
    height: 5.2vw;
    padding: 0 clamp(10px, 1.97vw, 38px) 0 clamp(10px, 1.97vw, 38px);
    font-size: clamp(18px, 1.5625vw, 30px);
    display: block;
    margin: clamp(28px, 3.22vw, 62px) auto 0 0;
    font-weight: 700;
    border: 4px solid #005bab;
    border-radius: 100px;
    opacity: 0.89;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
    color: #005bab;
    text-align: center;
    transition: all 0.5s ease;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a .onee {
    display: block;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a .twoo {
    display: none;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a:hover,
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a:focus {
    transition: all 0.5s ease;
    max-width: 275px !important;
    width: 275px !important;
    box-shadow: 0 0 0.4em 0 red;
    color: #fff !important;
    background-color: #df7000 !important;
    border: 4px solid #fff !important;
    box-shadow: 2px -2px 8px rgba(136, 136, 136, 0.75);
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a:hover .onee,
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a:focus .onee {
    display: none;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a:hover .twoo,
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a:focus .twoo {
    display: block;
    width: 38.838px !important;
    height: 45.43px !important;
  }
  .ServiceOverview .ServiceOverviewBox .ServiceOverviewText a svg {
    width: 26px;
    height: 45px;
  }
  .scopeService {
    padding-top: 57px;
    padding-bottom: 57px;
  }
  .scopeService::after {
    position: absolute;
    left: 0;
    top: 50%;
    content: "";
    background: url("/static/img/toRight-bg.svg") no-repeat;
    background-size: contain;
    max-width: 220px;
    width: 11.45vw;
    max-height: 432.294px;
    height: 22.5vw;
    z-index: 2;
  }
  .scopeService::before {
    position: absolute;
    right: 0;
    top: 338px;
    content: "";
    background-size: contain;
    background-position: 100% 100%;
    max-width: 220px;
    width: 11.45vw;
    max-height: 432.294px;
    height: 22.5vw;
    z-index: 3;
  }
  .scopeService {
    position: relative;
  }
  .scopeService-Box .all_menu_sec ._inner {
    background-color: var(--Grey-Background, #f7f7f7);
  }
  .scopeService-Box .all_menu_sec ._inner ._sec {
    max-width: 1005px;
    margin: 0 auto;
    margin-top: 67px;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi {
    width: auto;
    padding-left: 0;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul {
    width: 190px;
    height: 100%;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active {
    width: 190px;
    height: 190px;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active a {
    width: 190px;
    height: 190px;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active a h4,
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active a p,
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active a span {
    color: var(--White, #fff);
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul ._active a p span {
    font-family: "Noto Sans HK";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 1.2;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li {
    width: 173px;
    height: 173px;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a {
    width: 173px;
    height: 173px;
    border: 2px solid var(--Grand-Gold, #dea742);
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a h4 {
    color: var(--Brand-Blue, #005bab);
    text-align: center;
    /* 桌面版/PC-H3 */
    font-family: "Noto Sans HK";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a span {
    color: var(--Brand-Blue, #005bab);
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 30px;
    font-style: normal;
    font-weight: 900;
    line-height: normal;
    letter-spacing: 3px;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a p {
    color: var(--Grey-Deep, #4d4d4d);
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._navi ul li a p span {
    color: var(--Grey-Deep, #4d4d4d);
    text-align: center;
    /* 手機版/MB-Small Text */
    font-family: "Noto Sans HK";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: 120%;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._list {
    padding: 0;
    width: auto;
    margin: initial;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._list > li {
    scroll-margin-top: 330px;
    padding: 30px;
    border-radius: 25px;
    max-width: 756px;
    width: 100%;
    background: var(--White, #fff);
    box-shadow: 0px 0px 66.9px 0px rgba(0, 0, 0, 0.05);
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._list > li h2,
  .scopeService-Box .all_menu_sec ._inner ._sec ._list > li h3 {
    color: var(--Brand-Blue, #005bab);
    font-family: "Noto Sans HK";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3.4px;
  }
  .scopeService-Box .all_menu_sec ._inner ._sec ._list > li p {
    color: var(--Grey-Deep, #4d4d4d);
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6; /* 32px */
    letter-spacing: 4px;
    position: relative;
    z-index: 2;
  }

  /* // 服务项目（new） */
  .serviceArea {
    padding: 57px 0;
    background-image: url(/static/img/toRight-bg.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: -92px 95px;
  }
  .serviceArea-Box {
    display: inline-block;
    margin-top: 40px;
  }
  .serviceArea-Box-table {
    border-radius: 20px;
    overflow: hidden;
  }
  .serviceArea-Box-table thead tr th {
    padding: 30px;
    background: var(--Grand-Light-Blue, #6096c5);
    color: var(--White, #fff);
    font-family: "Noto Sans HK";
    font-size: clamp(16px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .serviceArea-Box-table tbody {
    text-align: left;
  }
  .serviceArea-Box-table tbody tr td {
    padding: 30px;
  }
  .serviceArea-Box-table tbody tr td p {
    color: var(--Grey-Deep, #4d4d4d);
    font-family: "Noto Sans HK";
    font-size: clamp(16px, 1.25vw, 24px);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 2.4px;
  }
  .serviceArea-Box-table tbody > tr td:nth-child(odd) {
    background: var(--Grey-Background, #f7f7f7);
  }

  .dentistry {
    padding-bottom: 61px;
    padding-top: 61px;
    background: var(--Grand-Grey, #e8e0d5);
  }
  .dentistry .pubilc-title {
    display: none;
  }
  .dentistry-Box {
    margin-top: 0;
    max-width: 997px;
    margin-left: auto;
    margin-right: auto;
    gap: 58px;
  }
  .dentistry-Box .title {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 429px;
    height: 429px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    box-shadow: 0px 0px 66.9px 0px rgba(0, 0, 0, 0.05);
    background: var(--White, #fff);
    z-index: 3;
    /* border: 62px solid  rgba(255, 255, 255, 0.2);
    box-sizing: content-box; */
  }
  .dentistry-Box .title > div {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
  }
  .dentistry-Box .title h2 {
    color: var(--Brand-Blue, #005bab);
    text-align: center;
    font-family: "Noto Sans HK";
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    letter-spacing: 3.4px;
  }
  .dentistry-Box-item {
    background-color: var(--Grey-Background, #f7f7f7);
    border: 30px solid rgb(211, 210, 203);
    padding: 0px;
    padding-top: 63px;
    width: 405px;
    height: 405px;
    border-radius: 50%;
    justify-content: start !important;
    background-repeat: no-repeat;
    background-position: 50% 247px;
  }
  .dentistry-Box-item-img {
    display: none !important;
    width: auto;
    height: auto;
    border-radius: 0%;
    text-align: center;
    vertical-align: middle;
  }
  .dentistry-Box-item-img img {
    width: 76.104px;
    height: 57.51px;
    vertical-align: middle;
  }
  .dentistry-Box-item-text {
    max-width: 240px;
  }
  .dentistry-Box-item-text h3 {
    color: var(--Grey-Deep, #4d4d4d);
    font-family: "Noto Sans HK";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
    text-align: center;
  }
  .dentistry-Box-item-text p {
    max-width: 1172px;
    margin-top: 19px;
    text-align: justify;
    color: var(--Grey-Deep, #4d4d4d);
    font-family: "Noto Sans HK";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
  }
  .dentistry-Box-item:nth-child(5) {
    border: 30px solid rgb(209, 211, 209);
    background-image: url("/static/img/dentistry-3.svg");
  }
  .dentistry-Box-item:nth-child(2) {
    border: 30px solid rgb(209, 211, 209);
    background-image: url("/static/img/dentistry-1.svg");
  }
  .dentistry-Box-item:nth-child(3) {
    border: 30px solid rgb(231, 215, 197);
    background-image: url("/static/img/dentistry-2.svg");
  }
  .dentistry-Box-item:nth-child(4) {
    border: 30px solid rgb(213, 218, 208);
    background-image: url("/static/img/dentistry-4.svg");
  }
  
  
.newPromotion {
    padding-top: 0;
    padding-bottom: 30px;
    position: relative;
  }
  .newPromotion::after {
    content: "";
    background: url("/static/img/toRight-bg-gray.svg") no-repeat;
    width: 220px;
    height: 432.294px;
    position: absolute;
    background-size: contain;
    bottom: 35px;
    left: 0;
    z-index: 2;
  }
  .newPromotion .pubilc-title {
    padding-top: 60px;
    padding-bottom: 60px;
    background: white;
  }
  .newPromotion-Box {
    max-width: 1125px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .newPromotion-Box .health-btn {
    margin: 11px auto 0px;
  }
  .newPromotion-Box .swiper-pagination {
    bottom: 28px;
  }
  .newPromotion-Box .new-promotion-swiper-pagination .swiper-pagination-bullet {
    background: #e8e0d5;
    opacity: 1;
    width: 71px;
    height: 4px;
    border-radius: 0;
    margin: 0 11px;
  }
  .newPromotion-Box .new-promotion-swiper-pagination .swiper-pagination-bullet-active {
    background: #005bab;
  }
  .newPromotion-Box .newPromotionSwiper .swiper-wrapper .swiper-slide-text {
    max-width: 315px;
    margin: 0 auto;
    margin-top: 28px;
  }
  .newPromotion-Box
    .newPromotionSwiper
    .swiper-wrapper
    .swiper-slide-text
    h3 {
    color: var(--Brand-Blue, #005bab);
    font-family: "Noto Sans HK";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .newPromotion-Box
    .newPromotionSwiper
    .swiper-wrapper
    .swiper-slide-text
    p {
    margin-top: 8px;
    color: var(--Grey-Deep, #4d4d4d);
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2; /* 187.5% */
    letter-spacing: 0px;
    /* word-break: keep-all; */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .newPromotion-Box .swiper-paginationEdit {
    height: 71px;
    margin-top: 65px;
  }
  
  
  
  
  
  .healthQuestion {
    padding-top: 0;
    padding-bottom: 30px;
    position: relative;
  }
  .healthQuestion::after {
    content: "";
    background: url("/static/img/toRight-bg-gray.svg") no-repeat;
    width: 220px;
    height: 432.294px;
    position: absolute;
    background-size: contain;
    bottom: 35px;
    left: 0;
    z-index: 2;
  }
  .healthQuestion .pubilc-title {
    padding-top: 60px;
    padding-bottom: 60px;
    background: white;
  }
  .healthQuestion-Box {
    max-width: 1125px;
    overflow: hidden;
    margin-right: auto;
    margin-left: auto;
    position: relative;
  }
  .healthQuestion-Box .health-btn {
    margin: 11px auto 0px;
  }
  .healthQuestion-Box .swiper-pagination {
    bottom: 28px;
  }
  .healthQuestion-Box .swiper-pagination .swiper-pagination-bullet {
    background: #e8e0d5;
    opacity: 1;
    width: 71px;
    height: 4px;
    border-radius: 0;
    margin: 0 11px;
  }
  .healthQuestion-Box .swiper-pagination .swiper-pagination-bullet-active {
    background: #005bab;
  }
  .healthQuestion-Box .healthQuestionSwiper .swiper-wrapper .swiper-slide-text {
    max-width: 315px;
    margin: 0 auto;
    margin-top: 28px;
  }
  .healthQuestion-Box
    .healthQuestionSwiper
    .swiper-wrapper
    .swiper-slide-text
    h3 {
    color: var(--Brand-Blue, #005bab);
    font-family: "Noto Sans HK";
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  .healthQuestion-Box
    .healthQuestionSwiper
    .swiper-wrapper
    .swiper-slide-text
    p {
    margin-top: 8px;
    color: var(--Grey-Deep, #4d4d4d);
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 2; /* 187.5% */
    letter-spacing: 0px;
    /* word-break: keep-all; */
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .healthQuestion-Box .swiper-paginationEdit {
    height: 71px;
    margin-top: 65px;
  }
  .dentistry-team {
    padding-top: 60px;
    overflow: hidden;
    background: var(--Grand-Light-Blue, #6096c5);
    padding-bottom: 30px;
  }
  .dentistry-team .pubilc-title h2,
  .dentistry-team .pubilc-title p {
    color: var(--White, #fff);
  }
  .dentistry-team .pubilc-title h2::after {
    background-color: var(--White, #fff);
  }
  .dentistry-team-Box {
    margin-top: 60px;
  }
  .dentistry-team-Box .dentistryTeamSwiper {
    max-width: fit-content;
    /* width: 100vw; */
    text-align: center;
    overflow: visible;
  }
  .dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide {
    width: 450px !important;
  }
  .dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide > div {
    width: 450px;
    cursor: pointer;
  }
  /* .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    > div:hover
    .dentist-item {
    display: none !important;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    > div:hover
    .dentist-itemShow {
    display: block !important;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    > div:hover
    i {
    transform: rotate(-45deg);
    background-color: var(--Grand-Grey, #e8e0d5);
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    > div:hover
    i
    svg
    path {
    stroke: white;
  } */
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .rotate-icon {
    transition: transform 0.3s ease-in-out;
  }
  .dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide i {
    top: 24px;
    right: 27px;
    border-radius: 50%;
    width: 56px;
    height: 56px;
    background-color: var(--White, #fff);
    box-shadow: 0px 0px 10.4px rgba(0, 0, 0, 0.2);
  }
  .dentistry-team-Box .dentistryTeamSwiper .swiper-wrapper .swiper-slide i svg {
    width: 20px;
    height: 20px;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-item {
    width: 450px;
    height: 310px;
    border-radius: 12px;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-item
    img {
    width: auto;
    max-height: 310px;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-item
    p {
    left: 27px;
    bottom: 13px;
    font-size: 20px;
    font-weight: 500;
    letter-spacing: 2.4px;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-item
    p
    span {
    font-size: 34px;
    line-height: normal;
    letter-spacing: 3.4px;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow {
    width: 450px;
    min-height: 310px;
    height: auto;
    border-radius: 12px;
    padding: 24px 21px 23px 29px;
    background: var(--White, #fff);
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow
    > div {
    gap: 28px;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow
    > div
    img {
    width: 150px;
    height: 100px;
    border-radius: 12px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.2);
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow
    > div
    h2 {
    color: var(--Brand-Blue, #005bab);
    font-family: "Noto Sans HK";
    font-size: 30px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: 3px;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow
    > div
    span {
    color: var(--Grey-Deep, #4d4d4d);
    font-family: "Noto Sans HK";
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    letter-spacing: 2px;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow
    p,
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow
    > div:nth-child(3)
    span {
    margin-top: 13px;
    overflow: hidden;
    color: var(--Grey-Deep, #4d4d4d);
    text-align: justify;
    font-family: "Noto Sans HK";
    font-size: 14px;
    font-style: normal;
    font-weight: 350;
    line-height: normal;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* 限制显示的行数 */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    letter-spacing: 0;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow
    > div:nth-child(3) {
    margin-top: 15px;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow
    div:last-child
    h4 {
    width: 100%;
    color: var(--Brand-Blue, #005bab);
    /* 桌面版/PC-Body Text */
    font-family: "Noto Sans HK";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 200%;
  }
  .dentistry-team-Box
    .dentistryTeamSwiper
    .swiper-wrapper
    .swiper-slide
    .dentist-itemShow
    div:last-child
    span {
    margin-top: 0;
    -webkit-line-clamp: 3; /* 限制显示的行数 */
  }
}
@media screen and (min-width: 1920px) {
  .environment #swiper2 .swiper-wrapper .swiper-slide img {
    height: 640px;
  }
}
