.el-card__body{
  padding: 10px 20px !important;
}

.container {
  width: 100%;
  padding: 10px 0;
}
label {
  margin-bottom: 0px;
}
.flex-box {
  /*margin-top: 10px;*/
  display: flex;
  justify-content: space-between;
}
.flex-center {
  align-items: center;
}
.search-input {
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
}
.inline-label {
  display: inline-block;
  position: relative;
  padding: 2px 15px;
  border-radius: 5px;
  color: #fff;
  margin-right: 10px;
  /* margin: 2px 10px 5px 0px; */
}
.inline-label:hover .remove-label {
  display: block;
}
.remove-label {
  display: none;
  position: absolute;
  right: 0;
  top: 0;
  cursor: pointer;
}
.label-width {
  width: 74px;
  flex-shrink: 0;
  text-align: right;
  margin-right: 20px;
}
.require-tip::before {
  content: "*";
  color: red;
  margin-right: 5px;
}
.width-100 {
  width: 100%;
}

.suggest-btn {
  width: 84px;
  margin-left: 10px;
}
.suggest-btn .el-select {
  margin-bottom: 10px;
}
.suggest-btn .el-button:last-child {
  margin-left: 0px;
  margin-top: 10px;
}
.form-flex-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.divider-line {
  margin: 10px 0;
  border: 0;
  border-top: 1px solid #eee;
}
.label-content {
  padding-left: 0px;
}
/* 标签 */
.label-box .form-control {
  border: 0;
}
.text-center {
  text-align: center;
}
.peno-title {
  padding-left: 30px;
  margin-right: 150px;
  font-size: 20px;
  font-weight: bolder;
}
.margin-bottom-10 {
  margin-bottom: 10px;
}
.pager .form-control,
.pager .btn {
  margin-bottom: 10px;
}
.title {
  font-weight: bolder;
}
.conclusion-title {
  color: green;
  font-weight: bolder;
}
.operate-btn {
  display: none;
}
.conclusion-box {
  /*max-height: calc(100vh - 270px);*/
  /*overflow-y: scroll;*/
}
.conclusion-status {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin-right: 10px;
}
.conclusion-box .hoverDiv:hover  .operate-btn {
  display: inline-block;
}
.modal .form-control[readonly] {
  background-color: #fff;
}
.margin-label-10 {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 10px;
}
.label-style {
  font-size: 14px;
  font-weight: normal;
}
.label-style::before {
  content: "";
}
.cursor-pointer {
  cursor: pointer;
}
.peno-tr {
  cursor: pointer;
}
.label-box {
  display: flex;
  align-items: center;
  width: 100%;
  box-sizing: border-box;
}
.disease-label-box {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 100%;
  padding: 6px 12px;
  box-sizing: border-box;
  font-size: 14px;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.disease-label-box .label-input {
  flex: 1;
  border: none;
  background: none;
  outline: none;
}
.peno-time {
  width: 150px;
  white-space: nowrap;
  display: inline-block;
}
/* 颜色 */
.peno-item .peno-item-round {
  background: #d9534f;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.peno-item .list-group-item-opt {
  background: #5cb85c;
  border-radius: 50%;
  width: 10px;
  height: 10px;
  display: inline-block;
}
.main-box .btn-title {
  display: none;
}
.main-box:hover .btn-title {
  display: inline-block;
}

.space {
  width: 15px;
}

#loading .modal-content {
  height: 100%;
}
.loading-box {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  background: rgba(0, 0, 0, 0.01);
}
.panel-loading {
  position: relative;
  height: calc(100% - 36px);
}
.error-report {
  /* position: absolute; */
  width: 100%;
  /* bottom: 0;
left: 0; */
  margin-bottom: 0;
}

.preloader {
  position: relative;
  top: 50%;
  left: 50%;
  margin-left: -30px;
}

.preloader span {
  display: block;
  bottom: 0px;
  width: 9px;
  height: 5px;
  background: green;
  position: absolute;
  -webkit-animation: preloader 2s infinite ease-in-out;
  -moz-animation: preloader 2s infinite ease-in-out;
  -ms-animation: preloader 2s infinite ease-in-out;
  animation: preloader 2s infinite ease-in-out;
}

.preloader span:nth-child(2) {
  left: 11px;
  -webkit-animation-delay: 0.2s;
  -moz-animation-delay: 0.2s;
  -ms-animation-delay: 0.2s;
  -o-animation-delay: 0.2s;
  animation-delay: 0.2s;
}

