/**
 * 商品详情 - 开通会员提示
 */
.plugins-vip-goods-detail-open-tips {
    width: 100%;
}
.plugins-vip-goods-detail-open-tips-inner {
    padding: 1rem 1.2rem;
    background: #3c332e;
    border: 0.1rem solid rgba(243, 217, 177, 0.35);
    color: #f3d9b1;
    line-height: 1.6;
}
.plugins-vip-goods-detail-open-tips .tips-content {
    min-width: 0;
    padding-right: 1rem;
    color: #f3d9b1;
    text-decoration: none;
}
.plugins-vip-goods-detail-open-tips a.tips-content:hover {
    color: #f3d9b1;
    opacity: 0.92;
}
.plugins-vip-goods-detail-open-tips .tips-text {
    font-size: 1.4rem;
    min-width: 0;
}
.plugins-vip-goods-detail-open-tips .tips-btn {
    flex-shrink: 0;
    display: inline-block;
    padding: 0.5rem 1.6rem;
    font-size: 1.3rem;
    line-height: 1.4;
    color: #3c332e !important;
    background: #ffcc8e;
    box-shadow: 0 0 0.8rem rgba(255, 204, 142, 0.45);
    white-space: nowrap;
}
.plugins-vip-goods-detail-open-tips .tips-btn:hover {
    opacity: 0.92;
}

/**
 * 列表
 */
.plugins-vip-items-goods-price {
    position: absolute;
    left: 0;
    bottom: 0;
    background: #fff;
    width: 100%;
    transition:all 0.15s linear;
    transform: translateY(100%);
    z-index: 5;
}
@media only screen and (min-width: 641px) {
    .module-goods-container .item:hover .plugins-vip-items-goods-price {  
        transform: none;
        -moz-box-shadow: 0px -0.5rem 1.5rem #cdcdcd;
        -webkit-box-shadow: 0px -0.5rem 1.5rem #e6e6e6;
        box-shadow: 0px -0.5rem 1.5rem #e6e6e6;
    }
}
.plugins-vip-items-goods-price .original-price {
    text-decoration: line-through;
}
.plugins-vip-items-goods-price .goods-price {
    font-size: 1.4rem;
    color: #c00;
    font-weight: 700;
}
.plugins-vip-items-goods-price p.am-text-truncate {
    line-height: 2.6rem;
}
.plugins-vip-items-goods-price p.am-text-truncate span:first-child {
    color: #666;
    margin-right: 0.5rem;
}
.plugins-vip-items-goods-price .price-icon {
    padding: 0.1rem 0.5rem !important;
    border-radius: var(--border-radius);
}

/**
 * 按钮九宫格模块不展示
 */
.module-goods-grid-base .item-type-btn .plugins-vip-items-goods-price {
    display: none !important;
}