body {
  background-color: #efefef;
}

#goods-supp {
  position: absolute;
  left: calc(50% + 316px);
  top: 0;
  width: 286px;
  z-index: 2;
}



@media (min-width: 1600px) {
  .layui-main {
    width: 1380px;
  }

  #goods-supp {
    
    left: calc(50% + 398px);
    
  }

  .categories-sub-width {
    width: 1080px !important;
  }
}

@media (min-width: 1720px) {
  .layui-main {
    width: 1440px;
  }

  #goods-supp {
    
    left: calc(50% + 428px);
    
  }

  .categories-sub-width {
    width: 1260px !important;
  }
}

.goods-breadcrumb {
  padding: 16px 0 24px;
}

.goods-breadcrumb a {
  color: #333 !important;
}

.goods-breadcrumb>*,
.goods-breadcrumb .layui-icon {
  font-size: 12px;
}

.skeleton-loader {
  background: linear-gradient(90deg, #f0f0f0 25%, #e0e0e0 50%, #f0f0f0 75%);
  background-size: 200% 100%;
  animation: loading 1.5s infinite;
  border-radius: 4px;
}

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

/* 图片 */
#goods-img {
  float: left;
  width: 400px;
  height: 100%;
}

#goods-img .goods-imgs-main {
  height: 384px;
}

.goods-imgs-main .swiper-slide {
  height: 0;
  padding-top: 100%;
  /* border: 1px solid #efefef; */
  background-color: #efefef;
}

.goods-imgs-main .swiper-slide img {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.goods-imgs-main .swiper-slide video {
  position: absolute;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}

.goods-imgs-nav {
  width: 100%;
  height: 60px;
}

.goods-imgs-nav .goods-arrow a {
  display: block;
  margin: 1px 0;
  width: 100%;
  height: 58px;
  line-height: 58px;
  text-align: center;
  background-color: #efefef;
}

.goods-imgs-nav .goods-arrow a:hover {
  background-color: #eee;
}

.goods-imgs-nav .swiper-slide {
  width: 60px;
  height: 60px;
  opacity: .4;
  /* outline: 1px solid #fff; */
}

.goods-imgs-nav .active-nav {
  opacity: 1;
  /* outline-color: #E61E40; */
}

.goods-imgs-nav img,
.goods-imgs-nav video {
  padding: 2px;
  border-radius: 2px;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -o-object-fit: cover;
  object-fit: cover;
}

.goods-imgs-nav .active-nav img,
.goods-imgs-nav .active-nav video {
  padding: 1px;
  border: 1px solid #e62240;
}

/* 商品信息 */
.goods-name {
  line-height: 24px;
  font-size: 18px;
  text-transform: capitalize;
  margin-top: 4px;
  margin-bottom: 16px;
  font-weight: 500;
  word-break: break-all;
}

#goods-info {
  padding-bottom: 16px;
  float: left;
  width: calc(100% - 700px);
}

#goods-price {
  background-color: #eceff1;
  border-radius: 4px;
  padding: 8px 16px;
}

#goods-price a {
  color: rgba(30, 136, 204, 100);
  text-decoration: underline;
}

.goods-price-item {
  display: inline-block;
  padding: 4px;
}

.goods-price-item-num {
  font-weight: normal;
  font-size: 14px;
}

.goods-price-item-num span {
  color: #666;
}

.goods-price-item-price {
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
}

.goods-price-item-price>span {
  font-weight: normal;
  font-size: 18px;
}

.goods-price-item-line {
  display: inline-block;
  margin: 8px 4px;
  height: 38px;
  width: 1px;
  background-color: #ccc;
  vertical-align: top;
}

.goods-price-item-line:last-child {
  display: none;
}

.goods-price-item-discount {
  margin-top: 6px;
}

.goods-price-item-discount span {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid rgba(30, 136, 204, 100);
  color: rgba(30, 136, 204, 100);
  padding: 0 4px;
  border-radius: 2px;
  margin-right: 2px;
  margin-top: 2px;
}

.goods-price-item-discount span:last-child {
  margin-right: 0;
}

.goods-divider {
  height: 1px;
  background-color: #ccc;
  margin: 16px 0;
}

#goods-attrs .goods-attrs-item {
  margin-bottom: 8px;
}

#goods-attrs .goods-attrs-item .goods-attrs-name {
  padding: 0;
  line-height: 26px;
  font-size: 14px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin: 2px 0;
}

