
.img[data-v-1c8093f9] {
  width: 100%;
  height: 200px;
  margin: 10px 0 10px 0;
}
#close[data-v-1c8093f9] {
  z-index: 1;
  position: absolute;
  right: 8px;
  top: 8px;
  cursor: pointer;
}
.tableHeight[data-v-1c8093f9] {
  overflow-x: auto;
}
.tableHeight[data-v-1c8093f9]::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}
/*定义滚动条的轨道颜色、内阴影及圆角*/
.tableHeight[data-v-1c8093f9]::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #eeeeee;
  border-radius: 3px;
}
.tableHeight[data-v-1c8093f9]::-webkit-scrollbar-thumb {
  background-color: #5c5c5c;
}

.quotation-modal .quotation-details {
  margin-bottom: 24px;
}
.quotation-modal .quotation-details .top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}
.quotation-modal .ivu-table .ivu-table-cell {
  overflow: inherit !important;
}
.quotation-modal .ivu-table .ivu-form-item-content {
  margin-left: 0 !important;
}
.quotation-modal .ivu-table .ivu-form-item-error-tip {
  z-index: 800 !important;
  line-height: 0 !important;
}
.quotation-modal .ivu-table .ivu-form-item {
  width: 100%;
  margin-bottom: 0 !important;
}
.quotation-modal .ivu-table-cell {
  overflow: inherit !important;
}
.quotation-modal .ivu-table-wrapper {
  overflow: inherit !important;
}
.quotation-modal .ivu-table {
  overflow: inherit !important;
}
.file_border {
  width: 93%;
  padding: 0 10px;
  border-radius: 4px;
  border: 1px dashed #dcdee2;
  min-height: 35px;
  color: #a7308a;
}
.file_border .name {
  margin: 0 15px;
  font-size: 14px;
}
.file_border i {
  font-style: normal;
  color: #aaa;
  font-size: 13px;
}

