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

/* 面包屑 - start */
.bread{
  flex-wrap: wrap;
  margin-top: 20px;
}

.bread ul,.paramShowItem{
  margin-bottom: 20px;
}
.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 .paramShowItem {
  padding: 6px 10px;
  border-radius: 4px;
  border: 1px solid #c9cdd4;
  color: #86909c;
  font-family: "Alibaba PuHuiTi 3.0";
  font-size: 12px;
  cursor: pointer;
  margin-right: 12px;
}
.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;
  margin-bottom: 20px;
}
/* 面包屑 - end */
.active span{
  color: #125AAF !important;
}
.active{
  color: #125AAF !important;
}
/* 分类项 - start */
.category_select {
  border-radius: 8px;
  min-height: 176px;
  margin-bottom: 16px;
  padding:24px 0;
  box-sizing: border-box;
}

.category_select_top {
  padding: 20px 16px 0;
  border-bottom: 1px solid #f1f1f1;
}
.paramItem{
  display: flex;
  justify-content:space-between;
  font-size:16px;
  color: #1d2129;

}
.leftParm{
  display: flex;
  flex:1;
}
.category_select dl {
  overflow: hidden;
}

.category_select dt {
  margin-right: 20px;
  color: #86909c;
}

.category_select dd {
  flex: 1;
}

.category_select dd a {
  margin-right: 32px;
  margin-bottom: 20px;

}

.category_select dd a.active,
.category_select dd a:hover {
  color: var(--themeColor);
}
.rightCateInfo{
  flex:0 0 140px;
  color: #4e5969;
  display: flex;
  justify-content:flex-end;
  margin-left:20px;
  font-size:14px;

}
.rightCateInfo .cateTip{
  color: #86909c;
  padding:5px;
}
.rightCateInfo .cateToggle{
  display: flex;
  width: 68px;
  align-items: center;
  justify-content:center;
  border-radius: 4px;
  background: #F5F7FA;
  height:30px;
  cursor: pointer;
  margin-left:4px;
}
.rightCateInfo .cateToggle .iconfont{
  font-size:16px;
  margin-left:4px;
  color: #86909c;
}

.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;
}
.showToggle{
  display: flex;
  align-items: center;
  justify-content:flex-start;
  padding-bottom:20px;
  font-size:16px;
  cursor: pointer;
}
.showToggle .iconfont{
  font-size:16px;
  color: #86909c;
  margin-left:2px;
  transform:rotate(360deg);
}
.category_select_down {
  padding: 19px 16px 20px 20px;
}

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

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

.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;
  margin-bottom: 3px;
}
.goods_block .goods_left li .pic {
  display: block;
  margin: 0 auto 10px;
  border-radius: 4px;
}

.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;
  color: #86909c;
  font-size: 12px;
  font-weight: 500;
  margin: 3px auto auto;
}

.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;
  border-radius: 4px;
}

#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";
}

.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: contain;
  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 .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: #125AAF;
  }

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

  .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: #125AAF !important;
  }
}

#setGoodsBlockPagination .goods_block .goods_left {
  transition: opacity 300ms;
  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: 10px;
    left: 10px;
    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-radius: 4px;
}
.mColor{
  background: linear-gradient(270deg, #F9991E 0%, #FFC422 100%);
}
.yColor{
   background: linear-gradient(270deg, #D73624 0%, #FF7226 100%);
}
.dColor{
   background:linear-gradient(270deg, #125AAF 0%, #498DDD 100%);
}
.hColor{
   background: linear-gradient(270deg, #814ae0 0%, #9785f0 100%);
}