input[type="number"] {
  -moz-appearance: textfield;
       appearance: textfield;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

#goods_list_breadcrumb .layui-breadcrumb {
  height: 16px;
  line-height: 16px;
  margin-bottom: 16px;
}

#goods_list_breadcrumb .layui-breadcrumb>*,
#goods_list_breadcrumb .layui-breadcrumb .layui-icon {
  /* font-size: 12px; */
  color: #333 !important;
}

#promote_supp {
  height: 240px;
  background-color: #fff;
  border-radius: 10px;
  padding: 35px 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin-bottom: 16px;
}

#promote_supp>.ant-row-flex {
  flex: 1;
  width: 100%;
  align-items: center;
  margin-left: -10px;
  margin-right: -10px;
}

#promote_supp .promote-supp-desc {
  flex: 1;
  padding: 0 20px 0 10px;
  text-align: center;
}

#promote_supp .promote-supp-desc>div {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 1;
  text-shadow: 0 1px #fff, 1px 0 #fff, -1px 0 #fff, 0 -1px #fff;
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  color: #333;
}

#promote_supp .promote-supp-desc>div.promote-supp-tag {
  font-size: 16px;
}

#promote_supp .promote-supp-desc .promote-supp-company-name {
  margin: 16px 0;
}

#promote_supp .promote-supp-desc .promote-supp-contact-us {
  margin-top: 16px;
  min-width: 240px;
  max-width: 100%;
  border: 2px solid #e71a41;
  color: #e71a41;
  height: 46px;
  line-height: 44px;
  font-size: 18px;
  border-radius: 23px;
  font-weight: 500;
  background-color: #fff;
  text-transform: capitalize;
}

#promote_supp .promote-supp-desc .promote-supp-contact-us:hover {
  color: #fff;
  background-color: #e71a41;
}

#promote_supp .promote-supp-goods {
  width: 800px;
  padding: 0 10px 0 20px;
}

#promote_supp .promote-supp-goods-list {
  margin-left: -10px;
  margin-right: -10px;
  justify-content: end;
}

#promote_supp .promote-supp-goods-list .ant-col {
  padding: 0 10px;
  flex: 1;
}

#promote_supp .promote-supp-goods-list .promote-supp-goods-list-item {
  padding: 0 10px;
  width: 20%
}

#promote_supp .ant-col .promote-supp-goods-item {
  width: 100%;
  padding-top: 100%;
  box-sizing: border-box;
  position: relative;
}

#promote_supp .promote-supp-goods-item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 2px solid #dddddd;
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

#promote_supp .promote-supp-goods-item a .ant-avatar {
  width: 100%;
  height: 100%;
}

#promote_supp .promote-supp-goods-item a .ant-avatar .ant-avatar-string {
  /* display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  opacity: 1 !important; */
  top: 25%;
}

#promote_supp .promote-supp-goods-item a div {
  width: 100%;
  height: 100%;
  padding: 16px;
  display: none;
  align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.25);
  color: #fff;
}

#promote_supp .promote-supp-goods-item a div span {
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-all;
  -webkit-line-clamp: 4;
  line-height: 20px;
  max-height: 80px;
}

#promote_supp .promote-supp-goods-item a:hover div {
  display: flex;
}

#goods_list .layui-tab .layui-tab-title li{
  margin-right: 32px;
  padding-left: 0;
  padding-right: 0;
  font-size: 17px;
}

#goods_list .ant-row-flex {
  flex-flow: nowrap;
  width: 100%;
}

#attr-list {
  width: 240px;
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 8px;
  -webkit-transition: height 3s;
  transition: height 3s;
  will-change: height;
  margin-bottom: 16px;
}

.attr-list-dl {
  padding: 8px 0;
}

.attr-list-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 0 16px 0 2px;
  color: #333;
}

.attr-list-title svg {
  margin-right: 6px;
  fill: #e71a41;
}

.attr-list-citem-father,
.attr-list-citem,
.attr-list-citem-children {
  font-size: 14px;
  line-height: 30px;
  padding: 0 16px 0 24px;
}

