.supplier_right {
  width: 986px;
  height: 500px;
  float: left;
  margin: 20px 0 0 20px;
}
.supplier_name {
  width: 800px;
  height: 24px;
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 24px;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.supplier_type {
  width: 112px;
  height: 19px;
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
  margin: 10px 0;
}
.supplier_day {
  width: 376px;
  height: 21px;
  font-size: 12px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 16px;
  color: rgba(102, 102, 102, 1);
  opacity: 1;
  margin-bottom: 10px;
}
.supplier_day span {
  color: #f99615;
  font-size: 16px;
}
.supplier_shop,
.supplier_shop_item {
  display: flex;
  justify-content: center;
  align-items: center;
  justify-content: space-between;
}
.supplier_shop span,
.supplier_shop_item span {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  line-height: 19px;
  color: rgba(42, 42, 42, 1);
}
.supplier_box {
  width: 986px;
  margin-top: 20px;
}
.supplier_box thead tr {
  width: 986px;
  background: rgba(238, 247, 255, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px 4px 0px 0px;
  color: #2a2a2a;
  font-size: 14px;
  text-align: center;
}
.supplier_box thead tr td {
  height: 40px;
}
.supplier_box {
  /*cursor: pointer;*/
}

.supplier_box tbody {
  width: 986px;
  height: 640px;
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 3px 6px rgba(64, 158, 254, 0.16);
  opacity: 1;
  border-radius: 4px;
  font-size: 14px;
  color: #666;
  text-align: center;
}
.supplier_box tbody tr td {
  height: 40px;
}
.supplier_box tbody tr:nth-child(even) {
  background: rgba(238, 247, 255, 1);
}
.supplier_shop_item {
  margin-top: 20px;
}
.overflow_box {
  height: 700px;
  width: 1000px;
  overflow-y: auto;
  overflow-x: hidden;
}
