.header .white {
  background: #F4F5F5;
}

.classification {
  background: #FFF;
  padding: 20px 0;
  position: fixed;
  top: 96px;
  left: 0;
  width: 100%;
  z-index: 9;
}
.classification .w1200 {
  display: flex;
  gap: 40px;
}
.classification .w1200 .pick {
  color: #999;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.classification .w1200 .dis {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
  gap: 15px 50px;
}
.classification .w1200 .dis a {
  color: #333;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.classification .w1200 .dis a.on, .classification .w1200 .dis a:hover {
  color: var(--color);
  font-weight: bold;
}

.procurement1 {
  min-height: 70vh;
  padding: 194px 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;
}
