.jsx-checkbox .el-checkbox .el-checkbox__label {
  display: none;
}
.slot-span {
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.dialog-box .el-pagination {
  margin-top: 20px;
}
.dialog-box .left-table .el-table__body-wrapper {
  height: 370px;
  overflow-y: auto;
}
.dialog-box .right-table {
  text-align: center;
}
.dialog-box .right-table .el-table {
  min-height: 400px;
}
.dialog-box .right-table .el-table__body-wrapper {
  max-height: 370px;
  overflow-y: auto;
}
.dialog-box .right-table .el-table__empty-block {
  min-height: 370px;
}
.dialog-box .risk-contrast-btn {
  margin-top: 20px;
}
.dialog-box .el-col-2 {
  height: 407px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dialog-box .el-col-2 .btn-content .btn1 {
  margin-bottom: 20px;
}
.dialog-box .el-dialog__footer {
  text-align: center;
}

.name-div {
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}
.name-div .name {
  display: flex;
}
.name-div .name .icon {
  width: 5px;
  height: 100%;
  margin-right: 3px;
  background-color: #427bd4;
}
.name-div .number {
  color: #ccc;
}
.name-div .number span {
  color: #427bd4;
}
.quote-detail-shipment .radio-div,
.quote-detail-shipment .button-div {
  margin: 10px 0;
}
.quote-detail-shipment .demo-name {
  margin-bottom: 10px;
}
.quote-detail-shipment .cell-warning,
.quote-detail-shipment .cell-warning .el-form-item__label {
  color: #f59a23;
}
.quote-detail-shipment .supp-tips {
  position: absolute;
  right: 10px;
  background-color: #f7f7f7;
  color: #999;
  padding: 0 10px;
  border-radius: 3px;
}
.quote-detail-shipment .has-read {
  position: absolute;
  right: 10px;
  background-color: #ecf5ff;
  color: #409eff;
  padding: 0 10px;
  border-radius: 3px;
}

.btn-footer {
  margin-left: 48%;
  display: flex;
  align-items: center;
}
.table-filed /deep/ .el-table__fixed {
  height: 100% !important;
}
.el-table__fixed::before {
  height: auto;
}
.btnExpert {
  margin: 20px 10px;
}
.btn {
  text-align: center;
  margin-top: 60px;
}
.top {
  padding-top: 100px;
}
.tag-column {
  overflow: hidden;
}
.tag-fixed {
  position: absolute;
  top: 6px;
  left: -18px;
  transform: rotate(-45deg);
  padding-left: 15px;
  padding-right: 15px;
  line-height: 15px;
  height: 17px;
}


.dialog-tips[data-v-3e5060da] {
  margin-top: 20px;
  margin-left: 10px;
  color: #f59a23;
}

