.content-title-name {
    text-align: center;
    font-size: 28px;
    font-weight: 600;
    margin-top: 25px;
    color: rgb(41, 107, 188);
}

.product-detail {
    text-indent: 2em;
    line-height: 1.5em;
    margin-top: 30px;
}

.product-img {
    display: block;
    max-width: 100%;
    margin: 20px auto;
}

.params-detail-title {
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: 600;
}