.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;
}
.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;
}
.is-scrolling-none + .el-table__fixed-right {
  height: 100% !important;
}

