.products {
    padding: 0px 400px 30px 400px;
    height: 100%;

}

.common-head-company-name {
    padding-left: 18px;
    border-left: 3px solid rgba(52, 35, 84, 1);
    height: 23px;
    font-size: 18px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(74, 74, 74, 1);
    line-height: 23px;
    letter-spacing: 1px;

    margin-bottom: 14px;
}

.common-head-navigation {
    margin-bottom: 10px;
}

.assemble-series-list {
    margin-top: 25px;
}

.product-show-main {
    border: none;
    padding-left: 8px;
}

.pagination {
    margin: 5px auto;
}

.product-details {
    float: left;
    margin-top: 27px;
    margin-left: 21px;
    height: auto;
}

.product-details-img {

    width: 781px;
    height: 297px;
}

.product-details-img {
    object-fit: fill;
}

.product-details-title {
    text-align: center;
    margin-top: 32px;

    height: 28px;
    font-size: 20px;
    font-family: PingFangSC-Semibold;
    font-weight: 600;
    color: rgba(74, 74, 74, 1);
    line-height: 28px;
}

.product-details-content {
    margin-top: 24px;
    text-indent: 2em;
    width: 781px;
    /*height: 171px;*/
    height: 100%;
    font-size: 18px;
    font-family: PingFangSC-Regular;
    font-weight: 400;
    color: rgba(94, 92, 94, 1);
    line-height: 30px;
}