#goodsSpec{

}
#goodsSpec .props{
    display: flex;
    flex-wrap: wrap;
}
.spec-tag{
    /*height: 1.6rem;*/
    line-height: 1.6rem;
    padding: 0 .5rem;
    border-radius: 6px;
    color: #333;
    font-size: .6rem;
    min-width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 .6rem .4rem 0;
    border: solid 1px;
    border-color: rgb(245, 245, 245);
    background-color: rgb(243, 243, 243);
}
.spec-tag:hover{
    cursor: pointer;
}
.good-props .item .t {
    color: #515151;
    font-weight: 600;
}
.spec-tag.hide{
    color: rgb(187, 187, 187);
}
.spec-tag.selected{
    color: rgb(180, 115, 31);
    border-color: rgb(180, 115, 31);
    background-color: rgb(255, 255, 255);
}