/* 促销列表样式 */
.promotion_list { background: #fff; height: calc(100vh - .45rem); padding-top: 45px; overflow: auto; color: #666; min-width: 3.25rem; max-width: 7.5rem; margin: auto; }
.promotion_list .advert .link { display: block; }
.promotion_list .advert img { display: block; width: 100%; }
.promotion_list .content { font-size: 0; padding: 0 .12rem .12rem .12rem; }
.promotion_list .module { position: relative; display: block; box-sizing: border-box; -webkit-box-sizing: border-box; margin: auto; background-color: #fff; border-radius: .08rem; padding: .15rem .07rem; font-size: 0; overflow: hidden; box-shadow: 0 0 0.1rem rgba(91, 138, 255, .2); }
.promotion_list .present { position: relative; height: .17rem; line-height: .17rem; font-size: 12px; color: #333; padding-left: .27rem; background-image: url('/picture/home/icon_timer_2.png'); background-repeat: no-repeat; background-size: .12rem auto; background-position: .1rem center; }
.promotion_list .present .p_countdown { position: relative; z-index: 2; display: inline-block; color: #999; padding-left: .05rem; }
.promotion_list .present .p_countdown span { display: inline-block; background-color: #fff; border: .01rem solid #dcdcdc; height: .16rem; line-height: .15rem; margin: 0 .04rem 0 .02rem; padding: 0 .02rem; color: #f74142; border-radius: .02rem; }
.promotion_list .present .p_cheap { position: absolute; z-index: 1; color: #fff; font-size: 14px; background: linear-gradient(to right, #ff7903, #fdd544); height: .24rem; line-height: .24rem; padding: 0 .45rem; transform: rotate(45deg); top: 0; right: -.52rem; }
.promotion_list .druginfo { display: inline-block; width: 50%; padding: .05rem .07rem; font-size: 12px; line-height: .22rem; box-sizing: border-box; -webkit-box-sizing: border-box; }
.promotion_list .druginfo .d_img { display: block; position: relative; width: 1.4rem; height: 1.4rem; margin: 0 auto .05rem auto; }
.promotion_list .druginfo .d_img > img { position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 1.4rem; max-height: 1.4rem; }
.promotion_list .druginfo .general_name { font-size: 14px; color: #333; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.promotion_list .druginfo .d_text { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.promotion_list .icon_group { position: absolute; color: #333; font-size: 18px; font-style: initial; top: 1rem; left: 50%; width: .15rem; height: .15rem; line-height: .15rem; text-align: center; margin-left: -.08rem; }
.promotion_list .floor { height: .27rem; line-height: .27rem; color: #999; font-size: 12px; padding-left: .07rem; }
.promotion_list .floor .f_price { float: left; font-size: 16px; color: #f74142; padding-right: .05rem; }
.promotion_list .floor .f_cost { float: left; padding-right: .05rem; text-decoration: line-through; }
.promotion_list .floor .f_text { float: left; }
.promotion_list .floor .f_btn { float: right; width: 1.05rem; background-color: #fdbf34; color: #fff; border-radius: .04rem; text-align: center; font-size: 14px; }
.promotion_list .module + .module { margin-top: .1rem; }
.promotion_list .footer_cue { position: relative; padding: .17rem 0 .05rem 0; height: .2rem; line-height: .2rem; color: #fff; font-size: 12px; text-align: center; }
.promotion_list .footer_cue:before { content: ""; position: absolute; width: .2rem; height: .01rem; background-color: currentColor; left: 50%; margin-left: -.7rem; top: .26rem; }
.promotion_list .footer_cue:after { content: ""; position: absolute; width: .2rem; height: .01rem; background-color: currentColor; left: 50%; margin-left: .5rem; top: .26rem; }

/* 促销详情样式 */
.product_detail {min-width: 3.2rem;max-width: 7.5rem;margin: 45px auto .45rem auto; overflow: auto; height: calc(100vh - 45px - .45rem);}
.product_detail .header {position: fixed;width: 100%;top: 45px;left: 0;z-index: 10;height: .46rem;line-height: .46rem;text-align: center;}
.product_detail .header .h_main{font-size: 0;text-align: center;background-color: #fff;width: 100%;margin: auto;max-width: 7.5rem;}
.product_detail .header .h_main:before { content: ""; width: 100%; height: .01rem; position: absolute; background-color: #f2f4f7; bottom: 0; left: 0; z-index: 1; }
.product_detail .header .h_item { display: inline-block; height: 100%; font-size: 14px; color: #666; }
.product_detail .header .h_item.check { color: #ff6766; }
.product_detail .header .h_lineae {position: absolute;background-color: #ff6766;height: .02rem;width: .35rem;bottom: 0;left: 25%;border-radius: .05rem .05rem 0 0;z-index: 2;margin-left: -.18rem;}
.product_detail .main {padding: .46rem 0 0 0;overflow: hidden;}
.product_detail .details {width: 100%;font-size: 14px;color: #333;}
.product_detail .goods_list { font-size: 0; background-color: #fff; }
.product_detail .goods_list .goods {display: inline-block;width: 50%;font-size: 12px;padding: .12rem;line-height: .24rem;color: #666;overflow: hidden;box-sizing: border-box;-webkit-box-sizing: border-box;}
.product_detail .goods_list .goods:nth-child(1){padding-right: .06rem;}
.product_detail .goods_list .goods:nth-child(2){padding-left: .06rem;}
.product_detail .goods_list .g_img { position: relative; width: 100%; max-width: 1.42rem; height: 1.42rem; margin: 0 auto .05rem auto; }
.product_detail .goods_list .g_img img{ position: absolute; top: 0; bottom: 0; left: 0; right: 0; margin: auto; max-width: 1.42rem; max-height: 1.42rem; }
.product_detail .goods_list .g_nama{ color: #333; font-size: 14px; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.product_detail .goods_list .g_text { text-overflow: ellipsis; white-space: nowrap; overflow: hidden; }
.product_detail .goods_list .message { background-color: #fff; margin-bottom: .07rem; line-height: .25rem; padding: .1rem .14rem; color: #666; min-height: .27rem; }
.product_detail .special_price { height: .45rem; background-image: url('/picture/home/icon_goods_context_2.jpg'); background-repeat: no-repeat; background-size: 100% 100%; color: #fff; padding: 0 .12rem; font-size: 12px; margin-bottom: .07rem; }
.product_detail .special_price .sp_left { float: left; width: .65rem; line-height: .18rem; padding-top: .05rem; }
.product_detail .special_price .sp_left .title { }
.product_detail .special_price .sp_left .cose { text-decoration: line-through; }
.product_detail .special_price .sp_right { float: right; width: 1.7rem; height: 100%; text-align: right; }
.product_detail .special_price .sp_right .icon_time {display: inline-block;height: .22rem;line-height: .22rem;background-image: url('/picture/home/icon_timer_1.png');background-size: .12rem auto;background-repeat: no-repeat;padding-left: .15rem;background-position: 0 center;font-style: inherit;}
.product_detail .special_price .sp_right .timer { line-height: .18rem; }
.product_detail .special_price .sp_right .timer span { vertical-align: top; display: inline-block; text-align: center; padding: 0 .02rem; min-width: .15rem; background-color: #fff; color: #333; height: .18rem; margin: 0 .02rem; border-radius: .02rem; }
.product_detail .special_price .sp_content { margin: 0 1.7rem 0 .65rem; font-size: 20px; line-height: .45rem; }
.product_detail .explain .e_navlist {position: relative;top: 0;left: 0;height: .45rem;line-height: .45rem;font-size: 0;text-align: center;background-color: #fff;}
.product_detail .explain .e_navlist .e_n_item {display: inline-block;font-size: 14px;color: #ff6766;}
.product_detail .explain .e_navlist .e_n_lineae {position: absolute;background-color: #ff6766;height: .02rem;width: .7rem;bottom: 0;left: 50%;border-radius: .05rem .05rem 0 0;z-index: 2;margin-left: -.35rem;}
.product_detail .explain .e_navlist:before { content: ""; width: 100%; height: .01rem; position: absolute; background-color: #f2f4f7; bottom: 0; left: 0; z-index: 1; }
.product_detail .explain .e_content {background-color: #fff;padding: .13rem;min-height: calc(100vh - 5rem);}
.product_detail .un_explain_cue { background-image: url('/picture/home/img_not_goods_introduce.png'); background-repeat: no-repeat; background-position: center .7rem; background-size: auto 1rem; padding-top: 1.8rem; padding-bottom: .28rem; color: #999; font-size: 14px; line-height: .17rem; text-align: center; }
.product_detail .footer { position: fixed; width: 100%; left: 0; bottom: 0; height: .45rem; text-align: center; background-color: #fff; }
.product_detail .footer .f_nav { margin-right: 2rem; line-height: 1; color: #999; font-size: 12px; }
.product_detail .footer .f_nav .f_n_info { position: relative; padding-top: .28rem; height: .17rem; background-repeat: no-repeat; background-position: center .06rem; background-size: auto .18rem; }
.product_detail .footer .f_nav .f_n_info.icon_apothecary { background-image: url('/picture/home/icon_apothecary.png'); }
.product_detail .footer .f_nav .f_n_info.icon_cart { background-image: url('/picture/home/icon_goods_detail_cart.png'); }
.product_detail .footer .f_nav .f_n_info.icon_fav { background-image: url('/picture/home/icon_goods_detail_fav.png'); }
.product_detail .footer .f_nav .f_n_info.icon_unfav { background-image: url('/picture/home/icon_goods_detail_unfav.png'); }
.product_detail .footer .f_nav .f_n_cartcount {position: absolute;top: .03rem;left: 50%;margin-left: .07rem;background: #ff6766;height: .16rem;line-height: .16rem;border-radius: .15rem;color: #fff;font-size: 12px;padding: 0 .05rem;font-style: inherit;z-index: 1;}
.product_detail .footer .f_nav .f_n_info2 { position: relative; height: .45rem; }
.product_detail .footer .f_nav .f_n_info2 .number { color: #ff6766; font-size: 16px; height: .28rem; line-height: .28rem; }
.product_detail .footer .f_nav .f_n_info2 .name { height: .17rem; }
.product_detail .footer .f_nav .f_n_info2 .small_name { height: .17rem; font-size: 12px; line-height: .14rem; }
.product_detail .footer .f_confirmbtn { width: 2rem; height: 100%; line-height: .45rem; float: right; font-size: 14px; color: #fff; background: -webkit-linear-gradient(left, #005ca1, #26b2f8); background: linear-gradient(to right, #005ca1, #26b2f8); }

/* 通用暂无产品列表样式 */
.com_unlist { color: #666; text-align: center; line-height: .25rem; font-size: 14px; overflow: hidden; }
.com_unlist span { display: block; }
.com_unlist .img { background-image: url('/picture/home/unproduct_icon.png'); background-repeat: no-repeat; width: 1rem; height: 1rem; background-size: 1rem; margin: .5rem auto .15rem auto; }
.com_unlist .btn { display: inline-block; width: 55%; margin: .2rem auto 0 auto; line-height: .4rem; background: #ff6766; color: #fff; border-radius: .02rem; }
.flex { display: flex; -webkit-display: flex;}
.flex .flex_1 { width: 0; flex: 1; -webkit-flex: 1; align-items: center; justify-content: space-between; }

/* 今日特价 */
html,
body {
    /* height: 100%; */
}
.specialList {
    margin: 0 auto;
    max-width: 6.4rem;
    padding-bottom: .37rem;
    height: calc(100vh - 37px);
    overflow: auto;
    /* height: 100%; */
    /* background-color: rgb(143, 0, 17); */
}
.specialList .header-advert {
    margin-top: 46px;
}
.specialList .header-advert img {
    max-width: 100%;
    max-height: 100%;
}
.specialList .content {
    /* margin: 0 1%; */
}
.specialList .specialList-item {
    background-color: #fff;
    display: block;
    /* border: 1px solid rgb(242, 244, 247); */
    border-right: 0;
    border-top: 0;
    border-bottom: 0;
    /* border-radius: 10px; */
    float: left;
    padding: .18rem 2.9% .2rem;
    /* margin: 1%; */
    width: 44%;
    /* box-shadow: 0 0 0.1rem rgba(91, 138, 255, .2); */
}
.specialList .specialList-item .item-time {
    font-size: 0;
    text-align: center;
    margin-bottom: .05rem;
}
.specialList-item .item-time .timer {
    position: relative;
    display: inline-block;
    border-radius: 3px;
    min-width: .16rem;
    height: .16rem;
    line-height: .16rem;
    padding: 0px 2px;
    vertical-align: middle;
}
.specialList-item .item-time .colon {
    font-size: 12px;
    vertical-align: middle;
    padding: 0 2px;
}
.item-time .timer .timer-top {
    height: 50%;
    width: 100%;
    /* background-color: rgb(61, 61, 61); */
    border-radius: 4px 4px 0 0;
}
.item-time .timer .timer-bottom {
    width: 100%;
    height: 50%;
    border-radius: 0 0 4px 4px;
    /* background-color: rgb(104, 101, 104); */
}
.item-time .timer .timer-font {
    position: relative;
    display: inline-block;
    color: #f74142;
    top: -16px;
    font-size: 12px;
    padding: 0 3px;
    border: 1px solid #dcdcdc;
    border-radius: 3px;
}
@media (min-width: 414px) {
    .item-time .timer .timer-font {
        top: -18px;
    }
}
.specialList .specialList-item .item-img {
    width: 100%;
    /* height: .7rem; */
    height: 1.25rem;
    margin-bottom: .05rem;
    display: flex;
    align-items: center;
    justify-content: center;
}
.specialList-item .item-img img {
    max-width: 100%;
    max-height: 100%;
}
.specialList .specialList-item .item-discount span {
    display: inline-block;
    padding: 1px 10px 1px 5px;
    margin-bottom: .05rem;
    margin-left: -7%;
    color: #fff;
    font-size: 14px;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(to bottom, rgb(242, 100, 116), rgb(236, 144, 121));
} 
.specialList .specialList-item .item-name {
    font-size: 16px;
    color: #333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    height: .22rem;
    line-height: .22rem;
}
.specialList .specialList-item .item-price {
    margin-bottom: .04rem;
}
.specialList-item .item-price .price-red {
    font-size: 16px;
}
.specialList-item .item-price .price-gray {
    font-size: 9pt;
    margin-left: 6px;
    color: #999;
    text-decoration: line-through;
}
.specialList .specialList-item .item-tip {
    margin-bottom: .1rem;
    font-size: 14px;
    color: #666;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.specialList .specialList-item .item-btn {
    width: 100%;
    background-color: rgb(242, 0, 19);
    border: none;
    border-radius: 3px;
    color: #fff;
    /* padding: .08rem 0; */
    padding: .08rem 0;
    font-size: 12px;
}
.font-red {
    color: rgb(247, 65, 66);
}
.more {
    margin-top: .15rem;
    text-align: center;
    margin-left: 2px;
    margin-right: 2px;
    color: rgb(198, 198, 198);
    /* color: rgb(255, 255, 255); */
}
.clearfix {
    clear: both;
    height: 0;
}
.clearfix:before,
.clearfix:after {
    content: "";
    clear: both;
    display: inline-block;
    height: 0px;

}
.clearfix:after {
	clear: both;
}

/* 今日特价详情 */
.v_product_specialdetail {
    background-color: rgb(242, 244, 247);
}
#content .detail_content {
    background: none;
}
@media (min-width: 640px) {
    .detail-menu {
        max-width: 640px;
        left: 50%;
        margin-left: -320px;
    }
}
.detail-menu {
    height: 45px;
    line-height: 45px;
    margin-top: 46px;
    width: 100%;
    border-bottom: 1px solid rgb(242, 244, 247);
    background: #fff;
}
.detail-menu .detail-content {
    width: auto;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.detail-menu .detail-content a {
    /* width: 45%; */
    display: inline-block;
    font-size: 11pt;
    text-align: center;
    margin: 0 6%;
    color: #666;
    height: 43px;
    border-bottom: 2px solid transparent;
}
.detail-menu .detail-content .colorActive {
    color: rgb(22, 140, 200);
}
.dc-menu .dc-menu-title .detail-content .colorActive {
    color: rgb(22, 140, 200);
}
.detail-menu .detail-content .spe_nav_col {
    color: rgb(20, 137, 196);
    border-bottom-color: rgb(20, 137, 196);
}
.dc-tip {
    padding: .1rem;
    color: rgb(240, 131, 0);
    background-color: rgb(253, 247, 234);
    line-height: .14rem;
}
.dc-special {
    color: #fff;
    padding: 0 .14rem; 
    background-image: url(/picture/home/new_product/icon_goods_context.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: .07rem;
}
.dc-special .dc-special-left {
    float: left;
    /* padding: .12rem 0; */
    padding: .06rem 0;
}
.dc-special .dc-special-title {
    display: block;
    margin-bottom: .02rem;
}
.dc-special .dc-special-reprice {
    display: block;
    text-decoration: line-through;
}
.dc-special .dc-curprice {
    float: left;
    font-size: 0;
    /* padding: .06rem 0; */
    padding: 0;
    margin-left: .2rem;
}
.dc-special .dc-curprice .numf {
    font-size: 18pt;
    line-height: .46rem;
}
.dc-special .dc-curprice .numb {
    font-size: 16px;
    /* margin-left: -3px; */
}
.dc-special .dc-timer {
    float: right;
    /* padding-top: .05rem; */
    padding-top: .01rem;
    /* padding-bottom: .07rem; */
}
.dc-timer .dc-timer-title {
    display: inline-block;
    text-align: right;
    /* margin-bottom: .09rem; */
    margin-bottom: .05rem;
    background-image: url(/picture/home/new_product/icon_timer.png);
    background-repeat: no-repeat;
    background-size: 12px;
    background-position: 0 center;
    padding-left: .16rem;
    margin-left: .78rem;
}
.dc-timer .dc-timer-content {
    text-align: right;
}
.dc-timer .dc-timer-content .time {
    color: rgb(51, 51, 51);
    /* padding: .04rem .02rem; */
    padding: 0 .02rem;
    background-color: #fff;
    border-radius: 3px;
}
.dc-timer .dc-timer-content .word {

}
.dc-message {
    background-color: #fff;
    margin-bottom: .07rem;
    /* padding: .16rem .14rem; */
    padding: .12rem .14rem;
}
.dc-message .dc-message-title {
    font-size: 11pt;
    color: rgb(51, 51, 51);
    margin-bottom: .08rem;
}
.dc-message .dc-message-stock {
    font-size: 9pt;
    color: rgb(102, 102, 102);
    margin-bottom: .08rem;
}
.dc-message-stock p span {
    color: rgb(247, 67, 68);
    display: inline-block;
    padding: 0 .05rem;
}
.dc-message .dc-message-goods {
    color: rgb(102, 102, 102);
}
.dc-icon {
    padding: 0rem .16rem .12rem;
    background-color: #fff;
    margin-bottom: .07rem;
}
.dc-icon .dc-icon-title {
    font-size: 12px;
    display: inline-block;
    color: #666;
    margin-right: .12rem;
    width: auto;
    vertical-align: top;
}
.dc-icon .dc-icon-title span {
    height: .22rem;
    line-height: .22rem;
}
.dc-icon .dc-icon-top {
    padding-top: .12rem;
    padding-bottom: .12rem;
    border-bottom: 1px solid rgb(244, 242, 247);
}
.dc-icon .dc-icon-top .icon-top-content {
    display: inline-block;
    width: 70%;
}
.dc-icon .dc-icon-top .icon-top-content span {
    display: inline-block;
    transform:skew(-20deg);
    -webkit-transform-origin-x:skew(20deg);
    padding: .02rem .1rem;
    height: .15rem;
    line-height: .15rem;
    border-radius: 2px;
    margin-right: .06rem;
    /* margin-bottom: .06rem; */
}
.icon-rx {
    border: 1px solid transparent;
}
.dc-icon .dc-icon-top .icon-top-content .icon-rx span {
    transform:skew(20deg);
    -webkit-transform-origin-x:skew(-20deg);
    padding: 0;
    margin-right: 0;
}
.dc-icon .dc-icon-bottom {
    padding-top: .12rem;
}
.dc-icon .dc-icon-bottom .icon-bottom-content{
    display: inline-block;
    width: 68%;
    /* overflow: hidden; */
    white-space: nowrap;
    padding-left: .04rem;
}
.dc-icon .dc-icon-bottom .icon-bottom-content span {
    display: inline-block;
    transform:skew(-20deg);
    -webkit-transform-origin-x:skew(20deg);
    margin-right: .06rem;
    padding: .02rem .09rem;
    height: .15rem;
    line-height: .15rem;
    border-radius: 2px;
    color: #fff;
    background: linear-gradient(to right, rgb(255, 56, 132), rgb(255, 125, 145));
}
.icon-rx {
    border: 1px solid transparent;
}
.dc-icon .dc-icon-bottom .icon-bottom-content .icon-lottery span {
    transform:skew(20deg);
    -webkit-transform-origin-x:skew(-20deg);
    padding: 0;
    margin-right: 0;
}
.dc-icon .dc-icon-bottom .icon-bottom-right {
    float: right;
    font-size: 14px;
    color: rgb(200, 200, 200);
}
.dc-icon .dc-icon-bottom .icon-bottom-right span {
    display: inline-block;
    height: .1rem;
    width: .1rem;
    line-height: .22rem;
    border-top: 1px solid #666;
    border-right: 1px solid #666;
    transform: rotate(45deg);
}
.dc-menu {
    /* padding: 0 .15rem; */
    background: #fff;
}
.dc-menu .dc-menu-title {
    position: relative;
    height: 45px;
    line-height: 45px;
    width: 100%;
    border-bottom: 1px solid rgb(244, 245, 248);
}
.dc-line {
    border-bottom: 2px solid rgb(20, 137, 196);
    position: absolute;
    height: 2px;
    /* width: 80px; */
    bottom: 0px;
}
.dc-menu .dc-menu-title .detail-content {
    width: auto;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
}
.dc-menu .dc-menu-title .detail-content a {
    display: inline-block;
    font-size: 11pt;
    text-align: center;
    margin: 0 6%;
    color: #8a8a8a;
    height: 43px;
    border-bottom: 2px solid transparent;
}
.dc-menu .dc-menu-title .detail-content .spe_nav_col {
    color: rgb(20, 137, 196);
    border-bottom-color: rgb(20, 137, 196);
}
.dc-menu-content {
    background-color: #fff;
    padding: .15rem;
    margin-bottom: .07rem;
}
.dc-menu-content video, .dc-menu-content embed{display: block; width: 100%; height: 100%;}
.dc-menu-content .menu-content-item {
    position: relative;
    min-height: 200px;
}
.dc-menu-content .no-menu-content {
    background-image: url(/picture/home/new_product/img_not_goods_introduce.png);
    background-size: 1.5rem;
    background-repeat: no-repeat;
    background-position: center;
    height: 2rem;
}
.dc-menu-content .no-menu-content p {
    position: absolute;
    left: 50%;
    top: 74%;
    margin-left: -.5rem;
    font-size: 11pt;
    color: rgb(153, 153, 153);
}
.dc-menu-content .menu-content-item img{display:block; width: 100%;margin: auto;}
#content {
    margin-top: 0px;
    padding-top: 90px !important;
}
.special_content {
    background-color: #fff;
    margin: 5px 2.5% 0;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 0 10px rgba(91,138,255,0.2);
}
.special_top {
    padding: 0 1%;
    border-bottom: 1px solid rgb(242, 244, 247);
}
.special_top ul {
    text-align: center;
}
.special_top ul li {
    display: inline-block;
    text-align: center;
    width: 48%;
    font-size: 16px;
    height: .42rem;
    line-height: .42rem;
    color: rgb(51, 51, 51);
}
.special_choosed {
    color: rgb(242, 0, 19);
    padding: 10px;
    border-bottom: 1px solid rgb(242, 0, 19);
}
.nextspecial_time {
    font-size: 12px;
    color: rgb(51, 51, 51);
    margin-bottom: .08rem;
}
.nextspecial_content .specialList-item {
    padding-top: .15rem;
}
.nextspecial_content .specialList-item .item-btn {
    opacity: .4;
}
.special-line {
    float: left;
    width: 100%;
    height: 1px;
    border-top: 1px solid rgb(242, 244, 247); 
}

/* 普通产品详情 */
.dc-product-title {
    background-color: #fff;
    padding: .1rem .15rem;
    margin-bottom: .07rem;
}
.dcm-info {
    margin-bottom: .07rem;
}
.dc-l-content .dcm-info {
    background-color: #fff;
    padding: .15rem .15rem .08rem .15rem;
}
.dcm-info .dcm-info-name {
    font-size: 14px;
    margin-bottom: .08rem;
    color: rgb(51, 51, 51);
}
.dcm-info .dcm-info-producer {
    font-size: 12px;
    color: rgb(102, 102, 102);
}
.dcm-info-bottom {
    color: rgb(247, 65, 66);
    margin-top: .07rem;
}
.dc-icon .no-mt-pt {
    margin-top: 0;
    padding-top: 0;
}
.dc-icon .no-pb-border {
    border: none;
    padding-bottom: 0;
}
/* 向您推荐 */
.dc-recommend {
    /* padding: .15rem .15rem 0 .15rem; */
    padding-top: .15rem;
    background-color: #fff;
}
.dc-recommend .dc-recommend-title {
    color: rgb(102, 102, 102);
    font-size: 1.2em;
    padding: 0 .15rem .15rem .15rem;
    border-bottom: 1px solid rgb(244, 245, 248);
    height: 1.4em;
    line-height: 1.4em;
}
.dc-recommend .dc-recommend-title .recommend-title-left {
    font-size: 11pt;
    float: left;
}
.dc-recommend .dc-recommend-title .recommend-title-right {
    float: right;
    font-size: 10pt;
    color: rgb(20, 137, 196);
}
.recommend-title-right span {
    display: inline-block;
    width: 1em;
    height: 1.2em;
    background-image: url(/picture/home/new_product/icon_refresh.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    vertical-align: sub;
    margin-right: .1rem;
}
.dc-recommend-content {
    padding: 0;
}
.dc-recommend-content .recommend-item {
    display: inline-block;
    width: 88%;
}
.dc-recommend-content .item-mr {
    margin-right: 12%;
}
.dc-recommend-content .item-ml {
    margin-left: 12%;
}
.dc-recommend-content .item-br {
    border-right: 1px solid rgb(244, 245, 248);
    border-bottom: 1px solid rgb(244, 245, 248);
    padding-left: .15rem;
}
.dc-recommend-content .item-bl {
    border-bottom: 1px solid rgb(244, 245, 248);
    padding-right: .15rem;
}
.item-bl .item-bottom-cart {
    right: .15rem;
}
.recommend-item .item-img {
    width: 100%;
    height: 1.5rem;
    margin-top: .1rem;
    margin-bottom: .1rem;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}
.recommend-item .item-img img {
    max-width: 100%;
    max-height: 100%;
}
.recommend-item .item-img .item-icon_arrival {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
    color: #fff;
    line-height: .18rem;
    font-size: .12rem;
    background-color: rgba(0, 0, 0, .6);
}
.recommend-item .item-name {
    color: rgb(51, 51, 51);
    font-size: 11pt;
    margin-bottom: .08rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recommend-item .item-unit {
    color: rgb(102, 102, 102);
    font-size: 12px;
    margin-bottom: .08rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recommend-item .item-company {
    color: rgb(102, 102, 102);
    font-size: 12px;
    margin-bottom: .08rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
.recommend-item .item-bottom {
    position: relative;
}
.item-bottom .item-bottom-price {
    margin-bottom: .18rem;
}
.item-bottom .item-bottom-price .item-price-cur {
    color: rgb(247, 65, 66);
    font-size: 11pt;
}
.item-bottom .item-bottom-price .item-price-retail {
    color: rgb(153, 153, 153);
    font-size: 8pt;
    text-decoration: line-through;
}
.item-bottom-cart {
    position: absolute;
    width: 1.6em;
    height: 1.6em;
    background-image: url(/picture/home/new_product/icon_shopping_cart.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    right: 0;
    bottom: 0;
    margin-bottom: .18rem;
}
div.font-white {
    color: #fff;
}
.dc_message .p_one .icon_arrival_time {
    background-color: rgb(247, 65, 66);
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    display: inline-block;
    vertical-align: text-bottom;
}
.dcm-info-name .icon_arrival_time {
    background-color: rgb(247, 65, 66);
    border-radius: 20px;
    color: #fff;
    font-size: 12px;
    padding: 2px 6px;
    display: inline-block;
    vertical-align: text-bottom;
    margin-left: .1rem;
}
.hline {
    width: 40px;
    height: 1px;
    margin-bottom: 3px;
    display: inline-block;
    border-top: 1px solid rgb(198, 198, 198);
    /* border-top: 1px solid rgb(255, 255, 255); */
}
.item-right .right-name .icon_arrival {
    display: inline-block;
    padding: 0 .04rem;
    color: #fff;
    background-color: #f9b601;
    font-size: 9pt;
    width: auto;
    position: relative;
    border-radius: .04rem;
    margin-right: .05rem;
}