.supplier {
  padding: 44px 0 0 0;
}
.supplier-top {
  background-color: #fff;
  margin-bottom: 10px;
}
.supplier-img {
  width: 100%;
  height: 208px;
  object-fit: contain;
}
.supplier-custom-indicator {
  position: absolute;
  top: 16px;
  right: 16px;
  padding: 3px 8px;
  background: rgba(0,0,0,0.5);
  border-radius: 8px;
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  color: #FFFFFF;
}
.supplier-info {
  padding: 12px 16px;
}
.supplier-info-title {
  font-weight: 600;
  font-size: 18px;
  color: #313335;
  margin-bottom: 10px;
}
.supplier-tag-item {
  max-width: 100px;
  max-height: 26px;
  word-break: break-all;
  line-height: 1.2;
  background: #F2F4F8;
  border-radius: 11px;
  padding: 5px 8px;
  font-weight: 400;
  font-size: 12px;
  color: #1A1A1A;
  margin: 0 6px 0 0;
}
.supplier-text {
  margin-top: 18px;
  font-weight: 400;
  font-size: 14px;
  color: #1A1A1A;
}
.supplier-text span {
  color: #7F7F7F;
}
.supplier-details {
  padding-top: 16px;
  background: #fff;
  margin-bottom: 10px;
}
.supplier-details-title {
  font-weight: 600;
  font-size: 16px;
  color: #002A79;
}
.supplier-details-line {
  width: 3px;
  height: 16px;
  background: #002A79;
  border-radius: 2px;
  margin-right: 13px;
}
.supplier-profile-text {
  max-width: 100%;
  font-weight: 400;
  font-size: 16px;
  color: #1A1A1A;
  padding: 20px 16px 16px 16px;
  line-height: 24px;
  text-align: left;
}
.supplier-profile-text img {
  width: 100%;
  height: auto;
  object-fit: contain;
}
.supplier-profile-text table {
  width: 100%;
}

.supplier-product {
  background-color: #fff;
  margin-bottom: 12px;
  padding: 16px 0;
}

.supplier-product-list {
  padding: 12px 16px 100px 16px;
}

.supplier-product-info-item {
  width: calc((100% - 11px) / 2);
  margin-right: 11px;
  margin-bottom: 12px;
  border-radius: 10px;
}
.supplier-product-info-item:nth-of-type(2n) {
  margin-right: 0;
}
.supplier-product-item-img {
  width: 100%;
  height: 168px;
  background: #fff;
  border-radius: 10px 10px 0 0;
  display: block;
}
.supplier-product-item-content {
  width: calc(100% - 20px);
  height: 82px;
  line-height: 1;
  padding: 10px;
  background: #fff;
  border-radius: 0px 0px 10px 10px;
  font-weight: 400;
  font-size: 12px;
  color: #999999;
}
.supplier-product-item-title {
  font-weight: 600;
  font-size: 14px;
  color: #333333;
  margin-bottom: 6px;
  height: 28px;
}
.supplier-product-item-content-text{
  height: 24px;
}
.supplier-product-shop {
  margin-top: 10px;
  width: auto;
  height: 14px;
  background: #F2F4F8;
  border-radius: 7px;
  font-weight: 600;
  font-size: 10px;
  color: #002A79;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.supplier-product-shop-img {
  width: 14px;
  height: 14px;
  margin-right: 4px;
}
.supplier-product-shop-icon {
  width: 10px;
  height: 10px;
  margin: 0 4px;
}
.supplier-btn-list {
  position: fixed;
  bottom: 0;
  left: 0;
  width: calc(100% - 32px);
  height: 60px;
  background-color: #fff;
  padding-bottom: env(safe-area-inset-bottom);
  display: flex;
  padding: 8px 16px;
}
.supplier-btn {
  width: calc((100% - 13px) / 2);
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  border: 1px solid #042D77;
  font-weight: 400;
  font-size: 16px;
  color: #042D77;
  margin-right: 11px; /* 增加按钮之间的间距 */
}
.supplier-btn:last-child {
  margin-right: 0; /* 确保最后一个按钮的右边距为0 */
}
.supplier-btn img {
  width: 22px;
  height: 22px;
  margin-right: 6px;
}
.supplier-wrap {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.search-details-supplies-tag {
  padding: 5px 8px;
  background: #F2F4F8;
  border-radius: 11px;
  font-weight: 400;
  font-size: 12px;
  color: #1A1A1A;
  margin-right: 6px;
  display: inline-block;
  max-width: 100%;
  box-sizing: border-box;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 0;
  flex: 0 1 auto;
}

.search-details-supplies-tag-one {
  display: inline-block;
  text-align: center;
  max-width: 50%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-sizing: border-box;
  min-width: 0;
}



.ffscTwo {
  justify-content: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
  gap: 8px;
  overflow: hidden;
}


.ffsc {
  width: 100%;
  max-width: 100%;
}

@media screen and (min-width: 0px) and (max-width: 768px) {

}
@media screen and (min-width: 769px) and (max-width: 959px) {
  
}

@media screen and (min-width: 960px) and (max-width: 1399px) {

}

@media screen and (min-width: 1400px) and (max-width: 1900px) {

}

@media screen and (min-width: 1901px) and (max-width: 5000px) {

}