/* Shared site typography; editable content stays in the CMS. */
.rov-content-dates, .rov-content .rov-content-dates { font: 13px/1.8 "Regular", "Microsoft YaHei", sans-serif; color: #737a85; margin: 12px 0 24px; }
.rov-content-dates span + span { margin-left: 20px; }
.rov-content-home > .rov-content-dates { width: 80%; margin: 0 auto 24px; }
.rov-search-form { margin: 24px 0; font: 15px/1.8 "Regular", "Microsoft YaHei", sans-serif; }
.rov-search-form label { display: block; margin-bottom: 10px; color: #2d323a; }
.rov-search-form > div { display: flex; gap: 12px; }
.rov-search-form input { min-width: 0; flex: 1; padding: 10px 12px; border: 1px solid #dce2eb; border-radius: 4px; font: inherit; }
.rov-search-form button { padding: 10px 24px; border: 0; border-radius: 4px; background: #2f70ef; color: #fff; font: inherit; cursor: pointer; }
.rov-search-empty { margin: 24px 0; color: #737a85; }
.rov-content {
    width: 100%; max-width: 1120px; box-sizing: border-box;
    margin: 36px auto; padding: 28px 0; text-align: left;
    color: #4d4e4f; background: #fff;
    font-family: "Regular", "Microsoft YaHei", "PingFang SC", Arial, sans-serif;
    font-size: 16px; font-weight: 400; line-height: 1.85;
}
.rov-content *, .rov-content *::before, .rov-content *::after { box-sizing: border-box; }
.rov-content * { font-family: inherit; }
.rov-content h2, .rov-content h3, .rov-content strong {
    font-family: "Medium", "Microsoft YaHei", "PingFang SC", Arial, sans-serif; font-weight: 400;
}
.rov-content h2 { color: #2d323a; font-size: 26px; line-height: 1.5; margin: 0 0 24px; }
.rov-content h3 { color: #2d323a; font-size: 18px; line-height: 1.6; margin: 0 0 12px; }
.rov-content p { font-size: 16px; line-height: 1.9; color: #626873; margin: 0 0 16px; overflow-wrap: anywhere; }
.rov-content .rov-lead { max-width: 960px; margin: 0 0 32px; font-size: 16px; line-height: 1.9; color: #626873; }
.rov-content .rov-section { margin: 0 0 36px; }
.rov-content ul, .rov-feature-list { padding-left: 24px; margin: 12px 0; list-style: disc; }
.rov-content li, .rov-feature-list li { list-style: disc; font-weight: 400; line-height: 1.85; margin: 8px 0; overflow-wrap: anywhere; }
.rov-table-scroll { overflow-x: auto; width: 100%; border: 1px solid #e4e7ec; border-radius: 8px; }
.rov-content table { border-collapse: collapse; width: 100%; min-width: 520px; font-size: 15px; }
.rov-content th, .rov-content td { text-align: left; vertical-align: top; border: 1px solid #e4e7ec; padding: 16px 20px; line-height: 1.8; font-weight: 400; }
.rov-content th { color: #2d323a; background: #f6f7f9; font-family: "Medium", "Microsoft YaHei", sans-serif; }
/* Native disclosure: every answer is present even without JavaScript. */
.rov-content .rov-faq { margin: 48px 0 8px; padding-top: 40px; border-top: 1px solid #e4e7ec; scroll-margin-top: 110px; }
.rov-content .rov-faq-heading { margin-bottom: 28px; }
.rov-content .rov-faq-heading h2 { margin: 0; }
.rov-content .rov-faq-list { min-width: 0; border-top: 1px solid #e4e7ec; }
.rov-content .rov-faq-item { padding: 0; margin: 0; border-bottom: 1px solid #e4e7ec; }
.rov-content .rov-faq-item summary {
    display: flex; align-items: center; gap: 20px;
    padding: 23px 24px; cursor: pointer; list-style: none; min-height: 76px;
}
.rov-content .rov-faq-item summary::-webkit-details-marker { display: none; }
.rov-content .rov-faq-item summary::marker { content: ""; }
.rov-content .rov-faq-item summary::before {
    content: "Q"; color: #2f70ef; font-family: Arial, sans-serif;
    font-size: 18px; font-weight: 500; line-height: 26px; flex: 0 0 24px;
}
.rov-content .rov-faq-item summary::after {
    content: ""; width: 28px; height: 28px; flex: 0 0 28px; border: 1px solid #dce2eb; border-radius: 50%;
    background: linear-gradient(#637086, #637086) center / 10px 1px no-repeat,
                linear-gradient(#637086, #637086) center / 1px 10px no-repeat;
}
.rov-content .rov-faq-item[open] summary::after { background-size: 10px 1px, 1px 0; border-color: #c4d5f7; }
.rov-content .rov-faq-item summary h3 { flex: 1; min-width: 0; margin: 0; font-size: 17px; line-height: 1.65; color: #244b80; overflow-wrap: anywhere; }
.rov-content .rov-faq-item[open] summary h3, .rov-content .rov-faq-item summary:hover h3 { color: #2465df; }
.rov-content .rov-faq-item summary:focus-visible { outline: 2px solid #2f70ef; outline-offset: -2px; }
.rov-content .rov-faq-answer { padding: 0 72px 26px 68px; }
.rov-content .rov-faq-answer p { margin: 0; font-size: 15px; line-height: 1.9; color: #6b7280; white-space: pre-line; }
.rov-related { display: flex; gap: 12px 24px; flex-wrap: wrap; margin: 28px 0; }
.rov-content .rov-related a { color: #2465df; font-size: 15px; line-height: 1.7; border-bottom: 1px solid #c8d8f6; }
.rov-content .rov-related a:hover { border-color: #2f70ef; }
.rov-contact { display: flex; align-items: center; justify-content: space-between; gap: 32px; padding: 30px 32px; border: 1px solid #e4e7ec; border-radius: 8px; background: #fff; }
.rov-contact strong { font-size: 21px; line-height: 1.6; color: #2d323a; }
.rov-content .rov-contact p { margin: 8px 0 0; font-size: 14px; color: #737a85; }
.rov-content .rov-contact a { display: inline-flex; align-items: center; justify-content: center; gap: 24px; background: #2f70ef; color: #fff; padding: 13px 26px; border-radius: 6px; font-size: 15px; line-height: 1.6; white-space: nowrap; }
.rov-content .rov-contact a::after { content: ""; width: 7px; height: 7px; border-top: 1px solid currentColor; border-right: 1px solid currentColor; transform: rotate(45deg); }
.rov-content .rov-contact a:hover { background: #195dde; }
.rov-content a:focus-visible, .rov-table-scroll:focus-visible { outline: 2px solid #2f70ef; outline-offset: 3px; }
/* Homepage sections follow the original 80% content grid. */
.rov-home-wrap { width: 100%; margin: 0 auto; }
.rov-content.rov-content-home { max-width: none; margin: 0; padding: 64px 0 0; }
.rov-content-home > .rov-section { width: 80%; margin: 0 auto 56px; }
.rov-content-home > .rov-section > h2 { font-size: 28px; text-align: center; margin-bottom: 20px; }
.rov-content-home > .rov-section > .rov-lead { max-width: 850px; text-align: center; font-size: 15px; line-height: 1.9; margin: 0 auto 36px; color: #737a85; }
.rov-scenario-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: 24px; counter-reset: scenario; }
.rov-scenario-card { min-width: 0; padding: 28px 28px 26px; border: 1px solid #e4e8ef; border-radius: 8px; background: #fff; counter-increment: scenario; }
.rov-scenario-card::before { content: counter(scenario, decimal-leading-zero); display: block; margin-bottom: 18px; color: #2f70ef; font-family: Arial, sans-serif; font-size: 25px; font-weight: 400; line-height: 1; }
.rov-content .rov-scenario-title { font-size: 19px; line-height: 1.6; min-height: 0; margin: 0 0 22px; overflow-wrap: anywhere; }
.rov-scenario-fields { margin: 0; padding-top: 20px; border-top: 1px solid #edf0f4; }
.rov-scenario-fields dt { font-size: 13px; line-height: 1.65; color: #737a85; margin: 0 0 6px; }
.rov-scenario-fields dd { font-size: 15px; line-height: 1.8; color: #404650; margin: 0 0 18px; overflow-wrap: anywhere; }
.rov-scenario-fields dd:last-child { margin-bottom: 0; }
.rov-content-home .rov-faq { margin: 0; padding: 52px 10% 0; border: 0; background: #f6f7f9; }
.rov-content-home .rov-faq-heading { text-align: center; margin-bottom: 30px; }
.rov-content-home .rov-faq-heading h2 { font-size: 28px; }
.rov-content-home .rov-faq-list { max-width: 1040px; margin: 0 auto; border-top: 0; border-radius: 8px; overflow: hidden; background: #fff; }
.rov-content-home .rov-faq-item:last-child { border-bottom: 0; }
.rov-content-home .rov-contact { margin: 0; padding: 30px max(10%, calc((100% - 992px) / 2)) 48px; border: 0; border-radius: 0; background: #f6f7f9; }
.rov-content-home .rov-contact strong { font-size: 19px; }
.rov-home-title { margin: 0; font-weight: inherit; }
.p_sum h2 { font-size: 22px; line-height: 36px; margin-bottom: 20px; }
.n_box1 > .title { font-weight: inherit; margin-top: 0; }
.rov-about-title { font-size: 30px; line-height: 1.5; color: #2d323a; margin: 24px 0; }
@media (max-width: 1100px) {
    .rov-scenario-grid { gap: 18px; }
    .rov-scenario-card { padding: 24px 20px; }
    .rov-content .rov-scenario-title { font-size: 18px; min-height: 58px; }
    .rov-content-home .rov-contact { padding-left: 10%; padding-right: 10%; }
}
@media (min-width: 741px) and (max-width: 900px) {
    .rov-scenario-grid { grid-template-columns: minmax(0, 1fr); }
    .rov-scenario-card { display: grid; grid-template-columns: 44px minmax(0, 1fr); column-gap: 20px; padding: 28px; }
    .rov-scenario-card::before { grid-row: 1 / 3; margin: 2px 0 0; }
    .rov-content .rov-scenario-title { min-height: 0; margin-bottom: 18px; }
    .rov-scenario-fields { grid-column: 2; }
}
@media (max-width: 740px) {
    .rov-content { margin: 24px auto; padding: 16px 20px; font-size: 15px; }
    .rov-content h2 { font-size: 22px; }
    .rov-content p, .rov-content .rov-lead { font-size: 15px; }
    .rov-content .rov-section { margin-bottom: 28px; }
    .rov-content .rov-faq { margin-top: 32px; padding-top: 28px; }
    .rov-content .rov-faq-heading { margin-bottom: 20px; }
    .rov-content .rov-faq-item summary { padding: 20px 16px; gap: 12px; min-height: 70px; }
    .rov-content .rov-faq-item summary::before { font-size: 16px; flex-basis: 16px; }
    .rov-content .rov-faq-item summary::after { width: 24px; height: 24px; flex-basis: 24px; }
    .rov-content .rov-faq-item summary h3 { font-size: 16px; }
    .rov-content .rov-faq-answer { padding: 0 20px 22px 44px; }
    .rov-content .rov-faq-answer p { font-size: 14px; line-height: 1.9; }
    .rov-contact { flex-direction: column; align-items: flex-start; gap: 20px; padding: 24px; }
    .rov-contact strong { font-size: 19px; }
    .rov-content.rov-content-home { padding: 40px 0 0; }
    .rov-content-home > .rov-section { width: calc(100% - 40px); margin-bottom: 36px; }
    .rov-content-home > .rov-section > h2, .rov-content-home .rov-faq-heading h2 { font-size: 24px; }
    .rov-content-home > .rov-section > .rov-lead { margin-bottom: 28px; text-align: left; font-size: 14px; line-height: 1.85; }
    .rov-scenario-grid { grid-template-columns: minmax(0, 1fr); gap: 16px; }
    .rov-scenario-card { padding: 24px; }
    .rov-scenario-card::before { font-size: 23px; margin-bottom: 14px; }
    .rov-content .rov-scenario-title { min-height: 0; margin-bottom: 18px; font-size: 18px; }
    .rov-scenario-fields { padding-top: 16px; }
    .rov-scenario-fields dd { font-size: 14px; margin-bottom: 14px; }
    .rov-content-home .rov-faq { margin-top: 0; padding: 36px 20px 0; }
    .rov-content-home .rov-contact { padding: 26px 24px 36px; gap: 20px; }
}

/* Keep the existing consultation entry out of the middle of mobile content. */
@media (max-width: 900px) {
    .embed-icon { top: auto !important; left: auto !important; right: 18px !important; bottom: 22px !important; width: 52px !important; height: 52px !important; transform: none !important; }
    .embed-icon .embed-icon-default { display: flex !important; align-items: center; justify-content: center; width: 52px !important; height: 52px !important; border-radius: 50% !important; background-image: none !important; background-color: #2f70ef !important; box-shadow: 0 3px 12px rgba(47,112,239,.2); }
    .embed-icon .embed-icon-default::after { content: "咨询"; color: #fff; font-family: "Medium", "Microsoft YaHei", sans-serif; font-size: 14px; line-height: 1; }
}

/* Detail pages: readable text, complete titles and responsive editor content. */
.rov-product-page .box_t h1 { height: auto; min-height: 40px; overflow: visible; line-height: 1.55; padding-bottom: 14px; margin-bottom: 14px; border-bottom-color: #e4e7ec; overflow-wrap: anywhere; }
.rov-product-page .box_t .p1 { font-family: "Regular", "Microsoft YaHei", sans-serif; font-size: 15px; line-height: 1.9; color: #626873; border-top: 0; }
.rov-product-page .p_sum { scroll-margin-top: 110px; border-bottom: 1px solid #e4e7ec; padding-bottom: 24px; }
.rov-product-page .p_sum > h2 { font-family: "Medium", "Microsoft YaHei", sans-serif; font-weight: 400; font-size: 24px; line-height: 1.5; margin-bottom: 20px; }
.rov-product-page .p_sum > p { font-family: "Regular", "Microsoft YaHei", sans-serif; font-size: 15px; line-height: 1.9; color: #626873; }
.rov-spec-scroll { max-width: 100%; overflow-x: auto; }
.rov-spec-scroll:focus-visible { outline: 2px solid #2f70ef; outline-offset: -2px; }
.rov-downloads { font-family: "Regular", "Microsoft YaHei", sans-serif; line-height: 1.8; overflow-wrap: anywhere; }
.rov-downloads a { color: #2465df; text-decoration: underline; }
.product_l li .txt h1 { height: auto; min-height: 40px; overflow: visible; line-height: 1.55; overflow-wrap: anywhere; }
.n_box1 > .title { line-height: 1.5; padding: 26px 0; border-bottom-color: #e4e7ec; overflow-wrap: anywhere; }
.n_box1 .n_txt { border-top: 0; }
.rov-case-images { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); align-items: start; gap: 20px; margin: 36px 0; }
.rov-case-images a { display: block; min-width: 0; padding: 12px; background: #f6f7f9; border: 1px solid #e4e7ec; border-radius: 8px; }
.n_box1 .n_txt .rov-case-images img { display: block; width: 100% !important; height: auto !important; margin: 0; }
.rov-about-page .main-center .main-center.w-content { width: 100%; margin-left: 0; margin-right: 0; }
.rov-about-page .main-center .introduce { box-sizing: border-box; max-width: 100%; }
.rov-about-page .main-center .introduce .int-box { gap: 32px; }
.rov-about-page .main-center .introduce .int-box .int-left,
.rov-about-page .main-center .introduce .int-box .int-right { flex: 1 1 0; min-width: 0; margin-left: 0; }
.rov-about-page .main-center .introduce .int-box .int-left,
.rov-about-page .main-center .introduce .int-box .int-left p { font-family: "Regular", "Microsoft YaHei", sans-serif; font-size: 15px; line-height: 1.9; }
.rov-about-page .main-center .introduce .int-box .int-right .r-up { display: block; width: 100% !important; max-width: 100%; height: auto; }
.rov-about-page .main-center .wish.w-content { width: 100%; margin-left: 0; margin-right: 0; }
@media (max-width: 900px) {
    .rov-about-page .main-center .introduce { width: 100%; padding: 28px 20px; margin: 0 !important; }
    .rov-about-page .main-center .introduce .int-title { font-size: 24px; line-height: 1.5; margin-bottom: 24px; }
    .rov-about-page .main-center .introduce .int-box { display: flex; flex-direction: column; gap: 24px; }
    .rov-about-page .main-center .introduce .int-box .int-left,
    .rov-about-page .main-center .introduce .int-box .int-right { width: 100%; flex-basis: auto; }
    .rov-about-page .main-center .introduce .int-box .int-right .r-down { flex-direction: row; gap: 8px; padding: 16px 4px; }
    .rov-about-page .main-center .introduce .int-box .int-right .r-down .line { height: 48px; }
    .rov-about-page .main-center .introduce .int-box .int-right .r-down .little { font-size: 12px; min-width: 0; }
    .rov-about-page .main-center .introduce .int-box .int-right .r-down .little .lit-text { font-size: 12px; }
    .rov-about-page .main-center .introduce .int-box .int-right .r-down .little .lit-num { font-size: 28px; }
    .rov-about-page .main-center .wish .wish-title { font-size: 24px; line-height: 1.5; margin-bottom: 20px; }
    .rov-about-page .main-center .wish .wish-box .b1 { box-sizing: border-box; width: 100% !important; margin: 8px 0; }
    .right-btn-top { bottom: 86px !important; right: 22px !important; visibility: hidden !important; }
    body.scroll-to-top-visible .right-btn-top { visibility: visible !important; }
    .right-btn-top img { width: 44px; height: 44px; }
}
@media (max-width: 740px) {
    .rov-product-page .box_t h1 { font-size: 21px; line-height: 1.55; }
    .rov-product-page .p_sum > h2 { font-size: 22px; }
    .rov-product-page .p_sum { scroll-margin-top: 96px; }
    .rov-content .rov-table-two-col table { min-width: 0; table-layout: fixed; }
    .rov-content .rov-table-two-col th:first-child,
    .rov-content .rov-table-two-col td:first-child { width: 32%; }
    .rov-content .rov-table-two-col th,
    .rov-content .rov-table-two-col td { padding: 12px 10px; font-size: 14px; overflow-wrap: anywhere; }
    .rov-content .rov-table-scroll:not(.rov-table-two-col)::after { content: "左右滑动查看完整表格"; display: block; position: sticky; left: 0; width: 100%; padding: 8px 12px; font-size: 12px; line-height: 1.6; color: #6b7280; background: #f6f7f9; }
    .n_box1 > .title { font-size: 25px; line-height: 1.5; padding: 24px 0; }
    .n_box1 .n_txt { padding-top: 12px; }
    .product_l li .txt h1 { font-size: 20px; line-height: 1.5; }
    .rov-case-images { grid-template-columns: minmax(0, 1fr); margin: 28px 0; gap: 16px; }
    .rov-about-page .rov-about-title { font-size: 25px; line-height: 1.5; margin: 24px 0; }
}


/* Original semantic styles */
.n_box_l .l_b .l_u .rov-nav-title {

	width: 100%;

	height: 40px;

	overflow: hidden;

	line-height: 40px;

	

	font-size: 16px;
	border-bottom: 1px solid #E6E8ED;


}
.n_box_l .l_b .l_u .rov-nav-title .licon {
	width: 20px;
	height: 20px;
	margin-right: 8px;
}
.n_box_l .l_b .l_u .rov-nav-title a {

	color: #2D323A;

}
.n_box_l .l_b .l_u .rov-nav-title:hover a {

	color: #2F70EF;

}
.p_sum h2 {

	color: #4D4E4F;

	font-size: 22px;

	line-height: 60px;

}
.solution ul li h3 {
	width: 90%;
	margin: 0 auto;
	color: #2D323A;
	overflow: hidden;
	height: 72px;
	font-weight: 500;
	line-height: 72px;
	font-size: 16px;
}
.solution ul li:hover h3 {
	color: #2F70EF;
}
.aboutUL .rov-nav-title {
    flex: 1;
    text-align: center;
}
.aboutUL .rov-nav-title a {
    color: #4D4E4F;
}
.aboutUL .rov-nav-title:hover a {
    color: #2F70EF;
}
