.goodsDescItemWrap {
    display: inline-block;
    margin-top: 15px;
    margin-left: 7px;
}

.goodsDescItem {
    line-height: 1.7;
    font-size: 12px;
    color: #9d9d9d;
}

.goodsDescItem .content,
.strong {
    cursor: pointer;
}

.goodsDescItem .content:hover,
.goodsDescItem .content:focus {
    color: #333;
}

.tips {
    font-size: 13px;
    color: #fc4c1d;
    margin-right: 4px;
}

.strong {
    color: #fc4c1d;
    margin-left: 5px;
}