/* 分类商品列表页样式 */

/* 面包屑 - start */
.bread,
.bread ul,
.bread ul li {
  height: 61px;
}

.bread ul li span,
.bread ul li .iconfont {
  color: #86909c;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 14px;
  margin-right: 12px;
}

.bread ul li:last-of-type span {
  color: #4e5969;
}

.bread ul li:last-of-type .iconfont {
  display: none;
}

.bread .clear {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #c9cdd4;
  color: #86909c;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 12px;
  cursor: pointer;
}
/* 面包屑 - end */
.active span{
    color: #0277EF !important;
}
 .active{
    color: #0277EF !important;
}
/* 分类项 - start */
.category_select {
  border-radius: 8px;
  min-height: 176px;
  padding:14px 0 20px 0;
  box-sizing: border-box;
}

.category_select_top {
  padding: 20px 16px 4px 20px;
  border-bottom: 1px solid #f1f1f1;
  border-radius: 16px;
}

.search-product-page .category_select_top > dl.parent-category-row {
  align-items: flex-start;
  overflow: hidden;
}
.search-product-page .category_select_top > dl.parent-category-row.is-collapsed {
  max-height: 60px;
}
.search-product-page .category_select_top > dl.parent-category-row.is-expanded {
  max-height: none;
  height: auto;
}
.search-product-page .category_select .showMore {
  right: 0;
  top: 0;
  width: auto;
  height: 22px;
  padding: 0;
  border-radius: 0;
  background: transparent;
  color: #6a7695;
  font-size: 14px;
}
.search-product-page .category_select .showMore span {
  color: #6a7695;
  margin-right: 0;
}
.search-product-page .category_select .showMore .iconfont {
  margin-left: 2px;
  font-size: 12px;
}

.category_select dl {
  height: auto;
  overflow: hidden;
}

.category_select dt {
  width: 79px;
  height: 22px;
  line-height: 22px;
  text-align: right;
  margin-right: 4px;
}

.category_select dd {
  flex: 1;
  padding-right: 134px;
}

.category_select dd a {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 10px;
}

.category_select dd a.active,
.category_select dd a:hover {
  color: var(--themeColor);
}

.category_select .showMore {
  width: 68px;
  height: 30px;
  border-radius: 4px;
  background: #f5f7fa;
  right: 0;
  top: -4px;
  cursor: pointer;
}

.category_select .showMore span {
  color: #4e5969;
  font-family: "Alibaba PuHuiTi 3.0";
  margin-right: 4px;
}

.category_select .showMore .iconfont {
  font-size: 16px;
}

.category_select_down {
  margin-top: 16px;
  padding: 9px 16px 10px 20px;
  border-radius: 16px;
}

.category_select_down .left .status_select {
  margin-right: 30px;
  cursor: pointer;
  
  border-radius: 8px;
  color: #263B5E;
  background: #FFFFFF;
  border: solid 1px #E5E8EC;
  padding: 2px 10px;
}
.category_select_down .left .active {
  background: #EFF5FF;
  border: solid 1px #0277EF;
}
.category_select_down .left .status_select span {
  color: #1d2129;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 14px;
}

.category_select_down .left .status_select span.acitve {
  color: var(--themeColor);
}

.category_select_down .right {
  text-align: right;
  color: #4e5969;
  font-family: "Alibaba PuHuiTi 3.0";
  justify-content: flex-end;
  width: 30%;
}

.category_select_down .right span:nth-of-type(1) {
  /* color: var(--themeColor); */
}

.category_select_down .right .iconfont {
  cursor: pointer;
  color: #4e5969;
}

.category_select_down .right .iconfont.disabled {
  color: #c9cdd4;
  cursor: not-allowed;
}

.category_select_down .right .iconfont:nth-of-type(1) {
  margin-right: 6px;
}

.category_select_down .right .iconfont:nth-of-type(2) {
  margin-left: 6px;
}

.zujin_range,
.shop_area {
  padding-left: 30px;
}

.zujin_range::before,
.shop_area::before {
  content: "";
  width: 1px;
  height: 18px;
  background: #c9cdd4;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -9px;
}

