/* 共用内页手机布局；仅在 768px 及以下加载，覆盖后加载的桌面页面样式。 */
body > .banner_box {
    clear: both;
    margin-top: 0 !important;
}
.banner_box.product_page_banner,
.banner_box.solution_page_banner {
    height: auto !important;
    min-height: 180px !important;
    padding: 0 !important;
    isolation: isolate;
}
.banner_box.product_page_banner > div[class*="banner_content"],
.banner_box.solution_page_banner > div[class*="banner_content"] {
    position: relative !important;
    top: auto !important;
    left: auto !important;
    width: auto !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 32px 6% !important;
    transform: none !important;
    z-index: 1;
    background: rgba(3, 21, 47, .35);
}
.banner_box.product_page_banner > div[class*="banner_content"] h1,
.banner_box.solution_page_banner > div[class*="banner_content"] h1 {
    font-size: 24px !important;
    line-height: 1.4 !important;
}
.banner_box.product_page_banner > div[class*="banner_content"] h2,
.banner_box.solution_page_banner > div[class*="banner_content"] h2 {
    font-size: 17px !important;
    line-height: 1.5 !important;
}
.banner_box.product_page_banner > div[class*="banner_content"] > *,
.banner_box.solution_page_banner > div[class*="banner_content"] > * {
    display: block !important;
    width: auto !important;
    max-width: 100% !important;
    white-space: normal !important;
}
.banner_box.product_page_banner > div[class*="banner_content"] p,
.banner_box.solution_page_banner > div[class*="banner_content"] p {
    margin-top: 12px !important;
    font-size: 14px !important;
    line-height: 1.8 !important;
}
:is(#product_overview, #cpgs) > div {
    padding: 28px 0 !important;
}
:is(#product_overview, #cpgs) > div > p {
    display: block !important;
    width: 88% !important;
    margin: 0 auto 20px !important;
    font-size: 15px !important;
    line-height: 1.9 !important;
}
:is(#product_overview, #cpgs) > div > p > img,
:is(#product_overview, #cpgs) > div > p > span {
    float: none !important;
    display: block !important;
    width: 100% !important;
    height: auto !important;
    margin: 0 auto !important;
}
:is(#product_overview, #cpgs) > div > p > img {
    max-width: 480px;
    margin-bottom: 22px !important;
}
#product_advantages .jr_xybg_con {
    width: 100%;
    padding: 20px 6% !important;
    box-sizing: border-box;
}
#product_advantages .jr_xybg_box {
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 28px;
}
#product_advantages .jr_fays_a1 {
    float: none;
    width: 100%;
}
#product_advantages .jr_fays_tup {
    margin-bottom: 16px;
}
#product_advantages .jr_fays_a1 h4,
#product_advantages .jr_fays_a1 p {
    width: 100%;
    float: none;
    box-sizing: border-box;
}
.app_privacy_solution > .app_privacy_solution_body {
    width: 88%;
    padding: 24px 0;
}
.app_privacy_solution .app_privacy_solution_intro {
    width: 100%;
    padding: 16px;
    margin: 0 0 24px;
    box-sizing: border-box;
    font-size: 15px;
    line-height: 1.9;
}
.app_privacy_solution .app_privacy_model_item {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    float: none;
    width: 100%;
    padding: 18px;
    min-height: 0;
    box-sizing: border-box;
}
.app_privacy_solution .app_privacy_model_item > em {
    flex: 0 0 40px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0;
}
.app_privacy_solution .app_privacy_model_item > div {
    flex: 1;
    min-width: 0;
    width: auto;
}
.app_privacy_solution .app_privacy_model_plus {
    display: block;
    float: none;
    width: 100%;
    line-height: 44px;
}
.app_privacy_solution .app_privacy_phase_list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
}
.app_privacy_solution .app_privacy_phase_list li {
    float: none;
    width: auto;
    margin: 0;
}
.app_privacy_solution .app_privacy_process_table {
    max-width: 100%;
    -webkit-overflow-scrolling: touch;
}
.app_privacy_solution .app_privacy_process_table table {
    min-width: 680px;
}

.app_privacy_solution .app_privacy_process_table::before {
    content: "左右滑动查看完整服务明细";
    display: block;
    padding: 10px 14px;
    color: #666;
    font-size: 13px;
}
