@charset "utf-8";
/* CSS Document */

/*专题商品模板*/
.activity-goods-list{padding: 5px 10px 0;}
.activity-goods-list .activity-good-item{position: relative;width: 49.2%;float: left;background-color: #fff;margin-bottom:5px;}
.activity-goods-list .activity-good-item:nth-of-type(2n) {margin-right: 0; float:right;}
.drop-item-floor .activity-goods-list .activity-good-item:nth-of-type(2n) { float:left; margin-right:auto;}
.drop-item-floor .activity-goods-list .activity-good-item:nth-of-type(2n+1) {margin-right: 0; float:right;}
.activity-goods-list .activity-good-item .activity-good-pic{position: relative;padding-top: 100%;overflow: hidden;}
.activity-goods-list .activity-good-item .activity-good-pic img{position: absolute;display: block;top: 50%;left: 0;transform: translate(0,-50%);-webkit-transform: translate(0,-50%); width:100%;}
.activity-goods-list .activity-good-item .activity-good-info{ height:70px; padding: 0 10px;}
.activity-goods-list .activity-good-item .activity-good-title h3{display: -webkit-box;height: 34px;line-height: 17px;margin-top: 8px;font-size: 14px;font-weight: normal;color: #353535;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical;word-break: break-all;}
.activity-goods-list .activity-good-item .activity-good-title .act-type { margin-bottom: 0; vertical-align: top;}
.activity-goods-list .activity-good-item .activity-good-price{font-size: 0.75rem;line-height: 35px;color: #f23030;}

.activity-goods-list .activity-good-item .goods-price{ position: relative; width: 100%;}
.activity-goods-list .activity-good-item .goods-price .price-info{ display: flex; align-items: baseline; line-height: 20px; height: 20px; font-size: 16px; max-width: calc(100% - 20px); overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.activity-goods-list .activity-good-item .goods-price .price-info-two{ height: 20px;}
.activity-goods-list .activity-good-item .goods-price .price-info del{ font-size: 10px;color: #999; margin-left: 3px;}
.activity-goods-list .activity-good-item .goods-price .price-info-two del{ display: block;}
.activity-goods-list .activity-good-item .goods-price .btns{width: 20px;height: 20px;position: absolute;right: 0;bottom: 0;z-index: 2; background-image:url(../images/good-cart-icon.png); background-size: 20px; border-radius: 100%;}
.activity-goods-list .activity-good-item .goods-price .btns.sell-out-btn{ background-color: #e5e5e5 !important;}
.activity-goods-list .activity-good-item .goods-price .btns:before,.seamless-rolling .btns:before{ content: ''; position: absolute; top: -25px; right: -10px; bottom: -15px; left: -35px;}

/*积分抵扣*/
.activity-goods-list .activity-good-item .activity-good-title.beans-show{ height: 40px; }
.activity-goods-list .activity-good-item .activity-good-title.beans-show h3{ height: 20px;max-height: 20px;text-overflow: ellipsis; overflow: hidden;white-space:nowrap; display: block; }