
.is-dragging iframe[data-v-4da6d7de] {
  pointer-events: none; /* 拖拽时让鼠标事件穿透 iframe */
}
.dialog-wrap[data-v-4da6d7de]{
  text-align: left;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 9999;
  top: 0;
}
.modal[data-v-4da6d7de]{
  width: 100%;
  height: 100%;
  /*background: rgba(0, 0, 0, 0.3);*/
}
.dialog[data-v-4da6d7de]{
  min-width: 540px;
  background: white;
  position: absolute;
  margin: 0 auto;
}
.title-wrap[data-v-4da6d7de]{
  width: 100%;
  height: 40px;
  line-height: 40px;
  padding: 0 80px 0 15px;
  background: #f1f1f1;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.title[data-v-4da6d7de]{
  width: calc(100% - 80px);
  height: 100%;
  cursor: move;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
  top: 0;
  left: 0;
}
.content-wrap[data-v-4da6d7de]{
  padding-top: 0px;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.content[data-v-4da6d7de]{
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}
.submit[data-v-4da6d7de]{
  background: rgb(55, 173, 255);
  color: #fff;
  width: 70px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border-radius: 3px;
  cursor: pointer;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 10px;
  font-size: 14px;
}
.submit[data-v-4da6d7de]:hover{
  opacity: 0.7;
}
.close[data-v-4da6d7de],
.max-win[data-v-4da6d7de]{
  width: 20px;
  height: 20px;
  text-align: center;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
.close[data-v-4da6d7de]:hover,
.max-win[data-v-4da6d7de]:hover{
  opacity: 0.7;
}
.max-win[data-v-4da6d7de]{
  right: 45px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAqUlEQVQ4T9XTMQ4BQRiG4WcP4AAKrQtoaByAXiFRcQKFSyhcQCkatQOIRBRcQCkStROQTbaYYiUbQzKmnv/N+33zT4YTWr5z9hmeaOAWycwZ1ySAM/SCNEusipQfGQ7RLIAdPDCIAYZVT9FOGthHHXmP6bzyu3X9U8MJ7th+8A1LI29wwCJpYA3HwvCCdUXb0sgjjANA3uU8BlhxtvTa7/Zwh26MWjB7fgHwRkuR58BbzAAAAABJRU5ErkJggg==');
}
.restore[data-v-4da6d7de]{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAAmUlEQVQ4T2NkoDJgRDOPnYGBwZICO+6gGyjLwMDwiIGB4SAZhmoxMDC04zIQXZwY81czMDAco4mBRQwMDL3EOAGHGlAwPWFgYIC7EGSgBQMDQxgZhv5nYGAYNZCBYTQMSUo8NEk2yC4oAmU9akUK2GCaGVjBwMBwjaTQgyi2R8p6cBfKMDAwqJBhGEzLcQYGhp8wDjnlHl67ATeRPO4mAG3EAAAAAElFTkSuQmCC');
}
.close[data-v-4da6d7de]{
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAA10lEQVQ4T73UMQ9BMRDA8f/7GBLfxm4hMZEYmdhYBAsbE5vJ4Cvw6eSkJw2v7WlfdHt57a937fUqoAV0gCtlYwjcK2AA3IAzMM00T8AE6AkoYwcsMlHFNsBawVxUsT2wFMQH5fsAzIAjME+kr3PfWB1oRYMbf0aoQdXu7n5GswiBsvbrfLzLCx5JDPRRuUGZu0pVQgoU9AKMXbrJWrWAmrqYxaBiWxdhUcqxSwlG+peysbwWc2FbsGjx+yn/gikabA6Ntq8mG2xfUm4DXfd2Mxv2a9kIeDwBWWVE6C9M+OEAAAAASUVORK5CYII=');
}
.resize[data-v-4da6d7de]{
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  cursor: nw-resize;
}
.dialog-enter-active[data-v-4da6d7de],
.dialog-leave-active[data-v-4da6d7de]{
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dialog-enter-active .dialog[data-v-4da6d7de],
.dialog-leave-active .dialog[data-v-4da6d7de]{
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.dialog-enter .dialog[data-v-4da6d7de],
.dialog-leave-to .dialog[data-v-4da6d7de]{
  -webkit-transform: scale3d(.1, .1, .1);
          transform: scale3d(.1, .1, .1);
}
.dialog-enter[data-v-4da6d7de],
.dialog-leave-to[data-v-4da6d7de]{
  opacity: 0;
}

@charset "UTF-8";
.execution[data-v-e5c135fc] {
  background: #FFFFFF;
  margin-top: 3px;
  height: calc(100% - 3px);
  padding: 24px;
  border-radius: 4px;
  width: calc(100% - 10px);
}
[data-v-e5c135fc] .el-table--mini,
.el-table--small[data-v-e5c135fc],
.el-table__expand-icon[data-v-e5c135fc] {
  font-size: 13px;
  margin-top: 8px;
}
[data-v-e5c135fc] .el-table--mini,
.el-table--small[data-v-e5c135fc],
.el-table__expand-icon[data-v-e5c135fc] {
  font-size: 13px;
}
[data-v-e5c135fc] .el-table--mini,
.el-table--small[data-v-e5c135fc],
.el-table__expand-icon[data-v-e5c135fc] {
  font-size: 13px;
  font-family: Source Han Sans CN;
  line-height: 23px;
  color: #444547;
  opacity: 1;
}
[data-v-e5c135fc] .el-table--border td {
  height: 34px;
  padding: 0px;
  overflow: hidden;
}
[data-v-e5c135fc] .table {
  margin-bottom: 5px;
}
[data-v-e5c135fc] .el-table th {
  background: #F4F4F4;
  color: #2D2E30;
  text-align: left;
  font-size: 13px;
  font-family: Source Han Sans CN;
  line-height: 23px;
  opacity: 1;
  height: 32px;
  padding: 0px;
}
.performance-detail .el-table .row-low[data-v-e5c135fc] {
  background: #FEF5F6;
}
.performance-detail .el-table .row-medium[data-v-e5c135fc] {
  background: #FBE9DB;
}
.performance-detail .el-table .row-high[data-v-e5c135fc] {
  background: #F6FBFF;
}
.pagination[data-v-e5c135fc] {
  text-align: end;
}
.btn[data-v-e5c135fc] {
  width: 96px;
  font-weight: 400;
  font-family: Microsoft YaHei;
  color: #5B7C9E;
  font-size: 13px;
}
[data-v-e5c135fc] .el-dialog__body {
  padding: 0 !important;
}
.block[data-v-e5c135fc] {
  text-align: right;
  padding-top: 10px;
}
[data-v-e5c135fc] .el-drawer__header {
  margin-bottom: 0px !important;
  padding-bottom: 8px;
  background-color: #F3F3F3;
  color: #333333;
  font-weight: 500;
}
.ysa_case[data-v-e5c135fc] {
  color: #BF1A00;
}
.ydja_case[data-v-e5c135fc] {
  color: #F89729;
}
.yja_case[data-v-e5c135fc] {
  color: #082A6D;
}
.ygd_case[data-v-e5c135fc] {
  color: #5CB768;
}
.eps[data-v-e5c135fc] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
[data-v-e5c135fc] .el-form-item__error {
  color: #ffffff;
  background: #F56C6C;
  font-size: 12px;
  line-height: 1;
  border-right: 6px;
  position: absolute;
  z-index: 999;
  border-radius: 10px;
  top: 22px;
  left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
}
[data-v-e5c135fc] .el-form-item__error::before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid;
  position: absolute;
  bottom: 13px;
  left: 15px;
  z-index: 1999;
  border-color: transparent transparent #F56C6C transparent;
}
[data-v-e5c135fc] .ksh.el-button--mini {
  height: 32px;
  background: #F2F4F8;
  border: 1px solid #EAEBEC;
}
[data-v-e5c135fc] .ksh.el-button--mini:hover {
  background: #e3e4e6;
  height: 32px;
}
[data-v-e5c135fc] .add.el-button--primary {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: white;
  background: #125FA3;
  border: 1px solid #125FA3;
  width: 72px;
  height: 32px;
}
[data-v-e5c135fc] .add.el-button--primary:hover {
  color: white;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  background: #417fb5;
  border: 1px solid #125FA3;
}
[data-v-e5c135fc] .add.el-button--primary:focus {
  color: white;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  background: #417fb5;
  border: 1px solid #125FA3;
  opacity: 0.9;
}
[data-v-e5c135fc] .add2.el-button--primary {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #125FA3;
  background: #FFFFFF;
  border: none;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-e5c135fc] .add2.el-button--primary:hover {
  color: #125FA3 !important;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  background: #FFFFFF;
  border: none;
}
[data-v-e5c135fc] .add2.el-button--primary:focus {
  color: #125FA3 !important;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  background: #FFFFFF;
  border: none;
}
[data-v-e5c135fc] .add3.el-button--primary {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #EC7700;
  background: #FFFFFF;
  border: none;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
[data-v-e5c135fc] .add3.el-button--primary:hover {
  color: #EC7700 !important;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  background: #FFFFFF;
  border: none;
}
[data-v-e5c135fc] .add3.el-button--primary:focus {
  color: #EC7700 !important;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 500;
  background: #FFFFFF;
  border: none;
}
[data-v-e5c135fc] .plxg.el-button--mini {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #125FA3;
  height: 32px;
  background: #E8F3FF;
  border: 1px solid #125FA3 !important;
  opacity: 1;
  border-radius: 3px !important;
}
[data-v-e5c135fc] .plxg.el-button--mini:hover {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  background: #E8F3FF;
  border: 1px solid #006DDE !important;
  color: #006DDE !important;
  opacity: 1;
  border-radius: 3px;
}
[data-v-e5c135fc] .plxg.el-button--mini:focus {
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  background: #E8F3FF;
  border: 1px solid #006DDE !important;
  color: #006DDE !important;
  opacity: 1;
  border-radius: 3px;
}
[data-v-e5c135fc] .tjsp.el-button {
  background: #ffffff;
  border: 1px solid #EAEBEC;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  height: 32px;
  color: #333333;
}
[data-v-e5c135fc] .tjsp.el-button:hover {
  background: #ffffff;
  border: 1px solid #D5D5D5;
}
[data-v-e5c135fc] .wit.el-button {
  background: #ffffff;
  border: 1px solid #EAEBEC;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  height: 32px;
  color: #333333 !important;
}
[data-v-e5c135fc] .wit.el-button:hover {
  background: #ffffff;
  border: 1px solid #D5D5D5 !important;
  color: #333333 !important;
}
[data-v-e5c135fc] .dc.el-button {
  padding: 5px 10px;
  background: #ffffff;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333 !important;
  height: 32px;
}
[data-v-e5c135fc] .dc.el-button:hover {
  background: #ffffff;
  border: 1px solid #D5D5D5;
  color: #333333 !important;
}
[data-v-e5c135fc] .c-btn .el-button {
  padding: 5px 10px;
  background: #ffffff;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #125FA3 !important;
  height: 32px;
  border: none;
}
[data-v-e5c135fc] .c-btn.el-button:hover {
  background: #ffffff;
  color: #125FA3 !important;
}
[data-v-e5c135fc] .el-form-item--mini.el-form-item,
.el-form-item--small.el-form-item[data-v-e5c135fc] {
  margin-bottom: 0px !important;
}
[data-v-e5c135fc] .el-form-item__label {
  color: #2d2e30;
  font-size: 14px;
  font-family: Source Han Sans CN;
  font-weight: 400;
  opacity: 1;
}
.el-form-item--small .el-form-item__content[data-v-e5c135fc] {
  line-height: 28px;
}
[data-v-e5c135fc] .people-selector-dialog .el-dialog__header {
  display: none !important;
}
[data-v-e5c135fc] .people-selector-dialog .el-dialog {
  border-radius: 14px !important;
  margin-top: 90px !important;
  width: 557px !important;
}
.people-selector-dialog .el-dialog[data-v-e5c135fc] {
  border-radius: 14px !important;
  margin-top: 90px !important;
  width: 557px !important;
}
.contCodeOption[data-v-e5c135fc] {
  min-width: 384px;
  max-width: 500px;
}
.close-btn[data-v-e5c135fc] {
  margin-left: 12px;
  width: 32px;
  height: 32px;
  background: #F1F1F1;
  border-radius: 50%;
  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;
  font-size: 18px;
  font-weight: 900;
  color: #A5A5A5;
  cursor: pointer;
}
.edit_btn[data-v-e5c135fc] {
  width: 84px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  background: #125FA3;
  border-radius: 5px;
  cursor: pointer;
}
.no .edit_btn[data-v-e5c135fc] {
  cursor: no-drop;
  background: #89afd1;
}
.edit_txt[data-v-e5c135fc] {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  margin-left: 5px;
  position: relative;
  bottom: 1px;
}
.edit_iconfont[data-v-e5c135fc] {
  font-size: 15px;
  margin-right: 8px;
  color: white;
}
.font_14_000[data-v-e5c135fc] {
  color: #000000;
  font-size: 14px;
  font-family: Source Han Sans CN, Source Han Sans CN;
  font-weight: 500;
}
.title_left[data-v-e5c135fc] {
  width: 3px;
  height: 13px;
  background: #125FA3;
  opacity: 1;
  margin-right: 4px;
  border-radius: 18px 18px 18px 18px;
}
[data-v-e5c135fc] .brief-dialog .el-dialog {
  border-radius: 14px !important;
  margin-top: 90px !important;
  width: 437px !important;
}
[data-v-e5c135fc] .brief-dialog .el-dialog__header {
  padding: 10px 20px 10px 20px;
}
[data-v-e5c135fc] .vxe-footer--row {
  background-color: #F5F7FA !important;
  height: 44px !important;
}
[data-v-e5c135fc] .vxe-footer--row .vxe-cell {
  height: 44px !important;
}
[data-v-e5c135fc] .vxe-table--render-default {
  font-weight: 350;
}
[data-v-e5c135fc] .vxe-table .vxe-checkbox--label {
  display: none;
}
[data-v-e5c135fc] .vxe-table--column .vxe-cell--title {
  color: #2D2E30;
}
[data-v-e5c135fc] .vxe-table .vxe-cell--sort-vertical-layout {
  font-size: 0.8em;
  height: 2em;
  padding-left: 2px;
}
[data-v-e5c135fc] .vxe-table--column .vxe-footer--column {
  background-color: #F5F7FA;
}
[data-v-e5c135fc] .vxe-table--render-default .vxe-body--row.row--current > .vxe-body--column {
  background-color: #E3E4E6;
}
html[data-vxe-ui-theme="light"][data-v-e5c135fc] {
  --vxe-ui-font-color: #444547;
  --vxe-ui-font-primary-color: #125FA3;
  --vxe-ui-font-primary-tinge-color: #d4d5d7;
  --vxe-ui-font-primary-lighten-color: #797b80;
  --vxe-ui-font-primary-darken-color: #47494c;
  --vxe-ui-font-primary-disabled-color: #BFBFBF;
  --vxe-ui-font-size-mini: 13px;
  --vxe-ui-table-cell-padding-mini: 5px 10px
;
}
[data-v-e5c135fc] .wrap-column .vxe-cell {
  max-height: 90px !important;
  /* 最大高度 */
  height: auto !important;
}
[data-v-e5c135fc] .vxe-table--render-default .vxe-cell--checkbox .vxe-checkbox--icon {
  font-weight: 400;
}
[data-v-e5c135fc] .vxe-table--header .vxe-header--column {
  background-color: #F4F4F4 !important;
}
[data-v-e5c135fc] .vxe-table--header .vxe-cell--title {
  cursor: pointer;
}
.title-line[data-v-e5c135fc] {
  width: 3px;
  height: 14px;
  background: #125FA3;
  opacity: 1;
  margin-right: 5px;
}
.header-row[data-v-e5c135fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #333333;
  position: relative;
  margin-left: 14px;
  font-size: 13px;
  padding: 10px;
}
.module-header[data-v-e5c135fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #EFF6FF;
  font-size: 12px;
  border-radius: 4px 4px 0px 0px;
  padding-left: 30px;
  padding-top: 12px;
  padding-bottom: 12px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card-body[data-v-e5c135fc] {
  background: #FBFBFB;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 0px 0px 4px 4px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 20px;
}

/* 右侧审批区 */
.approval-box[data-v-e5c135fc] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15%;
          flex: 0 0 15%;
  border-left: 6px solid #F0F2F5;
  text-align: center;
  background: white;
}
.body-box[data-v-e5c135fc] {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  background: #fff;
  position: relative;
}
.titleStr[data-v-e5c135fc] {
  width: 10%;
  text-align: right;
  font-size: 13px;
  font-family: PingFang SC;
  font-weight: 400;
  line-height: 20px;
  color: #000000;
  opacity: 1;
  white-space: nowrap;
}
.titleStr[data-v-e5c135fc] {
  width: 10%;
  text-align: left;
  white-space: nowrap;
  padding-left: 10px;
}
.titleStr3[data-v-e5c135fc] {
  width: 10%;
  text-align: left;
  white-space: nowrap;
  padding-left: 7px;
}
.titleStr2[data-v-e5c135fc] {
  width: 30%;
  text-align: left;
  white-space: nowrap;
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  padding-left: 18px;
}
.str[data-v-e5c135fc] {
  border-bottom: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
}
table tr[data-v-e5c135fc] {
  height: 40px !important;
  font-size: 13px;
}
.requiredStr[data-v-e5c135fc] {
  color: red;
}
[data-v-e5c135fc] .el-input__prefix {
  left: auto;
  -webkit-transition: all .3s;
  transition: all .3s;
  right: 0px;
  padding-right: 5px;
}
[data-v-e5c135fc] .el-input--suffix:hover .el-input__prefix {
  display: none;
}
[data-v-e5c135fc] .inputdefault input.el-input__inner {
  border: none;
  padding-left: 4px;
  padding-top: 0px;
}
[data-v-e5c135fc] .el-form-item__error {
  color: #ffffff;
  background: #F56C6C;
  font-size: 12px;
  line-height: 1;
  border-right: 6px;
  position: absolute;
  z-index: 999;
  border-radius: 10px;
  top: 25px;
  left: 10px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding-left: 5px;
  padding-right: 5px;
}
[data-v-e5c135fc] .el-form-item__error::before {
  content: '';
  width: 0;
  height: 0;
  border: 5px solid;
  position: absolute;
  bottom: 13px;
  left: 15px;
  z-index: 1999;
  border-color: transparent transparent #F56C6C transparent;
}
.cs0[data-v-e5c135fc] {
  background-color: #F5F7FA;
  cursor: not-allowed;
}
.cs1[data-v-e5c135fc] {
  background-color: #FFFFFF;
  cursor: pointer;
}
.case-auth[data-v-e5c135fc] {
  position: relative;
  top: -2px;
}
[data-v-e5c135fc] .el-table th div {
  line-height: 28px;
  padding-left: 4px;
}
.eps[data-v-e5c135fc] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.list-element[data-v-e5c135fc] {
  cursor: move;
}
.file-element[data-v-e5c135fc] {
  cursor: move;
}
.el-drawer__wrapper[data-v-e5c135fc] {
  top: 100px;
  z-index: 20 !important;
}
[data-v-e5c135fc] .el-collapse-item__header.is-active {
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background: #FFFFFF;
  height: 39px;
}
[data-v-e5c135fc] .el-collapse-item__header {
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
  background: #F7F9FC;
  height: 40px;
}
[data-v-e5c135fc] .el-collapse-item__wrap {
  border-bottom: 0px solid #EBEEF5;
}
[data-v-e5c135fc] .el-collapse {
  border-top: 0px solid #EBEEF5;
  border-bottom: 0px solid #EBEEF5;
}
[data-v-e5c135fc] .el-dialog__header {
  padding: 0px;
}
[data-v-e5c135fc] .el-drawer__header {
  margin-bottom: 12px;
}
.wid190[data-v-e5c135fc] {
  width: 100%;
  color: #333333;
}
.wid190[data-v-e5c135fc]:hover {
  width: 100%;
  color: #0088FF;
}
.eps[data-v-e5c135fc] {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.file-element:hover .taImg[data-v-e5c135fc] {
  opacity: 1;
}
.taImg[data-v-e5c135fc] {
  opacity: 0;
}
.coll[data-v-e5c135fc] {
  overflow: auto;
}
.rwlist[data-v-e5c135fc] {
  overflow: auto;
  width: 100%;
  height: 90%;
  overflow-y: auto;
}
.rwlist[data-v-e5c135fc]::-webkit-scrollbar {
  /*滚动条整体样式*/
  width: 4px;
  /*高宽分别对应横竖滚动条的尺寸*/
  height: 1px;
}
.rwlist[data-v-e5c135fc]::-webkit-scrollbar-thumb {
  /*滚动条里面小方块*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 0 5px rgba(231, 231, 231, 0.2);
          box-shadow: inset 0 0 5px rgba(231, 231, 231, 0.2);
  background: #c1c1c1;
}
.rwlist[data-v-e5c135fc]::-webkit-scrollbar-track {
  /*滚动条里面轨道*/
  border-radius: 10px;
}
.t1[data-v-e5c135fc] {
  font-family: Source Han Sans CN;
  font-weight: bold;
  font-size: 14px;
  color: #333333;
}
.t2[data-v-e5c135fc] {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 14px;
  color: #333333;
}
.t3[data-v-e5c135fc] {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 13px;
  color: #333333;
}
.trl[data-v-e5c135fc] {
  width: 10px;
  height: 10px;
  border-top: 10px solid transparent;
  border-bottom: 10px solid transparent;
  border-left: 10px solid transparent;
  border-right: 10px solid #888888;
}
.nm[data-v-e5c135fc] {
  opacity: 0;
}
.cup:hover .nm[data-v-e5c135fc] {
  opacity: 1;
}
.cup[data-v-e5c135fc]:hover {
  background: #F7F9FC;
}
.jz[data-v-e5c135fc] {
  height: 38px;
  background: #F6FBFF;
  line-height: 38px;
  padding-left: 20px;
  border-top: 1px solid #EEEEEE;
  border-left: 1px solid #EEEEEE;
  border-right: 1px solid #EEEEEE;
  border-bottom: 0px solid #EEEEEE;
}
.requiredStr[data-v-e5c135fc] {
  color: red;
}
.ghost[data-v-e5c135fc] {
  background-color: #F7F9FC !important;
  height: 38px !important;
  line-height: 38px !important;
}
.ghost:hover ~ .jzDa .cup[data-v-e5c135fc] {
  background: #F7F9FC;
}
.gl[data-v-e5c135fc] {
  width: 100%;
  height: 480px;
  border-right: 1px solid #EEEEEE;
  border-top: 1px solid #EEEEEE;
  border-bottom: 1px solid #EEEEEE;
}
.un[data-v-e5c135fc] {
  color: #DFDFDF;
}
.un .wid190[data-v-e5c135fc] {
  color: #DFDFDF;
}
[data-v-e5c135fc] .el-radio__label {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
  padding-left: 3px;
}
.til[data-v-e5c135fc] {
  font-family: Source Han Sans CN;
  font-weight: 500;
  font-size: 13px;
  color: #333333;
}
.ti2[data-v-e5c135fc] {
  font-family: Source Han Sans CN;
  font-weight: 400;
  font-size: 12px;
  color: #333333;
  text-align: left;
}
[data-v-e5c135fc] .el-radio {
  margin-right: 20px;
}
.yy[data-v-e5c135fc] {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-right: 4px;
}
.ids[data-v-e5c135fc] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 20%;
  margin-right: 20px;
  word-wrap: normal;
  cursor: auto;
}
[data-v-e5c135fc] .el-checkbox__input.is-disabled + span.el-checkbox__label {
  color: #0088FF;
}
[data-v-e5c135fc] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner {
  background-color: #0088FF;
  border-color: #0088FF;
}
[data-v-e5c135fc] .el-checkbox__input.is-disabled.is-checked .el-checkbox__inner::after {
  -webkit-transform: rotate(45deg) scaleY(1);
          transform: rotate(45deg) scaleY(1);
}
[data-v-e5c135fc] .el-form-item__content label:nth-child(2) .is-checked + .el-radio__label {
  color: #E93434 !important;
}
[data-v-e5c135fc] .el-form-item__content label:nth-child(2) .is-checked .el-radio__inner {
  border-color: #E93434 !important;
  background: #E93434 !important;
}

