.comp-module-apoint {
  position: sticky;
  top: 0;
  height: 54px;
  background: #1060BC;
  z-index: 1000;
}
.comp-module-apoint .comp-module-apoint-cont {
  height: 100%;
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
}
.comp-module-apoint .comp-module-apoint-item {
  height: 100%;
  cursor: pointer;
  flex: auto;
}
.comp-module-apoint .comp-module-apoint-item a {
  cursor: pointer;
  height: 100%;
  line-height: 54px;
  text-align: center;
  overflow: hidden;
  font-family: PingFangSC, PingFang SC;
  font-weight: 400;
  font-size: 16px;
  color: #ABDAFF;
  padding: 0 10px;
}
.comp-module-apoint .comp-module-apoint-item a:hover {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  background: #1D9AFE;
}
.comp-module-apoint .comp-module-apoint-item a.active {
  font-weight: 600;
  font-size: 16px;
  color: #FFFFFF;
  background: #1D9AFE;
}

/*# sourceMappingURL=index.css.map */
