a {
    text-decoration: none !important;
}
.breadcrumb {
    background-color: #fff;
    margin: 40px 0 12px -0.75rem;
    align-items: center;
}

.breadcrumb-item+.breadcrumb-item::before {
    display: inline-block;
    padding-right: .5rem;
    content: url("../../images/right-jiantou.png");
}

.breadcrumb li a {
    font-size: 14px;
    color: #999999;
}

.breadcrumb li:last-child {
    color: #222222;
    font-size: 14px;
    font-weight: 500;
}

.pro_detail_hed {
    min-height: 528px;
    margin-bottom: 100px;
}
.pro_detail_hed .img_left {
    width: 480px;
}

.img_left .main_img {
    width: 480px;
    height: 480px;
    margin-bottom: 24px;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.img_left .jCarousel {
    position: relative;
    overflow: hidden;
    width: 425px;
    text-align: center;
}

.img_left .jCarousel ul {
    position: relative;
    width: 1000em;
}

.img_left .jCarousel_control {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    font-size: 50px;
    cursor: pointer;
    color: #dcdcdcff;
}
.img_left .jCarousel_control:hover {
    color: #999999ff;
}
.img_left .prev_img_btn {
    left: -15px;
}
.img_left .next_img_btn {
    right: -15px;
}
.img_left .jCarousel ul {
    margin-left: -12px;
}
.img_left .jCarousel ul li {
    float: left;
    margin-left: 12px;
    cursor: pointer;
    opacity: 0.6;
}
.img_left .jCarousel ul .current {
    opacity: 1;
}

.img_left .jCarousel ul li .main_little_imgs {
    width: 75px;
    height: 75px;
    display: inline-block;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
}

.pro_detail_hed .info_right {
    padding-left: 24px;
    flex: 1;
}

.pro_detail_hed .info_right .info_title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 12px;
}
.pro_detail_hed .info_right .m-y-md {
    margin-top: 20px;
    margin-bottom: 88px;
}
.pro_detail_hed .info_right .info_id {
    font-size: 12px;
    color: #999999ff;
    margin-bottom: 20px;
}

.pro_detail_hed .info_right .info_price {
    width: 100%;
    height: 70px;
    background: rgba(249, 249, 249, 1);
    line-height: 70px;
    font-size: 14px;
    color: #222222ff;
    padding-left: 30px;
    justify-content: flex-start;
}
.pro_detail_hed .info_right .info_price .login_div {
    margin-left: 3px;
}
.pro_detail_hed .info_right .info_price div {
    flex: 1;
    height: 30px;
    border-right: 1px solid #eaeaea;
}

.pro_detail_hed .info_right .info_price div:last-child {
    border: none;
    padding-left: 30px;
}
.info_price.row-betw-center .row-double-center {
    justify-content: flex-start;
}


.pro_detail_hed .info_right .info_price .price_wp {
    font-size: 18px;
    margin-left: 5px;
}
.pro_detail_hed .info_right .info_price .price {
    font-size: 32px;
    margin-left: 3px;
    font-family: DINMittelschriftStd;
}

.pro_detail_hed .info_right li {
    margin-bottom: 20px;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    clear: both;
}
.pro_detail_hed .info_right li span {
    display: block;
    float: left;
    width: 80px;
    color: #999999ff;
}

.pro_detail_hed .info_right .pro_type_radio {
    display: block;
    float: left;
    text-align: center;
    line-height: 32px;
    width: auto;
    height: 32px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid rgba(220, 220, 220, 1);
    color: #666666ff;
    padding: 0 5px;
    margin: 0 15px 10px 0;
}

.pro_detail_hed .info_right .pro_type_radio_selected {
    border: 1px solid #e5007f;
    color: #222222;
    position: relative;
    overflow: hidden;
}

