body { line-height: 1; background: #ffffff; }

.pt100 { padding-top: 1rem; }

.h88 { height: 1.88rem; }

.make_appointment_btn {
  display: block;
  position: absolute;
  left: 50%;
  bottom: .28rem;
  width: 1.65rem;
  height: .49rem;
  line-height: .45rem;
  text-align: center;
  font-size: .26rem;
  color: #3aefd0;
  background: transparent;
  border: .02rem solid #3aefd0;
  z-index: 2;
  margin-left: -.83rem;
}

.swiper_tab_item {
  display: inline-block;
  height: .4rem;
  line-height: .38rem;
  font-size: .26rem;
  color: #666666;
  border-bottom: 1px solid transparent;
}

.active .swiper_tab_item {
  font-weight: bold;
  color: #005884;
  border-bottom-color: #005884;
}

.line_hor_border {
  display: block;
  width: 1.2rem;
  height: 1px;
  background: #c1c1c1;
}

#swiper1_6 .swiper-pagination-bullets,#swiper1_7 .swiper-pagination-bullets,#swiper1_8 .swiper-pagination-bullets{
  bottom: 2.15rem;
}

.tooltip_mask_pos {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}

.tooltip_mask_pos .data_area {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: .26rem;
  color: #fff;
  text-align: center;
  background: #086375;
  border-radius: .1rem;
  z-index: 2;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
