.product-box {
  margin-top: 30px;
}

.product-box ul.listBox {
  width: 100%;
  /* height: 100%; */
  min-height: 530px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  gap: 19px 23px;
  border-radius: 16px;
  padding: 30px 0px;
}

.product-box ul.listBox li {
  width: 214px;
  height: 421px;
  border-radius: 14px;
  overflow: hidden;
  background: #ffffff;
}

.product-box ul.listBox li img {
  width: 100%;
  height: 285px;
  object-fit: cover;
}

.product-box ul li .htmprice {
  margin-top: 13px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 11px;
  gap: 8px;
}

.product-box ul li .htmprice .price {
  flex: 0 0 auto;
  white-space: nowrap;
  font-weight: 400;
  font-size: 18px;
  color: #333333;
}

.product-box ul li .htmprice .itemNo {
  font-weight: 400;
  font-size: 12px;
  color: #cdcdcd;
}

.product-box ul li .htname {
  margin-top: 10px;
  width: 100%;

  font-weight: 400;
  font-size: 14px;
  color: #333333;
  line-height: 18px;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 11px;
}

.product-box ul li .uploadBtn {
  margin-top: 12px;
  height: 32px;
  width: 100%;
  margin: 12px 0 13px;
}

.product-box ul li .uploadBtn .uploadBtnTxt {
  border: 0;
  height: 100%;
  max-width: 164px;
  line-height: 32px;
  /* padding: 0 12px; */
  background: #23ac38;
  border-radius: 7px;

  font-size: 14px;
  color: #fff;
  font-weight: 400;
  text-align: center;
}
.keywordBox {
  color: #666;
  font-size: 14px;
}
.keywordBox .count,
.keywordBox .keyword {
  color: #333;
}
.keywordBox .keyword {
  margin-right: 14px;
  font-weight: 400;
  font-size: 28px;
  color: #222;
}
.keywordBox .count {
  margin-right: 3px;
}