.pro_detail_hed .info_right .pro_type_radio_selected::before {
    content: url('../../images/right-icons.png');
    width: 5px;
    height: 6px;
    position: absolute;
    right: 6px;
    bottom: 16px;
    z-index: 100;
}


.pro_detail_hed .info_right .pro_type_radio_selected::after {
    content: '';
    width: 0;
    height: 0;
    position: absolute;
    right: -20px;
    bottom: 0;
    border: 20px solid transparent;
    border-bottom-color: #e5007f;
    z-index: 10;
}

.pro_detail_hed .info_right .num_com {
    display: flex;
    flex-direction: row;
    justify-content: center;
    width: 132px;
    height: 32px;
    border: 1px solid rgba(220, 220, 220, 1);
    margin-right: 24px;
    overflow: hidden;
    border-radius: 2px;
}

.pro_detail_hed .info_right .num_com p {
    width: 32px;
    height: 32px;
    color: #999999ff;
    text-align: center;
    cursor: pointer;
    font-size: 16px;
}
.pro_detail_hed .info_right .num_com p.sub_num {
    background: url("../../images/minus-active.png") no-repeat center center;
    background-size: 10px 10px;
}

.pro_detail_hed .info_right .num_com p.add_num {
    background: url("../../images/plus-active.png") no-repeat center center;
    background-size: 10px 10px;
}

.pro_detail_hed .info_right .num_com input {
    width: 68px;
    text-align: center;
    border-left: 1px solid rgba(220, 220, 220, 1);
    border-right: 1px solid rgba(220, 220, 220, 1);
}

.info_btn_group button {
    font-size: 16px;
}
.info_right .btn_default {
    color: #fff;
    background-color: #e5007f;
    border-radius: 2px;
    width: 130px;
    height: 40px;
    text-align: center;
}

.info_right .btn_light {
    width: 130px;
    height: 40px;
    text-align: center;
    background-color: #fff;
    color: #e5007f;
    border-radius: 2px;
    border: 1px solid #e5007f;
}

.detail_info_box {
    margin-bottom: 60px;
}
.detail_left {
    flex: 1;
}
.detail_left > div {
    width: 100%;
}

.detail_left .detail_nav {
    width: 100%;
    height: 44px;
    background: rgba(255, 255, 255, 1);
    border: 1px solid rgba(234, 234, 234, 1);
    border-bottom: 3px solid #222222ff;
    padding: 0;
    margin-bottom: 30px;
}

.detail_left .detail_nav li {
    width: 112px;
    font-size: 16px;
    line-height: 40px;
    text-align: center;
    color: #222222ff;
}
.detail_left .detail_nav .current {
    border-bottom: 3px solid #e5007f;
}
.detail_left .detail_nav .current a {
    color: #e5007f;
}
.detail_left .detail_nav li a {
    color: #222222ff;
}

.detail_left .detail_section_title {
    width: 100%;
    height: 45px;
    margin-bottom: 30px;
    background-image: url("../../images/mall/fengexian.png");
    background-size: 100% 6px;
    background-repeat: no-repeat;
    background-position: bottom;
    margin-top: 36px;
}
.detail_left .detail_section_title .title_dec_icon {
    width: 8px;
    height: 8px;
    border: 2px solid rgba(34, 34, 34, 1);
    transform: rotate(45deg);
    margin-right: 16px;
    margin-left: 16px;
}

.detail_left .detail_section_title h4 {
    font-size: 24px;
    color: #222222;
    margin-bottom: 0;
}

.detail_img_list {
    overflow: hidden;
}
.detail_img_list li img {
    width: 100%;
}

.detail_left .detail_p {
    font-size: 14px;
    color: #666666ff;
}

.detail_right {
    width: 300px;
    margin-left: 24px;
}

.detail_right .shop_info {
    width: 300px;
    height: auto;
    border: 1px solid rgba(234, 234, 234, 1);
    margin-bottom: 24px;
}

