.seller-ing-box-bk {
  height: 160px;
  background-image: url(../../../../image/marketing_time_limit/store_ing.png);
  margin-bottom: 30px;
  margin-top: 20px;
  text-align: center;
  position: relative;
  background-size: 100% 100%;
  width: 100%;
}
.seller-discount-title {
  font-size: 28px;
  font-weight: bold;
  color: #ffffff;
  padding-top: 15px;
}
.seller-time-tip {
  font-size: 16px;
  font-weight: 400;
  color: #ffffff;
  line-height: 16px;
}
.seller-time {
  justify-content: center;
  flex-wrap: wrap;
}
.mt-4{
  margin-top: 4px;
}
.seller-ing-width-full {
  width: 100%;
  font-size: 12px;
}
.font-size26 {
  font-size: 26px;
  font-weight: bold;
}
.color-ff {
  color: #fff;
}
.span-time {
  display: inline-block;
  min-width: 32px;
  height: 32px;
  border-radius: 4px;
  border: 1px solid #ffc2ab;
  text-align: center;
  line-height: 32px;
  color: #fff;
  font-size: 18px;
  font-weight: bold;
}
.color-d3 {
  background: #d32b06;
}
.color-ff66 {
  background: #ff6600;
}
.span-time-title{
  display: inline-block;
  width: 32px;
  text-align: center;
  margin-left: 10px;
  margin-right: 10px;
  color: #FFFFFF;
}
.seller-ing-events-rules-msg{
  color: #fff;
  font-size: 14px;
}
/*产品卡片*/
.seller-product-box{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
}
.seller-product-box .seller-product-item{
  box-sizing: border-box;
  width: calc( 20% - 16px);
  margin:10px;
  background-color: #fff;
  padding: 16px;
}
.seller-product-box .seller-product-item:nth-child(5n+1){
  margin: 10px 10px 10px 0;
}
.seller-product-box .seller-product-item:nth-child(5n){
  margin: 10px 0 10px 10px;
}
.seller-product-box .seller-product-item:nth-child(1){
  margin: 0 10px 10px 0px;
}
.seller-product-box .seller-product-item:nth-child(2),
.seller-product-box .seller-product-item:nth-child(3),
.seller-product-box .seller-product-item:nth-child(4)
{
  margin: 0 10px 10px 10px;
}
.seller-product-box .seller-product-item:nth-child(5){
  margin: 0 0 10px 10px;
}
.seller-product-item .new-arrivals-qty{
  display: block;
  position: absolute;
  right: 0px;
  top: 0px;
}
.seller-product-item .store-group.mt-2 { /*去掉店铺*/
  display: none;
}
.seller-product-item.store-group.m30-b {
  margin-bottom: 0px !important;
}
/*隐藏运费*/
.seller-product-item .price-group .text-small{
  display: none;
}
.seller-product-item .tag-group,.seller-product-item.tag-group.tag1200 {
  /* display: none; */
}
.seller-product-item .qty-group, .seller-product-item .login-price{
  display: none;
}
.seller-product-item  .min-price-height {
  min-height: auto !important;
  line-height: 18px;
}
.seller-product-item .code-group .media1200{
  display: none;
}
.seller-product-item .price-group .price-ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.seller-product-item .img-responsive.scale{
  transition: none !important;
}
.seller-product-item .img-responsive.scale:hover{
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}
.seller-product-item .img-responsive.scale{
  transition: transform 0.35s ease-in-out !important;
}
.seller-product-item .qty-group{
  display: none;
}
.seller-product-item .buy-now-btn-marketing{
  display: inline-block;
  width: 100%;
  height: 36px;  
  border: 1px solid #FF6600;
  line-height: 36px;
  text-align: center;
  color: #FF6600;
  font-weight: bold;
  font-size: 16px;
  margin-top: 16px;
  cursor: pointer;
  border-radius: 2px;
  margin-bottom: 8px;
}
.seller-product-item .buy-now-btn-marketing:hover{
  background: #F56200;
  color: #fff;
}
.seller-product-item .up-dowm-thumbnails-discount-value{ /* 69425 店铺活动优化-样式修改 */
  display: inline-block;
  margin-top: 8px;
  background: #FFEDED;
  padding: 0 4px;
  font-size: 14px;
  font-family: Arial;
  line-height: 24px;
  color: #E64545;
  text-align: center;
  height: 24px;
  margin-bottom: 6px;
  border-radius: 2px;
}
.seller-product-item .tag-group-home{
  display: none;
}
.seller-product-item .grid-layout .code-group.text-small{
  font-size: 14px !important;
}
.seller-product-item .store-discount-price{
  display: inline-block;
  color: #999999;
  font-size: 14px;
  text-decoration: line-through;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
/*end*/
.more-active-to-come{
  display:block;
  width: 280px;
  height: 40px;
  border: 1px solid #999999;
  text-align: center;  
  margin: 30px auto 10px;
  /* padding: 8px 0; */
  line-height: 40px;
  font-size: 14px;
  color: #333333;
  cursor: pointer;
}
.more-active-to-come:hover{
  background: #e1e1e1;
}
.border-radius-circle{
  display: inline-block;
  height: 18px;
  width: 18px;
  color: #333;
  /* background: #333; */
  line-height: 18px;
  border-radius: 50%;
  text-align: center;
}
.border-radius-circle .icon-V10_youjiantougengduo{
  font-size: 14px;
  font-weight: bold;
}
@media (max-width: 1440px){
  .seller-product-item .product-simple-template-new .tag-group.tag1200 {
    display: none; /* #69425 店铺活动-样式修改 */
      -webkit-transform: scale(1);
  }
}
.store-limit,body {
  background: #fff !important;
}
.store-limit {
  border-bottom: 1px solid #e5e5e5;
}