.product_detail{
    background: ;
}

.product_detail .top {
    text-align: left;
    opacity: .68;
    margin-bottom: 18px;
}

.product_detail .top b {
    font-weight: inherit;
}

.product_detail .top i {
    font-style: inherit;
    margin-right: 18px;
}

.product_detail .top i:last-child {
    margin: 0;
}

.product_detail dir {
    margin-top: 30px;
    padding-top: 18px;
    border-top: 1px solid #f0f0f0;
}

.product_detail dir:after {
    display: block;
    content: '';
    clear: both;
}

.product_detail dir>dl:after {
    display: block;
    content: '';
    clear: both;
}

.product_detail dir>dl>dt {
    float: left;
    margin-right: 10px;
    opacity: .88;
}

.product_detail dir>dl>dt b {
    font-weight: inherit;
}

.product_detail dir>dl>dd {
    float: left;
}

.product_detail dir>dl>dd i {
    font-style: inherit;
}

.product_detail dir>dl>dd a{
    color: #969696;
}
.product_detail dir>dl>dd a:hover{
    color: rgb(52,189,107);
}

@media(max-width:767px) {
    .product_detail .top {
        margin-bottom: 10px;
    }

    .product_detail dir {
        margin-top: 15px;
        padding-top: 10px;
    }
}