.zujin_range span,
.shop_area span {
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 15px;
  margin-right: 8px;
  color: #1d2129;
}

.zujin_range input {
  width: 84px;
  height: 26px;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #c9cdd4;
  background: #fff;
  padding-left: 12px;
  display: inline-block;
  outline: none;
}

.zujin_range input::placeholder {
  color: #c9cdd4;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 14px;
}

.zujin_range .btns {
  display: none;
}

.zujin_range.shadow {
  box-shadow: 0 0 10px rgba(68, 89, 125, 0.2);
  display: none;
  width: 265px;
  height: 88px;
  border-radius: 4px;
  padding: 10px;
  box-sizing: border-box;
  background: #fff;
  left: 20px;
  top: -10px;
}

.zujin_range.shadow::before {
  display: none;
}

.zujin_range.shadow .btns {
  display: flex;
  width: 100%;
  margin-top: 10px;
}

.zujin_range.shadow .btns .btns_clear {
  border-radius: 26px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #86909c;
  cursor: pointer;
  background: #f2f3f5;
}

.zujin_range.shadow .btns .btns_sure {
  border-radius: 26px;
  width: 60px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  background: var(--themeColor);
  margin-left: 10px;
}

.goods_block {
  width: 100%;
  overflow: hidden;
  min-height: 900px;
}

.goods_nodata {
  height: 36px;
  width: 570px;
  margin-bottom: 10px;
}

.goods_nodata img {
  width: 100%;
}

.goods_block .goods_left {
  float: left;
  margin-right: 4px;
  width: 1210px;
}

.goods_block .noData {
  float: left;
  margin-right: 4px;
  width: 1210px;
  background-color:#F5F5F5;
  height: 500px;
}

.goods_block .goods_left li {
  width: 230px;
  height: 349px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  /* padding-top: 10px; */
  cursor: pointer;
  position: relative;
}

.goods_block .goods_left li  .shopAnnualHtml {
  display: flex;
  align-items: center;
  min-height: 18px;
  /* margin: 0 0px 3px 10px; */
}

.goods_block .goods_left li  .shopAnnualHtml .shopAnnualHtml-tag1 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #FFDFBB;
  background: #FFF3E8;
  color: #fb9600;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  margin-right: 4px;
  width: 46px;
  height: 18px;
  line-height: 18px;
}

.goods_block .goods_left li .shopAnnualHtml .shopAnnualHtml-tag2 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #FFC6C7;
  background: #FFE8E8;
  color: #D73524;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  width: 34px;
  height: 18px;
  line-height: 18px;
  margin-right: 4px;
}
.shopAnnualHtml-tag3 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #27b86d33;
  background: #27b86d1a;
  color: #27b86d;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  width: 46px;
  height: 18px;
  line-height: 18px;
}
.shopAnnualHtml-tag4 {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  border-radius: 4px;
  border: 1px solid #00B27733;
  background: #00B277;
  color: #fafafa;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  width: 34px;
  height: 18px;
  line-height: 18px;
  margin-right: 4px;
}
.goods_block .goods_left li .pic {
  display: block;
  margin: 0 auto 10px;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
}

.goods_block .goods_left li h3 {
  width: 202px;
  color: #1d2129;
  font-weight: 500;
  line-height: 21px;
  margin: 0 auto 3px;
  height: 42px;
}

.goods_block .goods_left li .price strong {
  color: #D73524;
  font-family: "Inter";
  font-size: 18px;
  font-weight: 600;
  line-height: 18px;
}

.goods_block .goods_left li .date {
  color: #86909c;
  text-align: right;
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}

.goods_block .goods_left li .bottom {
  height: 20px;
  width: 202px;
  margin: auto;
  color: #86909c;
  font-size: 12px;
  font-weight: 500;
  margin-top: 3px;
}

.goods_block .goods_right {
  float: right;
  width: 185px;
  border-radius: 8px;
  overflow: hidden;
}

.goods_block .goods_right li {
  cursor: pointer;
}

