/* 导航 */
.left-list {
  width: 200px;
  /* position: absolute; */
  top: 46px;
  left: 0;
  overflow: hidden;
  z-index: 2;
}

.left-content-box {
  position: relative;
  width: 950px;
  height: 416px;
}

/* logo */
.page-logo {
  display: block;
  height: 413px;
  width: 100%;
}

/* content */
.title-label-box {
  width: 100%;
  display: flex;
  height: 60px;
  justify-content: space-between;
  padding: 0 20px;
  align-items: center;
  background-color: #fff;
}

.title-label {
  display: flex;
  align-items: center;
}

.title-label-img {
  width: 36px;
  height: 36px;
}

.title-name {
  font-size: 18px;
  font-weight: bold;
  color: #333333;
  margin-left: 8px;
}

.more {
  display: flex;
  cursor: pointer;
  color: #999;
  user-select: none;
}

.more:hover {
  color: #2c85ff;
}

/* 列表 */
.smart-place,
.smart-product {
  display: flex;
  background-color: #fff;
}

.list-img {
  width: 240px;
  height: 532px;
  display: block;
}

.list-box {
  width: 960px;
  display: flex;
  height: 532px;
  overflow: hidden;
  flex-wrap: wrap;
}

.page-item {
  padding: 12px;
  width: 240px;
  height: 266px;
  border-bottom: 1px solid #f5f5f5;
  border-right: 1px solid #f5f5f5;
  cursor: pointer;
  position: relative;
}

.page-item.active::after {
  content: "";
  width: 24px;
  height: 38px;
  position: absolute;
  top: 12px;
  right: 12px;
  background: url("/static/images/shop/top-label.png") no-repeat;
  background-size: 100% 100%;
}

.page-item:hover {
  box-shadow: 0px 6px 30px 0px rgb(0 0 0 / 10%);
}

.page-item-top {
  display: flex;
  align-items: center;
}

.page-item-logo {
  width: 218px;
  height: 158px;
  object-fit: contain;
}

.page-price-box {
  height: 18px;
  line-height: 1;
  margin: 18px 0 0;
  display: flex;
  align-items: center;
}

.page-item-price {
  font-size: 20px;
  font-weight: bold;
  color: #d0111a;
  margin-right: 6px;
}

.page-item-name {
  font-weight: bold;
  height: 14px;
  margin-top: 14px;
  line-height: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-item-company {
  margin-top: 6px;
  font-size: 12px;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/*auto*/
.ui-menu-item{
  line-height: 32px !important;
}
