table {
  border-collapse: collapse;
  width: 100%;
}

th,
td {
  /* border: 1px solid black; */
  padding: 8px;
  text-align: left;
}

input[type="checkbox"] {
  margin-right: 5px;
}

.quantity-controls {
  display: flex;
  border: 0.6px solid #CCCCCC;
  border-radius: 4px;
  justify-content: space-between;
  height: 36px;
  width: 121px;
}

.quantity-buttons {
  display: flex;
  flex-direction: column;
}

.quantity-buttons>button {
  width: 29px;
  height: 18px;
  border: 0;
  border-left: 0.6px solid #CCCCCC;
  background-color: transparent;
}

.quantity-increase,
.quantity-decrease {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.quantity-increase {
  border-bottom: 0.6px solid #CCCCCC !important;
}


.table {
  margin: 0;
  margin-bottom: 39px;
}


.table img {
  margin: 0;
  mix-blend-mode: multiply;
}

.quantity-controls span {
  display: inline-block;
  text-align: center;
  line-height: 36px;
  width: 81px;
}

.delete-btn {
  border: 0;
  background: transparent;
  width: 18px;
  height: 18px;
}

#dataTable thead {
  background-color: white;
}

#dataTable thead th {
  font-family: Inter;
  font-size: 16px;
  font-weight: 300;
  line-height: 19px;
  text-align: left;
}

.table td {
  border-bottom: 1px dashed #CCCCCC;
}

.btns {
  padding-bottom: 34px;
}

.btns-item {
  display: inline-block;
  padding: 6px 15px;
  border-radius: 15px;
  height: 29px;
  line-height: 29px;
  text-align: center;
  font-family: Inter;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
}

.btns-left {
  width: 300px;
}

.btns-right {
  width: 338px;
  text-align: right;
}

.clear-all {
  margin-left: 14px;
}

.get-quote {
  margin-left: 21px;
  background-color: #0084ff;
  color: #fff;
}

/* 样式化弹窗 */
#quotePopup {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 20px;
  border: 1px solid #ccc;
  width: 400px;
}

#emptyMessage {
  background-color: #F4F5F5;
  text-align: center;
}

#emptyMessage img {
  margin-bottom: 32px;
  mix-blend-mode: multiply;

}

.yet-title {
  font-family: Inter;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
  margin-bottom: 20px;
}

.yet-content {
  font-family: Inter;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
  padding-bottom: 115px;
}

.checkboxTh {
  width: 60px !important;
}

thead th.checkboxTh:first-child {
  width: 60px !important;
  /* 修改宽度 */
}

.icon-navigation {
  background-color: #fff !important;
}

.table td {
  padding: 4px 20px !important;
}