#goods-attrs .goods-attrs-item .goods-attrs-value {
  box-sizing: border-box;
  word-break: break-all;

}

#goods-attrs .goods-attrs-item .goods-attrs-value .goods-attrs-text {
  line-height: 26px;
  padding: 2px;
}

#goods-attrs .goods-attrs-item .goods-attrs-value span {
  display: inline-block;
  line-height: 24px;
  font-size: 14px;
  border: 1px solid #ccc;
  padding: 0 8px;
  border-radius: 2px;
  margin: 2px 2px 2px 0;
}

#goods-attrs .goods-attrs-item .goods-attrs-value span:last-child {
  margin-right: 0;
}

#goods-offer .goods-offer-btn {
  display: inline-block;
  color: rgba(30, 136, 204, 100);
  line-height: 30px;
  padding: 0 8px;
  border-radius: 4px;
}

#goods-offer .goods-offer-btn:hover {
  background-color: rgba(0, 0, 0, .1);
  color: rgba(30, 136, 204, 100);
}

#goods-offer .goods-offer-btn svg {
  vertical-align: middle;
  margin-right: 4px;
  color: rgba(30, 136, 204, 100);
}

#goods-offer .goods-offer-btn span {
  width: 14em;
}

#goods-supp{
  position: fixed;
  top: 171px
}

#goods-supp-contact {
  text-align: center;
  box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
  padding: 12px;
  background-color: #fff;
  margin-top: 16px;
  display: none;
}

#goods-supp-contact .goods-supp-contact-title {
  font-size: 14px;
  line-height: 20px;
}

#goods-supp-contact .goods-offer-btn {
  display: block;
  line-height: 40px;
  border-radius: 4px;
  background-color: rgba(213, 27, 59, 100); 
  color: #fff;
  /* border: 1px solid #333; */
  font-size: 14px;
  text-align: center;
  margin: 32px 0 0;
  
}

#goods-supp-contact .goods-offer-btn svg {
  vertical-align: middle;
}

#goods-supp-contact .goods-offer-btn svg path {
  fill: #ffffff;
}

#goods-offer .goods-offer-btn span {
  width: 14em;
}

#goods-supp-contact .goods-basket-btn {
  display: block;
  line-height: 40px;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  background-color: #efefef;
  margin-top: 16px;
}

#goods-supp-contact .goods-basket-btn:hover {
  background-color: rgba(0, 0, 0, .1);
  color: #333;
}

#goods-supp-contact .goods-basket-btn svg {
  vertical-align: middle;
}

#goods-supp-info {
  border-radius: 10px;
  overflow: hidden;
  /* margin: 16px 0; */
  background-color: #fff;
  box-shadow: 1px 1px 7px 0px rgba(50, 50, 51, 0.25);
}

#goods-supp-info .goods-supp-info-hd {
  background-color: rgba(213, 27, 59, 100);
  color: #fff;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
}

#goods-supp-info .goods-supp-info-hd img{
  height: 24px;
}

#goods-supp-info .goods-supp-info-bd {
  padding: 12px;
}

#goods-supp-info .goods-supp-info-bd .goods-supp-info-avatar {
  display: flex;
  align-items: center;
  margin: 0 -4px;
}

#goods-supp-info .goods-supp-info-avatar .goods-supp-info-avatar-img {
  padding: 0 4px;
}

.goods-supp-info-avatar-img .avatarimgbox {
  width: 60px;
  padding-top: 60px;
  position: relative;
}

.avatarimgbox img {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  border-radius: 50%;
  object-fit: cover;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

#goods-supp-info .goods-supp-info-avatar .goods-supp-info-avatar-desc {
  flex: 1;
  line-height: 20px;
  max-height: 60px;
  display: -webkit-box;
  white-space:normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
 
}

#goods-supp-info .goods-supp-info-avatar .goods-supp-info-avatar-desc .company-name {
  display: inline-block;
  margin-left: 3px;
  display: -webkit-box;
  white-space:normal;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
          line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 40px;
}

#goods-supp-info .goods-supp-info-avatar .goods-supp-info-avatar-desc .shop-info-mark {
  line-height: 20px;
  display: flex;
  align-items: center;
  height: 20px;
  margin-left: 1px;
}

#goods-supp-info .goods-supp-info-avatar .goods-supp-info-avatar-desc .shop-info-mark img{
  height: 100%;
}