.goods_block .goods_right h2 {
  width: 185px;
  height: 54px;
  padding-left: 16px;
  line-height: 54px;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 20px;
  font-weight: Bold;
  background: url(../../images/goods-select.png) no-repeat 100% 100%;
}

.goods_block .goods_right ul li {
  width: 185px;
  height: 242px;
  background: #fff;
}

.goods_block .goods_right ul li img {
  display: block;
  margin: auto;
}

.goods_block .goods_right ul li h3 {
  width: 150px;
  color: #1d2129;
  font-family: "Alibaba PuHuiTi 3.0";
  margin: 10px auto 13px;
}

.goods_block .goods_right ul li a {
  display: block;
}

.goods_block .goods_right ul li a .price {
  width: 150px;
  margin: auto;
  text-align: left;
}

.goods_block .goods_right ul li a .price span {
  font-family: "PingFang SC";
  font-size: 12px;
  font-weight: 500;
  line-height: 18px;
}
.goods_block .goods_right ul li a .price span:first-child {
  color: #D73524;
}
.goods_block .goods_right ul li a .price strong {
  color: #D73524;
  font-family: "Inter";
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 18px;
}
.goods_block .goods_right ul li a .price span:last-child {
  color: #999999;
}
/* 分类项 - end */

/* 分页器 */

#setGoodsBlockPagination .pagination-box {
  margin-top: 30px;
  width: 100%;
  clear: both;
  display: flex;
  justify-content: center;
}

#setGoodsBlockPagination .pagination-box .prev-btn {
  width: 72px;
  height: 32px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e5e6eb;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  margin-right: 4px;
}

#setGoodsBlockPagination .pagination-box .next-btn {
  width: 72px;
  height: 32px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e5e6eb;
  background: #fff;
  box-sizing: border-box;
  overflow: hidden;
  margin-left: 4px;
}

#setGoodsBlockPagination .pagination-box .page-btn,
#setGoodsBlockPagination .pagination-box .paginationjs-ellipsis {
  width: 32px;
  height: 32px;
  text-align: center;
  border-radius: 4px;
  border: 1px solid #e5e6eb;
  background: #fff;
  margin-left: 4px;
  margin-right: 4px;
  box-sizing: border-box;
  overflow: hidden;
}

#setGoodsBlockPagination .pagination-box .prev-btn a,
#setGoodsBlockPagination .pagination-box .next-btn a,
#setGoodsBlockPagination .pagination-box .page-btn a,
#setGoodsBlockPagination .pagination-box .paginationjs-ellipsis a{
  display: block;
  width: 100%;
  height: 100%;
  line-height: 30px;
}

#setGoodsBlockPagination .pagination-box .prev-btn a:hover,
#setGoodsBlockPagination .pagination-box .next-btn a:hover,
#setGoodsBlockPagination .pagination-box .page-btn a:hover,
#setGoodsBlockPagination .pagination-box .active-btn a {
  color: #fff;
  background: var(--themeColor);
}

#setGoodsBlockPagination .pagination-box .active-btn a:hover {
  cursor: not-allowed ;
}

#setGoodsBlockPagination .pagination-box .disabled-btn a,
#setGoodsBlockPagination .pagination-box .disabled-btn a:hover {
  cursor: not-allowed;
  color: #c9cdd4;
  background: #fff;
}

#setGoodsBlockPagination .pagination-box .paginationjs-pages {
  order: 1;
  margin-right: 16px;
}
#setGoodsBlockPagination .pagination-box .paginationjs-nav {
  order: 2;
}
#setGoodsBlockPagination .pagination-box .paginationjs-go-input {
  order: 3;
  width: 88px;
  height: 32px;
  box-sizing: border-box;
  border-radius: 4px;
}

#setGoodsBlockPagination .pagination-box .paginationjs-go-input input {
  width: 56px;
  box-sizing: border-box;
  text-align: center;
  line-height: 30rpx;
  border-radius: 4px;
  border: 1px solid #e5e6eb;
  background: #fff;
  color: #4e5969;
  font-family: "Alibaba PuHuiTi 3.0";
}

