<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
body {
  font-family: 'Microsoft YaHei';
  font-size: 16px;
  color: #666;
  background: #f5f5f5; }

img {
  display: block;
  max-width: 100%; }

input,
textarea {
  outline: none; }

input:focus,
textarea:focus {
  border-color: #fca556; }

.doctor {
  background: #f5f5f5; }

.search {
  position: relative;
  margin: 1em 0;
  text-align: right; }
  .search .search_input {
    position: relative;
    margin: 0 2.5%;
    display: inline-block;
    width: 95%;
    max-width: 20em; }
    .search .search_input input {
      width: 100%;
      padding: 0.5em 2em 0.5em 2em;
      font-size: 0.875em;
      border: 1px solid #e6e6e6;
      border-radius: 3px;
      background-image: url(../images/search.png);
      background-repeat: no-repeat;
      background-position: 0.2em center;
      background-size: auto 70%; }
    .search .search_input .search_clear {
      position: absolute;
      right: 0.2em;
      top: 2px;
      z-index: 100;
      width: 20px;
      height: 28px;
      background-repeat: no-repeat;
      background-position: center center;
      background-image: url(../images/addr_clear.png);
      background-size: 100% auto;
      cursor: pointer; }

.backgroundsize .search input {
  background-image: url(../images/search_ie.png); }

.no-backgroundsize .search_clear {
  background-image: url(../images/addr_clear.png); }

@media (max-width: 39.9375em) {
  .search {
    text-align: center; } }
.class_tag {
  margin-top: 0.5em;
  text-align: center; }
  .class_tag li {
    margin: 0 0.2em 0.5em;
    display: inline-block;
    padding: 0.25em 0.8em;
    font-size: 0.875em;
    color: #999;
    border: 1px solid #e6e6e6;
    border-radius: 0.25em;
    cursor: pointer; }

.class_tag li:hover,
.class_tag li.current {
  border-color: #fca556;
  color: #fca556; }

.doctor_portrait {
  float: left;
  width: 6.5em;
  white-space: nowrap;
  text-align: center; }
  .doctor_portrait img {
    border-radius: 100%; }
  .doctor_portrait .inquiry_count {
    margin-top: 0.3em;
    padding: 0.2em 0 0.2em 1.5em;
    display: inline-block;
    color: #fca556;
    background-image: url(../images/had_consulted.png);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: auto 100%; }

.doctor_list {
  border-bottom: 3px solid #f5f5f5; }
  .doctor_list li {
    position: relative;
    padding: 1em 1%;
    background: #fff;
    border-bottom: 3px solid #f5f5f5;
    clear: both;
    overflow: hidden; }
    .doctor_list li .doctor_portrait {
      position: absolute;
      left: 1%;
      top: 50%;
      z-index: 10;
      transform: translateY(-50%); }

.no-csscalc .doctor_portrait {
  width: 12%; }

.no-backgroundsize .doctor_portrait .inquiry_count {
  background-image: url(../images/had_consulted_ie.png); }

.no-csstransforms .doctor_list li .doctor_portrait {
  position: relative;
  left: 0;
  top: 0;
  margin-top: 0.5em; }

.doctor_info {
  float: right;
  padding: 0 1em;
  width: calc(100% - 6.5em); }
  .doctor_info .doctor_brief {
    line-height: 1.7;
    clear: both;
    overflow: hidden; }
    .doctor_info .doctor_brief .doctor_name,
    .doctor_info .doctor_brief .doctor_class,
    .doctor_info .doctor_brief .doctor_label {
      float: left;
      width: 5em; }
    .doctor_info .doctor_brief .doctor_name {
      font-weight: bold; }
    .doctor_info .doctor_brief .doctor_job,
    .doctor_info .doctor_brief .doctor_hospital,
    .doctor_info .doctor_brief .doctor_skill {
      float: left;
      width: calc(100% - 5em); }
  .doctor_info .btn_box {
    text-align: right; }

.no-csscalc .doctor_info {
  width: 88%; }

@media (max-width: 767px) {
  .doctor_list li .doctor_portrait {
    top: 0;
    transform: translate(0); } }
@media (max-width: 543px) {
  .doctor_list li {
    font-size: 0.875em; }
    .doctor_list li .doctor_portrait {
      float: none;
      position: relative;
      margin: 0 auto 0.5em; }
    .doctor_list li .doctor_info {
      float: none;
      width: auto; } }
/**评价页**/
.star_score {
  padding: 2em 1em 1em;
  font-size: 1.125em;
  clear: both;
  overflow: hidden; }
  .star_score label {
    float: left;
    width: 5em; }
  .star_score .star {
    float: left;
    margin: -0.3em 0 0;
    width: calc(100% - 5em);
    white-space: nowrap; }
    .star_score .star li {
      display: inline-block;
      margin: 0 1%;
      width: 1.6em;
      height: 1.6em;
      background-image: url(../images/star_orange_hollow.png);
      background-repeat: no-repeat;
      background-position: center center;
      background-size: 100% 100%;
      cursor: pointer; }
      .star_score .star li.active {
        background-image: url(../images/star_orange.png); }

.no-csscalc .star_score label {
  width: 20%; }

.no-csscalc .star_score .star {
  width: 80%; }

.no-backgroundsize .star li {
  background-image: url(../images/star_orange_hollow_ie_28.png); }

.no-backgroundsize .star li.active {
  background-image: url(../images/star_orange_ie_28.png); }

.comment_box {
  padding: 1em;
  border-top: 3px solid #f5f5f5; }
  .comment_box label {
    display: block;
    padding: 0 0 1em; }
  .comment_box .comment_area {
    padding: 0.5em;
    width: 100%;
    border-radius: 0.25em;
    border-color: #e6e6e6;
    resize: vertical; }

.word_count {
  padding: 0.5em 1em;
  text-align: right;
  color: #999; }

/**医生回复列表**/
.reply {
  margin: 0; }
  .reply li {
    position: relative;
    padding: 1em 1%;
    background: #fff;
    border-bottom: 3px solid #f5f5f5;
    clear: both;
    overflow: hidden; }
    .reply li .doctor_portrait {
      width: 15%; }
    .reply li .reply_word {
      float: left;
      padding: 0 1%;
      width: calc(85% - 6em); }
    .reply li .doctor_btn {
      position: absolute;
      right: 1em;
      top: 50%;
      transform: translateY(-50%);
      width: 6em; }
      .reply li .doctor_btn time {
        display: block; }
      .reply li .doctor_btn .doc_btn {
        padding: 0.4em 1em; }

.no-csscalc .reply li .reply_word {
  width: 72%; }

.no-csscalc .reply li .doctor_btn {
  width: 12%; }

.no-csstransforms .reply li .doctor_btn {
  top: 1.6em; }

.no_inquiry {
  margin: 1em auto;
  width: 80%;
  white-space: nowrap;
  text-align: center; }
  .no_inquiry span {
    display: block;
    margin-top: 2em;
    color: #666; }

/**医生详情**/
.head_portrait {
  padding: 1em;
  border-bottom: 3px solid #f5f5f5;
  text-align: center; }
  .head_portrait .doctor_img {
    margin: 0 auto 1em;
    width: 8em;
    border-radius: 100%;
    border: 0.4em solid #f5f5f5; }
  .head_portrait .doctor_name {
    font-size: 1.125em;
    font-style: normal;
    font-weight: bold; }
  .head_portrait .inquiry_count {
    padding: 0.2em 0 0 1.5em;
    color: #fca556;
    background-image: url(../images/had_consulted.png);
    background-repeat: no-repeat;
    background-position: left bottom;
    background-size: auto 100%; }
  .head_portrait .doctor_work {
    padding: 0.5em 0;
    color: #333; }
    .head_portrait .doctor_work span {
      margin: 0 0.6em; }
  .head_portrait .doctor_expert {
    display: inline-block; }
    .head_portrait .doctor_expert .doctor_label {
      float: left;
      width: 5em;
      white-space: nowrap;
      line-height: 1.4; }
    .head_portrait .doctor_expert .doctor_skill {
      float: left;
      max-width: calc(100% - 5em);
      line-height: 1.4;
      text-align: left; }

.doctor_title {
  text-align: center; }
  .doctor_title span {
    padding-left: 1.4em;
    color: #fca556;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1em auto;
    letter-spacing: 1px; }

.detail_sec {
  padding: 1em 1.5em;
  border-top: 3px solid #f5f5f5; }

.doctor_detail {
  background: #fff; }
  .doctor_detail .doctor_title span {
    background-image: url(../images/detail_icon.png); }
  .doctor_detail .detail_text {
    padding-top: 1em;
    font-size: 0.875em;
    line-height: 1.4;
    color: #999; }

.detail_appraise .doctor_title span {
  background-image: url(../images/appraise_icon.png); }
.detail_appraise .view_more {
  float: right;
  font-size: 0.75em;
  color: #fca556;
  text-align: right;
  cursor: pointer; }
  .detail_appraise .view_more:hover {
    text-decoration: underline; }
.detail_appraise .appraise_list .appraise_row {
  padding: 1em 0;
  border-top: 1px solid #e6e6e6; }
  .detail_appraise .appraise_list .appraise_row:first-child {
    border: 0; }
  .detail_appraise .appraise_list .appraise_row .appraise_left {
    float: left;
    width: 70%; }
    .detail_appraise .appraise_list .appraise_row .appraise_left .star {
      margin: 0 0.5em;
      display: inline-block;
      width: calc(100% - 5em);
      white-space: nowrap; }
      .detail_appraise .appraise_list .appraise_row .appraise_left .star li {
        display: inline-block;
        width: 1.125em;
        height: 1.125em;
        background-image: url(../images/star_orange.png);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: 100% 100%;
        cursor: pointer; }
    .detail_appraise .appraise_list .appraise_row .appraise_left .appraise_text {
      padding: 0.4em 0;
      font-size: 0.875em;
      line-height: 1.4;
      color: #999; }
  .detail_appraise .appraise_list .appraise_row .appraise_time {
    float: right;
    width: 30%;
    font-size: 0.75em;
    color: #999;
    white-space: nowrap;
    text-align: right; }

.backgroundsize .detail_appraise .appraise_list .appraise_left .star li {
  background-image: url(../images/star_orange_ie18.png); }

.btn_box {
  padding: 1em 0;
  text-align: center; }
  .btn_box .btn {
    display: inline-block;
    padding: 0.5em 1.6em;
    color: #fff;
    background: #fca556;
    border: 1px solid #fca556;
    border-radius: 0.25em;
    cursor: pointer; }
    .btn_box .btn:hover {
      background: transparent;
      color: #fca556; }

/**我的问诊**/
.inquiry {
  background: #fff; }

.inquiry_box ul {
  height: calc(100vh - 286px); }

@media (max-width: 767px) {
  .inquiry_box ul {
    height: calc(100vh - 156px); } }
.mobile .inquiry_box ul {
  height: calc(100vh - 156px); }

/*# sourceMappingURL=doctor.css.map */
</pre></body></html>