#goods-supp-info .goods-supp-info-avatar .goods-supp-info-avatar-desc .shop-info-mark img:first-child{
  margin-right: 4px;
}

/* 供应商其他商品 */
#goods-supp-info .goods-supp-info-bd .goods-supp-goods-list {
  margin: 8px -4px;
  min-height: 67px;
}

#goods-supp-info .goods-supp-goods-list .ant-col {
  width: 25%;
  padding: 4px;
}

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

#goods-supp-info .goods-supp-goods-list .ant-col .promote-supp-goods-item a {
  display: block;
  width: 100%;
  height: 100%;
  border: 1px solid #DDDDDD;
  background: #FFFFFF;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  left: 0;
  top: 0;
}

#goods-supp-info .goods-supp-goods-list .ant-col .promote-supp-goods-item a img {
  width: 100%;
}

#goods-supp-info .goods-supp-goods-list .ant-col .promote-supp-goods-item a .goods-supp-goods-more {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.2);
  justify-content: center;
  position: absolute;
  left: 0;
  top: 0;
}

#goods-supp-info .goods-supp-goods-list .goods-supp-goods-more .layui-icon {
  color: #fff;
  font-size: 28px;
}

#goods-supp-info .goods-supp-info-bd .goods-supp-info-desc {
  font-size: 12px;
  color: #999;
  line-height: 18px;
}

#goods-supp-info .goods-supp-info-self-operated {
  background-color: #ffd44e;
  min-height: 40px;
  padding: 8px 12px;
  display: flex;
  justify-content: center;
}

#goods-supp-info .goods-supp-info-self-operated-item{
  padding: 0 4px;
  text-align: center;
  font-size: 10px;
  flex: 1;
}

#goods-supp-info .goods-supp-info-self-operated-item img{
  margin-bottom: 4px;
}

#goods-supp-info .goods-supp-info-ft{
  display: flex;
  padding: 24px 12px;
  justify-content: space-around
}

#goods-supp-info .goods-supp-info-ft a{
  min-width: 84px;
	height: 24px;
  padding: 0 8px;
  line-height: 22px;
	background-color: #ffffff;
	border-radius: 3px;
	border: solid 1px #e7213f;
  text-align: center;
  color: #e7213f;
}



/* 商品详情 */
#goods-view {
  float: left;
  width: calc(100% - 300px);
}

#goods-view .ant-affix {
  z-index: 2;
}

#goods-view .layui-tab {
  margin: 0;
  background-color: #efefef;
  border-left: 1px solid #e6e6e6;
}

#goods-view .layui-tab .layui-this {
  background-color: #fff;
}

#goods-view .layui-tab-title {
  overflow: hidden;
}

#goods-view .layui-tab-title .layui-this:first-child:after {
  border-left: none;
}

#goods-view .layui-tab-title .layui-this:after {
  border-top-color: #E53935 !important;
  border-top-width: 2px;
}

#goods-view .layui-tab.layui-tab-brief {
  background-color: #fff;
  border-right: 1px solid #e6e6e6;
}

.goods-view {
  background-color: #fff;
  padding: 8px;
  border: 1px solid #e6e6e6;
  border-top: none;
  z-index: 1;
}

#goods-view .goods-view-attrs {
  padding: 8px;
}

#goods-view .goods-view-attrs .goods-view-attrs-title {
  font-size: 14px;
  font-weight: bold;
  margin: 16px 0;
}

.layui-col-xs5 {
  line-height: 28px;
}

#goods-view .goods-view-attrs .goods-attrs-name {
  font-size: 14px;
  color: #666;
  font-weight: 400;
}

#goods-view .goods-view-attrs .goods-attrs-value {
  font-size: 14px;
  word-break: break-all;
}

#goods-view .goods-view-attrs .goods-attrs-value span:after {
  content: ', ';
}

#goods-view .goods-view-attrs .goods-attrs-value span:last-child:after {
  content: '';
}

#goods-view .goods-view-content {
  width: 750px;
  padding: 8px;
  overflow: auto;
}

#goods-view .goods-view-content.ck-content {
  min-height: auto;
}

.goods-view-content.ck-content p{
  margin-top: 0 !important;
}

/* Hot Searches */
#goods-view-keyword {
  width: calc(100% - 300px);
  margin: 16px 0 16px;
  border-radius: 5px;
  background-color: #fff;
  padding: 24px;
}

