.page-title{
    text-align: center;
}
.page-title .title-head{
    font-size: 26px;
    line-height: 31px;
    color: #303030;
    text-transform: uppercase;
    margin-top: 40px;
}
.page-title p{
    font-size: 16px;
    color: #333;
    margin-bottom: 56px;
}
.productInfo .productName {
    color: #303030;
    font-size: 14px;
    line-height: 20px;
    margin: 13px 0 7px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}