@charset "UTF-8";
.dialog .el-dialog {
  height: 100% !important;
}
.dialog .el-dialog .el-dialog__body {
  height: 100% !important;
}
.warp {
  width: 100%;
  max-width: 260px;
}
.pdf {
  height: 60px;
  position: relative;
  border: 1px solid #ebeef5;
  padding: 20px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdf .cover {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: 98;
  background-color: rgba(0, 0, 0, 0.2);
}
.pdf .el-progress {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  z-index: 99;
}
.pdf .el-progress .el-progress-circle {
  width: 50px !important;
  height: 50px !important;
}
.pdf .el-progress .el-progress__text {
  font-size: 15px;
  color: #fff;
}
.pdf .pdf_content {
  text-align: left;
  margin-left: 10px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.pdf .pdf_content .name {
  display: block;
  width: 180px;
  overflow: hidden;
  /*内容会被修剪，并且其余内容是不可见的*/
  text-overflow: ellipsis;
  /*显示省略符号来代表被修剪的文本。*/
  white-space: nowrap;
  color: black;
}
.pdf .pdf_content .opertion {
  color: #409eff;
}
.pdf .pdf_content .deletePdf {
  position: absolute;
  top: 0;
  right: 0;
  height: 20px;
  width: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pdf img {
  float: left;
}
.header[data-v-79eb0ac7] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.header .card[data-v-79eb0ac7] {
  margin-right: 20px;
  height: 60px;
  --border-radius: 0.75rem;
  --primary-color: #7257fa;
  --secondary-color: #3c3852;
  width: 210px;
  font-family: "Arial";
  padding: 10px;
  cursor: pointer;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.03);
  position: relative;
  background-color: #fefce8;
  border-left-width: 4px;
  border-color: #facc15;
}
.header .card .card__content[data-v-79eb0ac7] {
  color: var(--secondary-color);
  font-size: 0.86rem;
  margin: 5px 0;
  text-align: end;
  color: #ca8a04;
}
.header .card .card__title[data-v-79eb0ac7] {
  text-align: start;
  padding: 0;
  margin: 0;
  color: #8d3800;
  font-size: 16px;
  font-weight: bold;
}
.header .card .card__date[data-v-79eb0ac7] {
  text-align: end;
  font-size: 0.8rem;
  color: #ca8a04;
}
@media (max-width: 767px) {
.header[data-v-09d9a8e2] {
    display: none;
}
}
.container[data-v-09d9a8e2] {
  width: 100%;
  height: calc(100% - 60px);
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .demo1_itemDate[data-v-09d9a8e2] {
  padding: 10px 20px !important;
  overflow-y: auto;
  height: calc(100% - 80px) !important;
}
.container .demo1_itemDate .greenLine[data-v-09d9a8e2] {
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 24px;
  position: relative;
  top: 2px;
  background: #409eff;
}
.container .demo1_itemDate .info[data-v-09d9a8e2] {
  padding: 10px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  margin-bottom: 10px;
}
.container .demo1_itemDate .info .title[data-v-09d9a8e2] {
  width: 100%;
}
.container .demo1_itemDate .info .title .del[data-v-09d9a8e2] {
  cursor: pointer;
  color: #f56c6c;
  float: right;
  font-size: 20px;
}
.container .btn1[data-v-09d9a8e2] {
  position: absolute;
  width: 150px;
  right: 170px;
  bottom: 20px;
}
.container .btn2[data-v-09d9a8e2] {
  position: absolute;
  width: 150px;
  right: 10px;
  bottom: 20px;
}
[data-v-4c0cca28] .el-input__inner {
  border: 0px !important;
  margin: 0;
  padding: 0 15px;
  text-align: center;
  background-color: transparent;
}
.input-number-range[data-v-4c0cca28] {
  background-color: #fff;
  border: 1px solid #dcdfe6;
  border-radius: 4px;
}
.flex[data-v-4c0cca28] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex .center[data-v-4c0cca28] {
  margin-top: 1px;
}
.is-disabled[data-v-4c0cca28] {
  background-color: #eef0f6;
  border-color: #e4e7ed;
  color: #c0c4cc;
  cursor: not-allowed;
}
@media (min-width: 769px) {
.content[data-v-7c47c848] {
    padding: 10px;
}
}
@media (min-width: 769px) {
.demo-ruleForm[data-v-7c47c848] {
    padding: 0 20px !important;
}
}
@media (max-width: 767px) {
.header1[data-v-7c47c848] {
    display: none !important;
}
}
.container[data-v-7c47c848] {
  width: 100%;
  height: calc(100% - 60px);
}
.container .header[data-v-7c47c848] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .btn1[data-v-7c47c848] {
  position: absolute;
  width: 150px;
  right: 170px;
  bottom: 20px;
}
.container .btn2[data-v-7c47c848] {
  position: absolute;
  width: 150px;
  right: 10px;
  bottom: 20px;
}
.container .upload[data-v-7c47c848] {
  width: 200px;
  height: 100px;
}
.container .pdf[data-v-7c47c848] {
  border: none;
  width: 240px;
}
.container .pdf[data-v-7c47c848]  .el-upload {
  height: 60px;
  width: 100%;
  border: none;
}
.container .greenLine[data-v-7c47c848] {
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 24px;
  position: relative;
  top: 2px;
  background: #409eff;
}
.container .results_pdfFile[data-v-7c47c848] {
  height: 60px;
  width: 260px;
  border-radius: 8px;
}
.container .demo-ruleForm[data-v-7c47c848] {
  height: calc(100% - 80px) !important;
  overflow: auto;
  overflow-x: hidden;
}
.container .demo-ruleForm .content[data-v-7c47c848] {
  width: 100%;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  background: #fff;
}
.container .demo-ruleForm .content .el-select[data-v-7c47c848] {
  width: 100% !important;
}
.container .demo-ruleForm .content .title[data-v-7c47c848] {
  margin: 0 10px 10px 10px;
  font-weight: bold;
  color: #409eff;
  font-size: 15px;
  position: relative;
}
.container .demo-ruleForm .content .title .remove[data-v-7c47c848] {
  color: #f56c6c;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 0px;
  cursor: pointer;
}
@media (min-width: 769px) {
.container[data-v-459ec2ba] {
    padding: 10px;
}
}
@media (min-width: 769px) {
.demo-ruleForm[data-v-459ec2ba] {
    padding: 0 20px !important;
}
}
@media (max-width: 767px) {
.header[data-v-459ec2ba] {
    display: none !important;
}
}
.container[data-v-459ec2ba] {
  width: 100%;
  height: 100%;
  overflow: auto;
}
.container .drugName[data-v-459ec2ba] {
  position: relative;
}
.container .drugName .drugNameInput[data-v-459ec2ba] {
  position: relative;
  top: 50%;
  left: 0;
}
.container .header[data-v-459ec2ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.container .header .card[data-v-459ec2ba] {
  margin-right: 20px;
  height: 60px;
  --border-radius: 0.75rem;
  --primary-color: #7257fa;
  --secondary-color: #3c3852;
  width: 210px;
  font-family: "Arial";
  padding: 10px;
  cursor: pointer;
  border-radius: var(--border-radius);
  -webkit-box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.03);
          box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.03);
  position: relative;
  background-color: #fefce8;
  border-left-width: 4px;
  border-color: #facc15;
}
.container .header .card .card__content[data-v-459ec2ba] {
  color: var(--secondary-color);
  font-size: 0.86rem;
  margin: 5px 0;
  text-align: end;
  color: #ca8a04;
}
.container .header .card .card__title[data-v-459ec2ba] {
  text-align: start;
  padding: 0;
  margin: 0;
  color: #8d3800;
  font-size: 16px;
  font-weight: bold;
}
.container .header .card .card__date[data-v-459ec2ba] {
  text-align: end;
  font-size: 0.8rem;
  color: #ca8a04;
}
.container .btn1[data-v-459ec2ba] {
  position: absolute;
  width: 150px;
  right: 170px;
  bottom: 20px;
}
.container .btn2[data-v-459ec2ba] {
  position: absolute;
  width: 150px;
  right: 10px;
  bottom: 20px;
}
.container .greenLine[data-v-459ec2ba] {
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 24px;
  position: relative;
  top: 2px;
  background: #409eff;
}
.container .upload[data-v-459ec2ba] {
  width: 200px;
  height: 100px;
}
.container[data-v-459ec2ba]  .el-upload {
  height: 60px;
  width: 260px;
  border: none;
}
.container .results_pdfFile[data-v-459ec2ba] {
  height: 60px;
  width: 260px;
  border-radius: 8px;
}
.container .results_pdfFile .results_pdfFile_upload[data-v-459ec2ba] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container .results_pdfFile .results_pdfFile_upload .results_pdfFile_upload_text[data-v-459ec2ba] {
  color: #c0c4cc;
}
.container .add[data-v-459ec2ba] {
  color: #409eff;
  margin-left: 20px;
  height: 22px;
  position: relative;
  cursor: pointer;
}
.container .add .span[data-v-459ec2ba] {
  height: 22px;
  line-height: 22px;
}
.container .add .el-icon-circle-plus[data-v-459ec2ba] {
  position: absolute;
  bottom: 0px;
  left: 66px;
  font-size: 22px;
}
.container .demo-ruleForm[data-v-459ec2ba] {
  margin-bottom: 30px;
  height: calc(100% - 60px);
  overflow: auto;
}
.container .demo-ruleForm .content[data-v-459ec2ba] {
  padding: 10px;
  margin-top: 20px;
  height: calc(100% -300px);
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  background: #fff;
  overflow-y: auto;
}
.container .demo-ruleForm .content[data-v-459ec2ba]  .el-select {
  width: 100% !important;
}
.container .demo-ruleForm .content[data-v-459ec2ba]  .el-date-editor {
  width: 100% !important;
}
.container .demo-ruleForm .content .table[data-v-459ec2ba] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #999;
}
.container .demo-ruleForm .content .table .span1[data-v-459ec2ba] {
  width: 180px;
  height: 32px;
  border: 1px solid #eee;
  border-right: none;
  text-align: center;
  line-height: 32px;
}
.container .demo-ruleForm .content .table .span2[data-v-459ec2ba] {
  width: 100px;
  height: 32px;
  border: 1px solid #eee;
  border-right: none;
  text-align: center;
  line-height: 32px;
}
.container .demo-ruleForm .content .table .span2[data-v-459ec2ba]  .el-input__inner {
  border: rgba(0, 0, 0, 0);
}
.container .demo-ruleForm .content .table .span3[data-v-459ec2ba] {
  width: 100px;
  height: 32px;
  border: 1px solid #eee;
  border-right: none;
  text-align: center;
  line-height: 32px;
}
.container .demo-ruleForm .content .table .span3[data-v-459ec2ba]  .el-input__inner {
  border: rgba(0, 0, 0, 0);
}
.container .demo-ruleForm .content .table .span4[data-v-459ec2ba] {
  width: 100px;
  height: 32px;
  border: 1px solid #eee;
  text-align: center;
  line-height: 32px;
}
.container .demo-ruleForm .content .table .span4[data-v-459ec2ba]  .el-input__inner {
  border: rgba(0, 0, 0, 0);
}
.container .demo-ruleForm .content .title[data-v-459ec2ba] {
  margin: 0 10px 10px 10px;
  font-weight: bold;
  color: #409eff;
  font-size: 15px;
  position: relative;
}
.container .demo-ruleForm .content .title .remove[data-v-459ec2ba] {
  color: #f56c6c;
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 0px;
  cursor: pointer;
}
@media (min-width: 769px) {
.container[data-v-032aebe2] {
    padding: 10px;
}
}
@media (min-width: 769px) {
.demo_itemDate[data-v-032aebe2] {
    padding: 0 20px !important;
}
}
@media (max-width: 767px) {
.header1[data-v-032aebe2] {
    display: none !important;
}
}
.container[data-v-032aebe2] {
  width: 100%;
  height: calc(100% - 40px);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.container .header[data-v-032aebe2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.container .el-select[data-v-032aebe2] {
  width: 100% !important;
}
.container .pdf[data-v-032aebe2] {
  border: none;
}
.container .pdf[data-v-032aebe2]  .el-upload {
  height: 60px;
  width: 260px;
  border: none;
}
.container .demo_itemDate[data-v-032aebe2] {
  height: calc(100% - 80px) !important;
  overflow-y: auto;
}
.container .demo_itemDate .greenLine[data-v-032aebe2] {
  display: inline-block;
  margin-right: 10px;
  width: 6px;
  height: 24px;
  position: relative;
  top: 2px;
  background: #409eff;
}
.container .demo_itemDate .content[data-v-032aebe2] {
  padding: 10px;
  margin-bottom: 20px;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  background: #fff;
  overflow-y: auto;
}
.container .demo_itemDate .content .title[data-v-032aebe2] {
  width: 100%;
}
.container .demo_itemDate .content .title .del[data-v-032aebe2] {
  cursor: pointer;
  color: #f56c6c;
  float: right;
  font-size: 20px;
  margin-right: 20px;
}
.container .demo_itemDate .content .results_pdfFile[data-v-032aebe2] {
  height: 60px;
  width: 260px;
  border-radius: 8px;
}
.container .demo_itemDate .content .results_pdfFile .results_pdfFile_upload[data-v-032aebe2] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container .demo_itemDate .content .results_pdfFile .results_pdfFile_upload .results_pdfFile_upload_text[data-v-032aebe2] {
  color: #c0c4cc;
}
.container .demo_itemDate .info[data-v-032aebe2] {
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.12), 0 0 6px rgba(0, 0, 0, 0.04);
  background: #fff;
  padding: 10px;
  margin-bottom: 20px;
}
.container .demo_itemDate .info .title[data-v-032aebe2] {
  width: 100%;
}
.container .demo_itemDate .info .title .del[data-v-032aebe2] {
  cursor: pointer;
  color: #f56c6c;
  margin-right: 20px;
  float: right;
  font-size: 20px;
}
.container .demo_itemDate .info .results_pdfFile[data-v-032aebe2] {
  height: 60px;
  width: 260px;
  border-radius: 8px;
}
.container .demo_itemDate .info .results_pdfFile .results_pdfFile_upload[data-v-032aebe2] {
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.container .demo_itemDate .info .results_pdfFile .results_pdfFile_upload .results_pdfFile_upload_text[data-v-032aebe2] {
  color: #c0c4cc;
}
.container .btn1[data-v-032aebe2] {
  position: absolute;
  width: 150px;
  right: 200px;
  bottom: 20px;
}
.container .btn2[data-v-032aebe2] {
  position: absolute;
  width: 150px;
  right: 40px;
  bottom: 20px;
}