#goods-view-keyword .goods-view-keyword-title {
  display: flex;
  align-items: center;
  margin-bottom: 14px;
}

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

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

#goods-view-keyword .item-box {
  display: flex;
  flex-wrap: wrap;
}

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

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

.goods-view-keyword-bd{
  min-height: 55px;
}

/* 下架详情页样式 */
.remove-goods {
  background: #fff;
  height: 453px;
  padding: 24px;
  padding-bottom: 43px;
  margin: 24px auto;
  margin-bottom: 40px;
  border-radius: 10px
}

.remove-goods-img {
  width: 260px;
  height: 260px;
  margin: 0 auto;
}

.remove-goods-text {
  color: #999;
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  margin-top: -8px;
}

.remove-goods-btn {
  width: 100%;
  height: 48px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}

.send-rfq-btn {
  width: 260px;
  height: 48px;
  margin-right: 24px;
  background: #E71A41;
  font-size: 16px;
  color: #fff;
  line-height: 19px;
  font-weight: 400;
}

.return-btn {
  width: 260px;
  height: 48px;
  font-weight: 400;
  font-size: 16px;
  color: #333;
}

.remove-goods-btn .ant-btn-danger:focus,
.ant-btn-danger:hover {
  background: #E71A41;
  border-color: #E71A41;
}

.remove-goods-btn .return-btn:hover {
  background: #fff;
  border-color: #d9d9d9;
  color: #333;
}

.return-box .ant-btn:focus {
  background: #fff;
  border-color: #d9d9d9 !important;
  color: #333;
}

/* Explore More Products */
#goods-explore{
  width: calc(100% - 300px);
  margin: 40px 0 40px;
}

#goods-explore .goods-explore-title{
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

#goods-explore .goods-explore-title h2{
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 26px;
}

#goods-explore .goods-explore-title .layui-btn{
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}

#goods-explore .goods-explore-title .layui-btn.swiper-button-disabled{
  border-color: #eee !important;
  background-color: #FBFBFB !important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  opacity: 1;
}

#goods-explore .goods-explore-bd{
  min-height: 313px;
}

#goods-explore .goods-explore-bd .swiper-slide{
  width: calc(25% - 20px);
  margin-right: 21px;
  background-color: #fff;
  border-radius: 10px;

}


#goods-explore .goods-explore-item .goods-explore-img{
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  margin-bottom: 8px;
}

#goods-explore .goods-explore-item .goods-explore-img img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.4s ease;
}

#goods-explore .goods-explore-item:hover .goods-explore-img img{
  transform: scale(1.2);
}

#goods-explore .goods-explore-item .goods-explore-name{
  padding: 0 20px;
  /* display: block; */
  line-height: 24px;
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
          line-clamp: 2;
}

#goods-explore .goods-explore-item .goods-explore-price{
  width: 100%;
  padding: 0  20px 20px 20px;
  display: block;
  margin-top: 8px;
  line-height: 20px;
  font-weight: 600;
  font-size: 18px;
  color: #333;
  white-space: nowrap;  
  overflow: hidden;
  text-overflow: ellipsis;
}


/* Hot Searches */
#goods-related{
  width: calc(100% - 300px);
  margin: 16px 0 16px;
  border-radius: 5px;
  background-color: #fff;
  padding: 24px;
  min-height: 328px;
}

#goods-related .goods-related-title{
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}

#goods-related .goods-related-title h2{
  flex: 1;
  font-weight: 500;
  font-size: 18px;
  color: #333;
  line-height: 26px;
}

#goods-related .goods-related-title .layui-btn{
  padding: 0;
  width: 26px;
  height: 26px;
  line-height: 26px;
}

#goods-related .goods-related-title .layui-btn.swiper-button-disabled{
  border-color: #eee !important;
  background-color: #FBFBFB !important;
  color: #d2d2d2 !important;
  cursor: not-allowed !important;
  opacity: 1;
}

#goods-related .goods-related-bd {
  min-height: 242px;
}

#goods-related .goods-related-bd .swiper-slide{
  width: calc(20% - 16.4px);
  margin-right: 18px;
}


#goods-related .goods-related-item .goods-related-img{
  display: block;
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border-radius: 10px;
  border: 1px solid #ddd;
  overflow: hidden;
  margin-bottom: 8px;
}

