/* Simplified Chinese line-breaking adjustments for OEM Introduction */
.oem_intro_page_zh-cn .oem_partnership_copy,
.oem_intro_page_zh-cn .oem_section_heading p,
.oem_intro_page_zh-cn .oem_strengths_business_title,
.oem_intro_page_zh-cn .oem_strengths_business_desc,
.oem_intro_page_zh-cn .oem_strengths_business_keywords span,
.oem_intro_page_zh-cn .oem_range_product_name,
.oem_intro_page_zh-cn .oem_range_detail_intro,
.oem_intro_page_zh-cn .oem_range_detail h3,
.oem_intro_page_zh-cn .oem_range_detail_description,
.oem_intro_page_zh-cn .oem_range_spec,
.oem_intro_page_zh-cn .oem_range_spec dd,
.oem_intro_page_zh-cn .oem_contact_banner_inner h2 {
    font-family: "Noto Sans SC", "Microsoft YaHei", "PingFang SC", sans-serif;
    line-break: strict;
    word-break: normal;
    overflow-wrap: break-word;
}

.oem_intro_page_zh-cn .oem_range_product_name {
    white-space: nowrap;
    text-wrap: balance;
}

.oem_intro_page_zh-cn .oem-intro-zh-term {
    white-space: nowrap;
}

@media screen and (max-width: 599px) {
    .oem_intro_page_zh-cn .oem_range_product_button {
        flex-basis: 216px;
    }
}
