.supplier {
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 9;
  padding: 20px 0;
  background: #F4F5F5;
}
.supplier .w1200 {
  display: flex;
  justify-content: space-between;
}
.supplier .w1200 .message {
  display: flex;
  align-items: center;
  gap: 8px;
}
.supplier .w1200 .message .img {
  width: 56px;
  height: 56px;
  border-radius: 4px;
  border: 1px solid #E4E7E7;
  background: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
}
.supplier .w1200 .message .img img {
  object-fit: contain;
}
.supplier .w1200 .message .text .p1 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  margin: 0 0 4px;
}
.supplier .w1200 .message .text .p2 {
  color: #666;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  width: 350px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.supplier .w1200 .r_search {
  position: relative;
}
.supplier .w1200 .r_search button {
  width: 88px;
  height: 34px;
  border-radius: 2px 2px 4px 2px;
  background: #00706B;
  position: absolute;
  right: 3px;
  top: 3px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .4s ease;
}
.supplier .w1200 .r_search button:hover {
  background: var(--color2);
}
.supplier .w1200 .r_search input {
  width: 360px;
  height: 40px;
  border-radius: 4px;
  border: 1px solid #E4E7E7;
  background: #FFF;
  padding: 0 20px;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.supplier .w1200 .r_search input::placeholder {
  color: #999;
}
.supplier .w1200 .r_search input:focus {
  border-color: var(--color);
}

.classification {
  background: #FFF;
  padding: 20px 0;
  position: fixed;
  top: 192px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.classification .w1200 {
  display: flex;
  justify-content: space-between;
}
.classification .w1200 .l {
  display: flex;
  gap: 40px;
}
.classification .w1200 .l .pick {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.classification .w1200 .l .dis {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 15px 50px;
}
.classification .w1200 .l .dis a {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.classification .w1200 .l .dis a.on, .classification .w1200 .l .dis a:hover {
  color: var(--color);
  font-weight: bold;
}
.classification .w1200 .screening_click {
  display: flex;
  align-items: center;
  gap: 6px;
  cursor: pointer;
}
.classification .w1200 .screening_click:hover p {
  color: var(--color);
}
.classification .w1200 .screening_click:hover svg path {
  fill: var(--color);
}
.classification .w1200 .screening_click p {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: .6s ease;
}
.classification .w1200 .screening_click svg {
  width: 16px;
  height: 16px;
  display: block;
}
.classification .w1200 .screening_click svg path {
  transition: .6s ease;
}

.procurement1 {
  min-height: 70vh;
  padding: 297px 0 100px;
}
.procurement1 .up {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.procurement1 .up .screening {
  display: flex;
  gap: 41px;
  padding: 0 20px;
}
.procurement1 .up .screening a {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  position: relative;
  z-index: 1;
  transition: .4s ease;
}
.procurement1 .up .screening a.on, .procurement1 .up .screening a:hover {
  color: var(--color);
}
.procurement1 .up .screening a:not(:last-child):after {
  content: '';
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -20px;
  width: 1px;
  height: 13px;
  background: #E6E6E6;
}
.procurement1 .up .pro_search {
  position: relative;
}
.procurement1 .up .pro_search button {
  cursor: pointer;
  position: absolute;
  bottom: 6px;
  right: 0;
  z-index: 2;
  background: transparent;
}
.procurement1 .up .pro_search button:hover .iconfont {
  color: var(--color);
}
.procurement1 .up .pro_search button .iconfont {
  font-size: 18px;
  color: #333333;
  transition: .6s ease;
}
.procurement1 .up .pro_search input {
  width: 284px;
  padding: 0 0 6px;
  border: none;
  background: transparent;
  border-bottom: 1px solid #D9D9D9;
  transition: .6s ease;
}
.procurement1 .up .pro_search input:focus {
  border-color: var(--color);
}
.procurement1 .content {
  margin: 22px 0 0;
}
.procurement1 .content .grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px 21px;
  margin: 0 0 40px;
}
.procurement1 .content .grid.hall .item .img img {
  width: 100%;
  height: 100%;
}
.procurement1 .content .grid .item {
  width: 100%;
  border-radius: 10px;
  background: #FFF;
  overflow: hidden;
}
.procurement1 .content .grid .item:hover .img img {
  transform: scale(1.05);
}
.procurement1 .content .grid .item:hover .text .p1 {
  color: var(--color);
}
.procurement1 .content .grid .item .img {
  width: 100%;
  height: 220px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}
.procurement1 .content .grid .item .img img {
  transition: .4s ease;
  object-fit: contain;
}
.procurement1 .content .grid .item .text {
  padding: 7px 18px 24px 18px;
  border-bottom: 1px solid #F4F5F5;
}
.procurement1 .content .grid .item .text .p1 {
  color: #333;
  font-size: 16px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  transition: .4s ease;
}
.procurement1 .content .grid .item .text .type {
  display: flex;
  align-items: center;
  gap: 5px 20px;
  margin: 6px 0 17px;
  flex-wrap: wrap;
}
.procurement1 .content .grid .item .text .type p {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 201px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.procurement1 .content .grid .item .text .information {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.procurement1 .content .grid .item .text .information .money {
  color: #FF3737;
  font-size: 18px;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  display: flex;
  align-items: center;
}
.procurement1 .content .grid .item .text .information .money span {
  font-size: 12px;
}
.procurement1 .content .grid .item .text .information .money .original_price {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: line-through;
  margin: 0 0 0 10px;
}
.procurement1 .content .grid .item .text .information .label {
  border-radius: 4px;
  background: #C8A96A;
  height: 24px;
  padding: 0 9px;
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #FFF;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.procurement1 .content .grid .item .pick {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 18px 14px 18px;
}
.procurement1 .content .grid .item .pick .address {
  color: #333;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 125px;
  -webkit-line-clamp: 1;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.procurement1 .content .grid .item .pick .location {
  color: #999;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
