.issue-dialog .el-dialog__body {
  padding: 0;
  height: 600px;
  overflow: auto;
}
.issue-dialog .el-dialog__body .el-scrollbar {
  height: 100%;
  border: 1px solid #EBEEF5;
  border-left: 0;
  border-right: 0;
}
.issue-dialog .el-dialog__body .el-scrollbar .el-scrollbar__wrap {
  overflow: scroll;
}
.form-box {
  padding: 0 20px;
}
.form-box .form-header {
  font-size: 14px;
  font-weight: normal;
  min-width: 150px;
  margin: 0;
}
.form-box .form-header em {
  margin-right: 5px;
}
.form-box .el-collapse-item__header.is-active {
  border-bottom: 1px dashed #EBEEF5;
}
.form-box .el-collapse-item__header .form-header-btn {
  padding: 3px 5px;
}
.form-box .el-collapse-item__wrap {
  margin-top: 15px;
}
.form-box .form-item {
  width: 100%;
}
.form-box .el-form-item.required .el-form-item__label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.form-box .el-form-item.required .el-form-item__label:before {
  content: '*';
  color: red;
  margin-right: 5px;
}
.form-box .el-table th, .form-box .el-table td {
  padding: 0;
  text-align: center;
}
.form-box .el-table .cell {
  padding: 0 !important;
}
.el-table .cell .el-button--mini.is-circle {
  padding: 7px;
}
.el-table .cell .upload-tips {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  color: #c0c3c5;
  padding-left: 30px;
  position: relative;
}
.el-table .cell .upload-tips em {
  position: absolute;
  font-size: 20px;
  width: 24px;
  height: 24px;
  left: 0;
  top: 50%;
  margin-top: -9px;
}
.el-table .cell .upload-tips span {
  text-align: left;
  padding-right: 8px;
}
.el-table .cell .upload-tips + .btn-group {
}
.o-review-dialog .el-dialog__body {
  padding: 0;
  height: 600px;
  overflow: auto;
}
.o-review2-dialog .el-dialog__body {
  padding: 0;
  height: 630px;
}
.o-review-dialog .el-dialog__body .el-scrollbar {
  height: 100%;
  border: 1px solid #EBEEF5;
  border-left: 0;
  border-right: 0;
}
.o-review-dialog .el-dialog__body .el-scrollbar .el-scrollbar__wrap {
  overflow: scroll;
}
.o-review-box {
  padding: 0 20px;
}
.o-review-box .header {
  font-size: 14px;
  font-weight: normal;
  min-width: 150px;
  margin: 0;
}
.o-review-box .header.no-collapse {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: rgb(48, 49, 51);
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgb(255, 255, 255);
  border-bottom: 1px dashed rgb(235, 238, 245);
}
.o-review-box .header em {
  margin-right: 5px;
}
.o-review-box .el-collapse-item__header.is-active {
  border-bottom: 1px dashed #EBEEF5;
}
.o-review-box .el-collapse-item__header .form-header-btn {
  padding: 3px 5px;
}
.o-review-box .el-collapse-item__content {
  padding: 15px 0;
}
.o-review-box .el-row {
  border: 1px solid #EBEEF5;
  border-bottom: 0;
}
.o-review-box .el-row:last-child {
  border-bottom: 1px solid #EBEEF5;
}
.o-review-box .el-row label-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  line-height: 36px;
}
.o-review-box .el-row label-wrap .label {
  width: 120px;
  padding: 0 10px;
  border: 1px solid #EBEEF5;
  border-top: 0;
  border-bottom: 0;
  background: #ecececa6;
  text-align: right;
}
.o-review-box .el-row label-wrap .label2 {
  width: 120px;
  padding: 0 10px;
  border: 1px solid #EBEEF5;
  border-top: 0;
  border-bottom: 0;
  background: #ecececa6;
  text-align: right;
}
.o-review-box .el-row label-wrap:first-child .label {
  border-left: 0;
}
.o-review-box .el-row label-wrap .text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0;
  padding: 0 10px;
  text-align: left;
}
.o-review-box .el-table--border {
  border: 0;
}
.o-review-box .el-table th {
  padding: 0;
  text-align: center;
  line-height: 36px;
  color: rgba(0, 0, 0, .85);
  background-color: #fafafa;
}
.o-preview-dialog .el-dialog__header {
  border-bottom: 1px solid #EBEEF5;
}
.o-preview-dialog .el-dialog__body {
  padding: 0;
  height: 600px;
  overflow: auto;
}
.o-review-tabs {
  margin-top: 15px;
}
.o-review-tabs .el-tabs__content {
  height: calc(100% - 50px);
}
.o-review-tabs .el-tabs__content .el-tab-pane {
  height: 100%;
  overflow: auto;
}
.o-review-tabs .el-tabs__content .el-tab-pane .el-scrollbar {
  border: 0;
}
.o-review-tabs .el-tabs__content .el-tab-pane .el-table .cell .el-button--mini.is-circle {
  margin: 0;
}
.o-review-tabs .el-tabs__content .el-tab-pane .el-table .el-table__body td .cell.el-tooltip {
  display: block;
  max-width: 100%;
}
.o-review-tabs .el-tabs__content .el-tab-pane.center .el-table .el-table__body td .cell {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.o-review-tabs .el-tabs__content .el-tab-pane.center .el-table .el-table__body td .cell span {
  text-align: center;
}
.preview-container {
  width: 100%;
  height: 100%;
  text-align: center;
}
.preview-container img {
  width: 90%;
}
.red {
  color: #ff4d51;
}
.gray {
  color: #bababa;
}
.invalid {
  text-decoration: line-through;
  color: #d0cfcf;
}
.form-upload-area {
  padding: 15px;
}
.form-upload-area .el-upload {
  width: 100%;
}
.form-upload-area .el-upload .el-upload-dragger {
  width: 100%;
}
.form-upload-area .el-upload__text {
  line-height: 24px;
}
.form-upload-area.small {
  padding: 0;
}
.form-upload-area.small .el-upload-dragger {
  width: 100%;
  height: 100px;
}
.form-upload-area.small .el-upload-dragger .el-icon-upload {
  margin: 5px 0;
  font-size: 56px;
  line-height: 42px;
}
.form-upload-area.small .el-upload__text {
  line-height: 14px;
  font-size: 12px;
}
.status-tips {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-right: 15px;
}
.status-tips .failure {
  color: #fc5454;
  background: #fedddd;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #f1dfb7cc;
}
.status-tips .waiting {
  color: #fcd16e;
  background: #fff2d5;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #ffb8b8de;
}
.status-tips .already {
  color: #5af781;
  background: #dfffd5;
  padding: 5px 8px;
  border-radius: 5px;
  border: 1px solid #2de05a;
}
.el-table__row.expanded + tr .avue-crud__menu {
  display: none;
}
.el-table__row.expanded + tr .el-button--mini.is-circle {
  margin: 0;
}
.el-table__expanded-cell[class*=cell] {
  padding: 10px 8px;
}
.el-table__expanded-cell .avue-crud__pagination {
  text-align: center;
  padding: 15px 0;
}
.el-table__row td.is-left .cell .el-button {
  text-align: left;
}
.o-simple-dialog .el-dialog__body {
  padding: 15px;
  height: 400px;
}
.avue-crud.no-menu .avue-crud__menu {
  min-height: 0;
  margin: 5px 0;
}
.o-box {
  width: 100%;
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 0;
  padding: 64px 0 0 0;
}
.o-box .el-card__body {
  width: 100%;
  height: 100%;
  padding: 0;
}
.avue-contail .o-box .o-search-filter {
  height: 55px;
  position: fixed;
  top: 129px;
  left: 290px;
  right: 36px;
  padding-top: 20px;
  z-index: 999;
  background: #fff;
  border-bottom: 1px solid #EBEEF5;
  border-radius: 4px 4px 0 0;
}
.avue-contail.avue--collapse .o-box .o-search-filter {
  left: 95px;
}
.o-box .o-search-filter .el-form-item {
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
  margin-bottom: 22px;
}
.o-box .o-search-filter .el-form-item .el-form-item__label {
  line-height: 32px;
}
.o-box .o-search-filter .el-form-item .el-form-item__content {
  line-height: 32px;
  margin-left: 80px;
}
.o-box .o-search-filter .el-form-item .el-button {
  margin: 0 5px;
}
.o-box .o-container-box {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  border: 0;
}
.o-box .o-container-box .el-collapse-item__header.is-active {
  border-bottom: 1px dashed #EBEEF5;
}
.o-box .o-container-box .el-collapse-item__header .label {
  margin-right: 8px;
  color: #676d73;
}
.o-box .o-container-box .el-collapse-item__header em.label {
  font-size: 18px;
}
.o-box .o-container-box .el-collapse-item__header .label span {
  color: #252525;
  font-size: 14px;
  font-weight: 700;
  min-width: 200px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.o-box .o-container-box .el-collapse-item__header .btn-group {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  padding-right: 15px;
}
.o-box .o-container-box .el-collapse-item__content {
  padding-bottom: 10px;
}
.o-custom-confirm p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.o-custom-confirm p strong {
  font-size: 16px;
  line-height: 36px;
}
.o-custom-confirm p label {
  width: 70px;
  height: 32px;
  line-height: 32px;
  font-size: 14px;
  padding: 0 10px;
  text-align: right;
}
.o-custom-confirm p label:after {
  display: inline-block;
  content: ":";
}
.o-custom-confirm p span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.o-custom-confirm p i {
  font-size: 12px;
  color: red;
  padding: 0 15px;
  position: relative;
}
.o-custom-confirm p i:before {
  content: "*";
  position: absolute;
  left: 3px;
  top: 3px;
  font-size: 20px;
}
.o-file-table {
  width: 100%;
}
.o-file-table .el-table__body td {
  padding: 0;
}
.o-file-table .el-table__body td.center {
  text-align: center;
}
.o-file-table .el-table__body td .cell {
  line-height: 36px;
}
.o-file-table .el-table__body td.file .cell.el-tooltip {
  position: relative;
  padding: 0 80px 0 10px !important;
}
.o-file-table .el-table__body td.file .cell.el-tooltip .btn-group {
  position: absolute;
  top: 0;
  right: 10px;
}
.btn-group-bottom {
  position: absolute;
  top: 36px;
  right: 10px;
}
.o-file-table .el-table__body td.file.upload .cell.el-tooltip {
  color: #c0c3c5;
  padding-left: 30px !important;
}
.o-file-table .el-table__body td.file.upload .cell.el-tooltip em {
  position: absolute;
  font-size: 20px;
  width: 24px;
  height: 24px;
  left: 5px;
  top: 50%;
  margin-top: -10px;
}
.o-file-table .el-table__body td.file.upload .cell.el-tooltip p {
  text-align: left;
  padding-right: 8px;
  width: 100%;
  margin: 0;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.o-file-table .el-table__body td.file.upload .cell.el-tooltip .btn-group {
  position: absolute;
  top: 0;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.o-file-table .el-table__body td.file.upload .cell.el-tooltip .btn-group .preview {
  height: 28px;
  margin-right: 5px;
}
.el-input.is-disabled .el-input__inner {
  background-color: #FFF;
  border: 1px solid #DCDFE6;
  color: #606266;
}
.edit-mosaic {
  text-align: center;
  width: 100%;
  height: 600px;
  position: relative;
}
.button-group {
  padding-top: 30px;
  padding-bottom: 30px;
}
.edit-contain .el-dialog__body {
  height: 670px;
}


.o-container-box .o-form-item[data-v-2f3afc3f]:last-child {
  margin-bottom: 100px;
}


.el-font-size {
  font-size: 14px;
}

.wel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 1100px;
  margin: 0 auto;
}


.o-container-box .o-form-item[data-v-96bd2590]:last-child {
  margin-bottom: 100px;
}