#setGoodsBlockPagination .pagination-box .paginationjs-go-input::after {
  content: "页";
  margin-left: 8px;
}

#setGoodsBlockPagination .pagination-box .paginationjs-go-button:hover input[type="button"] {
  background: var(--themeColor);
  color: #fff;
  border-color: transparent;
}

#setGoodsBlockPagination .pagination-box .paginationjs-go-button {
  order: 4;
}

#setGoodsBlockPagination .pagination-box .paginationjs-go-button input {
  border: 1px solid #e5e6eb;
  width: 60px;
  padding: 0;
}

.category_select.shop_search_page dt {
  color: #86909c;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  font-style: normal;
  font-weight: 55 Regular;
  line-height: normal;
}

.category_select.shop_search_page dd a.active,
.category_select.shop_search_page dd a:hover {
  color: var(--themeColor);
  text-align: center;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.category_select.shop_search_page dd a {
  color: #1d2129;
  text-align: center;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  font-style: normal;
  line-height: normal;
}

.shop_area_popup {
  box-shadow: 0 0 10px rgba(68, 89, 125, 0.2);
  background: #fff;
  width: 1400px;
  left: 0;
  top: 60px;
  border-radius: 4px;
  display: none;
}

.fake_area_span {
  left: 360px;
  height: 45px;
  width: 120px;
  background: #fff;
  border-radius: 4px;
  color: var(--themeColor);
  font-size: 16px;
  top: -45px;
  box-shadow: 0 -5px 10px rgba(68, 89, 125, 0.2);
}

.shop_area_popup_list {
  z-index: 2;
  padding: 20px;
}

.shop_area_popup_list span {
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  margin-right: 32px;
  cursor: pointer;
}

.shop_area_popup_list span.active {
  color: var(--themeColor);
}

.shop_block .shop_line {
  height: 192px;
  margin-bottom: 16px;
  background: #fff;
  border-radius: 8px;
  overflow: hidden;
}

.shop_block .shop_line_l {
  width: 577px;
  height: 192px;
  padding: 16px;
  background: #fff url(../../images/shop-store-bg.png) no-repeat 100% 100%;
}

.shop_block .shop_line_l .top img {
  display: block;
  margin-right: 12px;
  border-radius: 4px;
}

.shop_block .shop_line_l .top .c {
  flex: 1;
  overflow: hidden;
}

.shop_block .shop_line_l .top .c h3 {
  color: #1d2129;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  margin-bottom: 16px;
}

.shop_block .shop_line_l .top .c h3 span {
  color: var(--themeColor);
}

.shop_block .shop_line_l .top .r .r_btn {
  width: 110px;
  height: 32px;
  border-radius: 4px;
}

.shop_block .shop_line_l .top .r .r_btn:nth-child(1) {
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
}

.shop_block .shop_line_l .top .r .r_btn:nth-child(2) {
  color: #4e5969;
  border: 1px solid #4e5969;
  margin-bottom: 0;
}

.shop_block .shop_line_l .top .r .r_btn .iconfont {
  font-size: 20px;
}

.shop_block .shop_line_l .top .r .r_btn span {
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  font-style: normal;
  font-weight: 55 Regular;
  line-height: 14px;
  margin-left: 6px;
}
.grade-item {
    width: 82px;
    height: 24px;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    margin-right: 8px;
    background-position: center;
}

.grade-item img {
    margin-right: 2px;
}
.grade-item:nth-last-child(1){
    margin-right: 12px;
}
.shop_block .shop_line_l .grade-box {
  margin-top: 16px;
  margin-bottom: 10px;
}
.shop_block .shop_line_l .middle {
  margin-top: 16px;
  margin-bottom: 10px;
}

.shop_block .shop_line_l .middle span {
  padding: 4px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: #f7f7f7;
  margin-right: 6px;
  border-radius: 2px;
  color: #4e5969;
  font-size: 12px;
}

.shop_block .shop_line_l .down {
  width: 100%;
  color: #86909c;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
}

.shop_block .shop_line_l .down b {
  color: #4e5969;
  font-weight: normal;
}

.shop_block .shop_line_r {
  flex: 1;
  padding: 16px;
  height: 100%;
}

.shop_goods_list {
  width: 100%;
  height: 100%;
  background: #fff;
}

.shop_goods_empty {
  width: 100%;
  height: 100%;
  background: #ededed;
  border-radius: 4px;
  color: #4e5969;
  font-style: normal;
  font-weight: 500;
}

.shop_goods_item {
  width: 123px;
  border-radius: 4px;
  overflow: hidden;
  display: block;
  margin-right: 10px;
  border: 1px solid #dddddd;
}

.shop_goods_item:last-child {
  margin-right: 0;
}

.shop_goods_item img {
  display: block;
}

.shop_goods_item .price {
  height: 35px;
  padding-left: 10px;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
}

.c_location_count {
  color: #86909c;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 14px;
  font-style: normal;
}

.c_location::after {
  content: "|";
  margin-right: 10px;
}

/* 针对IE11的CSS Hack */
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .category_select dd a.active,
  .category_select dd a:hover,
  .category_select_down .left .status_select span.acitve,
  .category_select_down .right span:nth-of-type(1),
  .category_select.shop_search_page dd a.active,
  .category_select.shop_search_page dd a:hover,
  .shop_area_popup span.active,
  .fake_area_span,
  .shop_block .shop_line_l .top .c h3 span,
  .shop_block .shop_line_l .top .r .r_btn:nth-child(1) {
    color: #0277EF;
  }

  .shop_block .shop_line_l .top .r .r_btn:nth-child(1) {
    border: 1px solid #0277EF;
  }

  .zujin_range input::-ms-input-placeholder {
    color: #c9cdd4;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
  }

  .prev-btn a:hover,
  .next-btn a:hover,
  .page-btn a:hover,
  .zujin_range.shadow .btns .btns_sure,
  .pagination-box .paginationjs-go-button:hover input[type="button"] {
    background: #0277EF !important;
  }
}

