
#nprogress .bar {
  background: #FF9800;
  height: 3px;
}
#nprogress .spinner-icon {
  border-top-color: #FF9800;
  border-left-color: #FF9800;
}

.images[data-v-24162404] {
  -webkit-transform: translate(-10000vh,-10000vh);
          transform: translate(-10000vh,-10000vh);
}

.cardContent[data-v-8924d934] {
  width: 80vw;
}
.cardContent.dark[data-v-8924d934] {
    background-color: #404040;
}
.cardContent.czc[data-v-8924d934] {
    margin-top: 100px;
}

.confirm-czc {
  overflow: visible !important;
}

.lineBtn[data-v-25f17b9f] {
  font-size: 16px;
  position: fixed;
  bottom: 10vh;
  right: 5vw;
  z-index: 10;
  /* background: rgba(255,255,255, 0.2);
  padding: 5px;
  border-radius: 10px; */
}





































































.banner[data-v-aa26fcae] {
  width: 100%;
}
.chooseItem[data-v-aa26fcae] {
  display: inline-block;
  padding: 8px 15px;
  border-radius: 10px;
  border: 1px solid currentColor;
  color: #878787;
  cursor: pointer;
}
.chooseItem.active[data-v-aa26fcae] {
    color: #009fbb;
    background: #eef6f8;
}
/* .catBg {
  background: url(/static/home/images/cat.png) no-repeat;
  background-size: 600px;
  background-position-y: -120px;
  background-position-x: 40px;
} */
img[data-v-aa26fcae] {
  max-width: 100%;
}
.clinicTable[data-v-aa26fcae] {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid currentColor;
  border-radius: 10px;
}
.clinicTable td[data-v-aa26fcae] {
    border: 1px solid currentColor;
    padding: 4px 10px;
}

