.container-detail {
    margin-bottom: 20px;

}

.banner_small {
    margin-top: 10px;
}

.detail-l {
    background-color: #fff;
    float: left;
}

.middle {
    display: flex;
    margin-top: 10px;
    background-color: #fff;
    padding: 10px 10px;
}

.goodsInfo_title {
    /*height: 40px;*/
    display: flex;
    justify-content: space-between;
    margin-bottom: 5px;
}

.goods_name {
    font-weight: 600;
    font-size: 20px;
    /* font-family: 'MicrosoftYaHei'#323232; */
    color: #323232;
}

.goods_code {
    margin-top: 5px;
    /*margin-right: 26px;*/
    color: #787878;
    /* font-family: 'MicrosoftYaHei'#787878; */
    width: 110px;
}

.goods_middle {
    width: 560px;
    margin-left: 20px;
    border-right: 1px solid #C8C8C8;
}



.label_show {
    /* margin-top: 14px; */
    display: flex;
    background-color: #F2F2F2;
    padding: 10px;
    margin-right: 10px;
}

.label_show .label div {
    margin-bottom: 10px;

}

.goods_info ul li {
    margin-right: 15px;
}

.goods_info ul li img {
    margin-right: 5px;
}

.label_show .goods_info div {
    margin-bottom: 2px;
}

.label_show .label {
    font-size: 14px;
    color: #505050;
    width: 100px;
}

.goods_num {
    margin-top: 20px;
    display: flex;
}

.show_goodsNum {
    margin-left: 22px;
    margin-right: 18px;
    width: 140px;
    border: 1px solid #D2D2D2;
    display: flex;
}

    .show_goodsNum .subtract {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #F2F2F2;
        border-radius: 2px;
        cursor: pointer;
    }

    .show_goodsNum .show input {
        width: 80px;
        height: 30px;
        border: none;
        text-align: center;
    }

    .show_goodsNum .add {
        width: 30px;
        height: 30px;
        line-height: 30px;
        text-align: center;
        background: #BE1636;
        border-radius: 2px;
        color: #fff;
        cursor: pointer;
    }

.detail-card {
    display: flex;
    margin-top: 38px;
}

.detail-card .card {
    text-align: center;
    width: 160px;
    height: 48px;
    line-height: 48px;
    color: #fff;
    background-color: #BE1636;
}

.detail-card .like {
    margin-left: 40px;
    text-align: center;
    width: 160px;
    height: 48px;
    line-height: 48px;
    border: 1px solid #D2D2D2;
}

.goods_right {
    width: 175px;
    padding: 0px 0px 0px 10px;
}

.goods_right ._title {
    display: flex;
    margin-bottom: 6px;
}

.goods_right ._title img {
    width: 33px;
    height: 35px;
}

.goods_right .goods_item {
    margin-bottom: 10px;
    border-bottom: 1px dashed #424142;
}

.goods_right .goods_item .goodsName {
    height: 30px;
    line-height: 30px;
}

.goods_right .goods_item img {
    margin-left: 10px;
    width: 120px;
    height: 120px;
}

.goods_right .rolling {
    display: flex;
}

.goods_right .rolling img {
    width: 36px;
    height: 22px;
}

.down {
    display: flex;
    margin-top: 10px;
}

.show_left {}

.Shop_announcement {
    width: 270px;
}

    .Shop_announcement .announcement_title {
        height: 40px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 18px;
        color: #fff;
        background-color: #4D85C2;
    }

.Shop_announcement ul {
    background-color: #fff;
    padding: 10px 5px;
    border: 1px solid #D2D2D2;
}

.Shop_announcement .white_announcement {
    background-color: #fff;
    padding: 10px 5px;
    border: 1px solid #D2D2D2;
    padding: 20px;
}


.Shop_announcement .btn_two {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 27px;
}

    .Shop_announcement .btn_two .into_store {
        width: 82px;
        height: 28px;
        line-height: 28px;
        text-align: center;
        background: #4D85C2;
        color: #fff;
    }

.Shop_announcement .btn_two .like_store {
    width: 82px;
    height: 28px;
    line-height: 28px;
    text-align: center;
    background: #DCDCDC;
    border: 1px solid #AAAAAA;
}


.Shop_announcement .detail_score {}

.Shop_introduced {
    width: 270px;
}

.Shop_introduced div {
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #fff;
    background-color: #BE1636;
}

.Shop_introduced ul {
    font-size: 16px;
    color: #787878;
    background-color: #fff;
    padding: 10px 5px;
    border: 1px solid #D2D2D2;
}

.show_img img {
    width: 270px;
}

.show_right {
    padding: 18px;
    background-color: #fff;
}

.nav_list {
    margin-bottom: 10px;
    display: flex;
    color: #505050;
    font-size: 18px;
}

.nav_list div:hover {
    color: #26A5A7;
}

.detail_info {
    display: flex;
    padding: 10px 0;
    border-top: 1px solid #C8C8C8;
    border-bottom: 1px solid #C8C8C8;
}

.detail_info .detailInfo_label {
    color: #505050;
    font-size: 16px;
    width: 180px;
}

.detail_info .detailInfo div {

    color: #969696;
    font-size: 16px;
}