/* 提高优先级并确保上下边距都生效 */
.hr {
    border: none !important;
    border-top: 1px solid #ddd !important;
    margin-top: 10px !important;
    /*margin-bottom: 10px !important;*/
    width: 100% !important;
    display: block !important;
}


/* 标签样式 */
.idc_cart_tag {
    background-color: rgba(252, 241, 235, 1);
    color: rgba(254, 95, 71, 1) !important;
    /* 尺寸与间距 */
    margin-right: 2px;
    min-width: max-content;
    padding: 0 8px;
    height: 24px;
    line-height: 24px !important;
    /* 文字样式 */
    font-size: 12px !important;
    font-weight: bold;
    /* 边框与显示 */
    border-radius: 2px;
    display: inline-block;
    margin-bottom: 8px;
}

.idc_cart_tag1 {
    background-color: rgba(235, 244, 255, 1) !important;
    color: rgba(45, 108, 240, 1) !important;
    margin: 0 2px 8px 0 !important;
    padding: 0 8px !important;
    height: 24px !important;
    min-width: max-content !important;
    min-width: -webkit-max-content !important;
    min-width: -moz-max-content !important;
    font-size: 12px !important;
    font-weight: bold !important;
    line-height: 24px !important;
    border-radius: 2px !important;
    display: inline-block !important;
    box-sizing: border-box !important;
}

/* 标签样式 */


/* 代理产品，右侧提示css */
.idc_cart_adv {
    display: inline-block;
    padding-left: 3px;
    padding-right: 3px;
    border: 1px solid;
    font-size: 12px !important;
    font-style: normal;
    line-height: 16px !important;
    border-radius: 2px;
    border-color: #0008ff;
    background: #fff;
    color: #0008ff !important;
    position: relative;
    float: right;
    /*margin-top: 5px;*/
}

/* 代理产品，右侧提示css */