   .img {
    box-sizing: border-box;
    padding-top: 20px;
}
     .price {
    margin: 0; /* 移除可能存在的默认外边距 */
}

.original-price {
    text-decoration: line-through; /* 给原价添加删除线 */
    margin-right: 10px; /* 在原价和现价之间增加10px的外边距 */
}


.hot-deal-title {
    text-align: center;
    margin-bottom: 20px; /* 根据需要调整间距 */
}

.products-container {
    bottom: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 10px;
    background: #fff; /* 根据需要调整背景色 */
    box-shadow: 0 -2px 4px rgba(0, 0, 0, 0.1); /* 底部阴影效果 */
    z-index: 1000; /* 确保容器在页面其他内容的上方 */
}
.original-price {
text-decoration: line-through;
margin-right: 20px; /* 根据需要调整距离 */
}