.attr-list-citem-father,
.attr-list-citem{
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attr-list-citem-children {
  display: flex;
  align-items: center;
}

.attr-list-citem,
.attr-list-citem-children {
  color: #999;
}

.attr-list-citem-father:hover,
.attr-list-citem:hover,
.attr-list-citem-children:hover {
  background-color: #f8f8f8;
  color: #e71a41 !important;
  border-radius: 4px;
}

.attr-list-citem-father .attr-list-citem-name,
.attr-list-citem .attr-list-citem-name,
.attr-list-citem-children .attr-list-citem-name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-right: 0.5em;
}

.attr-list-citem-father {
  /* padding-left: 32px; */
  font-weight: bold;
}

.attr-list-citem-children {
  /* padding-left: 48px; */
  color: #999;
}

.attr-list-citem-father.active,
.attr-list-citem.active, .attr-list-citem-children.active {
  background-color: #f8f8f8;
  font-weight: bold;
  color: #e71a41 !important;
  cursor: initial;
  pointer-events: none;
}

.attr-list-more-less {
  padding-left: 24px;
  text-decoration: underline;
  line-height: 20px;
  display: block;
  cursor: pointer;
}

.attr-list-more-less:hover {
  text-decoration: underline;
}

/* 分类属性 */
#attr-list .ant-checkbox-group {
  display: block;
  width: 100%;
}

#attr-list .ant-checkbox-group .attr-list-title {
  padding-left: 32px;
}

.attr-list-aitem {
  line-height: 30px;
  width: 208px;
  padding: 0 16px 0 32px;
}

#attr-list .ant-checkbox-group .attr-list-more-less {
  padding-left: 32px;
}

.attr-list-aitem .ant-checkbox-wrapper {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.attr-list-aitem .ant-checkbox-input+.ant-checkbox-inner,
.attr-list-aitem .ant-checkbox-wrapper .ant-checkbox-inner,
.attr-list-aitem .ant-checkbox .ant-checkbox-inner {
  border-color: #d9d9d9;
}

/* .attr-list-aitem .ant-checkbox-input:focus+.ant-checkbox-inner, */
.attr-list-aitem .ant-checkbox-wrapper:hover .ant-checkbox-inner,
.attr-list-aitem .ant-checkbox:hover .ant-checkbox-inner {
  border-color: #e71a41;
}

.attr-list-aitem .ant-checkbox-checked:after {
  border-color: #e71a41;
}

.attr-list-aitem .ant-checkbox-checked .ant-checkbox-inner {
  border-color: #e71a41;
  background-color: #e71a41;
}

/* 推荐商品 */
.recommend-products {
  box-sizing: border-box;
  background-color: #fff;
  border-radius: 10px;
  padding: 16px 8px;
}

.recommend-products-title {
  font-size: 16px;
  font-weight: bold;
  line-height: 20px;
  display: flex;
  align-items: center;
  padding: 0 8px 0 10px;
  color: #333;
}

.recommend-products-title .recommend-products-title-svg {
  margin-right: 6px;
  color: #e71a41;
}
.recommend-products-list{
  padding: 0 8px;
}
.recommend-product-item{
  display: block;
  margin-top: 16px;
  border-radius: 2px;
  padding: 8px;
}

.recommend-product-item:hover{
  background-color: #efefef;
}

.recommend-product-img{
  display: block;
  position: relative;
  padding-top: 100%;
  border-radius: 4px;
  overflow: hidden;
}

.recommend-product-img img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.recommend-product-name{
  display: block;
  margin-top: 4px;
  display: block;
  font-size: 16px;
	line-height: 26px;
	color: #333333;
}

.recommend-product-price{
  display: block;
  padding-top: 4px;
  font-size: 13px;
  line-height: 18px;
	color: #e71a41;
  position: relative;
}

.recommend-product-price::before{
  display: block;
  content: '';
  width: 30px;
	height: 1px;
	background-color: #2d2d2d;
  position: absolute;
  top: 0;
  left: 0;
}

/* 筛选 */
#goods_search_hd {
  background-color: #fff;
  padding: 16px;
  border-radius: 10px;
}

.category-title {
  font-size: 16px;
  padding: 0;
  margin: 0 0 15px;
  font-weight: bold;
  line-height: 26px;
  display: flex;
  justify-content: space-between;
}

