/* 短效代理页面特定样式 */

/* 字体加粗样式 */
.fontWB {
    font-weight: bold;
}

/* 产品包装内容高度设置 */
.product-package .package-content.tabpage-count {
    height: 710px;
}

/* 红色按钮样式 */
.qg-button[color=red] {
    background-color: #D93026;
    border-color: #D93026;
}

/* 主题色字体样式 */
.qg-color__font {
    color: #119f93 !important;
    text-decoration: none !important;
}

/* 产品卡片高度优化 */
.hot-item-list .item {
    height: 3.6rem !important;
}

/* 产品卡片底部内边距优化 */
.hot-item-list .item .bottom {
    padding: 0.25rem 0 0 0.21rem !important;
}

/* 产品卡片底部项目间距优化 */
.hot-item-list .item .bottom .bottom-item {
    margin-bottom: 0.1rem !important;
}

/* 价格区域上边距优化 */
.hot-item-list .item .bottom .price {
    margin-top: 0.15rem !important;
}