.product-wrap {
    margin: 0 auto;
    padding: 1rem 0;
}

.product-des {
    font-size: 0.32rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: justify;
    line-height: 0.48rem;
}

.product-title {
    font-size: 0.48rem;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #000000;
    text-align: center;
    margin-top: .96rem;
}

.table-wrap {
    border: 0.04rem solid #000000;
    border-left: 0;
    border-right: 0;
    margin-top: .5rem;
}

.table-th {
    padding-left: 2.3rem;
    display: flex;
    align-items: center;
}

.table-th-item {
    flex: 1;
    padding: .37rem 0;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    text-align: center;
}

.table-th-item:first-of-type {
    flex: 3;
}

.table {
    display: flex;
    align-items: center;
    padding: .25rem 0;
    border-top: 0.01rem solid #000;
}

.table-left {
    flex-shrink: 0;
    width: 1.8rem;
    padding: 0 .1rem;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.37rem;
    text-align: center;
}

.table-right {
    flex: 1;
    border-left: 0.01rem solid #000;
    padding-left: .5rem;
}

.table-list {
    display: flex;
    align-items: center;
    padding: .25rem 0;
    border-bottom: 0.01rem dashed #000000;
}

.table-list:first-of-type {
    padding-top: 0;
}

.table-list:last-of-type {
    border-bottom: 0;
    padding-bottom: 0;
}

.table-item {
    flex: 1;
    font-size: 0.24rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #000000;
    line-height: 0.37rem;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-item:first-of-type {
    flex: 3;
    justify-content: flex-start;
}

.table-item-bt {
    width: 1.4rem;
    height: 0.44rem;
    background: #000;
    display: flex;
    align-items: center;
    justify-content: center;
}

.table-item-bt p {
    font-size: 0.22rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #fff;
    /*padding-bottom: 0.03rem;*/
}

.table-item-bt img {
    width: 0.25rem;
    margin-left: 0.05rem;
}

.product-hint {
    font-size: 0.16rem;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #989898;
    line-height: 0.32rem;
    margin-top: .3rem;
    text-align: justify;
}