.style-change-button{
  display: flex;
}
.style-change-button .change-btn{
  width: 28px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.change-btn-left{
  border-radius:  2px 0px 0px 2px;
  border: 1px solid #D5D7D8;
  border-right: 0px;
}

.change-btn-right{
  border-radius: 0px 2px 2px 0px;
  border: 1px solid #D5D7D8;
}

.col-box{
  float: right;
}

.change-btn-active svg path{
  fill:#E71A41 !important;
  fill:color(display-p3 0.9059 0.1020 0.2549) !important;
  fill-opacity:1 !important;
}

.change-btn-active .svg rect{
  stroke:#E71A41;
  stroke:color(display-p3 0.9059 0.1020 0.2549);
  stroke-opacity:1;
}

.change-btn:hover{
  background: #F8F8F8;
}

.adicon{
  width: 16px;
  height: 16px;
  vertical-align: middle;
}
.style-change-button .icon-gallery:before {
  content: "\e034";
}

.category-title span {
  color: #e71a41;
}

#goods_search_list {
  margin-top: 16px;
  margin-bottom: -16px;
  padding-right: -16px;
}

.ant-radio-checked .ant-radio-inner,
.ant-radio-input:focus+.ant-radio-inner,
.ant-radio-wrapper:hover .ant-radio,
.ant-radio:hover .ant-radio-inner,
.ant-radio-checked:after,
.ant-checkbox-input:focus+.ant-checkbox-inner,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner,
.ant-checkbox-checked:after,
.ant-checkbox-wrapper:hover .ant-checkbox-inner,
.ant-checkbox:hover .ant-checkbox-inner {
  border-color: #e71a41;
}

.ant-checkbox-input+.ant-checkbox-inner,
.ant-checkbox-wrapper .ant-checkbox-inner,
.ant-checkbox .ant-checkbox-inner {
  border-color: #d9d9d9;
}

.ant-checkbox-checked .ant-checkbox-inner {
  border-color: #e71a41;
  background-color: #e71a41;
}

.ant-radio-input:focus+.ant-radio-inner {
  box-shadow: none;
}

.ant-radio-inner:after {
  background-color: #e71a41;
}

#goods_search_hd .ant-input:focus,
#goods_search_hd .ant-input-number:focus,
#goods_search_hd .ant-input:hover,
#goods_search_hd .ant-input-number:hover {
  border-color: #d9d9d9;
  box-shadow: none;
}

#goods_search_hd .ant-btn.ant-btn-danger {
  background-color: #e71a41;
  border: none;
}

#goods_search_list .ant-tag {
  line-height: 30px;
  border: none;
  font-size: 14px;
  background-color: #f5f5f5;
  padding: 0 8px;
  margin-bottom: 16px;
  margin-right: 16px;
}

#goods_search_list .ant-btn.ant-btn-danger {
  line-height: 30px;
  height: 30px;
  margin-bottom: 16px;
}

.goods_loading {
  height: 220px;
  text-align: center;
  line-height: 220px;
  width: 100%;
  margin: 16px 0 0;
  background-color: #fff;
  border-radius: 10px;
}

.goods_loading .anticon {
  font-size: 40px;
  color: #e71a41;
}



.goods_main_list,.list_vertical {
  width: 100%;
  height: 100%;
  margin-bottom: 16px;
}

.goods_main_list,.list_vertical {
  box-sizing: border-box;
  width: 100%;
}

.goods-item {
  width: 100%;
  background-color: #fff;
  margin-top: 16px;
  border-radius: 10px;
}

/* .goods-item:hover {
  -webkit-box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12) !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, .2), 0 4px 5px 0 rgba(0, 0, 0, .14), 0 1px 10px 0 rgba(0, 0, 0, .12) !important;
} */

/* 竖版 */
.list_vertical .ant-col-24{
  width: 25%;
}

.list_vertical .goods-item .goods-main {
  display: block;
  padding: 16px 16px 0;    
}

.list_vertical .goods-item .goods-img {
  height: 0;
  width: 100%;
  padding-top: 100%;
  margin-right: 0;
}

.list_vertical .goods-item .goods-name {
  margin: 8px 0;
  margin-top: 12px;
  height: 48px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  white-space:normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
          line-clamp: 2;
}

