.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_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-color: #67a6e6;
  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;
}
.supplier_two_text {
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.supplier_two_text span {
  font-size: 18px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: rgba(42, 42, 42, 1);
  opacity: 1;
}
.supplier_two_text button {
  width: 100px;
  height: 30px;
  background: rgba(64, 158, 254, 1);
  opacity: 1;
  border-radius: 4px;
  border: none;
  outline: none;
  cursor: pointer;
  color: #fff;
}
.supplier_two_select {
  width: 475px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.supplier_two_select select {
  width: 334px;
  height: 40px;
  border: 1px solid rgba(204, 204, 204, 1);
  border-radius: 4px;
  padding: 0 10px;
  box-sizing: border-box;
}
.supplier_type {
  font-size: 14px;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #2a2a2a;
}
.supplier_type span {
  color: #f99615;
  margin-left: 10px;
}
.supplier_day {
  margin: 15px 0;
}