#goods-related .goods-related-item .goods-related-img img{
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: transform 0.4s ease;
}

#goods-related .goods-related-item:hover .goods-related-img img{
  transform: scale(1.2);
}

#goods-related .goods-related-item .goods-related-name{
  /* display: block; */
  line-height: 24px;
  height: 48px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
          line-clamp: 2;
}

#goods-related .goods-related-item .goods-related-price{
  width: 100%;
  display: block;
  margin-top: 8px;
  line-height: 20px;
  font-weight: 500;
  font-size: 15px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

/* 下架禁用的样式 */
.goods-supp-contact-title-overdue{
  /* width: 209px;
  margin: 0 auto; */
  font-size: 14px;
  font-weight: 400;
  font-size: 14px;
  color: #AFB1B3;
  line-height: 18px;
  text-align: center;
}

.overdue-img{
  width: 66px;
  height: 55px;
  margin-bottom: 8px;
}

.goods-offer-btn-overdue{
  display: block;
  line-height: 40px;
  border-radius: 4px;
  background-color: #DDDDDD;
  color: #fff;
  font-size: 14px;
  text-align: center;
  margin: 32px 0 0;
}

#goods-supp-contact .goods-offer-btn-overdue svg {
  vertical-align: middle;
}

#goods-supp-contact .goods-offer-btn-overdue svg path {
  fill: #ffffff;
}

#goods-offer{
  line-height: 30px;
}

.goods-offer-span-overdue{
  color: #A5CAF3 !important;
}

.samole-available{
  width:  384px;
  height: 100%;
  background: rgba(255,174,47,0.1);
  margin: auto;
  margin-top:24px;
  font-weight: 500;
  font-size: 14px;
  color: #C87A00;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px 0;
}



.sample-text{
  line-height: 16px;
}

.sample-icon{
  width: 16px;
  height: 16px;
  margin-right: 8px;
}

.goods-masking-out{
  position: absolute;
  background-color: transparent;
  width: 284px;
  height: 203px;
  z-index: 2;
}


/* You May Also  */
.also-like-box{
  margin: 0 auto;
  margin-top: 32px;
  
}

.also-like-title{
  display: flex;
  flex-direction: row;
  align-items: center;
}

.also-like-img{
  width: 24px;
  height: 24px;
  margin-right: 12px;
}

.also-like-text{
  font-weight: 500;
  font-size: 18px;
  color: #333;
}

.recommended-box{
  margin-top: 12px;
  height: 100%;
  overflow-y: auto;
  margin-bottom: 40px;
}

.recommended-box .goods-item{
  width: 20%;
  float: left;
  box-sizing: border-box;
  padding: 0 10px;
  margin-bottom: 20px;
  cursor: pointer;
}

.goods-item-margin{
  margin-right: 20px;
}

.goods-item-main{
  display: block;
  height: 100%;
  background: #fff;
  padding-bottom: 20px;
  border-radius: 10px
}

.goods-item-main .goods-item-main-img {
  width: 100%;
  height: 0;
  padding-top: 100%;
  position: relative;
  border: 1px solid #F8F8F8;
  border-radius: 14px;
  overflow: hidden;
  box-sizing: border-box;
}


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

.goods-item-main .goods-item-main-img  img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: all 0.4s;
}

.goods-item-main .goods-item-main-goodsname{
  width: 100%;
  height: 42px;
  padding: 0 20px;
  line-height: 20px;
  margin-top: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
          line-clamp: 2;
}



.goods-item-main .goods-item-main-price{
  display: flex;
  width: 100%;
  height: 20px;
  padding: 0 20px;
  font-weight: 500;
  font-size: 16px;
  color: #333;
  line-height: 20px;
  margin-top: 8px;
  /* display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
          line-clamp: 1; */
}

.price-box{
  display: inline-block;
  height: 20px;
  line-height: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.unit-box{
  display: inline-block;
  line-height: 20px;
}

.goods-item:hover .goods-item-main-img img{
  transform: scale(1.05);
}

.goods-inquiry-btn{
  width: 400px;
  height: 44px;
  background: linear-gradient( 97deg, #FFB077 0%, #E71A41 100%), #E71A41;
  border-radius: 37px;
  text-align: center;
  line-height: 44px;
  font-weight: bold;
  font-size: 16px;
  color: #FFFFFF;
  margin: 20px 0;
}