.list_vertical .goods-item .goods-price {
  font-size: 18px;
  font-weight: 700;
  /* margin-bottom: 8px; */
  height: 30px;
}

.list_vertical .goods-item .goods-min-num {
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  height: 24px;
  margin: 0 0 8px;
}

.list_vertical .goods-item .goods-min-num-value{
  font-size: 12px;
  color: #1C8BFF;
  transition: font-size 0.2s
}

.list_vertical .goods-custom-attribute{
  display: none;
}

.list_vertical .goods-custom-attribute-nodata{
  display: none;
}

.list_vertical .supplier-info-box .goods-offer-button{
  display: none;
}



.list_vertical .supplier-information{
  height: 22px;
  margin-top: 4px;
  margin-bottom: 6px;
}

.list_vertical .supplier-info-box .supplier-information-name{
  display: block;
  height: 15px;
  line-height: 15px;
  margin-bottom: 4px
}

.list_vertical .supplier-info-box .supplier-information-name a{
  line-height: 15px;
}

.list_vertical .price-minnum{
  display: flex;
  flex-direction: column;
}

.goods-item .goods-main {
  display: flex;
  padding: 24px;     
}

.goods-item .goods-img {
  display: block;
  flex: 0 0 246px;
  height: 246px;
  position: relative;
  overflow: hidden;
  margin-right:28px
}

