@charset "UTF-8";

.show-doctor001 {
    min-height: 6rem;
    padding-bottom: 0.8rem;
}

.show-doctor001 .basic-msg {
    position: relative;
    margin-top: 0.8rem;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg {
    display: flex;
    box-sizing: border-box;
    padding: 0.6rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-header {
    width: 2.2rem;
    height: fit-content;
    flex-shrink: 0;
    margin-right: 0.6rem;
    position: relative;
    z-index: 1;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-header .r_img .inner-img {
    padding-bottom: 133%;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-header:after {
    content: "";
    width: 100%;
    height: 100%;
    background-color: var(--ruifox-color-primary-1);
    position: absolute;
    right: -0.1rem;
    bottom: -0.1rem;
    z-index: -1;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info {
    flex: 1;
    position: relative;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail {
    border-bottom: 1px dashed rgba(51, 51, 51, 0.5);
    padding-bottom: 0.2rem;
    position: relative;
    z-index: 1;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: normal;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 .tit {
    font-size: 0.32rem;
    line-height: 1;
    color: var(--ruifox-color-primary-1);
    position: relative;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 .tit .tit-line {
    position: absolute;
    left: 0px;
    bottom: -0.24rem;
    background: var(--ruifox-color-primary-1);
    width: 0.31rem;
    height: 0.04rem;
}

/* .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 a.more001 span{
      font-size: 0.16rem;
        color: #333;
        font-weight: 400;
} */
.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep {
    /* display: flex; */
    margin-top: 0.1rem;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p {
    font-size: 0.18rem;
    line-height: 1;
    color: #333;
    margin-top: 0.2rem;
}

/* .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p+p {
  margin-left: 0.2rem;
} */

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p span {
    color: #666;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p a:hover {
    color: var(--ruifox-color-primary-1);
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .position-box {
    margin-top: 0.4rem;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .position-box span {
    border: 1px solid var(--ruifox-color-primary-1);
    border-radius: 4px;
    color: var(--ruifox-color-primary-1);
    height: 0.32rem;
    line-height: 0.32rem;
    box-sizing: border-box;
    font-size: 0.16rem;
    padding: 0 0.1rem;
    display: inline-block;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .position-box span+span {
    margin-left: 0.1rem;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .good-at {
    margin-top: 0.2rem;
    font-size: 0.16rem;
    line-height: 1.5;
    display: flex;
    color: #333;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .good-at span {
    color: rgba(51, 51, 51, 0.6);
    flex-shrink: 0;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .m-doc-brief {
    display: none;
    margin-top: 20px;
    font-size: 16px;
    line-height: 32px;
    color: #333;
}

.show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-brief {
    font-size: 0.16rem;
    line-height: 2;
    margin-top: 0.2rem;
}

.show-doctor001 .detail-intro {
    margin-top: 0.8rem;
}

.show-doctor001 .detail-intro .inner-layout .doc-intro {
    margin-top: 0.4rem;
}

.show-doctor001 .detail-intro .inner-layout .doc-intro p,
.show-doctor001 .detail-intro .inner-layout .doc-intro span {
    color: #333;
    font-size: 0.18rem !important;
    line-height: 0.32rem !important;
    font-family: 'Arial Normal', 'Arial', sans-serif !important;
    font-weight: 400 !important;
    font-style: normal !important;
}

.show-doctor001 .doc-visits {
  margin-top: 0.8rem;
}
.show-doctor001 .doc-visits .m-table {
  display: none;
}
.show-doctor001 .doc-visits .inner-layout h1 {
  display: flex;
  align-items: center;
}

.show-doctor001 .doc-visits .inner-layout h1 .tips {
  flex: 1;
  font-size: 0.16rem;
  color: #999;
  padding-left: 0.2rem;
  font-weight: normal;
}

.show-doctor001 .doc-visits .inner-layout h1 ul {
  display: flex;
  align-items: center;
}

.show-doctor001 .doc-visits .inner-layout h1 ul li {
  margin-right: 0.1rem;
}

.show-doctor001 .doc-visits .inner-layout h1 ul li p {
  position: relative;
  display: flex;
  align-items: center;
  font-size: 0.16rem;
  font-weight: normal;
}

.show-doctor001 .doc-visits .inner-layout h1 ul li p:before {
  content: '';
  display: block;
  width: 0.14rem;
  height: 0.14rem;
  margin-right: 0.05rem;
  border-radius: 50%;
}

.show-doctor001 .doc-visits .inner-layout h1 ul li p.blue:before {
  background-color: #54a0ea;
}

.show-doctor001 .doc-visits .inner-layout h1 ul li p.green:before {
  background-color: #63b98c;
}

.show-doctor001 .doc-visits .inner-layout h1 ul li p.red:before {
  background-color: #ea5a54;
}

.show-doctor001 .doc-visits .inner-layout h1 ul li p.orange:before {
  background-color: #e49548;
}

.show-doctor001 .doc-visits .inner-layout h1 .right {
  display: flex;
  align-items: center;
}

.show-doctor001 .doc-visits .inner-layout h1 .apply-btn {
  border-radius: 3px;
  margin-left: 0.1rem;
  background-color: #03a560;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.05rem;
  font-weight: normal;
}

.show-doctor001 .doc-visits .inner-layout h1 .apply-btn i {
  font-size: 0.16rem;
  margin-right: 0.05rem;
}

.show-doctor001 .doc-visits .inner-layout h1 .apply-btn span {
  font-size: 0.16rem;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic {
  margin-top: 0.4rem;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-navigation {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 0.2rem;
  gap: 0.15rem;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-navigation .page-info {
  font-size: 0.14rem;
  color: #666;
  font-weight: 500;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-navigation .nav-buttons {
  display: flex;
  align-items: center;
  gap: 0.1rem;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-navigation .nav-buttons button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 0.4rem;
  height: 0.4rem;
  border: 1px solid var(--ruifox-color-primary-1);
  background-color: #fff;
  color: var(--ruifox-color-primary-1);
  border-radius: 50%;
  cursor: pointer;
  transition: all 0.3s ease;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-navigation .nav-buttons button:hover:not(.disabled) {
  background: var(--ruifox-color-primary-2, darken(var(--ruifox-color-primary-1), 10%));
  color: #fff;
  transform: translateY(-2px);
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-navigation .nav-buttons button.disabled {
  background: #e0e0e0;
  color: #999;
  cursor: not-allowed;
  opacity: 0.6;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-navigation .nav-buttons button i {
  font-size: 0.16rem;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table {
  width: 100%;
  border-collapse: collapse;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table tr.week-header-row th {
  background: #f5f5f5;
  font-weight: 600;
  font-size: 0.14rem;
  color: #333;
  border: 1px solid #c9c9c9;
  padding: 0.15rem 0;
  text-align: center;
  height: 0.33rem;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table tr.week-header-row th.area-header {
  background: linear-gradient(135deg, var(--ruifox-color-primary-1) 0%, var(--ruifox-color-primary-2, darken(var(--ruifox-color-primary-1), 10%)) 100%);
  color: #fff;
  font-size: 0.16rem;
  min-width: 1.8rem;
  width: 15%;
       
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table tr.week-header-row th.time-header {
  background: #ededed;
  min-width: 0.8rem;
  width: 8%;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table tr.week-header-row th.date-header {
  width: 11%;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table tr.area-separator td {
  height: 0.1rem;
  background: #fafafa;
  border: none;
  padding: 0;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.area-name-cell {
  background: linear-gradient(135deg, var(--ruifox-color-primary-1) 0%, var(--ruifox-color-primary-2, darken(var(--ruifox-color-primary-1), 10%)) 100%);
  color: #fff;
  font-weight: 600;
  font-size: 0.15rem;
  text-align: center;
  vertical-align: middle;
  padding: 0.1rem;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.area-name-cell .area-name {
  writing-mode: horizontal-tb;
  line-height: 1.6;
  word-break: break-all;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.time-label {
  background: #f9f9f9;
  font-weight: 600;
  color: #666;
  font-size: 0.14rem;
  border: 1px solid #c9c9c9;
  text-align: center;
  padding: 0.15rem 0;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell {
  vertical-align: middle;
  border: 1px solid #c9c9c9;
  padding: 0.15rem 0;
  text-align: center;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item {
  position: relative;
  margin: 0.05rem;
  display: inline-block;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item:hover .tips {
  display: block;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .status-mode {
  display: inline-block;
  width: 0.36rem;
  height: 0.36rem;
  line-height: 0.36rem;
  border-radius: 50%;
  background-color: #63b98c;
  color: #fff;
  cursor: pointer;
  transition: all 0.3s ease;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .status-mode:hover {
  transform: scale(1.1);
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .status-mode.status-expert{
  background-color: #54a0ea;
}
.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .status-mode.status-vip {
  background-color: #ea5a54;
}
.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .status-mode.status-special {
  background-color: #e49548;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .tips {
  display: none;
  white-space: nowrap;
  position: absolute;
  top: 130%;
  left: -0.15rem;
  min-width: 2.45rem;
  background: #fff;
  text-align: left;
  padding: 0.1rem;
  border: 1px solid #ddd;
  border-radius: 0.04rem;
  -webkit-box-shadow: 0 0.06rem 0.16rem rgba(0, 0, 0, 0.12);
  box-shadow: 0 0.06rem 0.16rem rgba(0, 0, 0, 0.12);
  z-index: 900;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .tips:before,
.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .tips:after {
  content: "◆";
  color: white;
  font-family: simsun;
  font-size: 0.3rem;
  line-height: 0;
  position: absolute;
  top: 0px;
  left: 0.23rem;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .tips:before {
  color: #ddd;
  top: -1px;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .tips p {
  font-size: 0.14rem;
  line-height: 1.8;
  color: #666;
}

.show-doctor001 .doc-visits .inner-layout .doctor-clinic .schedule-table td.schedule-cell .schedule-item .tips p .red {
  color: #ea5a54;
  font-weight: 600;
}

.show-doctor001 .dep-doctor {
    margin-top: 0.8rem;
}

.show-doctor001 .dep-doctor .inner-layout h1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.show-doctor001 .dep-doctor .inner-layout h1 .tit-wrap {
    display: flex;
    align-items: center;
}

.show-doctor001 .dep-doctor .inner-layout h1 .tit-component {
    margin-right: 0.3rem;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container {
    margin-top: 0.4rem;
    height: fit-content;
    padding: 0.1rem;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper.jc-center {
    justify-content: center;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide {
    padding: 0.2rem;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    position: relative;
    overflow: hidden;
    background-color: #fff;
    margin-right: 0.2rem;
    width: calc(16.6% - 20px);
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide:hover {
    box-shadow: 0px 0px 15px var(--ruifox-color-primary-3);
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide:hover .r_img .inner-img img {
    transform: scale(1.1);
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide:hover .bottom .name {
    color: var(--ruifox-color-primary-1);
    font-weight: bold;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .r_img .inner-img {
    padding-bottom: 133%;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom {
    transition: all 0.3s;
    margin-top: 0.1rem;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom p {
    text-align: center;
    line-height: 1;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom p:not(:first-child) {
    margin-top: 0.1rem;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom .name {
    font-size: 0.18rem;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom .protit {
    font-size: 0.14rem;
    color: #999;
}

.show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper .swiper-slide .bottom .depart {
    font-size: 0.14rem;
}

@media (max-width: 960px) {
.show-doctor001 .basic-msg {
        margin-top: 40px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg {
        flex-direction: column;
        align-items: center;
        padding: 20px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-header {
        margin-right: 0;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info {
        width: 100%;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail {
        padding-bottom: 20px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 {
        margin-top: 20px;
        text-align: center;
        justify-content: center;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 .tit {
        font-size: 20px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 .tit .tit-line {
        left: 50%;
        transform: translateX(-50%);
        bottom: -10px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail h1 .more001 {
        display: none;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep {
      display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p {
        font-size: 14px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .protit-dep p+p {
        margin-left: 0;
        margin-top: 10px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .position-box {
        text-align: center;
        margin-top: 20px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .position-box span {
        line-height: 28px;
        height: 28px;
        font-size: 12px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .good-at {
        margin-top: 20px;
        display: block;
        font-size: 16px;
        line-height: 2;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-detail .good-at p {
        margin-top: 10px;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .doc-brief {
        display: none;
    }

    .show-doctor001 .basic-msg .inner-layout .inner-basic-msg .doc-info .m-doc-brief {
        display: block;
    }

    .show-doctor001 .detail-intro {
        display: none;
    }

  .show-doctor001 .doc-visits {
    margin-top: 40px;
  }

  .show-doctor001 .doc-visits .inner-layout h1 {
    flex-wrap: wrap;
  }

  .show-doctor001 .doc-visits .inner-layout h1 .tips {
    flex: unset;
    padding-left: 0;
    margin: 10px 0;
    font-size: 12px;
  }

  .show-doctor001 .doc-visits .inner-layout h1 ul li {
    margin-right: 5px;
  }

  .show-doctor001 .doc-visits .inner-layout .doctor-clinic {
    display: none;
  }

 .show-doctor001 .dep-doctor .inner-layout h1 {
     align-items: flex-start;
 }

 .show-doctor001 .dep-doctor .inner-layout h1 .tit-wrap {
     display: block;
     width: 50%;
 }

 .show-doctor001 .dep-doctor .inner-layout h1 .tit-component {
     margin: 10px 0;
 }

 .show-doctor001 .dep-doctor .inner-layout h1 .tabtit-component .tab-tit a {
     font-size: 18px;
     white-space: nowrap;
 }

 .show-doctor001 .dep-doctor .inner-layout h1 .more-component {
     margin-top: 10px;
 }

 .show-doctor001 .dep-doctor .inner-layout .swiper-container {
     margin-top: 20px;
 }

 .show-doctor001 .dep-doctor .inner-layout .swiper-container .swiper-wrapper {
     justify-content: flex-start !important;
 }
  .show-doctor001 .doc-visits .m-table {
      display: block;
      margin-top: 20px;
  }

  .show-doctor001 .doc-visits .m-table table {
      width: 100%;
      border: 1px solid #c9c9c9;
      border-collapse: collapse;
      text-align: center;
      font-size: 0.14rem;
      color: #333;
  }

  .show-doctor001 .doc-visits .m-table table th,
  .show-doctor001 .doc-visits .m-table table td {
      border: 1px solid #c9c9c9;
      height: 0.4rem;
      width: 25%;
  }

  .show-doctor001 .doc-visits .m-table table th.depart {
      background-color: var(--ruifox-color-primary-1);
      color: #fff;
  }

  .show-doctor001 .doc-visits .m-table table tbody td:nth-child(even) {
      background-color: rgb(246 248 253);
  }

  .show-doctor001 .doc-visits .m-table table td {
      min-height: 60px;
      padding: 20px 0;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item {
      margin-bottom: 20px;
      position: relative;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item:last-child {
      margin-bottom: 0;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item .name {
      font-size: 14px;
      color: #333;
      margin-bottom: 6px;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item .status-mode {
      display: inline-block;
      width: 28px;
        height: 28px;
        line-height: 28px;
        border-radius: 50%;
        background-color: #63b98c;
        color: #fff;
        font-size: 11px;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item .visits-info {
      display: none;
      position: absolute;
      top: 0.35rem;
      white-space: nowrap;
      left: 50%;
      transform: translateX(-50%);
      min-width: 2.45rem;
      background: #fff;
      text-align: left;
      padding: 0.1rem;
      border: 1px solid #ddd;
      -webkit-box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
      box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.08);
      z-index: 4;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item .visits-info:before,
  .show-doctor001 .doc-visits .m-table table td .doc-item .visits-info:after {
      content: "◆";
      color: rgb(255, 255, 255);
      font-family: simsun;
      font-size: 0.3rem;
      line-height: 0;
      position: absolute;
      top: 0px;
      left: 50%;
      transform: translateX(-50%);
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item .visits-info:before {
      color: #ddd;
      top: -1px;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item .visits-info p {
      margin-bottom: 0.1rem;
      color: #333;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item .visits-info p:last-child {
      margin-bottom: 0;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item .visits-info p.visits-dp {
      color: #ea5a54;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item .visits-info p.visits-dp span {
      color: #333;
  }

  .show-doctor001 .doc-visits .m-table table td .doc-item:hover .visits-info {
      display: block;
  }
    .show-doctor001 .doc-visits .m-table .show-more-btn {
      background: var(--ruifox-color-primary-1);
        color: #fff;
        border: none;
        padding: 8px 20px;
        border-radius: 4px;
        font-size: 14px;
        cursor: pointer;
  }
}

/*# sourceMappingURL=show-doctor001.css.map */