@media (min-width: 500px) {
    /* 产品信息 */
    .product-info-container {
        width: 100%;
        padding-top: 12.3125rem;
        padding-bottom: 7.5rem;
        background-color: #ede9e9;
    }

    .product-info-container-content {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: flex-start;
    }

    .product-info-container-left {
        width: 48.625rem;
    }

    .product-info-covers {
        width: 100%;
        height: 48.625rem;
    }

    .product-info-covers-wrap {
        width: 100%;
        height: 48.625rem;
    }

    .product-info-cover {
        width: 100%;
        height: 48.625rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .product-info-cover-img {
        width: 100%;
        height: 48.625rem;
        object-fit: cover;
    }

    .product-info-thumb-covers {
        width: 100%;
        height: 10rem;
        margin-top: 0.625rem;
    }

    .product-info-thumb-covers-wrap {
        width: 100%;
        height: 10rem;
    }

    .product-info-thumb-cover {
        width: 100%;
        height: 10rem;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }

    .product-info-thumb-cover-img {
        width: 100%;
        height: 10rem;
        object-fit: cover;
    }

    .product-info-container-right {
        width: calc(100% - 48.625rem - 6.875rem);
        margin-left: 6.875rem;
    }

    .product-info-title {
        width: 100%;
        text-align: left;
        font-size: 2.5rem;
        line-height: 2.8125rem;
        font-weight: 400;
        color: #202429;
    }

    .product-info-serial-number {
        width: 100%;
        text-align: left;
        font-size: 1.5625rem;
        font-weight: 500;
        color: #202429;
        padding-top: 1.875rem;
    }

    .product-info-desc {
        width: 100%;
        text-align: left;
        font-size: 1.125rem;
        line-height: 1.875rem;
        font-weight: 300;
        color: #858585;
        padding-top: 5rem;
    }

    .product-info-action-bar {
        width: 100%;
        padding-top: 10rem;
        display: flex;
        flex-direction: row;
        justify-content: flex-start;
        align-items: center;
    }

    .product-info-action {
        width: 10.1875rem;
        height: 3rem;
        border-radius: 1.5rem;
        text-align: center;
        line-height: 3rem;
        font-size: 0.9375rem;
        font-weight: 500;
        color: #202429;
        background-color: #FFFFFF;
        margin-right: 0.625rem;
        cursor: pointer;
        text-decoration: none;
    }

    .product-info-action-primary {
        background-color: #030000;
        color: #FFFFFF;
    }

    /* 产品富文本信息 */
    .product-rich-text-container {
        width: 100%;
        padding-bottom: 7.5rem;
        background-color: #ede9e9;
    }

    .product-rich-text-category-list {
        width: 100%;
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding-bottom: 1.25rem;
        border-bottom: #d4d4d4 solid 0.0625rem;
    }

    .product-rich-text-category {
        text-align: left;
        font-size: 1.125rem;
        line-height: 1.375rem;
        font-weight: 400;
        color: #858585;
        margin-right: 2.8125rem;
        cursor: pointer;
    }

    .product-rich-text-category-active {
        color: #202429;
    }

    .product-rich-text-info-list {
        width: 100%;
        padding-top: 2.8125rem;
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }

    .product-rich-text-info {
        width: 60.625rem;
        /*text-align: center;*/
        font-size: 1.125rem;
        /*line-height: 1.375rem;*/
        font-weight: 300;
        color: #858585;
    }
    
    .product-rich-text-info table, .product-rich-text-info tr, .product-rich-text-info td{
        border: #858585 solid 0.0625rem;
    }
    .product-rich-text-info td{
        padding: 0.625rem 1.25rem;
        line-height: 1.875rem;
    }
    .product-rich-text-info p{
        line-height: 1.875rem;
        letter-spacing: 0.0625rem;
        clear: both;
    }
    .aligncenter{
        text-align: center;
        margin: 0 auto;
    }
    .alignleft{
        float: left;
    }
    .alignright{
        float: right;
    }
    .product-rich-text-info img{
        /*width: 100%;*/
        object-fit: contain;
        margin-top: 1.25rem;
        margin-bottom: 1.25rem;
        display: block;
    }
	
}