.list_vertical .goods-img{
  display: block;
  height: 0;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.goods-item .goods-img .ant-avatar {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

.goods-item .goods-img .ant-avatar {
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
} 

.goods-item:hover .goods-img-item-hover{
  transition: transform 0.3s;
  transform: scale(1.04);
}

.goods-item .goods-info{
  
  /* width: calc(100% - 246px - 28px); */

  flex: 1;
}

.list_vertical .goods-info{
  width: 100%;
}


.goods-item .goods-name {
  width: 100%;
  margin-bottom: 16px;
  font-size: 16px;
  color: #333;
  height: 24px;
  line-height: 24px;
  font-weight: 400;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
	overflow:hidden;          
	text-overflow:ellipsis;   
}

.goods_main_list .price-minnum{
  display: flex;
  height: 30px;
  align-items: center;
  margin-bottom: 10px;
}

.goods-item .goods-price {
  font-size: 22px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 30px;
  line-height: 30px;
  transition: font-size 0.2s
}

.goods-main:hover .goods-price{
  color: #333;
  font-size: 16px;
  line-height: 30px;
}



.goods-item .goods-min-num {
  font-size: 12px;
  font-weight: 400;
  color: #666;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 22px;
  height: 22px;
  margin-left: 8px;
}

.goods-item .goods-min-num-value{
  /* font-size: 18px;
  font-weight: bold; */
  font-size: 12px;
  color: #1C8BFF;
  transition: font-size 0.2s
}

.goods-main:hover .goods-min-num-value{
  font-weight: bold;
  color: #1C8BFF;
  font-size: 18px;
}


.supplier-information{
  display: flex;
  align-items: center;
  width: 100%;
  height: 30px;
  margin-bottom: 6px;
}


.goods_main_list .supplier-info-box{
  height: 60px;
}

.supplier-info-box .goods-top{
  width: 38px;
  height: 38px;
  object-fit: cover;
  margin-right: 10px;
}

.supplier-info-box .supplier-information-name{
  margin-top: 4px;
  height: 24px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  line-height: 24px;
  white-space: nowrap;
	overflow:hidden;          
	text-overflow:ellipsis;  

 
}

.supplier-info-box .supplier-information-name:hover{
  text-decoration-line: underline;
  text-underline-offset:2px
}


.supplier-information-name a{
  width: 100%;
  display: block;
  white-space: nowrap;
	overflow:hidden;          
	text-overflow:ellipsis;  
  color: #666;
  line-height: 24px;

}


.supplier-information .supplier-verified{
  /* height: 20px; */
  width: 60px;
  /* object-fit:fill; */
}

.supplier-information .supplier-member{
  height: 22px;
  margin-left: 6px;
  object-fit: cover;
}

.supplier-information .supplier-star{
  height: 20px;
  margin-top: 4px;
  object-fit: cover;
}

.star-supplier-box{
  display: none;
  height: 20px;
  margin-top: 4px;
}

.star-supplier-box .supplier-star{
  margin-top: 0px;
  margin-right: 2px;
}


.star-supplier-box span{
  display: inline-block;
  line-height: 20px;
  color:#E39708;
  font-size: 14px;
}




.goods-custom-attribute{
  background-color: #f8f8f8;
  padding: 8px; 
  border-radius: 5px;
  height: 64px;
}

.goods-custom-attribute-nodata{
  height: 64px;
  border-radius: 5px;
}

.custom-attribute-item{
  width: 100%;
  font-size: 14px;
  color: #999;
  line-height: 24px; 
  display: flex;
  flex-direction: row;
}

.item-title{
  width: fit-content;
  max-width: 60%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  margin-right: 3px;
}

.item-value{
  flex: 1;
  color: #666;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 180px;
}






.supplier-star-box{
  display: flex;
  align-items: center;
  height: 100%;
}

.name-box{
  position: relative;
  width: 100%;
}

/* 骨架屏 */
.goods-info-skeleton{
  flex:1
}

.skeleton-box{
  padding-bottom: 16px !important;
}

.skeleton-img {
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}

.skeleton-name{
  height: 24px;
  margin-bottom: 12px;
}

.list_vertical .skeleton-name{
  height: 36px;
  margin-bottom: 8px;
}

.skeleton-name-box-one{
  width: 100%;
  height: 24px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}

.list_vertical .skeleton-name-box-one{
  height: 18px;
  margin-top: 12px;
}

.goods_main_list .skeleton-name-box-two{
  display: none;
}

.list_vertical .skeleton-name-box-two{
  display: block;
  width: 50%;
  height: 18px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  margin-top: 2px;
  margin-bottom: 8px;
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}

.skeleton-price{
  width: 100%;
  height: 22px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  margin-bottom: 8px;
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}

.goods_main_list .skeleton-min-num {
  display: none;
}

.list_vertical .skeleton-min-num{
  display: block;
  width: 100%;
  height: 24px;
  margin: 0 0 8px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}

.skeleton-custom-attribute{
  width: 100%;
  height: 66px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}

.list_vertical .skeleton-custom-attribute{
  display: none;
}



.skeleton-supplier-name{
  width: 100%;
  height: 24px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
  margin-top: 4px;
}

.skeleton-supplier-information{
  width: 100%;
  height: 22px;
  margin-top: 4px;
  margin-bottom: 8px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}

.skeleton-btn{
  width: 100%;
  height: 38px;
  margin: 0 0 8px;
  background: linear-gradient(90deg, #f2f2f2 25%, #e6e6e6 37%, #f2f2f2 63%);
  background-size: 400% 100%;
  animation: skeleton-loading 1.4s ease infinite;
}

.list_vertical .goods-offer-button{
  display: none;
}

@keyframes skeleton-loading {
  0% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0 50%;
  }
}

/* 骨架屏结束 */


.supplier-name{
  display: flex;
  align-items: center;
  width: calc(100% + 32px);
  margin-left: -16px;
  padding: 5px 12px;
  background: #F4F4F4;
  border-radius: 10px 10px 0px 0px;
  flex-direction: row;
  position: absolute;
  top: -40px;
  z-index: 2
}

.supplier-link{
  display: flex;
  width: 100%;

}

.goods_main_list .large-slogans{
  bottom: 6px;
}

.list_vertical .large-slogans{
  top: 6px;
}

.list_vertical .supplier-name{
  display: flex;
}

.large-slogans{
  position: absolute;
  left: 6px;
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}



.large-slogans .goods-video-icon{
  width: 16px;
  height: 16px;
  margin-right: 8px;
  object-fit: contain;
}

.large-slogans .adicon{
  width: 26px;
  height: 16px;
  font-size: 12px;
  color: #fff;
  font-weight: 400;
  line-height: 24px;
  display: inline-block;
  border-radius: 0px 0px 0px 8px;
}

.goods_main_list .supplier-name{
  display:  none;
}


.supplier-name .supplier-icon{
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 10px;
}

.supplier-name .supp-text{
  max-width: 220px;
  font-size: 12px;
  line-height: 14px;
  margin: 0;
  color: #999;
  white-space: nowrap; /* 防止文本换行 */
  text-overflow: ellipsis; /* 超出宽度显示省略号 */
  overflow: hidden; /* 隐藏溢出的文本 */
}

.goods_main_list .goods-offer-btn{
  display: none;
}

.goods_main_list .goods-offer-button{
  width: 245px;
}


.goods_main_list .goods-offer-button a {
  display: block;
  text-align: center;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 18px;
  font-weight: 400;
  color: #E71A41;
  border: 1px solid #E71A41;
  background-color: #fff;
  transition: background-color 0.3s;
}

.goods_main_list .goods-offer-button a:hover {
  background-color: #e71a41;
  border-color: #e71a41;
  color: #fff;
}

.list_vertical .goods-offer-btn {
  padding: 8px 16px 16px;
}

.list_vertical .goods-offer-btn a {
  display: block;
  text-align: center;
  line-height: 36px;
  padding: 0 16px;
  border-radius: 18px;
  font-weight: 400;
  color: #E71A41;
  border: 1px solid #E71A41;
  background-color: #fff;
  transition: background-color 0.3s;
}

.list_vertical .goods-offer-btn a:hover {
  background-color: #e71a41;
  border-color: #e71a41;
  color: #fff;
}

/* 分页 */
#goods_list_page, #catalog_goods_list_page{
  padding: 24px 0 16px;
  margin-bottom: 32px;
}

#goods_list_page .ant-pagination, #catalog_goods_list_page .ant-pagination {
  text-align: center;
}

