.headerLine {
  width: 100%;
  height: 0.5px;
}

.product-box {
  background: #ffffff;
  border-radius: 16px;
  padding: 18px 26px 30px;
}

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

.product-box ul.listBox li {
  position: relative;
  width: 228px;
  /* height: 421px; */
  border-radius: 14px 14px 0px 0px;
  overflow: hidden;
}

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

.product-box ul li .htmprice {
  margin-top: 13px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  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;
}

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

.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;
}

.toolBox {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 25px;
  padding-right: 10px;
}

.toolBox .layui-input {
  width: 226px;
  height: 45px;
}
/*.toolBox .layui-input:focus{
    border-color: #5CAF50!important;
}
.toolBox .layui-this{
    color:#5CAF50!important;
} */
/* .toolBox .layui-this::before{

} */
