@charset "UTF-8";
/*全局mixin*/
/* rem适配 */
/*将px转换成rem*/
* {
  margin: 0;
  padding: 0;
  list-style: none; }

a {
  color: #333; }

a, button {
  cursor: pointer; }

a, u {
  text-decoration: none; }

.mt20 {
  margin-top: 20px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt40 {
  margin-top: 2rem !important; }

.mt50 {
  margin-top: 2.5rem !important; }

.mt60 {
  margin-top: 3rem !important; }

.mb80 {
  margin-bottom: 4rem !important; }

.pt40 {
  padding-top: 2rem !important; }

.pb80 {
  padding-bottom: 4rem !important; }

input, button, select {
  outline: 0;
  border: none; }

.fl {
  float: left !important; }

.fr {
  float: right !important; }

.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
  font-size: 0;
  clear: both; }

textarea, input[type="text"], input[type="number"], input[type="password"], input[type="search"], select {
  padding: 0 0.5rem;
  line-height: 2rem;
  height: 2rem;
  border: 1px solid #e4e4e4;
  background-color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  border-radius: 4px;
  display: inline-block;
  font-size: 0.7rem;
  background-image: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

@font-face {
  font-family: "iconfont";
  /* Project id 3569614 */
  src: url("./font/iconfont.woff2") format("woff2"), url("./font/iconfont.woff") format("woff"), url("./font/iconfont.ttf") format("truetype"); }
.iconfont {
  font-family: "iconfont" !important;
  font-size: 16px;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

/*没有信息*/
.nodata {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #aaa; }
  .nodata i {
    font-size: 90px;
    margin-bottom: 10px; }

html {
  font-size: 20px; }

.layout {
  width: 1360px;
  margin: 0 auto; }

.inner-container {
  min-height: 20rem;
  overflow: hidden;
  background: url("../images/sdzyy/mzxx_bg1.png") no-repeat left top, url("../images/sdzyy/mzxx_bg2.png") no-repeat right bottom;
  background-size: 45%; }

.inner-layout {
  width: 1200px;
  margin: auto;
  min-width: 320px; }

.path {
  padding-top: 2rem;
  color: #999;
  font-size: 14px; }
  .path i {
    font-size: 12px;
    padding: 0 5px; }

#currentMedia {
  display: none; }

.pager {
  font-size: 0;
  padding-bottom: 4rem;
  text-align: center;
  margin-top: 30px; }
  .pager a, .pager input, .pager button, .pager span {
    display: inline-block;
    height: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 4px;
    font-size: 16px;
    color: #333333;
    margin-right: 10px;
    box-sizing: border-box; }
  .pager span {
    width: 50px; }
  .pager a {
    width: 50px;
    border: 1px solid #E4E4E4;
    background-color: #F2F2F2; }
    .pager a:hover {
      color: #5F929D; }
    .pager a.on {
      background-color: #5F929D;
      border-color: #5F929D;
      color: #fff; }
  .pager a.pager-prev,
  .pager a.pager-next {
    width: 88px; }
  .pager a.disabled {
    color: #d7d7d7;
    cursor: default; }
  .pager input {
    width: 100px;
    padding: 0 0 0 15px;
    line-height: 50px;
    height: 50px;
    box-sizing: border-box;
    border: 1px solid #AAAAAA; }
  .pager input::-webkit-input-placeholder {
    color: #d7d7d7; }
  .pager button {
    width: 80px;
    color: #fff;
    background-color: #61A4B4;
    cursor: pointer; }
    .pager button:hover {
      background-color: #5F929D; }
  .pager .choose-page {
    display: none;
    width: 90px;
    height: 30px;
    border: 1px solid #AAA;
    color: #D7D7D7;
    border-radius: 4px;
    margin-right: 6px; }
    .pager .choose-page option {
      color: #333; }

#foxWechatBox {
  width: 20rem !important;
  height: 24rem !important;
  border: none;
  border-radius: 10px;
  padding: 2.8rem 2.5rem 3.5rem !important;
  box-sizing: border-box;
  position: relative;
  margin-left: -10rem !important;
  margin-top: -12rem !important; }
  #foxWechatBox > div {
    text-align: center;
    font-size: 1.2rem !important; }
  #foxWechatBox .share_weixin_qrcode {
    margin: 1.5rem 0 !important; }
  #foxWechatBox a.share_weixin_close {
    top: -1.8rem !important;
    right: -1.5rem !important;
    font-size: 1.5rem !important;
    width: 1rem !important;
    height: 1rem !important; }
  #foxWechatBox img {
    width: 15rem !important;
    height: 15rem !important; }

@media (max-width: 1440px) {
  .layout {
    width: 1200px; }

  .inner-layout {
    width: 1200px; } }
@media (max-width: 1200px) {
  html {
    font-size: 16px; }

  .layout {
    width: 960px; }

  .path {
    font-size: 12px; }

  .inner-layout {
    width: 960px; }

  .pager {
    margin-top: 18px; }

  .pager a, .pager input, .pager button, .pager span {
    margin-right: 8px; } }
@media (max-width: 960px) {
  .layout {
    width: 100%; }

  .mt40 {
    margin-top: 20px !important; }

  .mt60 {
    margin-top: 30px !important; }

  .mb80 {
    margin-bottom: 40px !important; }

  .inner-layout {
    width: auto;
    margin: 0 10px; }

  .inner-layout.no-margin {
    margin: 0; }

  .path {
    padding-top: 20px; }

  #currentMedia {
    width: 960px; }

  .pager input {
    display: none; }

  .pager .choose-page {
    display: inline-block; }

  .pager {
    margin-top: 10px;
    padding-bottom: 40px; }

  .pager a, .pager input, .pager button, .pager span {
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    margin-right: 6px; }

  .pager a {
    width: 30px;
    margin-bottom: 10px; }

  .pager a.pager-prev, .pager a.pager-next, .pager button {
    width: 50px; } }
.container {
  min-height: 500px; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-list,
.slick-track,
.slick-slide,
.slick-slide img {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  zoom: 1;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

/* Icons */
@font-face {
  font-family: "slick";
  src: url("./slider/fonts/slick.eot");
  src: url("./slider/fonts/slick.eot?#iefix") format("embedded-opentype"), url("./slider/fonts/slick.woff") format("woff"), url("./slider/fonts/slick.ttf") format("truetype"), url("./slider/fonts/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal; }
/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0;
  font-size: 0;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  border: none;
  outline: none; }
  .slick-prev:focus,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }

.slick-prev:before, .slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.85;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }
  .slick-prev:before {
    content: "←"; }

.slick-next {
  right: -25px; }
  .slick-next:before {
    content: "→"; }

/* Dots */
.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: 0;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0px;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0px 5px;
    padding: 0px;
    cursor: pointer; }
    .slick-dots li button {
      border: 0;
      background: transparent;
      display: block;
      height: 20px;
      width: 20px;
      outline: 0;
      line-height: 0;
      font-size: 0;
      color: transparent;
      padding: 5px;
      cursor: pointer; }
      .slick-dots li button:focus {
        outline: 0; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "•";
        width: 20px;
        height: 20px;
        font-family: "slick";
        font-size: 6px;
        line-height: 20px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button:before {
      opacity: 0.75; }

.login-dialog {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 100;
  background-color: rgba(0, 0, 0, 0.4); }
  .login-dialog .login-pop {
    background: #fff;
    border-top: 5px solid #EAB660;
    padding: 0.5rem 1.5rem;
    width: 15rem;
    border-radius: 4px;
    position: fixed;
    left: 50%;
    top: 50%;
    margin-left: -9rem;
    margin-top: -12.5rem; }
    .login-dialog .login-pop .pop-tit {
      line-height: 2.5rem;
      font-size: 0.8rem;
      position: relative;
      border-bottom: 1px solid #ddd;
      margin-bottom: 1rem; }
      .login-dialog .login-pop .pop-tit a {
        display: block;
        width: 50%;
        float: left;
        text-align: center; }
        .login-dialog .login-pop .pop-tit a.cur {
          border-bottom: 1px solid #50ACAF;
          margin-bottom: -1px;
          color: #50ACAF; }
    .login-dialog .login-pop .close {
      position: absolute;
      top: 0.25rem;
      right: 0.5rem; }
    .login-dialog .login-pop .login-form .ruifox-form-group {
      padding-bottom: 0;
      margin-bottom: 0.75rem; }
      .login-dialog .login-pop .login-form .ruifox-form-group .control {
        float: left;
        width: 100%; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control > span {
          position: absolute;
          top: 0.15rem;
          text-align: center;
          left: 0;
          width: 1.7rem;
          height: 1.7rem;
          z-index: 2;
          line-height: 1.7rem;
          color: #d5cccc; }
          .login-dialog .login-pop .login-form .ruifox-form-group .control > span i {
            font-size: 1.2rem; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .input {
          width: 100%;
          display: block;
          padding-left: 1.8rem; }
        .login-dialog .login-pop .login-form .ruifox-form-group .control .btn {
          width: 100%;
          font-size: 0.8rem;
          line-height: 2rem; }
    .login-dialog .login-pop .login-form p {
      padding: 0.25rem 0;
      overflow: hidden;
      font-size: 0.7rem; }
      .login-dialog .login-pop .login-form p.text-center {
        word-spacing: 1em;
        color: #999; }
    .login-dialog .login-pop .login-form a {
      color: #03a560; }

label, summary {
  cursor: default; }

.alert {
  padding: 0.4rem 1.75rem 0.4rem 0.7rem;
  margin-bottom: 1rem;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
  color: #c09853;
  font-size: 0.7rem;
  background-color: #fcf8e3;
  border: 1px solid #fbeed5;
  border-radius: 0.2rem;
  line-height: 1; }
  .alert.alert-danger, .alert.alert-error {
    color: #b94a48;
    background-color: #f2dede;
    border-color: #eed3d7; }

.hidden {
  display: none; }

.text-center {
  text-align: center; }

.ruifox-form {
  font-family: "Chinese Quote", -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-variant: tabular-nums;
  line-height: 2rem; }
  .ruifox-form input, .ruifox-form select, .ruifox-form button, .ruifox-form .btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
    border-radius: 4px; }
  .ruifox-form .btn {
    padding: 0 0.75rem;
    margin-bottom: 0;
    font-weight: 400;
    line-height: 2rem;
    height: 2rem;
    border-radius: 4px;
    display: inline-block;
    font-size: 0.7rem;
    background-image: none;
    text-align: center;
    white-space: nowrap;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    min-width: 4rem; }
    .ruifox-form .btn.btn-primary {
      color: #fff;
      background-color: #03a560;
      border-color: #03a560;
      text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.12);
      -webkit-box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05);
      box-shadow: 0 2px 0 rgba(0, 0, 0, 0.05); }
  .ruifox-form .label {
    text-align: right;
    vertical-align: middle;
    line-height: 2rem;
    display: inline-block;
    overflow: hidden;
    white-space: nowrap; }
  .ruifox-form .text-hidden {
    font-size: 0 !important; }

.ruifox-form-group {
  margin-bottom: 0.25rem;
  vertical-align: middle; }
  .ruifox-form-group .control {
    position: relative;
    font-size: 14px; }
    .ruifox-form-group .control textarea {
      min-height: 120px;
      resize: vertical; }
  .ruifox-form-group .nc-container {
    min-height: 2rem; }
    .ruifox-form-group .nc-container .nc_scale {
      height: 2rem; }
      .ruifox-form-group .nc-container .nc_scale span {
        box-sizing: border-box;
        width: 2rem;
        height: 2rem;
        line-height: 2rem; }
      .ruifox-form-group .nc-container .nc_scale .scale_text {
        line-height: 2rem; }

.ruifox-form-horizontal .ruifox-form-group {
  padding-bottom: 0;
  margin-bottom: 0.25rem; }
  .ruifox-form-horizontal .ruifox-form-group > .label {
    float: left;
    width: 16.66666667%;
    padding-right: 1.5rem; }
  .ruifox-form-horizontal .ruifox-form-group > .control {
    float: left;
    width: 58.33333333%; }
  .ruifox-form-horizontal .ruifox-form-group:after {
    clear: both;
    display: table;
    content: ""; }

.subweb-header001 {
  height: 6.5rem;
  position: fixed;
  width: 100%;
  z-index: 100; }
  .subweb-header001 .top-bar {
    height: 1.5rem;
    width: 100%;
    background-color: #EAB660; }
  .subweb-header001 .logo-row {
    height: 5rem;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
    .subweb-header001 .logo-row .layout {
      height: 100%;
      display: flex;
      justify-content: space-between;
      align-items: center; }
      .subweb-header001 .logo-row .layout .logo-msg {
        height: 100%;
        display: flex;
        align-items: center; }
        .subweb-header001 .logo-row .layout .logo-msg .logo {
          margin-right: 1.5rem; }
          .subweb-header001 .logo-row .layout .logo-msg .logo img {
            height: 3.5rem;
            width: 17rem; }
        .subweb-header001 .logo-row .layout .logo-msg h2 {
          font-size: 1.2rem;
          color: #333;
          font-weight: normal;
          position: relative; }
          .subweb-header001 .logo-row .layout .logo-msg h2:before {
            content: '';
            display: block;
            position: absolute;
            height: 2.5rem;
            width: 1px;
            left: -0.5rem;
            top: -0.4rem;
            background-color: #D7D7D7; }
      .subweb-header001 .logo-row .layout .right-logo {
        display: flex;
        align-items: center; }
        .subweb-header001 .logo-row .layout .right-logo a.gohome-bar {
          display: inline-block;
          height: 2rem;
          width: 7rem;
          text-align: center;
          line-height: 1.9rem;
          background-color: #fff;
          border-radius: 4px;
          color: #50ACAF;
          border: 1px solid #50ACAF;
          box-sizing: border-box;
          font-size: 14px; }
          .subweb-header001 .logo-row .layout .right-logo a.gohome-bar i {
            margin-right: 0.5rem;
            font-size: 16px; }
          .subweb-header001 .logo-row .layout .right-logo a.gohome-bar:hover {
            background-color: #50ACAF;
            color: #fff; }
        .subweb-header001 .logo-row .layout .right-logo a.menu {
          color: #50ACAF;
          display: none;
          margin-left: 10px; }
          .subweb-header001 .logo-row .layout .right-logo a.menu i {
            font-size: 30px; }

@media (max-width: 960px) {
  .subweb-header001 {
    min-width: 360px;
    height: 48px; }
    .subweb-header001 .top-bar {
      height: 0.4rem; }

  .subweb-header001 .top-bar {
    height: 0.4rem; }

  .subweb-header001 .logo-row .layout .go-back-btn a {
    border: 1px solid #61A4B4;
    background-color: white; }

  .subweb-header001 .logo-row .layout .go-back-btn a i {
    font-size: 12px;
    margin-left: 3px;
    color: #61A4B4;
    margin-top: 3px; }

  .subweb-header001 .logo-row .layout .go-back-btn a span {
    font-size: 12px;
    margin-left: 6px;
    color: #61A4B4;
    font-weight: 800; }

  .subweb-header001 .logo-row .layout .logo-msg .logo img {
    height: 30px;
    width: 144px;
    margin-left: 5px; }

  .subweb-header001 .logo-row .layout .logo-msg h2 {
    font-size: 18px; }
    .subweb-header001 .logo-row .layout .logo-msg h2:before {
      height: 24px;
      top: 0; }

  .subweb-header001 .top-bar {
    height: 8px; }

  .subweb-header001 .logo-row {
    height: 40px; }

  .subweb-header001 .logo-row .layout .go-back-btn {
    height: 24px;
    width: 84px;
    margin-right: 5px;
    margin-top: -7px; } }
.outpatient {
  position: relative;
  background-color: #fff;
  padding-top: 0;
  min-height: calc(100vh - 115px);
  box-sizing: border-box; }
  .outpatient .bg1, .outpatient .bg2 {
    height: 24rem;
    width: 48rem;
    position: absolute;
    opacity: 0.4; }
  .outpatient .bg1 {
    left: 0;
    top: 0; }
  .outpatient .bg2 {
    right: 0;
    bottom: 0; }
  .outpatient .layout {
    z-index: 10;
    position: relative;
    padding-top: 2.5rem; }
    .outpatient .layout .loading {
      display: none;
      padding-top: 80px;
      height: 100%;
      width: 100%;
      justify-content: center;
      align-items: center; }
    .outpatient .layout div.search-box {
      width: 100%;
      height: 2rem;
      display: flex;
      justify-content: space-between;
      align-items: center;
      margin-bottom: 1.5rem; }
      .outpatient .layout div.search-box .out-search-title {
        font-size: 16px; }
      .outpatient .layout div.search-box .depart-select {
        height: 2rem;
        width: 16rem;
        box-sizing: border-box;
        padding-left: 1rem;
        border: 1px solid #D7D7D7;
        border-radius: 0.3rem;
        position: relative; }
        .outpatient .layout div.search-box .depart-select a.depart-msg {
          display: flex;
          width: 100%;
          height: 100%;
          align-items: center;
          font-size: 0.8rem;
          color: #AAAAAA; }
          .outpatient .layout div.search-box .depart-select a.depart-msg span {
            color: #333; }
        .outpatient .layout div.search-box .depart-select .depart-info {
          display: none;
          width: 850px;
          position: absolute;
          background-color: #fff;
          z-index: 2024;
          left: 0;
          top: 60px;
          border-radius: 6px;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
          .outpatient .layout div.search-box .depart-select .depart-info .tit-bar {
            display: flex;
            flex-wrap: wrap;
            margin: 10px 10px 0;
            width: calc(100% - 20px);
            border-bottom: 1px solid #D7D7D7; }
            .outpatient .layout div.search-box .depart-select .depart-info .tit-bar a {
              height: 30px;
              width: 120px;
              border-radius: 4px;
              margin-right: 10px;
              color: #EAB660;
              margin-bottom: 10px;
              line-height: 30px;
              text-align: center; }
            .outpatient .layout div.search-box .depart-select .depart-info .tit-bar a:nth-child(4n) {
              margin-right: 0; }
            .outpatient .layout div.search-box .depart-select .depart-info .tit-bar a.cur {
              background-color: #EAB660;
              color: #fff; }
          .outpatient .layout div.search-box .depart-select .depart-info .depart-content {
            min-height: 30px; }
            .outpatient .layout div.search-box .depart-select .depart-info .depart-content .is-classes {
              display: flex; }
            .outpatient .layout div.search-box .depart-select .depart-info .depart-content .class-area-content {
              display: none;
              padding: 1rem 0;
              width: 100%;
              min-height: 20px; }
              .outpatient .layout div.search-box .depart-select .depart-info .depart-content .class-area-content .fl {
                width: 25%; }
                .outpatient .layout div.search-box .depart-select .depart-info .depart-content .class-area-content .fl a {
                  display: block;
                  height: 34px;
                  width: 100%;
                  line-height: 34px;
                  transition: all 0.2s;
                  box-sizing: border-box;
                  padding-left: 20px; }
                .outpatient .layout div.search-box .depart-select .depart-info .depart-content .class-area-content .fl a.cur {
                  background-color: rgba(95, 146, 157, 0.3);
                  color: #50ACAF; }
              .outpatient .layout div.search-box .depart-select .depart-info .depart-content .class-area-content .fr {
                width: 75%;
                padding-left: 10px;
                border-left: 1px solid #D7D7D7; }
            .outpatient .layout div.search-box .depart-select .depart-info .depart-content .depart-class-detail {
              display: none;
              padding: 1rem 0.5rem; }
              .outpatient .layout div.search-box .depart-select .depart-info .depart-content .depart-class-detail a {
                float: left;
                display: inline-block;
                width: 33.3%;
                line-height: 0.7rem;
                font-size: 14px;
                height: 1.2rem;
                margin-bottom: 0.5rem;
                padding: 0 0.25rem;
                box-sizing: border-box; }
                .outpatient .layout div.search-box .depart-select .depart-info .depart-content .depart-class-detail a:hover {
                  color: #50ACAF; }
            .outpatient .layout div.search-box .depart-select .depart-info .depart-content .depart-class-detail.no-classes a {
              width: 24.5%; }
            .outpatient .layout div.search-box .depart-select .depart-info .depart-content .class-area-content.cur {
              display: block; }
            .outpatient .layout div.search-box .depart-select .depart-info .depart-content .class-area-content.is-classes.cur {
              display: flex; }
        .outpatient .layout div.search-box .depart-select .protit-info {
          display: none;
          width: 100%;
          position: absolute;
          background-color: #fff;
          z-index: 2024;
          left: 0;
          top: 55px;
          border-radius: 6px;
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.2); }
          .outpatient .layout div.search-box .depart-select .protit-info .protit-item {
            height: 28px;
            width: 100%;
            line-height: 28px;
            font-size: 14px;
            cursor: pointer;
            padding: 0 20px;
            box-sizing: border-box; }
          .outpatient .layout div.search-box .depart-select .protit-info .protit-item:hover {
            background-color: #50ACAF;
            color: #fff; }
        .outpatient .layout div.search-box .depart-select i.clear {
          cursor: pointer;
          display: inline-block;
          position: absolute;
          right: 16px;
          top: 50%;
          margin-top: -8px;
          color: #a7a7a7; }
        .outpatient .layout div.search-box .depart-select i.select {
          cursor: pointer;
          display: inline-block;
          position: absolute;
          right: 16px;
          top: 50%;
          margin-top: -8px;
          color: #EAB660; }
      .outpatient .layout div.search-box .name-search {
        height: 2rem;
        width: 16rem;
        border: 1px solid #d7d7d7;
        border-radius: 0.3rem;
        box-sizing: border-box;
        padding-left: 1rem;
        font-size: 16px; }
        .outpatient .layout div.search-box .name-search::placeholder {
          color: #AAAAAA;
          font-size: 16px; }
      .outpatient .layout div.search-box .btn {
        height: 2rem;
        width: 10.25rem;
        border: none;
        border-radius: 0.3rem;
        background-color: #EAB660;
        display: flex;
        justify-content: center;
        color: #fff;
        align-items: center;
        font-size: 16px; }
        .outpatient .layout div.search-box .btn i {
          font-size: 20px;
          margin-right: 5px; }
      .outpatient .layout div.search-box .btn.unset {
        background-color: #89a5ab;
        cursor: not-allowed; }
    .outpatient .layout div.all-outpatient-title {
      position: sticky;
      background-color: #fff;
      top: 8rem;
      overflow: hidden;
      z-index: 2023; }
      @media (max-width: 1200px) {
        .outpatient .layout div.all-outpatient-title {
          top: 7.5rem; } }
    .outpatient .layout div.choose-box {
      width: 100%;
      height: 3rem;
      display: flex;
      justify-content: center;
      margin-bottom: 1.5rem; }
      .outpatient .layout div.choose-box .area-item {
        height: 3rem;
        width: 16rem;
        background-color: #F8F5EB;
        color: #EAB660;
        line-height: 3rem;
        text-align: center;
        cursor: pointer;
        box-sizing: border-box;
        border: 1px solid #DBC19E;
        position: relative; }
        .outpatient .layout div.choose-box .area-item div {
          font-size: 1rem;
          color: #DBC19E;
          position: absolute;
          height: 1rem;
          width: 1rem;
          line-height: 20px; }
        .outpatient .layout div.choose-box .area-item div.icon-lt {
          transform: rotate(270deg);
          left: -0.2rem;
          top: -0.1rem; }
        .outpatient .layout div.choose-box .area-item div.icon-rt {
          transform: rotate(0deg);
          right: -0.1rem;
          top: -0.2rem; }
        .outpatient .layout div.choose-box .area-item div.icon-lb {
          transform: rotate(180deg);
          left: -0.1rem;
          bottom: -0.2rem; }
        .outpatient .layout div.choose-box .area-item div.icon-rb {
          transform: rotate(90deg);
          right: -0.2rem;
          bottom: -0.1rem; }
      .outpatient .layout div.choose-box .area-item + .area-item {
        margin-left: 20px; }
      .outpatient .layout div.choose-box .area-item.cur {
        background-color: #50ACAF;
        color: #fff;
        border: none; }
        .outpatient .layout div.choose-box .area-item.cur div {
          color: #fff; }
    .outpatient .layout div.outpatient-tips {
      display: flex;
      flex-direction: row-reverse;
      margin-bottom: 20px; }
      .outpatient .layout div.outpatient-tips p {
        font-size: 14px;
        line-height: 20px;
        margin-right: 10px; }
        .outpatient .layout div.outpatient-tips p span.tips-text {
          color: #aaa; }
    .outpatient .layout div.search-scheduling-tips {
      position: sticky;
      top: 10.8rem;
      overflow: hidden;
      background-color: #fff;
      z-index: 120;
      padding-top: 0.5rem; }
      @media (max-width: 1200px) {
        .outpatient .layout div.search-scheduling-tips {
          top: 10.3rem; } }
    .outpatient .layout div.scheduling-table {
      width: 100%; }
      .outpatient .layout div.scheduling-table .table {
        width: 68rem;
        border-collapse: collapse; }
        .outpatient .layout div.scheduling-table .table p {
          margin-bottom: 0; }
        .outpatient .layout div.scheduling-table .table thead.table-title th {
          position: sticky !important;
          top: 14.45rem;
          z-index: 2023;
          font-size: 0.8rem; }
        .outpatient .layout div.scheduling-table .table tr.table-item.is_background td {
          background-color: #F8F8F8; }
        .outpatient .layout div.scheduling-table .table th, .outpatient .layout div.scheduling-table .table td {
          border: 1px solid #DBC19E; }
        .outpatient .layout div.scheduling-table .table th {
          background-color: #539A9F;
          text-align: center;
          color: #fff;
          height: 3rem;
          line-height: 3rem;
          font-weight: normal; }
          .outpatient .layout div.scheduling-table .table th.week p {
            line-height: 1.2rem; }
        .outpatient .layout div.scheduling-table .table td {
          padding: 0.5rem 0;
          background-color: #fff;
          font-size: 0.8rem; }
        .outpatient .layout div.scheduling-table .table td.depart-title, .outpatient .layout div.scheduling-table .table td.depart-time {
          vertical-align: center;
          text-align: center; }
        .outpatient .layout div.scheduling-table .table td.depart-time {
          width: 5%;
          letter-spacing: 0.4rem;
          writing-mode: vertical-lr; }
        .outpatient .layout div.scheduling-table .table td.depart-title {
          color: #AB6034;
          font-weight: normal;
          font-size: 0.9rem;
          width: 11%; }
        .outpatient .layout div.scheduling-table .table td.depart-doctor {
          width: 12%; }
          .outpatient .layout div.scheduling-table .table td.depart-doctor div {
            position: relative;
            font-size: 0.8rem;
            line-height: 1.7rem;
            text-align: left;
            padding-left: 0.5rem; }
          .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info {
            display: none;
            position: absolute;
            padding: 20px 20px;
            min-width: 200px;
            text-align: left;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            z-index: 2022;
            border-radius: 4px;
            top: calc(50% + 40px);
            left: 50%;
            transform: translateX(-50%); }
            .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info {
              display: flex; }
              .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info div {
                padding: 0; }
              .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box {
                height: 98px;
                width: 70px;
                margin-right: 20px; }
                .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box img {
                  height: 98px;
                  width: 70px; }
            .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info p {
              font-size: 14px;
              white-space: nowrap; }
              .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info p u {
                display: inline-block;
                width: 65px; }
            .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info p.doc-adept {
              white-space: inherit;
              line-height: 1.2rem;
              width: 14.5rem; }
            .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info .tip {
              position: absolute;
              height: 20px;
              width: 28px;
              overflow: hidden;
              top: -20px;
              left: calc(50% - 14px); }
            .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info .tip:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #fff;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
              transform: rotate(45deg);
              transform-origin: left bottom; }
          .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-left {
            top: calc(-50% - 40px);
            left: unset;
            right: 165px; }
            .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-left .tip {
              left: unset;
              top: calc(50% - 20px);
              right: -20px; }
              .outpatient .layout div.scheduling-table .table td.depart-doctor .detail-info.is-show-left .tip:after {
                transform: rotate(45deg) translate(-10px, 7px);
                transform-origin: 50% 50% 0; }
          .outpatient .layout div.scheduling-table .table td.depart-doctor div.type-1:before {
            content: '名';
            display: flex;
            justify-content: center;
            align-items: center;
            border-radius: 6px;
            font-size: 16px;
            height: 20px;
            width: 20px;
            background-color: #60C8B5;
            color: #fff;
            position: absolute;
            left: 5px;
            top: 50%;
            margin-top: -10px; }
          .outpatient .layout div.scheduling-table .table td.depart-doctor div.stop a {
            color: #AAAAAA; }
      .outpatient .layout div.scheduling-table .all-table {
        display: none; }
        .outpatient .layout div.scheduling-table .all-table.cur {
          display: table; }
      .outpatient .layout div.scheduling-table .empty-table {
        width: 100%;
        height: 360px;
        padding-top: 85px;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        flex-direction: column;
        align-items: center; }
        .outpatient .layout div.scheduling-table .empty-table i {
          font-size: 121px;
          color: #E4E4E4; }
        .outpatient .layout div.scheduling-table .empty-table p {
          font-size: 18px;
          margin-bottom: 40px;
          margin-top: 20px; }
        .outpatient .layout div.scheduling-table .empty-table div.back-btn {
          height: 40px;
          width: 180px;
          background-color: #50ACAF;
          border-radius: 6px;
          line-height: 40px;
          text-align: center;
          cursor: pointer;
          color: #fff; }
    .outpatient .layout .search-outpatient {
      width: 100%; }
      .outpatient .layout .search-outpatient div.scheduling-table thead.table-title th {
        top: 16.6rem; }
      .outpatient .layout .search-outpatient .search-table-mobile {
        display: none; }
        .outpatient .layout .search-outpatient .search-table-mobile .empty-table {
          height: 200px;
          padding-top: 35px;
          margin-top: 45px;
          box-sizing: border-box;
          display: flex;
          justify-content: center;
          flex-direction: column;
          align-items: center; }
          .outpatient .layout .search-outpatient .search-table-mobile .empty-table i {
            font-size: 60px;
            color: #E4E4E4; }
          .outpatient .layout .search-outpatient .search-table-mobile .empty-table p {
            font-size: 16px;
            margin-bottom: 20px;
            margin-top: 10px;
            text-align: center; }
          .outpatient .layout .search-outpatient .search-table-mobile .empty-table div.back-btn {
            height: 40px;
            width: 180px;
            background-color: #50ACAF;
            border-radius: 6px;
            line-height: 40px;
            text-align: center;
            cursor: pointer;
            color: #fff; }
      .outpatient .layout .search-outpatient .search-header {
        position: sticky;
        top: 8rem;
        background-color: #fff;
        width: 100%;
        height: 2rem;
        display: flex;
        justify-content: space-between;
        border-bottom: 1px solid #D7D7D7;
        padding-bottom: 0.75rem;
        z-index: 120; }
        .outpatient .layout .search-outpatient .search-header h3 {
          font-size: 0.9rem;
          font-weight: normal; }
        .outpatient .layout .search-outpatient .search-header a {
          color: #50ACAF;
          font-size: 0.9rem; }
          .outpatient .layout .search-outpatient .search-header a i {
            font-size: 0.9rem;
            margin-right: 5px; }
        @media (max-width: 1200px) {
          .outpatient .layout .search-outpatient .search-header {
            top: 7.5rem; } }
        @media (max-width: 960px) {
          .outpatient .layout .search-outpatient .search-header {
            top: 0; } }
      .outpatient .layout .search-outpatient .area-title {
        height: 3.35rem;
        box-sizing: border-box;
        padding-top: 10px;
        line-height: 2.85rem;
        font-size: 18px;
        color: #50ACAF; }
    .outpatient .layout .all-outpatient-mobile {
      display: none;
      padding: 0 10px; }
      .outpatient .layout .all-outpatient-mobile h2.area-slide-down {
        font-size: 16px;
        font-weight: normal;
        position: relative;
        margin-bottom: 20px; }
        .outpatient .layout .all-outpatient-mobile h2.area-slide-down i {
          color: #7F7F7F;
          display: inline-block;
          transform: rotate(90deg);
          transition: all 0.3s; }
        .outpatient .layout .all-outpatient-mobile h2.area-slide-down i.slide {
          transform: rotate(270deg); }
        .outpatient .layout .all-outpatient-mobile h2.area-slide-down .mobile-area-choose {
          display: none;
          padding: 10px;
          width: 140px;
          background-color: #fff;
          border-radius: 5px;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          position: absolute; }
          .outpatient .layout .all-outpatient-mobile h2.area-slide-down .mobile-area-choose li {
            height: 30px;
            line-height: 30px; }
    .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .mobile-area-table, .outpatient .layout .search-outpatient .scheduling-table-mobile .mobile-area-table {
      display: none; }
    .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .mobile-area-table.cur, .outpatient .layout .search-outpatient .scheduling-table-mobile .mobile-area-table.cur {
      display: block; }
    .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile {
      width: 100%;
      border-collapse: collapse; }
      .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile th, .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile th, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td {
        border: 1px solid #DBC19E;
        font-size: 12px; }
      .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile th, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile th {
        background-color: #539A9F;
        text-align: center;
        color: #fff;
        height: 40px;
        line-height: 40px;
        font-weight: normal; }
      .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile th.title-keshi, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile th.title-keshi {
        width: 25%; }
      .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td {
        padding: 20px 0;
        background-color: #F0F3F4;
        vertical-align: center;
        text-align: center;
        min-width: 50px; }
      .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile tr.time-title td, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile tr.time-title td {
        min-height: 30px;
        padding: 10px 0; }
      .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td.depart-doctor, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td.depart-doctor {
        width: 35%; }
        .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td.depart-doctor div, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td.depart-doctor div {
          position: relative;
          font-size: 0.8rem;
          line-height: 1.8rem;
          text-align: left;
          padding-left: 10px; }
        .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info {
          display: none;
          position: absolute;
          padding: 30px 20px;
          min-width: 200px;
          text-align: left;
          background: #fff;
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
          z-index: 2022;
          border-radius: 4px;
          top: calc(50% + 40px);
          left: 50%;
          transform: translateX(-50%); }
          .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info p, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info p {
            font-size: 14px;
            white-space: nowrap; }
            .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info p u, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info p u {
              display: inline-block;
              width: 65px; }
          .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info .tip, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info .tip {
            position: absolute;
            height: 20px;
            width: 28px;
            overflow: hidden;
            top: -20px;
            left: calc(50% - 14px); }
          .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info .tip:after, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td.depart-doctor .detail-info .tip:after {
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            bottom: 0;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            transform: rotate(45deg);
            transform-origin: left bottom; }
        .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td.depart-doctor div.type-1:before, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td.depart-doctor div.type-1:before {
          content: '名';
          display: flex;
          justify-content: center;
          align-items: center;
          border-radius: 6px;
          font-size: 16px;
          height: 20px;
          width: 20px;
          background-color: #60C8B5;
          color: #fff;
          position: absolute;
          left: 5px;
          top: 50%;
          margin-top: -10px; }
        .outpatient .layout .all-outpatient-mobile .scheduling-table-mobile .table-mobile td.depart-doctor div.stop a, .outpatient .layout .search-outpatient .scheduling-table-mobile .table-mobile td.depart-doctor div.stop a {
          color: #AAAAAA; }
  @media (max-width: 1440px) {
    .outpatient .layout {
      padding-top: 20px; }
      .outpatient .layout div.search-box .depart-select {
        width: 14.1rem; }
      .outpatient .layout div.search-box .name-search {
        width: 14.1rem; }
      .outpatient .layout div.choose-box .area-item {
        width: 14.1rem; }
      .outpatient .layout div.scheduling-table .table {
        width: 60rem; } }
  @media (max-width: 960px) {
    .outpatient .layout .all-outpatient {
      display: none; }
    .outpatient .layout .all-outpatient-mobile {
      display: block; }
    .outpatient .layout .search-outpatient {
      padding: 0 10px;
      width: auto; }
      .outpatient .layout .search-outpatient .scheduling-table-pc {
        display: none; }
      .outpatient .layout .search-outpatient .search-table-mobile {
        display: block; }
    .outpatient .layout div.search-box {
      flex-direction: column;
      height: auto;
      margin: 0 10px;
      width: calc(100% - 20px); }
      .outpatient .layout div.search-box .out-search-title {
        display: none; }
      .outpatient .layout div.search-box .depart-select {
        width: 100%;
        margin-bottom: 10px; }
        .outpatient .layout div.search-box .depart-select .depart-info {
          width: 100%;
          top: 40px;
          height: 450px;
          overflow-y: auto;
          overflow-x: hidden; }
          .outpatient .layout div.search-box .depart-select .depart-info .depart-content .depart-class-detail.no-classes a {
            width: 50%; }
        .outpatient .layout div.search-box .depart-select .protit-info {
          height: 450px;
          overflow-y: auto;
          overflow-x: hidden;
          top: 40px; }
      .outpatient .layout div.search-box .name-search {
        width: 100%;
        margin-bottom: 10px; }
      .outpatient .layout div.search-box .btn {
        width: 100%; }
    .outpatient .layout .search-box-bar {
      height: 1px;
      width: 100%;
      background-color: #D7D7D7;
      margin: 20px 0; } }

@media (max-width: 960px) {
  .outpatient {
    padding: 48px 0; }
    .outpatient .bg1, .outpatient .bg2 {
      display: none; }

  .outpatient .layout div.outpatient-tips p span.tips-text {
    font-size: 12px; } }
.outpatient-doctor {
  overflow: hidden;
  padding-top: 6.5rem;
  background: url("../images/sdzyy/mzxx_bg1.png") no-repeat left top, url("../images/sdzyy/mzxx_bg2.png") no-repeat right bottom;
  background-size: 25% auto,25% auto;
  min-height: 100vh;
  box-sizing: border-box; }
  @media (max-width: 1200px) {
    .outpatient-doctor .outpatient {
      padding-top: 6rem; } }
  .outpatient-doctor .outpatient-banner {
    height: 15rem;
    width: 100%;
    background-image: url("../images/sdzyy/outpatient_banner.png");
    background-size: cover; }
    .outpatient-doctor .outpatient-banner h2 {
      font-size: 2rem;
      line-height: 15rem;
      font-weight: normal;
      color: #fff;
      text-align: center; }
  .outpatient-doctor .inner-content {
    position: relative;
    min-height: calc(100vh - 130px); }
    .outpatient-doctor .inner-content .bg1, .outpatient-doctor .inner-content .bg2 {
      height: 24rem;
      width: 48rem;
      position: absolute;
      opacity: 0.4; }
    .outpatient-doctor .inner-content .bg1 {
      left: 0;
      top: 0; }
    .outpatient-doctor .inner-content .bg2 {
      right: 0;
      bottom: 0; }
    .outpatient-doctor .inner-content .layout {
      width: 1200px;
      z-index: 10;
      position: relative; }
      .outpatient-doctor .inner-content .layout .doctor-path {
        height: 4.75rem;
        line-height: 4.75rem; }
        .outpatient-doctor .inner-content .layout .doctor-path span, .outpatient-doctor .inner-content .layout .doctor-path u {
          color: #AAAAAA;
          font-size: 0.7rem; }
        .outpatient-doctor .inner-content .layout .doctor-path a {
          font-size: 0.7rem; }
      .outpatient-doctor .inner-content .layout .basic-msg {
        height: 10rem;
        width: 100%;
        display: flex;
        justify-content: space-between; }
        .outpatient-doctor .inner-content .layout .basic-msg .doc-header {
          height: 10rem;
          width: 7.2rem;
          flex-shrink: 0; }
          .outpatient-doctor .inner-content .layout .basic-msg .doc-header img {
            height: 100%;
            width: 100%; }
        .outpatient-doctor .inner-content .layout .basic-msg .doc-detail {
          height: 10rem;
          position: relative;
          overflow: hidden;
          width: 50.8rem; }
          .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .doc-msg h3 {
            font-size: 1.6rem;
            font-weight: normal;
            margin-bottom: 1rem; }
          .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .doc-msg p {
            font-size: 0.9rem;
            line-height: 2rem; }
          .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .doc-msg u {
            color: #AAAAAA; }
          .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .doctor-code {
            position: absolute;
            height: 100%;
            top: 0;
            right: 0;
            text-align: right;
            font-size: 0;
            min-height: 12.95rem;
            display: flex; }
            .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .doctor-code .qr-img {
              width: 7.25rem;
              min-height: 11.4rem;
              text-align: center;
              height: 100%;
              box-sizing: border-box;
              margin-left: 1rem;
              color: #999;
              font-size: 0.75rem;
              display: inline-block; }
              .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .doctor-code .qr-img.internet {
                width: 6.35rem; }
              .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .doctor-code .qr-img .qr-img-box {
                border: 1px solid #d7d7d7;
                margin: 0 auto 0.75rem; }
              .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .doctor-code .qr-img img {
                width: 100%;
                height: 100%;
                display: block; }
          .outpatient-doctor .inner-content .layout .basic-msg .doc-detail > img {
            height: 1px;
            width: 100%;
            position: absolute;
            bottom: 0;
            left: 0; }
          .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .m-doctor-code {
            display: none; }
      .outpatient-doctor .inner-content .layout .doc-info h4 {
        font-size: 1rem;
        font-weight: normal;
        margin-top: 0.75rem;
        line-height: 2.5rem; }
      .outpatient-doctor .inner-content .layout .doc-info .intro-cont {
        text-indent: 2em;
        font-size: 0.8rem;
        line-height: 1.2rem; }
      .outpatient-doctor .inner-content .layout .bar-line {
        width: 100%;
        padding: 1.5rem 0; }
        .outpatient-doctor .inner-content .layout .bar-line img {
          height: 1px;
          width: 100%; }
      .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit {
        height: 1.6rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 1rem; }
        .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit p {
          line-height: 1.6rem; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit p span {
            font-size: 1rem;
            display: inline-block;
            margin-right: 1rem; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit p u {
            font-size: 0.8rem;
            color: #7F7F7F; }
        .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit a {
          display: block;
          height: 1.6rem;
          width: 4.8rem;
          border-radius: 1.6rem;
          border: 1px solid #D7D7D7;
          position: relative;
          text-align: center;
          line-height: 1.6rem;
          transition: all 0.2s; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit a:hover {
            color: #fff;
            border-color: #5898A6;
            background-color: #5898A6; }
            .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit a:hover i {
              opacity: 1;
              transform: translateX(0); }
            .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit a:hover span {
              transform: translateX(-5px); }
          .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit a i {
            display: inline-block;
            transform: translateX(-10px);
            position: absolute;
            transition: all 0.4s;
            color: #fff;
            opacity: 0;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit a span {
            position: relative;
            display: inline-block;
            transition: all 0.2s;
            font-size: 0.7rem;
            top: -0.1rem; }
      .outpatient-doctor .inner-content .layout .doc-outpatient div.outpatient-tips {
        display: flex;
        flex-direction: row-reverse;
        margin-bottom: 20px; }
        .outpatient-doctor .inner-content .layout .doc-outpatient div.outpatient-tips p {
          font-size: 14px;
          line-height: 20px;
          margin-right: 20px; }
          .outpatient-doctor .inner-content .layout .doc-outpatient div.outpatient-tips p span.tips-text {
            color: #aaa; }
      .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box {
        display: none; }
        .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile {
          width: 100%;
          border-collapse: collapse;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          background-color: #fff;
          margin: 20px 0; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile th, .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile td {
            border: 1px solid #D7D7D7; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile th {
            background-color: #539A9F;
            color: #fff;
            height: 40px;
            line-height: 40px;
            text-align: center;
            font-weight: normal;
            font-size: 12px; }
            .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile th.title-keshi {
              width: 25%; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile td {
            font-size: 12px;
            text-align: center;
            height: 30px;
            position: relative;
            width: 30%; }
            .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile td.depart-doctor .type-2 {
              margin-right: 5px;
              color: #fff;
              border-radius: 0.2rem;
              background-color: #4880c6;
              display: inline-block;
              height: 1rem;
              width: 0.9rem;
              text-align: center;
              line-height: 1rem;
              font-size: 0.7rem; }
            .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile td.depart-doctor .type-1 {
              margin-right: 5px;
              color: #fff;
              border-radius: 0.2rem;
              background-color: #60C8B5;
              display: inline-block;
              height: 1rem;
              width: 0.9rem;
              text-align: center;
              line-height: 1rem;
              font-size: 0.7rem; }
            .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile td.depart-doctor .type-3 {
              margin-right: 5px;
              color: #fff;
              border-radius: 0.2rem;
              background-color: #EAB660;
              display: inline-block;
              height: 1rem;
              width: 0.9rem;
              text-align: center;
              line-height: 1rem;
              font-size: 0.7rem; }
            .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile td.depart-doctor p {
              line-height: 20px;
              margin: 10px auto;
              height: 20px;
              width: 55%;
              color: #fff;
              border-radius: 10px; }
              .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile td.depart-doctor p.type-0 {
                background-color: #49a135; }
              .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box .table-mobile td.depart-doctor p.type-1 {
                background-color: #54A0EA; }
      .outpatient-doctor .inner-content .layout .doc-outpatient p.area-title {
        font-size: 0.9rem; }
      .outpatient-doctor .inner-content .layout .doc-outpatient .table {
        width: 100%;
        border-collapse: collapse;
        margin: 1rem 0; }
        .outpatient-doctor .inner-content .layout .doc-outpatient .table p {
          margin-bottom: 0; }
        .outpatient-doctor .inner-content .layout .doc-outpatient .table th, .outpatient-doctor .inner-content .layout .doc-outpatient .table td {
          border: 1px solid #D7D7D7; }
        .outpatient-doctor .inner-content .layout .doc-outpatient .table th {
          background-color: #539A9F;
          text-align: center;
          color: #fff;
          height: 3rem;
          line-height: 3rem;
          font-weight: normal;
          font-size: 0.8rem; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .table th.week p {
            line-height: 1.2rem; }
        .outpatient-doctor .inner-content .layout .doc-outpatient .table td {
          padding: 1.5rem 0;
          background-color: #fff;
          vertical-align: center;
          text-align: center;
          font-size: 0.8rem; }
        .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor {
          position: relative;
          text-align: left;
          width: 11%;
          padding-left: 0.5rem; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .type-2 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #4880c6;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .type-1 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #60C8B5;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .type-3 {
            margin-right: 5px;
            color: #fff;
            border-radius: 0.2rem;
            background-color: #EAB660;
            display: inline-block;
            height: 1rem;
            width: 0.9rem;
            text-align: center;
            line-height: 1rem;
            font-size: 0.7rem; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor a.doc-type.stop {
            color: #aaa; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor p.type-1 {
            height: 2rem;
            width: 2rem;
            background-color: #54A0EA;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 12px; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor p.type-0 {
            height: 2rem;
            width: 2rem;
            background-color: #49a135;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 12px; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor p.type-9 {
            height: 2rem;
            width: 2rem;
            background-color: #808086;
            border-radius: 50%;
            margin: 0 auto;
            color: #fff;
            text-align: center;
            line-height: 2rem;
            font-size: 12px; }
          .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info {
            display: none;
            position: absolute;
            padding: 1rem 1rem;
            min-width: 200px;
            text-align: left;
            background: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
            z-index: 2022;
            border-radius: 4px;
            top: calc(50% + 40px);
            left: 50%;
            transform: translateX(-50%); }
            .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info {
              display: flex; }
              .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info div {
                padding: 0; }
              .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box {
                height: 98px;
                width: 70px;
                margin-right: 20px; }
                .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info .inner-detail-info .detail-info-image-box img {
                  height: 98px;
                  width: 70px; }
            .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info p {
              font-size: 0.7rem;
              margin-bottom: 0.5rem;
              white-space: nowrap; }
              .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info p u {
                display: inline-block;
                width: 3.25rem; }
            .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info p.doc-adept {
              white-space: inherit;
              line-height: 1.2rem;
              width: 14.5rem; }
            .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info .tip {
              position: absolute;
              height: 1rem;
              width: 1.4rem;
              overflow: hidden;
              top: -1rem;
              left: calc(50% - 14px); }
            .outpatient-doctor .inner-content .layout .doc-outpatient .table td.depart-doctor .detail-info .tip:after {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              right: 0;
              bottom: 0;
              background: #fff;
              box-shadow: 0 0 5px rgba(0, 0, 0, 0.15);
              transform: rotate(45deg);
              transform-origin: left bottom; }
      .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick {
        margin-top: 0.75rem;
        width: 100%;
        height: 17.5rem; }
        .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick .doc-item {
          height: 17.5rem;
          width: 11.2rem;
          background-color: #fff;
          box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
          box-sizing: border-box;
          padding: 2rem 2rem 0 2rem;
          margin: 0.5rem auto; }
          .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick .doc-item .doc-item-info a {
            display: flex;
            width: 7.2rem;
            flex-direction: column;
            align-items: center; }
            .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick .doc-item .doc-item-info a img {
              height: 10rem;
              width: 7.2rem; }
            .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick .doc-item .doc-item-info a p.name {
              font-size: 0.9rem;
              margin-top: 0.5rem;
              line-height: 1.6rem; }
            .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick .doc-item .doc-item-info a span.protit {
              font-size: 0.7rem;
              margin-bottom: 0.5rem; }
          .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick .doc-item span.level-list {
            display: flex;
            flex-wrap: wrap;
            justify-content: center; }
            .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick .doc-item span.level-list u {
              font-size: 12px;
              color: #aaa;
              line-height: 0.7rem; }
            .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick .doc-item span.level-list u + u:before {
              content: '/';
              font-size: 12px;
              color: #aaa; }
      .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick-mobile {
        margin-top: 10px;
        display: none; }
        .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick-mobile .mobile-doc-group {
          display: flex;
          flex-wrap: wrap; }
          .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item {
            background-color: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
            width: calc(33vw - 25px);
            height: calc(46vw - 10px);
            padding: 4vw 0 0;
            min-height: 166px;
            min-width: 114px;
            box-sizing: border-box;
            margin: 4px; }
            .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a {
              display: flex;
              flex-direction: column;
              align-items: center;
              width: 14vw;
              min-width: 50px;
              margin: 0 auto; }
              .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a img {
                height: 20vw;
                width: 14vw;
                min-width: 50px;
                min-height: 70px; }
              .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a p.name {
                font-size: 0.9rem;
                margin-top: 0.5rem;
                line-height: 1.6rem; }
              .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .doc-item-info a .protit {
                font-size: 0.7rem;
                margin-bottom: 0.5rem; }
            .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick-mobile .mobile-doc-group .doc-item .level-list {
              display: flex;
              flex-wrap: wrap;
              justify-content: center; }

.gotop {
  z-index: 11;
  position: fixed;
  right: 0.5rem;
  bottom: 1.5rem;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  color: #fff;
  font-size: 1.5rem;
  border-radius: 3px;
  background-color: #50ACAF; }
  .gotop i {
    font-size: 1.8rem; }

@media (max-width: 1200px) {
  .outpatient-doctor .inner-content .layout {
    width: 960px; }

  .outpatient .layout div.scheduling-table .table td.depart-doctor div {
    font-size: 14px; } }
@media (max-width: 960px) {
  .outpatient-doctor .inner-content .layout {
    width: auto; }

  .outpatient-doctor {
    padding-top: 48px; }

  .outpatient-doctor .inner-content .layout .basic-msg .doc-header {
    height: 170px;
    width: 120px;
    margin-right: 10px; }

  .outpatient-doctor .inner-content .layout .basic-msg .doc-detail {
    width: auto;
    flex: 1;
    height: 170px;
    display: flex;
    justify-content: space-between;
    overflow: visible; }

  .outpatient-doctor .inner-content .layout .doc-outpatient .out-tit p u,
  .outpatient-doctor .inner-content .layout .doc-outpatient .table-box,
  .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick {
    display: none; }

  .outpatient-doctor .inner-content .layout .doc-outpatient .mobile-table-box,
  .outpatient-doctor .inner-content .layout .doc-slick-box .doc-slick-mobile {
    display: block; }

  .outpatient-doctor .outpatient-banner {
    height: 120px; }

  .outpatient-doctor .outpatient-banner h2 {
    height: 120px;
    line-height: 120px;
    font-size: 18px; }

  .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .doctor-code {
    display: none; }
  .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .m-doctor-code {
    display: block; }
    .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .m-doctor-code .qr-img {
      position: relative;
      border: 1px solid #50ACAF;
      border-radius: 4px;
      text-align: center;
      margin-bottom: 5px;
      line-height: 20px; }
      .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .m-doctor-code .qr-img .qr-img-box {
        width: 100px;
        height: 100px;
        background-color: #fff;
        box-sizing: border-box;
        padding: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
        position: absolute;
        top: 25px;
        z-index: 1;
        display: none;
        right: 0; }
        .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .m-doctor-code .qr-img .qr-img-box img {
          width: 100%;
          height: 100%; }
      .outpatient-doctor .inner-content .layout .basic-msg .doc-detail .m-doctor-code .qr-img span {
        font-size: 12px;
        cursor: pointer;
        color: #50ACAF;
        padding: 0 4px; }

  .outpatient-doctor .inner-content .layout .doc-outpatient div.outpatient-tips p {
    font-size: 12px; } }
.footer-sub001 {
  height: 115px;
  background-color: #3f5267;
  color: #ccc;
  font-size: 14px; }
  .footer-sub001 .layout {
    display: flex;
    height: 100%;
    line-height: 24px;
    text-align: center;
    flex-direction: column;
    align-items: center;
    justify-content: center; }
    .footer-sub001 .layout a {
      color: #ccc; }
      .footer-sub001 .layout a img {
        height: 18px;
        position: relative;
        margin-right: 5px;
        top: 4px; }

/*# sourceMappingURL=outpatient.css.map */
