.cx-topic-fullwidth {
float: none;
width: 100%;
max-width: 100%;
margin: 0;
padding: 0;
}
.cx-topic-fullwidth + .sidebar,
.cx-topic-fullwidth ~ .sidebar { display: none; }
.site-content:has(.cx-topic-fullwidth) { padding: 0 2.3% !important; }
.cx-slider-wrap { position: relative; }
.cx-slider-overlay {
position: absolute;
left: 0; right: 0; bottom: 0;
z-index: 10;
padding: 30px;
background: linear-gradient(to top, rgba(0,0,0,0.7) 0%, rgba(0,0,0,0.3) 60%, transparent 100%);
display: flex;
flex-direction: column;
align-items: center;
text-align: center;
}
.cx-slider-title {
font-size: 28px;
font-weight: 700;
color: #fff;
margin: 0 0 8px;
text-shadow: 0 2px 6px rgba(0,0,0,.3);
}
.cx-slider-sub {
font-size: 14px;
color: rgba(255,255,255,.85);
margin: 0 0 20px;
}
.cx-slider-btns {
display: flex;
justify-content: center;
gap: 12px;
flex-wrap: wrap;
}
.cx-slider-btn {
border: none;
cursor: pointer;
font-family: inherit;
padding: 10px 28px;
border-radius: 8px;
font-size: 14px;
font-weight: 600;
text-decoration: none;
transition: all .3s;
display: inline-flex;
align-items: center;
}
.cx-slider-btn:hover {
transform: translateY(-2px);
box-shadow: 0 6px 16px rgba(0,0,0,.3);
}
.cx-slider-btn-primary { background: linear-gradient(135deg, #2196F3, #1976D2); color: #fff; }
.cx-slider-btn-success { background: linear-gradient(135deg, #4caf50, #388e3c); color: #fff; }
.cx-topic-wrap {
max-width: 100%;
margin: 0 auto;
padding: 32px 0 56px;
color: #1a1a1a;
font-family: -apple-system, "PingFang SC", "Helvetica Neue", "Microsoft YaHei", sans-serif;
line-height: 1.7;
-webkit-font-smoothing: antialiased;
}
.cx-topic-wrap *, .cx-topic-wrap *::before, .cx-topic-wrap *::after {
box-sizing: border-box;
}
.cx-section { margin-bottom: 32px; }
.cx-section:last-child { margin-bottom: 0; }
.cx-sec-title {
font-size: 18px;
font-weight: 600;
color: #1a1a1a;
margin: 0 0 18px;
padding: 0 0 10px;
border-bottom: 2px solid #2196F3;
display: inline-block;
letter-spacing: .3px;
}
.cx-cards {
display: grid;
grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
gap: 18px;
}
.cx-card {
background: #fafbfc;
border: 1px solid #eaedf0;
border-radius: 12px;
padding: 22px 24px;
transition: box-shadow .25s, transform .25s;
}
.cx-card:hover {
box-shadow: 0 6px 24px rgba(0,0,0,.06);
transform: translateY(-2px);
}
.cx-card-head {
font-size: 16px;
font-weight: 600;
color: #1a1a1a;
margin: 0 0 14px;
padding: 0 0 10px;
border-bottom: 1px solid #eaedf0;
display: flex;
align-items: center;
gap: 8px;
}
.cx-card-head::before {
content: "";
width: 4px;
height: 16px;
background: #2196F3;
border-radius: 2px;
flex-shrink: 0;
}
.cx-card-text {
color: #555;
font-size: 14px;
line-height: 1.85;
}
.cx-card-list {
list-style: none;
padding: 0;
margin: 0;
}
.cx-card-list li {
font-size: 14px;
color: #444;
padding: 9px 0 9px 20px;
position: relative;
border-bottom: 1px solid #f2f3f5;
line-height: 1.65;
}
.cx-card-list li:last-child { border-bottom: none; }
.cx-card-list li::before {
content: "";
position: absolute;
left: 2px;
top: 50%;
transform: translateY(-50%);
width: 6px;
height: 6px;
background: #2196F3;
border-radius: 50%;
}
.cx-cases-section {
background: #fafbfc;
border: 1px solid #eaedf0;
border-radius: 12px;
padding: 22px 24px;
}
.cx-cases-section .cx-sec-title { margin-bottom: 16px; }
.cx-cases-scroll {
display: flex;
gap: 14px;
overflow-x: auto;
padding-bottom: 6px;
-webkit-overflow-scrolling: touch;
scroll-snap-type: x mandatory;
}
.cx-cases-scroll::-webkit-scrollbar { height: 4px; }
.cx-cases-scroll::-webkit-scrollbar-track { background: #f0f0f0; border-radius: 2px; }
.cx-cases-scroll::-webkit-scrollbar-thumb { background: #c0c4cc; border-radius: 2px; }
.cx-cases-scroll::-webkit-scrollbar-thumb:hover { background: #2196F3; }
.cx-case {
flex: 0 0 auto;
width: 220px;
height: 352px;
border-radius: 10px;
overflow: hidden;
border: 1px solid #eaedf0;
background: #fff;
transition: transform .3s, box-shadow .3s, border-color .3s;
scroll-snap-align: start;
}
.cx-case:hover {
transform: translateY(-4px);
box-shadow: 0 8px 28px rgba(33,150,243,.12);
border-color: #2196F3;
}
.cx-case img {
width: 100%; height: 100%;
object-fit: cover;
display: block;
transition: transform .4s;
}
.cx-case:hover img { transform: scale(1.04); }
.cx-case a { display: block; width: 100%; height: 100%; }
.cx-guide-section {
background: #fafbfc;
border: 1px solid #eaedf0;
border-radius: 12px;
padding: 22px 24px;
}
.cx-guide-head {
display: flex;
justify-content: space-between;
align-items: center;
margin-bottom: 16px;
padding-bottom: 10px;
border-bottom: 1px solid #eaedf0;
}
.cx-guide-head .cx-sec-title { margin: 0; padding: 0; border: none; }
.cx-more {
font-size: 13px;
color: #2196F3;
text-decoration: none;
display: flex;
align-items: center;
gap: 2px;
flex-shrink: 0;
transition: opacity .2s;
}
.cx-more span { font-size: 16px; }
.cx-more:hover { opacity: .7; }
.cx-guide-list {
display: flex;
flex-direction: column;
gap: 10px;
}
.cx-guide-row {
display: flex;
align-items: center;
gap: 16px;
padding: 14px 16px;
background: #fff;
border-radius: 10px;
border: 1px solid transparent;
transition: all .25s;
text-decoration: none;
color: inherit;
}
.cx-guide-row:hover {
border-color: #2196F3;
background: #f5f9ff;
transform: translateX(3px);
box-shadow: 0 2px 12px rgba(33,150,243,.08);
}
.cx-guide-thumb {
width: 110px;
height: 72px;
object-fit: cover;
border-radius: 8px;
flex-shrink: 0;
background: #eee;
}
.cx-guide-info {
flex: 1;
min-width: 0;
display: flex;
flex-direction: column;
justify-content: center;
gap: 6px;
}
.cx-guide-title {
font-size: 15px;
font-weight: 500;
color: #1a1a1a;
display: -webkit-box;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
overflow: hidden;
line-height: 1.5;
}
.cx-guide-meta {
display: flex;
align-items: center;
gap: 10px;
font-size: 12px;
color: #999;
}
.cx-tag {
background: rgba(33,150,243,.08);
color: #2196F3;
padding: 2px 8px;
border-radius: 4px;
font-size: 11px;
font-weight: 500;
}
.cx-guide-noimg .cx-guide-title { font-size: 15px; }
.cx-empty {
text-align: center;
color: #bbb;
padding: 40px 0;
font-size: 14px;
}
.cx-service-add { display: none; }
@media screen and (max-width: 980px) {
.cx-service-add { display: block; }
}
.site-footer {
background: none !important;
border-top: none !important;
padding: 24px 20px !important;
text-align: center !important;
font-size: 13px;
color: #666;
display: flex !important;
flex-direction: column !important;
align-items: center !important;
}
.site-footer .site-title:after { content: none !important; }
.site-footer .main-navigation,
.site-footer .social-navigation { display: none; }
.cx-footer-links {
order: -1;
margin-bottom: 8px;
line-height: 2;
text-align: center !important;
}
.cx-footer-links span { color: #999; font-size: 12px; }
.cx-footer-links a {
color: #555;
text-decoration: none;
margin: 0 6px;
font-size: 12px;
}
.cx-footer-links a:hover { color: #2196F3; }
.site-info {
order: 0;
color: #999;
text-align: center !important;
}
.site-info a { color: #999; text-decoration: none; }
.site-info a:hover { color: #2196F3; }
.cx-sep { margin: 0 8px; color: #ddd; }
#cr_kefu {
border-radius: 12px !important;
overflow: hidden;
}
@media (max-width: 768px) {
.cx-slider-overlay { padding: 16px; }
.cx-slider-title { font-size: 20px; }
.cx-slider-sub { font-size: 12px; margin-bottom: 14px; }
.cx-slider-btn { padding: 8px 18px; font-size: 12px; }
.cx-topic-wrap { padding: 20px 14px 36px; }
.cx-section { margin-bottom: 20px; }
.cx-cards { grid-template-columns: 1fr; gap: 12px; }
.cx-card { padding: 16px 18px; border-radius: 10px; }
.cx-cases-section,
.cx-guide-section { padding: 16px; border-radius: 10px; }
.cx-case { width: 150px; height: 240px; border-radius: 8px; }
.cx-cases-scroll { gap: 10px; }
.cx-guide-thumb { width: 88px; height: 58px; border-radius: 6px; }
.cx-guide-row { padding: 12px; gap: 12px; border-radius: 8px; }
.cx-guide-title { font-size: 14px; }
.cx-guide-meta { gap: 6px; font-size: 11px; }
}
@media (max-width: 480px) {
.cx-slider-title { font-size: 18px; }
.cx-topic-wrap { padding: 16px 12px 28px; }
.cx-case { width: 130px; height: 208px; }
.cx-card { padding: 14px 16px; }
}
.cx-guide-row {
display: flex;
align-items: flex-start;
margin-bottom: 15px;
padding: 15px;
gap: 10px;
}
.cx-guide-thumb {
width: 80px;
height: 60px;
object-fit: cover;
border-radius: 4px;
flex-shrink: 0;
}
.cx-guide-content {
display: flex;
flex-direction: column;
gap: 5px;
flex: 1;
}
.cx-guide-title {
font-size: 16px;
font-weight: 500;
line-height: 1.4;
text-decoration: none;
color: #333;
}
.cx-guide-title:hover {
color: #0073aa;
}
.cx-guide-meta {
display: flex;
flex-wrap: wrap;
align-items: center;
gap: 4px;
}
.cx-tag {
display: inline-block;
padding: 2px 8px;
background: #f5f5f5;
border-radius: 4px;
font-size: 12px;
}
.cx-tag a {
text-decoration: none;
color: #333;
}
.cx-guide-meta span:not(.cx-tag) {
font-size: 12px;
color: #999;
margin-left: 4px;
}
.cx-guide-noimg .cx-guide-content {
padding-left: 0;
}
/* ===== 使用指南分页 ===== */
.cx-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 24px;
    padding-top: 16px;
    border-top: 1px solid #eaedf0;
}
.cx-pagination a,
.cx-pagination span {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 34px;
    height: 34px;
    padding: 0 10px;
    border-radius: 6px;
    font-size: 14px;
    color: #444;
    text-decoration: none;
    border: 1px solid #e0e3e7;
    background: #fff;
    transition: all .2s;
}
.cx-pagination a:hover {
    border-color: #2196F3;
    color: #2196F3;
    background: #f5f9ff;
}
.cx-pagination span.current {
    background: #2196F3;
    border-color: #2196F3;
    color: #fff;
    font-weight: 500;
}
.cx-pagination span.disabled {
    color: #bbb;
    background: #f5f6f7;
    cursor: not-allowed;
}
.cx-page-prev,
.cx-page-next {
    min-width: 70px !important;
}
@media (max-width: 480px) {
    .cx-pagination {
        gap: 6px;
        margin-top: 18px;
    }
    .cx-pagination a,
    .cx-pagination span {
        min-width: 32px;
        height: 32px;
        font-size: 13px;
    }
}
