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

/* 面包屑 - 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; */
  margin-bottom: 16px;
  padding:24px 0;
  box-sizing: border-box;
}

.category_select_top {
    font-size: 16px;
  padding: 0 20px ;
  /* border-bottom: 1px solid #f1f1f1; */
}

.category_select dl {
  height: auto;
  /* height: 22px;   点击展开折叠按钮时控制高度为22px */
  overflow: hidden;
}

.category_select dt {
  /* width: 79px; */
  height: 22px;
  line-height: 22px;
  text-align: right;
  margin-right: 4px;
  color: #86909c;
}

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

.category_select dd a {
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 20px;
   color: #1d2129;
}

.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 {
  padding: 20px 20px 0 ;
  border-top: 1px solid #eee;
}

.category_select_down .left .status_select {
  margin-right: 30px;
  cursor: pointer;
}

.category_select_down .left .status_select span {
  color: #1d2129;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 16px;
  margin-right: 6px;
}

.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;
}
/* 区域 */
.leftParm {
    display: flex;
    font-size: 16px;
    /* padding: 0 20px; */
}
.leftArea {
  /* width: 79px; */
  height: 22px;
  line-height: 22px;
  text-align: right;
  margin-right: 4px;
  color: #86909c;
}

.shop_area_list {
  flex: 1;
}
.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: 16px;
  margin-right: 8px;
  color: #1d2129;
}

.zujin_range input {
  width: 88px;
  height: 32px;
  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_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: 307px;
  float: left;
  margin-right: 12px;
  margin-bottom: 12px;
  border-radius: 8px;
  padding-top: 12px;
  cursor: pointer;
}

.goods_block .goods_left li .pic {
  display: block;
  margin: 0 auto 10px;
}

.goods_block .goods_left li h3 {
  width: 202px;
  color: #1d2129;
  font-weight: 500;
  line-height: 21px;
  margin: 0 auto 10px;
  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: 10px;
  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: 10px;
}

.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 */

/* 分页器 */

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

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

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

#setShopBlockPagination .pagination-box .page-btn,
#setShopBlockPagination .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;
}

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

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

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

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

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

#setShopBlockPagination .pagination-box .paginationjs-go-input input {
  width: 56px !important;
  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";
}

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

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

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

#setShopBlockPagination .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 {
  min-height: 900px;
}
.shop_block .noData p {
  margin-top: 20px;
}

.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 .shopLogo {
  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: 7px;
}

.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 {
  color: var(--themeColor);
  border: 1px solid var(--themeColor);
}