#setGoodsBlockPagination .goods_block .goods_left {
  transition: opacity 500ms;
  opacity: 1;
}
.space-between.price-space {
  width: 202px;
  margin:auto;
}
.price-space .price span:first-child {
  color: #D73524;
  font-size:12px;
}
.price-space .price span:last-child {
  color: #999999;
  font-size:12px;
}
.truncate.bottom span{
  margin-left: 6px;
}
.positionLeftLabel{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    height: 28px;
    padding: 0 6px;
    color: #ffffff;
    font-family: "Alibaba PuHuiTi 3.0";
    font-size: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-width: 68px;
    max-width: 80%;
    border-top-left-radius: 8px;
    border-bottom-right-radius: 8px;
}
.mColor{
  background: linear-gradient(270deg, #F9991E 0%, #FFC422 100%);
}
.yColor{
   background: linear-gradient(270deg, #D73624 0%, #FF7226 100%);
}
.dColor{
   background:linear-gradient(270deg, #a0d4ff 0%, #0277ef 100%);
}
.hColor{
   background: linear-gradient(270deg, #814ae0 0%, #9785f0 100%);
}

/* ===== 搜索页 2026 改版 ===== */
.search-product-page .search-meta {
  margin: 16px 0 12px;
}
.search-meta__label {
  color: #6a7695;
  font-size: 14px;
  font-weight: 500;
  margin-right: 16px;
  flex-shrink: 0;
}
.search-history,
.search-result-chips {
  min-height: 32px;
  margin-bottom: 10px;
}
.search-history__tag,
.search-result-chips__item {
  display: inline-flex;
  align-items: center;
  height: 32px;
  padding: 0 12px;
  margin: 0 8px 0 0;
  border-radius: 4px;
  background: #fff;
  color: #263b5e;
  font-size: 14px;
  line-height: 32px;
  cursor: pointer;
}
.search-result-chips__item {
  position: relative;
  padding: 0 14px 0 11px;
  background: #EFF5FF;
  color: #0277ef;
  cursor: default;
  border: solid 1px #0277EF;
}
.search-result-chips__label {
  display: inline-block;
  max-width: 160px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.search-result-chips__close {
  position: absolute;
  top: -6px;
  right: -6px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  padding: 0;
  margin: 0;
  border: none;
  border-radius: 50%;
  background: #0277ef;
  color: #fff;
  font-size: 10px;
  line-height: 1;
  cursor: pointer;
}
.search-result-chips__close .iconfont {
  font-size: 10px;
  line-height: 1;
  transform: scale(0.85);
}
.search-history__empty,
.search-result-chips__empty {
  color: #c9cdd4;
  font-size: 13px;
}
.search-result-chips__clear {
  height: 32px;
  line-height: 32px;
  border-radius: 4px;
  color: #263b5e;
  font-size: 14px;
  padding:0 14px 0 11px;
  border: solid 1px  #E5E8EC;
  background: #fff;
  cursor: pointer;
  flex-shrink: 0;
  margin-left: 40px;
}
.category_select_more {
  width: 100%;
  height: 36px;
  color: #6a7695;
  font-size: 14px;
  cursor: pointer;
  border-top: 1px dashed #eef1f6;
  margin-top: 4px;
}
.category_select_more .iconfont {
  margin-left: 4px;
  font-size: 12px;
}
.search-total-count {
  color: #6a7695;
  font-size: 14px;
}
.search-total-count strong {
  color: #0277ef;
  margin: 0 4px;
  font-weight: 500;
}
.goods_block--full .goods_left,
.goods_block--full .noData {
  float: none;
  width: 100%;
  margin-right: 0;
}
.goods_block--full .goods_left {
  display: flex;
  flex-wrap: wrap;
  gap: 16px 16px;
}
.goods_block--full .goods_left li {
  float: none;
  width: calc((100% - 66px) / 5);
  height: auto;
  min-height: 0;
  margin-right: 0;
  margin-bottom: 0;
  padding-bottom: 12px;
  box-sizing: border-box;
  overflow: visible;
  transition: all ease-in-out .3s;

}
.goods_block--full .goods_left li:hover {
  transform: scale(1.01);
  box-shadow: 1px 1px 3px #00000021;
}
.goods_block--full .goods_left li .pic {
  width: 100%;
  height: auto;
  aspect-ratio: 1 / 1;
  object-fit: cover;
}
/* 四列加宽后，标题/价格/店铺行跟卡片同宽，避免被固定 349 高度裁切 */
.goods_block--full .goods_left li h3 {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.goods_block--full .space-between.price-space,
.goods_block--full .goods_left li .bottom {
  width: auto;
  margin-left: 10px;
  margin-right: 10px;
}
.goods_block--full .goods_left li .price strong {
  font-size: 18px;
}
.goods_block--full .goods_left li .bottom {
  display: flex;
  align-items: center;
}
.search-load-more {
  width: 100%;
  padding: 24px 0 8px;
}
.search-load-more__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-width: 160px;
  height: 40px;
  padding: 0 24px;
  border: 1px solid #0277ef;
  border-radius: 4px;
  background: #fff;
  color: #0277ef;
  font-size: 14px;
  cursor: pointer;
}
.search-load-more__spinner {
  display: none;
  width: 14px;
  height: 14px;
  border: 2px solid currentColor;
  border-top-color: transparent;
  border-radius: 50%;
  animation: search-load-more-spin 0.8s linear infinite;
  flex-shrink: 0;
}
.search-load-more__btn.is-loading .search-load-more__spinner {
  display: block;
}
.search-load-more__btn.is-loading,
.search-load-more__btn:disabled {
  opacity: 0.7;
  cursor: not-allowed;
}
@keyframes search-load-more-spin {
  to {
    transform: rotate(360deg);
  }
}
.search-guess-wrap {
  margin-top: 40px;
  margin-bottom: 24px;
}
.search-guess-wrap .prod-floor {
  background: transparent;
}
.goods_block .goods_right {
  display: none !important;
}
#setGoodsBlockPagination .pagination-box {
  display: none !important;
}