.preloader span:nth-child(3) {
  left: 22px;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  -ms-animation-delay: 0.4s;
  -o-animation-delay: 0.4s;
  animation-delay: 0.4s;
}

.preloader span:nth-child(4) {
  left: 33px;
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -ms-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
}

.preloader span:nth-child(5) {
  left: 44px;
  -webkit-animation-delay: 0.8s;
  -moz-animation-delay: 0.8s;
  -ms-animation-delay: 0.8s;
  -o-animation-delay: 0.8s;
  animation-delay: 0.8s;
}

@-webkit-keyframes preloader {
  0% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: green;
  }
  25% {
    height: 30px;
    -webkit-transform: translateY(15px);
    background: green;
  }
  50% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: green;
  }
  100% {
    height: 5px;
    -webkit-transform: translateY(0px);
    background: green;
  }
}

@-moz-keyframes preloader {
  0% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: green;
  }
  25% {
    height: 30px;
    -moz-transform: translateY(15px);
    background: green;
  }
  50% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: green;
  }
  100% {
    height: 5px;
    -moz-transform: translateY(0px);
    background: green;
  }
}

@-ms-keyframes preloader {
  0% {
    height: 5px;
    -ms-transform: translateY(0px);
    background: green;
  }
  25% {
    height: 30px;
    -ms-transform: translateY(15px);
    background: green;
  }
  50% {
    height: 5px;
    -ms-transform: translateY(0px);
    background: green;
  }
  100% {
    height: 5px;
    -ms-transform: translateY(0px);
    background: green;
  }
}

@keyframes preloader {
  0% {
    height: 5px;
    transform: translateY(0px);
    background: green;
  }
  25% {
    height: 30px;
    transform: translateY(15px);
    background: green;
  }
  50% {
    height: 5px;
    transform: translateY(0px);
    background: green;
  }
  100% {
    height: 5px;
    transform: translateY(0px);
    background: green;
  }
}

/*11-16新增*/

.addWhitelist .el-card__header {
  background-color: #337ab7;
  border-color: #337ab7;
}

.updateWhitelist .el-card__header {
  background-color: #E6A23C;
  border-color: #E6A23C;
}

.humanFigure {

  overflow: auto;
  padding-left: 30%;
  height: 70vh;
}

.humanFigure .zIndex2 {
  z-index: 4
}

.humanFigure .maleImg {
  position: relative
}

.humanFigure .pa {
  position: absolute
}

.humanFigure .bodyMain {
  z-index: 1
}

.humanFigure .nao {
  z-index: 4;
  top: 5px;
  left: 105px;
  position: relative
}

.humanFigure .qiguan {
  z-index: 4;
  left: 132px;
  top: 118px
}

.humanFigure .fei {
  z-index: 5;
  left: 88px;
  top: 150px
}

.humanFigure .xin {
  z-index: 6;
  left: 121px;
  top: 165px
}

.humanFigure .gan {
  left: 80px;
  top: 237px
}

.humanFigure .pi {
  z-index: 3;
  left: 165px;
  top: 238px
}

.humanFigure .wei {
  left: 111px;
  top: 233px
}

.humanFigure .yixian {
  z-index: 2;
  left: 135px;
  top: 276px
}

.humanFigure .shen {
  z-index: 6;
  left: 96px;
  top: 252px
}

.humanFigure .chang {
  z-index: 3;
  left: 90px;
  top: 290px
}

.humanFigure .pangguang {
  z-index: 7;
  left: 99px;
  top: 305px
}

.humanFigure .shujingguan {
  z-index: 8;
  left: 90px;
  top: 347px
}

.humanFigure .qianliexian {
  z-index: 9;
  left: 128px;
  top: 380px
}

.humanFigure .szq {
  z-index: 7;
  left: 128px;
  top: 380px
}

.humanFigure .gaowan {
  z-index: 9;
  left: 124px;
  top: 392px
}


.tableScopeTop {
  border: 1px solid #eeeeee;
  margin: 5px 0 2.5px
}

.tableScopeBottom {
  border: 1px solid #eeeeee;
  margin: 2.5px 0 5px
}

.diseasedOrgans {
  margin-left: 10px;
}

.deptComparison .el-table--border td:first-child .cell,
.el-table--border th:first-child .cell {
  padding: 10px;
}

.history-title {
  text-align: center;
  color: #fff;
  width: 100%;
  font-size: 18px;
  padding: 5px 0;
  background-color: #5bc0de;
}


.conclusionCodemaintain .el-input.is-disabled .el-input__inner{
  font-weight: bold;
  color: green;
}