.shop_block .shop_line_l .top .r .r_btn:nth-child(2) {
  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 .top{
    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;
  margin-top: 10px;
}

.shop_block .shop_line_l .down b {
  color: #4e5969;
  font-weight: normal;
}
 .c .grade {
    margin-bottom: 7px;
    font-size: 14px;
    color: #fb9600;

}
.c .grade img {
    margin-right: 4px;
}
.c .grade .point {
    margin-left: 4px;
}
.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 img {
  width: 16px;
  height: 16px;
  margin-right: 4px;
  vertical-align: -2px;
}

.c_location::after {
  margin:0 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;
}

/* ========== 店铺列表 2026 蓝湖稿美化 ========== */
body.shop-search-page {
  background: #f5f7fa;
}
.shop-search-main {
  padding-bottom: 40px;
}
.shop-search-meta {
  min-height: 48px;
  margin: 8px 0 12px;
  gap: 12px;
}
.shop-search-meta > ul {
  display: none !important;
}
.shop-search-meta__label {
  color: #6a7695;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
}
.shop-search-meta__clear,
.shop-search-meta .clear {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 32px;
  padding: 0 12px;
  border: 1px solid #e5e8ec;
  border-radius: 8px;
  background: #fff;
  color: #263b5e;
  font-size: 14px;
  font-weight: 500;
  cursor: pointer;
  margin-left: 0;
}
.shop-search-filter {
  border-radius: 12px;
  padding: 20px 24px 8px;
  margin-bottom: 16px;
  box-shadow: none;
  border: none;
}
.shop-search-filter .category_select_top,
.shop-search-filter .paramItem {
  border: none;
  padding: 0;
  margin: 0 0 16px;
}
.shop-search-filter dl {
  min-height: 22px;
}
.shop-search-filter .category_select_top > dl.parent-category-row {
  align-items: flex-start;
  overflow: hidden;
}
.shop-search-filter .category_select_top > dl.parent-category-row.is-collapsed {
  max-height: 60px;
}
.shop-search-filter .category_select_top > dl.parent-category-row.is-expanded {
  max-height: none;
  height: auto;
}
.shop-search-filter .paramItem dl {
  overflow: visible;
}
.shop-search-filter dt,
.shop-search-filter .leftArea {
  width: 40px;
  margin-right: 16px;
  color: #263b5e;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
  text-align: left;
}
.shop-search-filter dd a,
.shop-search-filter .distanceNum a,
.shop-search-filter .shop_area_list a {
  margin: 0 24px 8px 0;
  color: #263b5e;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.shop-search-filter dd a.active,
.shop-search-filter dd a:hover,
.shop-search-filter .distanceNum a.active,
.shop-search-filter .distanceNum a:hover,
.shop-search-filter .shop_area_list a.active,
.shop-search-filter .shop_area_list a:hover {
  color: #0277ef;
}
.shop-search-filter .showMore {
  right: 0;
  top: 0;
  width: auto;
  height: 22px;
  background: transparent;
  color: #6a7695;
  font-size: 14px;
}
.shop-search-filter .showMore .iconfont {
  margin-left: 2px;
  font-size: 12px;
}
.shop-sort-bar,
.category_select_down.shop-sort-bar {
  height: 56px;
  margin-bottom: 16px;
  padding: 0 24px;
  border-radius: 16px;
  border: 1px solid #fff;
  background: #fff;
  box-sizing: border-box;
}
.shop-sort-bar .status_select {
  height: 32px;
  margin-right: 8px;
  padding: 0 12px;
  border: 1px solid #e5e8ec;
  border-radius: 8px;
  color: #263b5e;
  font-size: 14px;
  cursor: pointer;
  box-sizing: border-box;
}
.shop-sort-bar .status_select span {
  color: inherit;
  font-size: 14px;
  font-weight: 400;
  margin: 0;
}
.shop-sort-bar .status_select.active {
  border-color: #0277ef;
  color: #0277ef;
}
.shop-sort-bar .status_select.active span {
  color: #0277ef !important;
  font-weight: 500;
}
.shop-sort-bar .right {
  color: #b6bdca;
  font-size: 14px;
  width: auto;
}
.shop-sort-bar .right .iconfont {
  color: #b6bdca;
  margin: 0 4px;
  cursor: pointer;
}
.shop-sort-bar .right .iconfont.disabled {
  color: #d0d5dd;
  cursor: not-allowed;
}
.shop_block {
  min-height: 400px;
}
.shop_block .shop_line {
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  height: auto;
  min-height: 208px;
  margin-bottom: 16px;
  padding: 20px;
  background: #fff;
  border-radius: 12px;
  box-sizing: border-box;
  overflow: hidden;
}
.shop_block .shop_line_l {
  width: 360px;
  min-width: 360px;
  height: auto;
  padding: 0;
  margin-right: 20px;
  background: #fff;
}
.shop_block .shop_line_l .top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
}
.shop_block .shop_line_l__logo,
.shop_block .shop_line_l .shopLogo {
  display: block;
  width: 110px;
  height: 110px;
  border-radius: 16px;
  object-fit: cover;
  flex-shrink: 0;
}
.shop_block .shop_line_l__logo {
  margin-right: 20px;
}
.shop_block .shop_line_l .top .c {
  flex: 1;
  overflow: hidden;
  min-width: 0;
}
.shop_block .shop_line_l .top .c h3,
.shop_block .shop_line_l .top .c h3 a {
  color: #263b5e;
  font-size: 24px;
  font-weight: 400;
  /* line-height: 1.3; */
  margin: 0 0 8px;
}
.shop_block .shop_line_l .top .c h3 .keyword_title,
.shop_block .shop_line_l .top .c h3 span {
  color: #0277ef;
}
.shop_block .shop_line_l .c_location {
  margin-bottom: 12px;
}
.shop_block .shop_line_l .c_location,
.shop_block .shop_line_l .c_location_count {
  color: #6a7695;
  font-size: 12px;
  /* line-height: 1.2; */
  /* margin-bottom: 12px; */
}
.shop_block .shop_line_l .c_location img {
  margin-right: 4px;
  width: 12px;
  height: 14px;
}
.shop_block .shop_line_l .r {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shop_block .shop_line_l .r .r_btn {
  width: 88px;
  height: 34px;
  margin: 0;
  border-radius: 6px;
  border: 1px solid #0277ef;
  color: #263b5e;
  background: #fff;
  box-sizing: border-box;
}
.shop_block .shop_line_l .r .r_btn .iconfont {
  font-size: 14px;
  color: #0277ef;
  margin-right: 4px;
}
.shop_block .shop_line_l .r .r_btn span {
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  margin: 0;
  color: #263b5e;
}
.shop_block .shop_line_l .r .r_btn:hover {
  background: rgba(2, 119, 239, 0.06);
}
.shop_block .shop_line_l .down {
  width: 100%;
  color: #263b5e;
  font-size: 12px;
  font-weight: 500;
  line-height: 17px;
  margin-top: 0;
}
.shop_block .shop_line_l .down b {
  color: #263b5e;
  font-weight: 500;
}
.shop_block .shop_line_r {
  flex: 1;
  min-width: 0;
  height: auto;
  padding: 0;
}
.shop_goods_list {
  width: 100%;
  height: auto;
  gap: 12px;
  background: transparent;
}
.shop_goods_item {
  width: 125px;
  min-width: 125px;
  margin: 0;
  border: none;
  border-radius: 6px;
  overflow: hidden;
  background: #f7f8fa;
}
.shop_goods_item a {
  display: block;
  padding-bottom: 10px;
}
.shop_goods_item__pic {
  position: relative;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background: #eef1f6;
}
.shop_goods_item__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.shop_goods_item__name {
  margin: 8px 10px 4px;
  color: #263b5e;
  font-size: 12px;
  font-weight: 500;
  /* line-height: 1.2; */
}
.shop_goods_item .price {
  display: block;
  height: auto;
  padding: 0 10px;
  color: #f64646;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
}
.shop_goods_item__pic .positionLeftLabel {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  height: 20px;
  min-width: 0;
  max-width: 90%;
  padding: 0 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  white-space: nowrap;
  border-top-left-radius: 6px;
  border-bottom-right-radius: 6px;
  pointer-events: none;
}
.shop_goods_item__pic .dColor {
  background: linear-gradient(270deg, #a0d4ff 0%, #0277ef 100%);
}
.shop_goods_item__pic .mColor {
  background: linear-gradient(270deg, #f9991e 0%, #ffc422 100%);
}
.shop_goods_item__pic .yColor {
  background: linear-gradient(270deg, #d73624 0%, #ff7226 100%);
}
.shop_goods_item__pic .hColor {
  background: linear-gradient(270deg, #814ae0 0%, #9785f0 100%);
}
.shop_goods_empty {
  width: 100%;
  min-height: 167px;
  border-radius: 6px;
  background: #f5f7fa;
  color: #6a7695;
  font-size: 14px;
}
.shop_block .noData,
.shop_block .noData {
  float: none;
  width: 100%;
  background: #fff;
  border-radius: 12px;
  height: 420px;
}

/* 选择器对齐实际 DOM class */
.shop-search-filter.category_select {
  border-radius: 12px;
  padding: 20px 24px 8px;
  margin-bottom: 16px;
}
.shop-search-filter .category_select_top,
.shop-search-filter .paramItem {
  margin-bottom: 16px;
  padding: 0;
  border: none;
}
.shop-search-filter .paramItem .leftParm {
  display: flex;
  align-items: flex-start;
}
.shop-search-filter dt,
.shop-search-filter .leftArea {
  width: 40px;
  flex-shrink: 0;
  margin-right: 16px;
  color: #263b5e;
  font-size: 14px;
  font-weight: 500;
  line-height: 22px;
}
.shop-search-filter dd a,
.shop-search-filter .distanceNum a,
.shop-search-filter .shop_area_list a {
  margin: 0 24px 8px 0;
  color: #263b5e;
  font-size: 14px;
  font-weight: 500;
}
.shop-search-filter dd a.active,
.shop-search-filter dd a:hover,
.shop-search-filter .distanceNum a.active,
.shop-search-filter .shop_area_list a.active {
  color: #0277ef;
}
.shop-search-filter .showMore {
  right: 0;
  top: 0;
  width: auto;
  height: 22px;
  padding: 0;
  background: transparent;
  color: #6a7695;
  font-size: 14px;
}
.shop_block .shop_line_l__logo {
  display: block;
  margin-right: 20px;
  flex-shrink: 0;
}
.shop_block .shop_line_l__logo img,
.shop_block .shop_line_l .shopLogo {
  width: 110px;
  height: 110px;
  border-radius: 16px;
  object-fit: cover;
}
.shop_block .shop_line_l .c_location,
.shop_block .shop_line_l .c_location_count {
  color: #6a7695;
  font-size: 12px;
  /* margin-bottom: 12px; */
}
.shop_block .shop_line_l .c_location img {
  margin-right: 4px;
}
.shop_block .shop_line_l .top .r {
  display: flex;
  align-items: center;
  gap: 12px;
}
.shop_block .shop_line_l .top .r .r_btn {
  width: 88px;
  height: 34px;
  margin: 0 !important;
  border-radius: 6px;
  border: 1px solid #0277ef;
  color: #263b5e;
  background: #fff;
}
.shop_block .shop_line_l .top .r .r_btn .iconfont {
  font-size: 14px;
  color: #0277ef;
  margin-right: 4px;
}
.shop_block .shop_line_l .top .r .r_btn span {
  font-size: 14px;
  font-weight: 500;
  margin: 0;
  color: #0277ef;
}
.shop_goods_item__pic {
  position: relative;
  width: 125px;
  height: 125px;
  overflow: hidden;
  border-radius: 6px 6px 0 0;
  background: #eef1f6;
}
.shop_goods_item__pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.shop_goods_item__name {
  margin: 8px 10px 4px;
  color: #263b5e;
  font-size: 12px;
  font-weight: 500;
  /* line-height: 1.2; */
}