.ant-pagination-next,
.ant-pagination-prev {
  border: 1px solid #d9d9d9;
  padding: 0 8px;
  background-color: #fff;
}

.ant-pagination-prev {
  transform: rotate(-90deg);
}

.ant-pagination-next {
  transform: rotate(90deg);
}

.ant-pagination-disabled {
  border-color: #dfe3e7;
  color: #dfe3e7;
  background-color: #f5f7fa;
}

.ant-pagination-next:not(.ant-pagination-disabled):hover,
.ant-pagination-next:not(.ant-pagination-disabled):focus,
.ant-pagination-prev:not(.ant-pagination-disabled):hover,
.ant-pagination-prev:not(.ant-pagination-disabled):focus {
  border-color: #d70909;
  color: #fff;
  background-color: #d70909;
}

.ant-pagination-item {
  background-color: #fff;
}

.ant-pagination-item.ant-pagination-item-active {
  border: none;
  background-color: inherit;
}

.ant-pagination-item.ant-pagination-item-active a {
  color: #d70909;
  font-weight: bold;
}

.ant-pagination-item:focus,
.ant-pagination-item:hover {
  border-color: #d70909;
}

.ant-pagination-item:focus a,
.ant-pagination-item:hover a {
  color: #d70909;
}

.ant-pagination-jump-next .ant-pagination-item-container .ant-pagination-item-link-icon,
.ant-pagination-jump-prev .ant-pagination-item-container .ant-pagination-item-link-icon {
  color: #d70909;
}

.ant-pagination-options-quick-jumper input:focus,
.ant-pagination-options-quick-jumper input:hover {
  border-color: #d70909;
  box-shadow: none;
}

/* 无产品数据 */
.goods-empty {
  border-radius: 10px;
  text-align: center;
  background-color: #fff;
  padding: 80px 16px;
  min-height: 400px;
  margin: 16px 0;
}

.goods-empty .goods-empty-desc {
  font-size: 16px;
  color: #666;
  padding: 0;
  margin: 32px 0;
}

.goods-empty a {
  display: inline-block;
  width: 320px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #e71a41;
  border-radius: 20px;
  color: #fff;
}

/* 推荐分类 */
#goods_recommendation {
  background-color: #fff;
  padding: 0 16px 16px;
  border-radius: 10px;
  margin-bottom: 16px;
}

.goods-sub-title {
  font-size: 16px;
  font-weight: bold;
  padding: 16px 0 12px;
}