.kd-info-time[data-v-21415a8c] {
  position: relative;
  height: 100%;
}
.kd-info-time[data-v-21415a8c]:after {
    content: "";
    position: absolute;
    top: 24px;
    left: 50%;
    bottom: 0;
    width: 1px;
    background-color: #e0e0e0;
}
.kd-info-time .custom-icon[data-v-21415a8c] {
    position: absolute;
    top: 0px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    z-index: 1;
    font-size: 25px;
    line-height: 25px;
    opacity: .4;
}
.logWrap .logItem .logText[data-v-21415a8c] {
      opacity: 0.7;
}
.logWrap .logItem:nth-child(1) .logText[data-v-21415a8c] {
        opacity: 1;
}
/* Make clicks pass-through */
#nprogress {
  pointer-events: none;
}
#nprogress .bar {
  background: #29d;

  position: fixed;
  z-index: 1031;
  top: 0;
  left: 0;

  width: 100%;
  height: 2px;
}
/* Fancy blur effect */
#nprogress .peg {
  display: block;
  position: absolute;
  right: 0px;
  width: 100px;
  height: 100%;
  -webkit-box-shadow: 0 0 10px #29d, 0 0 5px #29d;
          box-shadow: 0 0 10px #29d, 0 0 5px #29d;
  opacity: 1.0;

  -webkit-transform: rotate(3deg) translate(0px, -4px);
          transform: rotate(3deg) translate(0px, -4px);
}
/* Remove these to get rid of the spinner */
#nprogress .spinner {
  display: block;
  position: fixed;
  z-index: 1031;
  top: 15px;
  right: 15px;
}
#nprogress .spinner-icon {
  width: 18px;
  height: 18px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;

  border: solid 2px transparent;
  border-top-color: #29d;
  border-left-color: #29d;
  border-radius: 50%;

  -webkit-animation: nprogress-spinner 400ms linear infinite;
          animation: nprogress-spinner 400ms linear infinite;
}
.nprogress-custom-parent {
  overflow: hidden;
  position: relative;
}
.nprogress-custom-parent #nprogress .spinner,
.nprogress-custom-parent #nprogress .bar {
  position: absolute;
}
@-webkit-keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); }
}
@keyframes nprogress-spinner {
  0%   { -webkit-transform: rotate(0deg); transform: rotate(0deg); }
  100% { -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

body .v-btn-toggle .v-btn {
  opacity: 0.7;
}
.dialog-conente-scroll {
  max-height: calc(90vh - 68px);
  overflow: auto;
}
.ql-editor {
  min-height: 80px;
  font-size: 16px;
}
.svg-icon {
  width: 1em;
  height: 1em;
  vertical-align: -0.15em;
  fill: currentColor;
  overflow: hidden;
}
.line-clamp-1 {
  height: 1.5em;
  line-height: 1.5em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.line-clamp-2 {
  max-height: 3em;
  line-height: 1.5em;
  overflow : hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.theme--light.v-table tbody tr:hover {
  background: #fffeec !important;
}
.theme--light.v-table tbody tr:nth-child(odd) {
  background: #fafafa;
}
body .theme--light.v-application {
  background: #f1f3f5;;
}
img {
  vertical-align: bottom;
}
.nowrap {
  white-space: nowrap;
}
@font-face {
  font-family: 'Material Icons';
  font-style: normal;
  font-weight: 400;
  src: local('Material Icons'),
    local('MaterialIcons-Regular'),
    url(/static/font/material-icons.woff2) format('woff2'),
    url(/static/font/material-icons.woff) format('woff');
}
.material-icons {
  font-family: 'Material Icons';
  font-weight: normal;
  font-style: normal;
  font-size: 24px;  /* Preferred icon size */
  display: inline-block;
  line-height: 1;
  text-transform: none;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;

  /* Support for all WebKit browsers. */
  -webkit-font-smoothing: antialiased;
  /* Support for Safari and Chrome. */
  text-rendering: optimizeLegibility;

  /* Support for Firefox. */
  -moz-osx-font-smoothing: grayscale;

  /* Support for IE. */
  -webkit-font-feature-settings: 'liga';
          font-feature-settings: 'liga';
}.vuedl-layout{position:relative}.vuedl-layout__closeBtn{position:absolute;top:0;font-family:-webkit-pictograph;right:14px;font-size:29px;opacity:.5;z-index:1000;cursor:pointer}.vuedl-layout__closeBtn:hover{opacity:1}.vuedl-layout.v-dialog--scrollable>.v-card>.v-card__text{border-top:1px solid #efefef;border-bottom:1px solid #efefef}.vuedl-notification{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;position:fixed;-webkit-box-shadow:0 2px 12px 0 rgba(0,0,0,.1);box-shadow:0 2px 12px 0 rgba(0,0,0,.1);-webkit-transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s;transition:opacity .3s,transform .3s,left .3s,right .3s,top .4s,bottom .3s,-webkit-transform .3s;overflow:hidden}.vuedl-notification>div:first-child{width:100%}.vuedl-notification.right{right:16px}.vuedl-notification.left{left:16px}.vuedl-notification__closeBtn{position:absolute;top:9px;right:15px;cursor:pointer;color:#909399;font-size:22px}.vuedl-notification__closeBtn:hover{color:#606266}.vuedl-notification-fade-enter.right{right:0;-webkit-transform:translateX(100%);transform:translateX(100%)}.vuedl-notification-fade-enter.left{left:0;-webkit-transform:translateX(-100%);transform:translateX(-100%)}.vuedl-notification-fade-leave-active{opacity:0}@media screen and (max-width:450px){.vuedl-notification{left:8px!important;right:8px!important;max-width:inherit!important}}.dialog-overlay-loading{position:fixed;z-index:999;height:2em;width:2em;overflow:show;margin:auto;top:0;left:0;bottom:0;right:0;cursor:wait}.dialog-overlay-loading:before{content:'';display:block;position:fixed;top:0;left:0;width:100%;height:100%;background:radial-gradient(rgba(112,112,112,.4),rgba(50,50,50,.8))}.dialog-overlay-loading:not(:required){font:0/0 a;color:transparent;text-shadow:none;background-color:transparent;border:0}.dialog-overlay-loading:not(:required):after{content:'';display:block;font-size:10px;width:1em;height:1em;margin-top:-.5em;-webkit-animation:spinner 1.5s infinite linear;animation:spinner 1.5s infinite linear;border-radius:.5em;-webkit-box-shadow:rgba(255,255,255,.75) 1.5em 0 0 0,rgba(255,255,255,.75) 1.1em 1.1em 0 0,rgba(255,255,255,.75) 0 1.5em 0 0,rgba(255,255,255,.75) -1.1em 1.1em 0 0,rgba(255,255,255,.75) -1.5em 0 0 0,rgba(255,255,255,.75) -1.1em -1.1em 0 0,rgba(255,255,255,.75) 0 -1.5em 0 0,rgba(255,255,255,.75) 1.1em -1.1em 0 0;box-shadow:rgba(255,255,255,.75) 1.5em 0 0 0,rgba(255,255,255,.75) 1.1em 1.1em 0 0,rgba(255,255,255,.75) 0 1.5em 0 0,rgba(255,255,255,.75) -1.1em 1.1em 0 0,rgba(255,255,255,.75) -1.5em 0 0 0,rgba(255,255,255,.75) -1.1em -1.1em 0 0,rgba(255,255,255,.75) 0 -1.5em 0 0,rgba(255,255,255,.75) 1.1em -1.1em 0 0}@-webkit-keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes spinner{0%{-webkit-transform:rotate(0);transform:rotate(0)}100%{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}
/*# sourceMappingURL=app.css.map?b043365b8844790c0afcea84e1d13a4b*/