.detail_right .shop_info_hed {
    width: 300px;
    height: 44px;
    background: rgba(245, 245, 245, 1);
    margin-bottom: 24px;
}

.shop_info_content {
    padding: 0 12px 24px;
}

.shop_info_content .shop_imgs {
    width: 200px;
    height: 100px;
    overflow: hidden;
    margin-bottom: 18px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 100% 100%;
}

.shop_info_content .shop_title {
    font-size: 16px;
    font-weight: 500;
    line-height: 22px;
    margin-bottom: 10px;
}
.shop_info_content .shop_name {
    color: #999999;
    font-size: 14px;
}

.shop_info_content ul {
    margin: 16px 0 14px -16px;
}
.shop_info_content ul li {
    margin-left: 16px;
}
.shop_info_content ul li img {
    width: 30px;
    height: 30px;
}

.shop_info_content .shop_phone {
    width: 100%;
    color: #666666;
    border-bottom: 1px dashed #eaeaea;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 20px;
    border-top: 1px dashed #eaeaea;
}

.shop_info_content .shop_phone span {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: left;
}

.shop_info_content .shop_phone span:last-child {
    padding-top: 6px;
}

.shop_info_content .shop_kefu {
    height: 42px;
    width: 100%;
    margin-bottom: 40px;
}
.shop_info_content .shop_kefu .shop_kefu_icon {
    font-size: 42px;
}

.shop_info_content .shop_kefu .kefu_icon i {
    font-size: 42px;
    color: #666666ff;
}
.shop_info_content .shop_kefu .shop_number {
    color: #666666ff;
    font-size: 12px;
    margin-left: -40px;
    line-height: 24px;
}
.shop_info_content .shop_kefu .shop_qq {
    width: 90px;
    height: 24px;
    background: rgba(80, 195, 255, 1);
    border-radius: 13px;
    color: #fff;
    font-size: 12px;
    cursor: pointer;
}

.shop_info_content .shop_btn {
    color: #fff;
    background-color: #e5007f;
    border-radius: 2px;
    width: 108px;
    height: 32px;
    font-size: 14px;
    text-align: center;
    line-height: 32px;
}

.detail_right .hot_sale {
    width: 300px;
    height: 296px;
    border: 1px solid rgba(234, 234, 234, 1);
    margin-bottom: 24px;
}

.hot_sale_hed {
    font-weight: 500;
    width: 300px;
    height: 44px;
    background: #f5f5f5;
    font-size: 16px;
    text-align: center;
    line-height: 44px;
    color: #222222;
}

.hot_sale .sales_list {
    padding: 18px 12px 0 12px;
    overflow: hidden;
}

.hot_sale .sales_list li {
    margin-bottom: 18px;
}
.hot_sale .sales_list li img {
    width: 96px;
    height: 60px;
}
.hot_sale .sales_list li .sale_item_right {
    padding-left: 12px;
    overflow: hidden;
}

.sale_item_title {
    color: #222222;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    font-weight: 400;
    font-size: 14px;
}

.hot_sale .sales_list li .sale_item_right .sale_item_price {
    font-size: 18px;
    font-weight: 500;
    color: #e5007f;
    line-height: 35px;
}

.hot_sale .sales_list li .sale_item_right .sale_item_price  .money-rmb {
    font-size: 16px;
    margin-right: 4px;
    font-weight: 400;
}
.hot_sale .sales_list li .sale_item_right .sale_item_unLogin {
    color: #999999;
    font-size: 14px;
    line-height: 35px;
}

.header_warp_fixed + div > div {
    padding-top: 64px;
}

/* 商城详情页适配手机端 */
@media (max-width: 980px) {
    .pro_detail_hed .info_right {
        flex: 1;
    }
    .pro_detail_hed .info_right .info_price {
        width: 100%;
    }
    .detail_left .detail_nav {
        width: 100%;
    }
    .detail_left > div {
        width: 100%;
    }
}