#goods_recommendation .goods-recommendation-btn {
  display: inline-block;
  min-width: 88px;
  height: 32px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 16px;
  margin: 4px 0 0;
  overflow: hidden;
  font-size: 14px;
  font-weight: 500;
  line-height: 32px;
  color: inherit;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  cursor: pointer;
  zoom: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border-radius: 4px;
  color: #666;
  background-color: #eceff1;
}

/* rfq模块 */
.goods-rfq{
  padding: 40px 0;
  background-color: #fff;
  border-radius: 10px;
  margin: 16px 0;
}

.goods-rfq .goods-rfq-title{
  margin-bottom: 24px;
  font-size: 24px;
  color: #fff;
  font-weight: bold;
  text-shadow: 0px 1px 2px rgba(4,0,0,0.65);
  text-align: center;
}

.goods-rfq .goods-rfq-content{
  margin-bottom: 24px;
  text-align: center;
  color:#fff;
  font-size: 18px;
  font-weight: 400;
  text-shadow: 0px 1px 2px rgba(4,0,0,0.65);
}

.goods-rfq .goods-rfq-content span{
  font-weight: bold;
}

.goods-rfq-search{
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.goods-rfq-search .rfqbutton{
  width: 212px;
  
}

.rfqbutton .ant-btn{
  background: #e71a41;
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  border-color: #e71a41;
}

.rfqbutton .ant-btn:hover{
  border-color: #e71a41;
}


/* blog模块 */
.goods-blog {
  padding: 16px;
  background-color: #fff;
  border-radius: 10px;
  margin: 16px 0;
}

.goods-blog .goods-blog-item {
  display: block;
  text-align: center;
}

.goods-blog .goods-blog-img {
  width: 100%;
  height: 0;
  padding-top: calc(560 / 920 * 100%);
  border: 2px solid #f8f8f8;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  background-color: #efefef;
}

.goods-blog img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.goods-blog-title {
  color: #333333;
  font-size: 18px;
  font-weight: bold;
  padding: 0;
  margin: 8px 0;
  line-height: 24px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.goods-blog-content {
  padding: 0;
  margin: 8px 0;
  font-size: 16px;
  color: #666;
  line-height: 20px;
  height: 40px;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  word-break: break-all;
}

.goods-blog-date {
  color: #999;
  font-size: 14px;
  line-height: 20px;
}

.goods-blog-all {
  text-align: center;
  margin-top: 16px;
}

.goods-blog-all a {
  display: inline-block;
  width: 220px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  background-color: #e71a41;
  border-radius: 20px;
  color: #fff;
}

/* 问答模块 */
.question_answer {
  user-select: none;
  background-color: #fff;
  margin: 16px 0;
  border-radius: 10px;
  overflow: hidden;
}

.question-answer-hd {
  height: 56px;
  border-bottom: 2px solid #dddddd;
}

.question-answer-hd .question-answer-title {
  display: inline-block;
  height: 54px;
  line-height: 54px;
  background-color: #e71a41;
  color: #fff;
  padding: 0 32px;
}

.question-answer-bd {
  padding: 32px 16px 16px 40px;
}

.question_item {
  padding: 0px 0px 36px;
}

.question_item:last-child {
  padding-bottom: 16px;
}

.question_answer .question_content {
  color: #333333;
  display: inline-block;
}

.answer_content {
  color: #333333;
}

.question {
  /* display: flex;
  align-items: center; */
  font-weight: 700;
  color: #333333;
  line-height: 32px;
  font-size: 16px;
}

.answer {
  margin-top: 8px;
  display: flex;
  color: #999;
  line-height: 24px;
  font-size: 16px;
}

/* 产品描述 */

.category_desc {
  padding: 16px;
  background-color: #fff;
  margin: 16px 0;
  border-radius: 10px;
}

.category_desc h2 {
  font-weight: bold;
  font-size: 18px;
  padding: 0 0 0 24px;
  margin: 24px 0 8px;
  line-height: 32px;
  position: relative;
}

.category_desc h2::before {
  display: block;
  content: "";
  width: 12px;
  height: 12px;
  background-color: #e71a41;
  position: absolute;
  left: 0;
  top: 10px;
}

.category_desc h2:first-child {
  margin-top: 0;
}

.category_desc p {
  margin-bottom: 8px;
  padding-left: 24px;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
}

.category_desc p:last-child {
  margin-bottom: 0;
}

.category_desc a {
  text-decoration: underline;
}

.goods-keywords{
  padding: 24px;
  background: #fff;
  border-radius: 10px;
}

.keywords-all{
  padding: 24px;
  background: #fff;
  border-radius: 10px;
  margin-top: 24px;
  margin-bottom: 60px;
}

.keyword-title{
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-bottom: 18px;
}

.keyword-title .title-icon{
  width: 12px;
  height: 12px;
  background: #e71a41;
  margin-right: 12px;
}

.keyword-title .title-text{
  font-size: 18px;
  font-weight: bold;
  color: #333;
  line-height: 21px;
}

.keyword-content{
  font-size: 16px;
  font-weight: 400;
  color: #666;
  line-height: 24px;
}

.seo-recommend-box{
  display: flex;
  flex-wrap: wrap;
}

.keyword-item-box{
  width: 20%;
}

.keyword-item{
  display: block;
  max-width: 211px;
  font-weight: 400;
  border-radius: 3px;
  border: 1px solid #ddd;
  font-size: 14px;
  color: #666;
  line-height: 21px;
  padding: 4px 10px;
  white-space: nowrap; /* 防止文本换行 */
  text-overflow: ellipsis; /* 超出宽度显示省略号 */
  overflow: hidden; /* 隐藏溢出的文本 */
  text-align: center;
}


.goods-swiper-container{
  position: relative;
}

.goods-img-box{
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  
}

.goods_main_list .goods-img-item img{
  width: 246px;
  height: 246px;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 4px;
}

.list_vertical .goods-img-item img{
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-user-drag: none;
  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  border-radius: 4px;
}


.list_vertical .swiper-slide{
  width: 100%;
}

.goods_main_list .swiper-slide{
  width: 246px !important;
}

.goods-img-button-prev{
  width: 22px;
  height: 50px;
  position: absolute;
  color:#000;
  background: rgba(0, 0, 0, .4);
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  z-index: 2;

  border-radius: 0 5px 5px 0;
  display: none;
}

.goods-img-button-next{
  width: 22px;
  height: 50px;
  position: absolute;
  background: rgba(0, 0, 0, .4);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  z-index: 2;
  border-radius: 5px 0 0 5px;
  display: none;
}

.goods-img-box:hover .goods-img-button-next{
  display: flex;
  justify-content: center;
  align-items: center;
}

.goods-img-box:hover .goods-img-button-prev{
  display: flex;
  justify-content: center;
  align-items: center;
}

.goods-img-button-next svg{
  transform: rotate(180deg);  
}

.button-disabled svg path{
  stroke-opacity:0.6;
}

.list_vertical .swiper-pagination{
  top: 6px !important;
}

.goods_main_list .swiper-pagination{
  bottom: 6px !important;
}

.swiper-pagination{
  position: absolute;
  width: 31px;
  height: 17px;
  background: rgba(0,0,0,0.45);
  border-radius: 20px 20px 20px 20px;

  right: 8px !important;
  z-index: 2;
  color:rgba(255, 255, 255, .6);
  text-align: center;
  font-size: 12px;
  line-height: 17px;
}



.swiper-current{
  color: rgba(255, 255, 255, .8);
  font-size: 14px !important;
}

.user-res-product-img:hover .swiper-current{
  color: rgba(255, 255, 255, 1);
}


.paginationdisabled{
  cursor: not-allowed;
  border-color: #dfe3e7;
  color: #dfe3e7;
  background-color: #f5f7fa;
  pointer-events: none;


}

.paginationdisabled a{
  color: #dfe3e7 !important;
  pointer-events: none; /* 阻止鼠标事件 */  
  cursor: not-allowed; /* 更改鼠标指针样式为禁止样式 */ 
}

@media (max-width:1599px) {
  .list_vertical .goods-top + .supplier-verified  + .supplier-member +  .supplier-star {
    display: none;
  }

  .list_vertical .goods-top + .supplier-verified  + .supplier-member + .supplier-star + .star-supplier-box {
    display: flex;
  }

 
}