
.el-input[data-v-41adcaa2] {
    margin-bottom: 10px;
    margin: 10px auto;
    width: 30%;
}

/* 控制树形节点横向显示 */
[data-v-41adcaa2] .el-tree-node.is-expanded>.el-tree-node__children {
    display: flex;
    flex-wrap: wrap;
    /* flex横向布局换行显示 */
}

/* 去除点击收缩图标时：横向显示的数据会先晃动成纵向显示的再收缩的现象*/
.collapse-transition[data-v-41adcaa2] {
    transition: none !important;
}
.leader-box[data-v-41adcaa2]{
    margin-left:8px;
    border: 1px solid #606266;
    padding:2px; color:#606266;
    border-radius: 2px;
}


h3[data-v-7f8e8969] {
  margin: 40px 0 0;
}
ul[data-v-7f8e8969] {
  list-style-type: none;
  padding: 0;
}
li[data-v-7f8e8969] {
  display: inline-block;
  margin: 0 10px;
}
a[data-v-7f8e8969] {
  color: #42b983;
}
.upload-wrapper[data-v-7f8e8969] {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background-color: rgb(249, 249, 249);
}
.content-wrapper[data-v-7f8e8969] {
  width: 538px;
  margin: 20px auto;
}
.protocol-select[data-v-7f8e8969] {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.protocol-item[data-v-7f8e8969] {
  flex: 1;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 2px solid transparent;
  background: #fff;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
}
.protocol-item-http[data-v-7f8e8969] {
  border: 2px solid rgb(253, 126, 23);
  color: rgb(253, 126, 23);
}
.protocol-item-ws[data-v-7f8e8969] {
  border: 2px solid rgb(155, 82, 244);
  color: rgb(155, 82, 244);
}
.protocol-item[data-v-7f8e8969]:first-of-type {
  margin-right: 20px;
}
.protocol-item[data-v-7f8e8969]:first-of-type:hover {
  cursor: pointer;
  border: 2px solid rgb(253, 126, 23);
  color: rgb(253, 126, 23);
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}
.protocol-item[data-v-7f8e8969]:last-of-type:hover {
  cursor: pointer;
  border: 2px solid rgb(155, 82, 244);
  color: rgb(155, 82, 244);
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}
.file-select[data-v-7f8e8969] {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px dashed #909090;
}
.file-select-tips[data-v-7f8e8969] {
  color: #909090;
  font-size: 14px;
  padding: 16px 0;
}
.file-select-tips[data-v-7f8e8969]:last-of-type {
  font-size: 12px;
}
.file-select-mid[data-v-7f8e8969] {
  width: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.file-select-svg[data-v-7f8e8969] {
  width: 60px;
  height: 60px;
}
.file-input[data-v-7f8e8969] {
  display: none;
}
.bottom-button[data-v-7f8e8969] {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.chunk-size-select[data-v-7f8e8969] {
  position: relative;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border: 2px dashed rgb(81, 111, 250);
  color: rgb(81, 111, 250);
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
}
.chunk-size-radio[data-v-7f8e8969] {
  position: absolute;
  left: 0;
  top: 50px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.12);
  white-space: nowrap;
}
.chunk-size-radio-item[data-v-7f8e8969] {
  padding: 0 10px 0 5px;
  color: #333;
}
.chunk-size-radio-item[data-v-7f8e8969]:last-of-type {
  padding: 0 0 0 5px;
}
.start-upload[data-v-7f8e8969] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgb(81, 111, 250);
  border-radius: 5px;
  cursor: pointer;
}
.start-upload-noallow[data-v-7f8e8969] {
  cursor: no-drop;
}
.file-info[data-v-7f8e8969] {
  position: relative;
  height: 80px;
  color: #333;
  font-size: 14px;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0 30px 0 22px;
}
.file-done[data-v-7f8e8969] {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: flex;
  border-radius: 5px 0 0 0;
  justify-content: left;
  align-items: top;
  background: linear-gradient(135deg, #67c23a 16px, rgb(249, 249, 249) 0);
}
.file-done-svg[data-v-7f8e8969] {
  width: 16px;
  height: 16px;
}
.file-close[data-v-7f8e8969] {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-close-svg[data-v-7f8e8969] {
  width: 18px;
  height: 18px;
}
.file-basic-info[data-v-7f8e8969] {
  flex: 1;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.left-info[data-v-7f8e8969] {
  flex: 1;
  display: flex;
  align-items: center;
}
.right-info[data-v-7f8e8969] {
  text-align: right;
  padding-left: 10px;
}
.file-abbr[data-v-7f8e8969] {
  width: 20px;
  height: 24px;
  margin-right: 6px;
}
.file-name[data-v-7f8e8969] {
  flex: 1;
  text-align: left;
}
.file-upload-progress[data-v-7f8e8969] {
  flex: 1;
  line-height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-upload-progress span[data-v-7f8e8969] {
  flex: 1;
  /* width: 30px; */
}
.progress-wrapper[data-v-7f8e8969] {
  width: 356px;
  height: 15px;
  border-radius: 8px;
  margin: 0 16px;
  background-color: #ccc;
}
.progress-par[data-v-7f8e8969] {
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
}
.progress-bar[data-v-7f8e8969] {
  width: 356px;
  height: 100%;
  background: rgb(81, 111, 250);
  border-radius: 8px;
  background-image: repeating-linear-gradient(30deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1) 15px, transparent 0, transparent 30px);
  animation: progressbar-7f8e8969 5s linear infinite;
}
.bottom-tips-success[data-v-7f8e8969] {
  height: 38px;
  line-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  border-radius: 5px;
  color: #67c23a;
  background: #f0f9eb;
  border: 1px solid #c2e7b0;
}
.bottom-tips-error[data-v-7f8e8969] {
  height: 38px;
  line-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  border-radius: 5px;
  color: #f56c6c;
  background: #fef0f0;
  border: 1px solid #fbc4c4;
}
.bottom-tips-warning[data-v-7f8e8969] {
  height: 38px;
  line-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  border-radius: 5px;
  color: #e6a23c;
  background: #fdf6ec;
  border: 1px solid #f5dab1;
}
@keyframes progressbar-7f8e8969 {
0% {
    background-position: 0% 0;
}
100% {
    background-position: 356px 0;
}
}
.fade-enter-active[data-v-7f8e8969],
.fade-leave-active[data-v-7f8e8969] {
  transition: opacity 0.5s;
}
.fade-enter[data-v-7f8e8969],
.fade-leave-to[data-v-7f8e8969]

/* .fade-leave-active below version 2.1.8 */
  {
  opacity: 0;
}


h3[data-v-21c3c9f8] {
  margin: 40px 0 0;
}
ul[data-v-21c3c9f8] {
  list-style-type: none;
  padding: 0;
}
li[data-v-21c3c9f8] {
  display: inline-block;
  margin: 0 10px;
}
a[data-v-21c3c9f8] {
  color: #42b983;
}
.upload-wrapper[data-v-21c3c9f8] {
  width: 100%;
  height: 100%;
  padding: 50px 0;
  background-color: rgb(249, 249, 249);
}
.content-wrapper[data-v-21c3c9f8] {
  width: 538px;
  margin: 20px auto;
}
.protocol-select[data-v-21c3c9f8] {
  padding: 30px 0;
  display: flex;
  justify-content: space-between;
}
.protocol-item[data-v-21c3c9f8] {
  flex: 1;
  font-weight: 600;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  border: 2px solid transparent;
  background: #fff;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
}
.protocol-item-http[data-v-21c3c9f8] {
  border: 2px solid rgb(253, 126, 23);
  color: rgb(253, 126, 23);
}
.protocol-item-ws[data-v-21c3c9f8] {
  border: 2px solid rgb(155, 82, 244);
  color: rgb(155, 82, 244);
}
.protocol-item[data-v-21c3c9f8]:first-of-type {
  margin-right: 20px;
}
.protocol-item[data-v-21c3c9f8]:first-of-type:hover {
  cursor: pointer;
  border: 2px solid rgb(253, 126, 23);
  color: rgb(253, 126, 23);
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}
.protocol-item[data-v-21c3c9f8]:last-of-type:hover {
  cursor: pointer;
  border: 2px solid rgb(155, 82, 244);
  color: rgb(155, 82, 244);
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.1);
}
.file-select[data-v-21c3c9f8] {
  height: 180px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  border-radius: 5px;
  border: 2px dashed #909090;
}
.file-select-tips[data-v-21c3c9f8] {
  color: #909090;
  font-size: 14px;
  padding: 16px 0;
}
.file-select-tips[data-v-21c3c9f8]:last-of-type {
  font-size: 12px;
}
.file-select-mid[data-v-21c3c9f8] {
  width: 200px;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.file-select-svg[data-v-21c3c9f8] {
  width: 60px;
  height: 60px;
}
.file-input[data-v-21c3c9f8] {
  display: none;
}
.bottom-button[data-v-21c3c9f8] {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
}
.chunk-size-select[data-v-21c3c9f8] {
  position: relative;
  padding: 0 10px;
  height: 36px;
  line-height: 36px;
  border: 2px dashed rgb(81, 111, 250);
  color: rgb(81, 111, 250);
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-right: 20px;
  cursor: pointer;
}
.chunk-size-radio[data-v-21c3c9f8] {
  position: absolute;
  left: 0;
  top: 50px;
  height: 40px;
  line-height: 40px;
  border-radius: 5px;
  padding: 0 10px;
  background-color: #fff;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.12);
  white-space: nowrap;
}
.chunk-size-radio-item[data-v-21c3c9f8] {
  padding: 0 10px 0 5px;
  color: #333;
}
.chunk-size-radio-item[data-v-21c3c9f8]:last-of-type {
  padding: 0 0 0 5px;
}
.start-upload[data-v-21c3c9f8] {
  flex: 1;
  height: 40px;
  line-height: 40px;
  color: #fff;
  background-color: rgb(81, 111, 250);
  border-radius: 5px;
  cursor: pointer;
}
.start-upload-noallow[data-v-21c3c9f8] {
  cursor: no-drop;
}
.file-info[data-v-21c3c9f8] {
  position: relative;
  height: 80px;
  color: #333;
  font-size: 14px;
  box-shadow: 0 0 15px rgb(0, 0, 0, 0.05);
  border-radius: 5px;
  margin-top: 30px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  padding: 0 30px 0 22px;
}
.file-done[data-v-21c3c9f8] {
  position: absolute;
  left: 0;
  top: 0;
  width: 22px;
  height: 22px;
  display: flex;
  border-radius: 5px 0 0 0;
  justify-content: left;
  align-items: top;
  background: linear-gradient(135deg, #67c23a 16px, rgb(249, 249, 249) 0);
}
.file-done-svg[data-v-21c3c9f8] {
  width: 16px;
  height: 16px;
}
.file-close[data-v-21c3c9f8] {
  position: absolute;
  right: 0;
  top: 0;
  width: 30px;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.file-close-svg[data-v-21c3c9f8] {
  width: 18px;
  height: 18px;
}
.file-basic-info[data-v-21c3c9f8] {
  flex: 1;
  line-height: 40px;
  display: flex;
  align-items: center;
}
.left-info[data-v-21c3c9f8] {
  flex: 1;
  display: flex;
  align-items: center;
}
.right-info[data-v-21c3c9f8] {
  text-align: right;
  padding-left: 10px;
}
.file-abbr[data-v-21c3c9f8] {
  width: 20px;
  height: 24px;
  margin-right: 6px;
}
.file-name[data-v-21c3c9f8] {
  flex: 1;
  text-align: left;
}
.file-upload-progress[data-v-21c3c9f8] {
  flex: 1;
  line-height: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.file-upload-progress span[data-v-21c3c9f8] {
  flex: 1;
  /* width: 30px; */
}
.progress-wrapper[data-v-21c3c9f8] {
  width: 356px;
  height: 15px;
  border-radius: 8px;
  margin: 0 16px;
  background-color: #ccc;
}
.progress-par[data-v-21c3c9f8] {
  overflow: hidden;
  height: 100%;
  border-radius: 8px;
}
.progress-bar[data-v-21c3c9f8] {
  width: 356px;
  height: 100%;
  background: rgb(81, 111, 250);
  border-radius: 8px;
  background-image: repeating-linear-gradient(30deg, hsla(0, 0%, 100%, 0.1), hsla(0, 0%, 100%, 0.1) 15px, transparent 0, transparent 30px);
  animation: progressbar-21c3c9f8 5s linear infinite;
}
.bottom-tips-success[data-v-21c3c9f8] {
  height: 38px;
  line-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  border-radius: 5px;
  color: #67c23a;
  background: #f0f9eb;
  border: 1px solid #c2e7b0;
}
.bottom-tips-error[data-v-21c3c9f8] {
  height: 38px;
  line-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  border-radius: 5px;
  color: #f56c6c;
  background: #fef0f0;
  border: 1px solid #fbc4c4;
}
.bottom-tips-warning[data-v-21c3c9f8] {
  height: 38px;
  line-height: 38px;
  margin-top: 30px;
  font-size: 14px;
  border-radius: 5px;
  color: #e6a23c;
  background: #fdf6ec;
  border: 1px solid #f5dab1;
}
@keyframes progressbar-21c3c9f8 {
0% {
    background-position: 0% 0;
}
100% {
    background-position: 356px 0;
}
}
.fade-enter-active[data-v-21c3c9f8],
.fade-leave-active[data-v-21c3c9f8] {
  transition: opacity 0.5s;
}
.fade-enter[data-v-21c3c9f8],
.fade-leave-to[data-v-21c3c9f8]

/* .fade-leave-active below version 2.1.8 */
  {
  opacity: 0;
}

@charset "UTF-8";
.reject-box {
  height: auto !important;
}
.color-radio {
  padding-top: 5px;
  display: flex;
  justify-content: left;
  align-items: center;
  flex-wrap: wrap;
}
.color-radio .el-radio {
  padding: 4px 3.6px;
  border-radius: 5px;
  margin: 0px 3px;
  margin-bottom: 5px;
}
.color-radio .color-radio0 {
  margin-left: 0;
  color: #000000;
  background-color: #999999;
  box-shadow: 1px 1px 1px 1px gainsboro;
}
.color-radio .color-radio1 {
  color: white;
  background-color: #F52B4F;
}
.color-radio .color-radio2 {
  color: white;
  background-color: #FA8C16;
}
.color-radio .color-radio3 {
  color: white;
  background-color: #F6C549;
}
.color-radio .color-radio4 {
  color: white;
  background-color: #9ACA4F;
}
.color-radio .color-radio5 {
  color: white;
  background-color: #00FFFF;
}
.color-radio .color-radio6 {
  color: white;
  background-color: #51AAFD;
}
.color-radio .color-radio7 {
  color: white;
  background-color: #DA70D6;
}
::v-deep .color-radio .el-radio__input.is-checked + .el-radio__label {
  color: black !important;
}
.table-detail {
  width: 100%;
  border-right: 1px solid #EBEEF5;
  border-bottom: 1px solid #EBEEF5;
  border-spacing: 0;
  text-align: left;
}
.table-detail .tr-1 {
  background: #fafafa;
  color: #909399;
}
.table-detail td {
  border-left: 1px solid #EBEEF5;
  border-top: 1px solid #EBEEF5;
  padding: 15px 10px;
}
.btnCopy {
  margin-left: 42%;
  margin-top: 10px;
}
.non_existentTitle {
  margin-bottom: 12px;
  font-size: 15px;
}
.queryOne {
  display: block;
  margin-left: 60px;
}
.queryThree {
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.queryTwo {
  margin-left: 60px;
}
.bigBox {
  display: flex;
}
.renBox {
  /* border: 1px solid blue; */
  text-align: left;
}
.span-border {
  margin: 0;
}
.checkbox {
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.clearfix {
  position: relative;
}
.project-name {
  float: right;
  /* border: 1px solid red; */
  margin: 10px 10px 0;
}
.point-name {
  float: left;
  /* border: 1px solid red; */
  margin: 10px 10px 0;
}
::v-deep .el-tabs__content {
  border: 1px solid white;
  overflow: auto !important;
  width: 98%;
}
::v-deep .el-dialog__body {
  padding: 10px 20px 20px;
}
::v-deep .el-descriptions .is-bordered .el-descriptions-item__cell {
  height: 50px;
}
.taskList {
  color: #409eff;
}
.taskList:hover {
  color: orange;
}
.search-box {
  width: 378px;
  /* margin: 0 10px 10px; */
  margin-bottom: 10px;
  margin-left: 60px;
}
::v-deep .personnel-transfer .el-transfer-panel {
  width: 280px;
}
.el-transfer-panel {
  width: 380px;
}
.el-upload__tip {
  margin-left: -3%;
}
.formBox {
  width: 360px;
  margin: auto;
}
.formBox .el-select {
  width: 100%;
}
::v-deep .el-transfer .el-checkbox {
  text-align: left;
}
.el-date-editor.el-input {
  margin: 0 20px 0 0;
}

/* 批次克隆 */
::v-deep .step1 .el-transfer-panel__header .el-checkbox .el-checkbox__input {
  display: none;
}
::v-deep .step1 .el-transfer-panel {
  width: 350px;
  /* height: 450px; */
  height: 560px;
}
::v-deep .step1 .el-transfer-panel .el-transfer-panel__body {
  /* height: 350px; */
  height: 460px;
}
::v-deep .step1 .el-transfer-panel .el-transfer-panel__body .el-transfer-panel__list.is-filterable {
  height: 100%;
}
::v-deep .step2 .el-transfer-panel {
  width: 350px;
  /* height: 450px; */
  height: 560px;
}
::v-deep .step2 .el-transfer-panel .el-transfer-panel__body {
  /* height: 350px; */
  height: 460px;
}
::v-deep .step2 .el-transfer-panel .el-transfer-panel__body .el-transfer-panel__list.is-filterable {
  height: 100%;
}
::v-deep .step1 .el-transfer-panel__header {
  pointer-events: none;
}
.not_must {
  width: 550px;
  margin-left: -8px;
}
.examine {
  width: 30%;
  margin: 0 5px 0 2px;
}
.forms {
  width: 46%;
  margin: 60px auto;
}
.trail {
  width: 550px;
  margin-left: -9px;
}
::v-deep .el-step__title.is-process {
  color: rgb(64, 158, 255);
}
::v-deep .el-step__head.is-process {
  border-color: rgb(64, 158, 255);
}
.labelResult {
  width: 550px;
  margin-left: -8px;
}
.el-step {
  cursor: pointer;
}

/* tabs 标签页 */
::v-deep .el-tabs__header {
  margin: 0 0 10px 0;
}
.log-detail {
  font-size: 14px;
  line-height: 1.8;
  text-indent: 32px;
  text-align: left;
  padding: 20px;
  border: 1px solid #ebeef5;
  border-radius: 10px;
}
.log-form .el-checkbox-group {
  text-align: left;
}
::v-deep th.el-descriptions-item__cell.el-descriptions-item__label.is-bordered-label.formLabel {
  width: 20%;
}
.email-top {
  margin-bottom: 10px;
}
.union-dialog ::v-deep .el-dialog__body {
  padding: 0 20px 20px;
}
.union-table {
  width: 100%;
  border-right: 1px solid #ebeef5;
  border-bottom: 1px solid #ebeef5;
  border-spacing: 0;
}
.union-table th {
  border-left: 1px solid #ebeef5;
  border-top: 1px solid #ebeef5;
  background: #f5f7fa;
  padding: 8px 4px;
}
.union-table ::v-deep .el-tabs__content {
  border: 1px solid white;
}
.union-table td:nth-of-type(1) {
  font-weight: bold;
}
.item-width {
  width: 200px;
}
.item-width:not(:nth-last-child(1)) {
  margin: 0 10px 0 0;
}
::v-deep [data-v-6cac5eee] .el-dialog__body {
  padding: 10px 20px;
}
.el-scrollbar__wrap {
  overflow: hidden scroll;
}
.topRight {
  position: relative;
  margin: -10px 0 auto auto;
  display: block;
  font-size: 16px;
  width: 120px;
  text-align: center;
}
.customer-form {
  width: 600px;
  margin: 20px auto;
  padding: 0 120px 0 0;
}
.overall-button {
  font-size: 19px;
  font-weight: 400;
}
.project-titles {
  text-align: left;
  margin-top: 2px;
  font-size: 19px;
  color: #303030;
  font-weight: 400;
}
.overall-btn1 {
  padding: 4px;
}
.overall-btn1:hover {
  color: #EE5555;
}
.queryName {
  margin-left: -640px;
}
.queryResultAll {
  width: 760px;
  margin-left: -100px;
}
.btncopy {
  margin-left: 6px;
}
.markerTitle {
  width: 90%;
  display: flex;
  justify-content: space-around;
  align-items: center;
}
.auditorOne {
  margin-bottom: 20px;
}
.auditorOne .audit_titile {
  /* margin-right: 20%; */
  margin-right: 5px;
}
.rejectTitle {
  width: 86%;
  margin: 0 auto;
}
.rejectTitle p {
  width: 100%;
  text-align: left;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
}
.rejectTitle span {
  margin-right: 6%;
}
.rejectTitle .rejectPeo {
  margin-left: 10%;
}
.rejectTitle .el-select {
  width: 140px;
}
.popoverTitle {
  margin-left: -24px;
  padding: 10px 11px;
  background: white !important;
  font-size: 12px;
  color: #409EFF !important;
}
.popoverTitle :hover {
  color: #EE5555;
}
.popoverTitle[x-placement^=top] .popper__arrow {
  border-top-color: white !important;
}
.popoverTitle[x-placement^=top] .popper__arrow::after {
  border-top-color: white !important;
}
.btnTaskCopy {
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  color: #606266;
  cursor: pointer;
  margin-top: -3px;
}
.btnTaskCopy :hover {
  color: #409EFF;
}
.btnTaskCopy1 {
  color: #409EFF;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  cursor: pointer;
  margin-top: -3px;
}
.btnTaskCopy1:hover {
  color: #EE5555;
}
.span-border {
  display: inline-block;
  width: 2px;
  height: 10px;
  background: #ebeef5;
  vertical-align: middle;
  margin: 0 4.5px 0 5px;
}
.span-border1 {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #409EFF;
  vertical-align: middle;
  margin: 0 4.5px 0 5px;
}
.xian-border {
  display: inline-block;
  /* width: 2px; */
  /* padding-top: 1px; */
}
.btnTitle {
  margin-top: 40px;
  margin-left: 46%;
}
.manger-input {
  width: 50%;
  margin-right: 3%;
}
.draw-block {
  display: flex;
  justify-content: space-between;
  padding: 0 20px 20px;
  max-height: 90%;
  overflow-y: auto;
}
.draw-block .draw-left,
.draw-block .draw-right {
  width: 50%;
}
.draw-block .check-group {
  text-align: left;
  padding: 0 15px;
}
.draw-block .check-group .el-checkbox {
  padding: 5px 0;
}
.draw-block .draw-left {
  border-right: 1px solid #ebeef5;
}
.draw-block .draw-title {
  display: inline-block;
  margin: 0 0 15px 0;
  font-size: 14px;
  font-weight: bold;
}
.switchTitle {
  float: right;
}
.btn-box {
  height: 27px;
  line-height: 13px;
  margin-top: 1px;
  margin-left: -10px;
}
.buttonBox1 {
  display: flex;
  align-items: center;
}
.buttonBox1 .span-border1 {
  display: inline-block;
  width: 2px;
  height: 15px;
  background: #409EFF;
  vertical-align: middle;
  margin: 0px 4.5px 0 5px;
}
.box-card {
  position: relative;
}
.buttonBox2 {
  display: flex;
  align-items: center;
}
.divTitle {
  cursor: pointer;
}
.arbitrator-cascader {
  width: 80%;
}
.dialog-center {
  /* margin-left: 200px; */
  width: 90%;
  text-align: center;
  margin: auto;
}
.end-title {
  position: relative;
}
.end-title .el-checkbox {
  margin-right: 20px;
  position: absolute;
  left: 10px;
  top: 6px;
}
.end-title .el-tooltip {
  position: absolute;
  top: 3px;
  right: 10px;
}
.end-title .audit-ids {
  position: absolute;
  left: 75px;
  top: 2px;
  margin-top: 4px;
  margin-left: 5px;
  color: #606266;
  font-size: 13px;
}
.end-title .audit-ids .btns {
  margin-right: 16px;
}
.end-title .audit-ids .btns:hover {
  color: #EE5555;
}
.end-title .buttonbox {
  position: absolute;
  left: 75px;
  top: 4px;
  color: #606266;
  font-size: 13px;
}
.radio-right {
  float: right;
}
.frame_rule {
  margin-left: 10%;
}
.overall-form1 {
  text-align: center;
}
.overall-form1 .el-form-item {
  margin: 8px 10px 5px 0;
}
.select-box {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.frame_btn {
  margin-top: 40px;
}
.frame_box {
  width: 78%;
  text-align: right;
}
.temp-table .el-descriptions-row {
  display: flex;
}
.temp-table1 .el-descriptions-row {
  display: flex;
}
.temp-table .is-bordered tbody:last-child .el-descriptions-item__cell {
  padding: 1vh 1vw;
  flex-basis: 50%;
}
.temp-table .is-bordered tbody:not(:last-child) .el-descriptions-item__cell {
  padding: 1vh 1vw;
  flex-basis: 25%;
}
.temp-table1 .is-bordered .el-descriptions-item__cell {
  padding: 1vh 1vw;
  flex-basis: 100%;
}
.detail-table .el-descriptions__body .el-descriptions__table tbody {
  border-top: 4px solid #c3ddf0;
}
.label-style {
  display: flex;
  justify-content: space-between;
}
.subs-title {
  z-index: 11;
  float: right;
  position: relative;
}
.deep-dialog .el-dialog__body {
  max-height: 600px;
  overflow: auto;
}
.deep-dialog .my-label {
  background: #F8F9FA !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
.deep-dialog .my-content {
  background: #F8F9FA !important;
  padding-top: 12px;
  padding-bottom: 12px;
}
.deep-dialog .el-descriptions-item__label:not(.is-bordered-label) {
  margin-right: 0 !important;
}
::v-deep.detail-table > .overall-btn {
  color: #0688EC !important;
}
.temp-table .label-style, .temp-table1 .label-style {
  width: unset !important;
  display: flex;
  justify-content: space-between;
}
.column-item {
  flex-basis: 25% !important;
  text-align: center !important;
}
::v-deep .el-radio__label {
  padding-left: 0px !important;
}
.audit-point .el-form-item__content {
  text-align: left !important;
}
.el-dropdown-link {
  cursor: pointer;
  color: #409EFF;
}
.el-icon-arrow-down {
  font-size: 12px;
}
.hanled-btns {
  height: 30px;
  padding: 0 15px;
}
.frame-dialog .el-dialog__body {
  padding-top: 0;
  height: 40vh;
}
.dialog-table {
  height: 100%;
}
.dialog-table .el-table__body-wrapper {
  overflow-y: scroll;
  height: calc(100% - 30px);
}
.remark-dialog .el-dialog__body {
  padding-top: 0;
  padding-bottom: 0;
}
.remark-footer {
  text-align: right;
}
.remark-text:hover {
  color: #409EFF;
}
.create-btn {
  margin-left: 35%;
  width: 6vw !important;
}
