@charset "UTF-8";
/** 书写规则
 *  @link(http://www.shejidaren.com/css-written-specifications.html)
 *  1.位置属性(position, top, right, z-index, display, float等)
 *  2.大小(width, height, padding, margin)
 *  3.文字系列(font, line-height, letter-spacing, color- text-align等)
 *  4.背景(background, border等)
 *  5.其他(animation, transition等)
*/
/*
 * @Author: DongYu
 * @Date: 2022-05-09 19:46:57
 * @LastEditTime: 2022-06-21 17:34:34
 * @LastEditors: LiMing
 * @FilePath: \isignetOpenPlat\src\styles\reset-element-ui.scss
 * @Description: 重写elementUI的样式
 */
.el-button.el-button--primary[data-v-5f988bdf] {
  background: #2276FF;
  border: 1px solid #2276FF;
  border-radius: 5px;
}
.el-dropdown-menu__item[data-v-5f988bdf] {
  text-align: center;
}
.el-dropdown-menu__item[data-v-5f988bdf]:focus, .el-dropdown-menu__item[data-v-5f988bdf]:not(.is-disabled):hover {
    background-color: #2277ff21;
    color: #2276ff;
    font-weight: 600;
}

/**
 * 表格区域公共样式
 */
.table-wrap[data-v-5f988bdf] {
  width: 100%;
}
.table-wrap .el-loading-mask[data-v-5f988bdf] {
    z-index: 8 !important;
}
.table-wrap .table-tools[data-v-5f988bdf] {
    padding: 0 20px;
    background: white;
    border-radius: 6px 6px 0px 0px;
    overflow: hidden;
}
.table-wrap .table-tools .table-tools-right .list-hd-link[data-v-5f988bdf] {
      float: right;
      padding-left: 10px;
      color: #3187ee;
      font-weight: normal;
}
.table-wrap .table-tools .table-tools-right .list-hd-link .view-more-doc[data-v-5f988bdf] {
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #707986;
        cursor: pointer;
}
.table-wrap .table-tools .table-tools-left .table-tools-title[data-v-5f988bdf] {
      font-size: 16px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #2a98ff;
}
.table-wrap .table-tools .table-tools-left .shape[data-v-5f988bdf] {
      display: inline-block;
      width: 3px;
      height: 16px;
      background: #1875f0;
      border-radius: 2px;
      position: relative;
      top: 2px;
      right: 3px;
}
.table-wrap .table-content[data-v-5f988bdf] {
    padding-bottom: 45px;
    background: #ffffff;
}
.table-wrap .table-content .el-table .el-table__body-wrapper[data-v-5f988bdf]::-webkit-scrollbar {
      width: 10px;
}
.table-wrap .table-content .el-table .el-table__body-wrapper[data-v-5f988bdf]::-webkit-scrollbar-thumb {
      width: 10px;
      background: #c1c1c1;
}
.table-wrap .table-content .el-table thead th[data-v-5f988bdf] {
      padding: 0;
      line-height: 39px;
      background-color: #f8f8f8 !important;
      font-size: 14px;
      font-family: Microsoft YaHei;
      font-weight: 400;
      color: #757e9b;
      text-align: left;
}
.table-wrap .table-content .el-table tbody .el-table__row td[data-v-5f988bdf] {
      position: relative;
      padding: 0;
      height: 45px;
      text-align: left;
}
.table-wrap .table-content .el-table tbody .el-table__row td .td-img-content[data-v-5f988bdf] {
        cursor: pointer;
}
.table-wrap .table-content .el-table tbody .el-table__row td .td-img-content img[data-v-5f988bdf] {
          width: 32px;
          height: auto;
}
.table-wrap .table-content .el-table tbody .el-table__row td .td-long-text-content[data-v-5f988bdf] {
        color: #0096ff;
        cursor: pointer;
}
.table-wrap .table-content .el-table tbody .el-table__row .group-select[data-v-5f988bdf] {
      margin-left: 10px;
      cursor: pointer;
}
.table-wrap .table-content .table-template-item[data-v-5f988bdf] {
      padding: 10px;
      border-radius: 2px;
      font-size: 12px;
}
.table-wrap .table-content .table-template-item.danger[data-v-5f988bdf] {
        color: #C6001A;
        background: #F9E5E8;
}
.table-wrap .table-content .table-template-item.warning[data-v-5f988bdf] {
        color: #CA7F00;
        background: #FCF2ED;
}
.table-wrap .table-content .table-template-item.primary[data-v-5f988bdf] {
        color: #2276FF;
        background: #E9F1FF;
}
.table-wrap .table-content .table-template-item.success[data-v-5f988bdf] {
        color: #0CBA70;
        background: #E6F8F0;
}
.table-wrap .table-pages[data-v-5f988bdf] {
    margin: 10px 0;
    position: relative;
    float: right;
}
.table-wrap .table-pages .el-pagination .el-pagination__sizes .el-select .el-input .el-input__inner[data-v-5f988bdf] {
      border: 1px solid #dcdfe6;
      border-radius: 3px;
}
.table-wrap .table-pages .el-pagination .el-pagination__sizes .el-select .el-input .el-input__inner[data-v-5f988bdf]:hover {
        border-color: #2276ff;
}
.table-wrap .table-pages .el-pagination .el-pagination__sizes + .page-btns .last[data-v-5f988bdf] {
      display: none;
}
.table-wrap .table-pages .el-pagination .btn-prev[data-v-5f988bdf],
    .table-wrap .table-pages .el-pagination .el-pager li[data-v-5f988bdf],
    .table-wrap .table-pages .el-pagination .btn-next[data-v-5f988bdf] {
      margin: 0;
      margin-right: -1px;
      background-color: #fff;
      border-radius: 3px;
      border: 1px solid #ebeef5;
      color: #666666;
      font-weight: normal;
}
.table-wrap .table-pages .el-pagination .btn-prev[data-v-5f988bdf]:hover,
    .table-wrap .table-pages .el-pagination .btn-next[data-v-5f988bdf]:hover {
      color: #2276ff;
}
.table-wrap .table-pages .el-pagination .el-pager li[data-v-5f988bdf] {
      margin: 0 5px;
      min-width: 30px;
}
.table-wrap .table-pages .el-pagination .el-pager li:not(.disabled).active[data-v-5f988bdf] {
      background-color: #2276ff;
      color: #fff;
}
.table-wrap .table-pages .el-pagination .btn-next + .page-btns .first[data-v-5f988bdf] {
      display: none;
}
.table-wrap .table-pages .el-pagination .page-btns[data-v-5f988bdf] {
      display: inline-block;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn[data-v-5f988bdf] {
        margin: 0;
        background: #f4f4f5;
        border-radius: 0;
        border: 1px solid #ebeef5;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn[data-v-5f988bdf]:disabled {
          background: #f4f4f5;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn.first[data-v-5f988bdf] {
          margin-right: 5px;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn.last[data-v-5f988bdf] {
          margin-left: 5px;
          position: absolute;
          right: 5px;
}
.table-wrap .table-pages .el-pagination .page-btns .page-btn.first[data-v-5f988bdf], .table-wrap .table-pages .el-pagination .page-btns .page-btn.last[data-v-5f988bdf] {
          background: #fff;
          border-radius: 3px;
}
.deleteBtn[data-v-5f988bdf] {
  color: #C6001A;
  cursor: pointer;
}
.blueBtn[data-v-5f988bdf] {
  color: #2276FF;
  cursor: pointer;
}
.greenDiv[data-v-5f988bdf] {
  background: #E6F8F0;
  color: #0CBA70;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
  font-size: 12px;
}
.redDiv[data-v-5f988bdf] {
  background: #F9E5E8;
  color: #C6001A;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.yellowDiv[data-v-5f988bdf] {
  background: #FCF2ED;
  color: #CA7F00;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.blueDiv[data-v-5f988bdf] {
  background: #E9F1FF;
  color: #2276FF;
  width: 80px;
  height: 20px;
  line-height: 20px;
  display: inline-block;
  text-align: center;
}
.warning[data-v-5f988bdf] {
  color: #CA7F00 !important;
}
.success[data-v-5f988bdf] {
  color: #0CBA70 !important;
}
.danger[data-v-5f988bdf] {
  color: #C6001A !important;
}
.primary[data-v-5f988bdf] {
  color: #2276FF !important;
}
.new_loading[data-v-5f988bdf] {
  -webkit-animation: rotating-data-v-5f988bdf 2s linear infinite;
          animation: rotating-data-v-5f988bdf 2s linear infinite;
}
@-webkit-keyframes rotating-data-v-5f988bdf {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
}
}
@keyframes rotating-data-v-5f988bdf {
0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
}
100% {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
}
}
.dosageCert-container[data-v-5f988bdf] {
  height: 100%;
  width: 100%;
  overflow: auto;
}
.dosageCert-container .info-container[data-v-5f988bdf] {
    width: 100%;
    height: 176px;
    min-width: 1570px;
    margin-bottom: 10px;
}
.dosageCert-container .info-container .w[data-v-5f988bdf] {
      width: 525px;
      -webkit-transition: width 0.3s;
      transition: width 0.3s;
}
.dosageCert-container .info-container .wMore[data-v-5f988bdf] {
      width: 825px;
      -webkit-transition: width 0.3s;
      transition: width 0.3s;
}
.dosageCert-container .info-container .first[data-v-5f988bdf], .dosageCert-container .info-container .second[data-v-5f988bdf] {
      overflow: hidden;
      height: 176px;
      float: left;
      background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAACwCAIAAACnyFhKAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTBFNTVEM0M2RTY0MTFFRUE3MDZCRjRENzY4QThDOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTBFNTVEM0Q2RTY0MTFFRUE3MDZCRjRENzY4QThDOTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MEQ3RTVBQTZFNjQxMUVFQTcwNkJGNEQ3NjhBOEM5MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MEQ3RTVBQjZFNjQxMUVFQTcwNkJGNEQ3NjhBOEM5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PsdML94AAAGmSURBVHjaxJbhVsMgDIVvkHn06Ps/qHrcXGcjJQmEluL6R7uzbnAL3K8JaTHPnI50evviQIR0fFzxOSEwg4HLbekKoPRB6kqXBGSFczsij6H8XcYs/VjOUfpEDwzYIKeQKDIsnaIKMga2iCrwSjnyoqUhF1RFtNQZi7LMJmPEhyKIw4itojxsc+XZ5CLxpnDCoy6La7lp1bVME4Y8fdeNoiFRHllOoyD39o952PMQ7o6CUViK5cY+j6aY8tAuz9B1+lejsOaB58GWp3EdvetQXNOIp4mC2zJ9HulSHp6t0efRyLVRWPGQ59mPAnd42j1nrvOeow0PeYV3eLjLU25cKJl4hAc1msFNZgWF0K8hZs/lKA8U4wmrKLDPKtrjIc9TXdfI1dzhmohlz/nGIZ628pFVPlrFR13LNBE+q/6Nxx4N1bXtEnKVgnwlZ59vxUKEz6pG8fsnUqlvtOK5M6t2G43rX3ngeTDiIc/DR3ngeYYI5BuMQRTCupJ3eMjz8IaHvOKfgKeH5ec8ZbjniOs33qe8zlPEyym/y0x5ttdHxIDzDT8CDABV3SjD/RvAogAAAABJRU5ErkJggg==) left center no-repeat, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAUAAACwCAIAAABICjN0AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTBGNkFDOTY2RTY0MTFFRUE3MDZCRjRENzY4QThDOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTBGNkFDOTc2RTY0MTFFRUE3MDZCRjRENzY4QThDOTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MEY2QUM5NDZFNjQxMUVFQTcwNkJGNEQ3NjhBOEM5MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MEY2QUM5NTZFNjQxMUVFQTcwNkJGNEQ3NjhBOEM5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PiV2zKEAAAIeSURBVHjapNbrctwgDAXgI0o76fT9XzI/e0naJuNTgwRIWtxNU8/O7toCzGdAGI8/+PUXD7bjOFgO4vkF33/jPERQzh8CP1/bN4ki/fL5T1oBVGoB/Zrx9t3jBTPO9qn9ej/OUu2c45ztb2mXtXZvpehl9Motbo1rqfOcrnFoXHuuR0E8CrB60Dyje84r1h3t74ibV38w78fRc+1y0bhYA72+a6D7ZTwsovsZnseIW/vTr6RqMpn3H37z/ae/LryO5woi+lzcEZxf4wg3uPEtv/TL5lt+kw3/8r3Pn301+ep6ON7PSz+SH87P5O/PN/oqXZDTD9z4LvyYHTSvrMnG5Bf4+avPY65fJUX/rM8xa5aP2/Ed63cQ3Pz2fmz8ZetH8uO+X5Kff/EXHYnpu/Aj+ecQ5vH9V38fXy6fxQU3vuWXsf7p84PWerv/QMxf5pvTh9f5Q1L+8H6JfvNlf2v/uOM/0vgmP7b+lR/N76eHIK5fXvgl+en9bxtfRj83/jW+3o+r8cdc/8HPK/+a37P6zh/yF2L+2vizb63f7Lf8Ol8OZOZ/76thdjLuj2H/Q9r/gp+0Xt/sjyt/Scpf3I+vm992zq1/7B9M+0eMF8R4WL9g3P/v+mWz/2PlR5n5S5If3m9bEHe+9/jFj6/N7/f5cdc/5j+svvnPV9Yz8PFDb+/pFd9e2tXPFfXxycp/+YSH2p/PWeyMPPRXsz8CDACPF4tjGpGRLQAAAABJRU5ErkJggg==) right center no-repeat, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAACwCAIAAABFFEMzAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAyJpVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuMy1jMDExIDY2LjE0NTY2MSwgMjAxMi8wMi8wNi0xNDo1NjoyNyAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RSZWY9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZVJlZiMiIHhtcDpDcmVhdG9yVG9vbD0iQWRvYmUgUGhvdG9zaG9wIENTNiAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6NTBFNTVENDQ2RTY0MTFFRUE3MDZCRjRENzY4QThDOTIiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6NTBFNTVENDU2RTY0MTFFRUE3MDZCRjRENzY4QThDOTIiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDo1MEU1NUQ0MjZFNjQxMUVFQTcwNkJGNEQ3NjhBOEM5MiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDo1MEU1NUQ0MzZFNjQxMUVFQTcwNkJGNEQ3NjhBOEM5MiIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PrpWrYIAAAEgSURBVHjatJRRD4MgDISvpP//d27v2+s6seUQRKYmM5GQs8Bne1QfL8P6pOUVzlxUcdGgVsSq5bjQYmWeGWfiYUucwZereJwg2Rq3jMm1ZUwoz4hlzpf8gHyaa4KOz1k0WP7AJ9SMcZXlOp+fm1c4CxqWOR9ZlCwq/Fq227NYzHo+sqixviLcb8RCZjCnaFhGvmJOg2/AkvfzY3a5wgEfyIcxn5DPzvOBfLjGF5WOXOGApXhyztf5CsxV9Sn5PDW5RqFlYVtfucO3vTMDX019P8uVFb6GJfqLsee0fEI+O8l3xverD3pf2ZDlSv+ztSQb7Yfv97Wc8yWy1Lqd73+IOxO+3/e/3ldTvlpL+US7uMEnVn6z8lVNn2+uKDflK8AAL6vRnIkx3akAAAAASUVORK5CYII=) center center repeat;
}
.dosageCert-container .info-container .first #myChart1[data-v-5f988bdf], .dosageCert-container .info-container .first #myChart2[data-v-5f988bdf], .dosageCert-container .info-container .second #myChart1[data-v-5f988bdf], .dosageCert-container .info-container .second #myChart2[data-v-5f988bdf] {
        float: left;
        width: 150px;
        height: 150px;
}
.dosageCert-container .info-container .first .middle[data-v-5f988bdf], .dosageCert-container .info-container .second .middle[data-v-5f988bdf] {
        float: left;
        width: 180px !important;
        height: 176px;
        padding: 25px 0 35px;
}
.dosageCert-container .info-container .first .middle p[data-v-5f988bdf], .dosageCert-container .info-container .second .middle p[data-v-5f988bdf] {
          font-size: 19px;
          color: #000;
          font-weight: bold;
}
.dosageCert-container .info-container .first .middle[data-v-5f988bdf] :nth-child(2), .dosageCert-container .info-container .second .middle[data-v-5f988bdf] :nth-child(2) {
          margin: 20px 0;
}
.dosageCert-container .info-container .first .middle[data-v-5f988bdf] :last-child, .dosageCert-container .info-container .second .middle[data-v-5f988bdf] :last-child {
          color: #9b9b9b;
          font-size: 18px;
          font-weight: initial;
}
.dosageCert-container .info-container .first .middle :last-child span[data-v-5f988bdf], .dosageCert-container .info-container .second .middle :last-child span[data-v-5f988bdf] {
            color: #000;
}
.dosageCert-container .info-container .first .last[data-v-5f988bdf], .dosageCert-container .info-container .second .last[data-v-5f988bdf] {
        float: left;
        height: 176px;
}
.dosageCert-container .info-container .first .last .icon[data-v-5f988bdf], .dosageCert-container .info-container .second .last .icon[data-v-5f988bdf] {
          width: 195px;
          height: 176px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          opacity: 1;
          -webkit-transition: opacity 0.3s;
          transition: opacity 0.3s;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
}
.dosageCert-container .info-container .first .last .icon .ver[data-v-5f988bdf], .dosageCert-container .info-container .second .last .icon .ver[data-v-5f988bdf] {
            cursor: pointer;
            text-align: center;
}
.dosageCert-container .info-container .first .last .icon .ver p[data-v-5f988bdf], .dosageCert-container .info-container .second .last .icon .ver p[data-v-5f988bdf] {
              margin-top: 5px;
}
.dosageCert-container .info-container .first .last .iconH[data-v-5f988bdf], .dosageCert-container .info-container .second .last .iconH[data-v-5f988bdf] {
          opacity: 0;
          -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
.dosageCert-container .info-container .first .last .iconH .ver[data-v-5f988bdf], .dosageCert-container .info-container .second .last .iconH .ver[data-v-5f988bdf] {
            display: none;
}
.dosageCert-container .info-container .first .last #chat3[data-v-5f988bdf], .dosageCert-container .info-container .second .last #chat3[data-v-5f988bdf] {
          width: 495px;
          height: 176px;
          opacity: 1;
          -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
.dosageCert-container .info-container .first .last #chat4[data-v-5f988bdf], .dosageCert-container .info-container .second .last #chat4[data-v-5f988bdf] {
          width: 495px;
          height: 176px;
          opacity: 1;
          -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
.dosageCert-container .info-container .first .last #chatH[data-v-5f988bdf], .dosageCert-container .info-container .second .last #chatH[data-v-5f988bdf] {
          display: none;
          height: 176px;
          opacity: 0;
          -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
}
.dosageCert-container .info-container .second[data-v-5f988bdf] {
      margin-left: 55px;
}
.dosageCert-container .tableTit[data-v-5f988bdf] {
    height: 30px;
    font-family: '\5FAE\8F6F\96C5\9ED1   Bold', '\5FAE\8F6F\96C5\9ED1';
    font-weight: 700;
    font-style: normal;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
}
.dosageCert-container .table[data-v-5f988bdf] {
    margin-top: 10px;
}
.dosageCert-container .pagination[data-v-5f988bdf] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    padding: 10px;
    margin: 10px;
    background-color: #ffffff;
}
.dosageCert-container .pagination button[data-v-5f988bdf] {
      border: none;
      padding-left: 6px;
      padding-right: 6px;
      background: 0 0;
}
.dosageCert-container .demo-table-expand[data-v-5f988bdf] {
    font-size: 0;
}
.dosageCert-container .demo-table-expand label[data-v-5f988bdf] {
    width: 90px;
    color: #99a9bf;
}
.dosageCert-container .table[data-v-5f988bdf] .el-table__expanded-cell[class*="cell"] {
    padding: 0;
    border: none;
}
.sign-frame .table[data-v-5f988bdf] {
  margin-top: 10px;
}
.sign-frame .pagination[data-v-5f988bdf] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding: 10px;
  background-color: #ffffff;
}
.sign-frame .pagination button[data-v-5f988bdf] {
    border: none;
    padding-left: 6px;
    padding-right: 6px;
    background: 0 0;
}
.sign-frame .demo-table-expand[data-v-5f988bdf] {
  font-size: 0;
}
.sign-frame .demo-table-expand label[data-v-5f988bdf] {
  width: 90px;
  color: #99a9bf;
}
.sign-frame .table[data-v-5f988bdf] .el-table__expanded-cell[class*="cell"] {
  padding: 0;
  border: none;
}

