/** 
 * luban - v1.0.0 
 * Create Date -2025-08-25 18:39:25
 * Copyright (c) 2025 Licensed Apache-2.0 
 * author houzhenyu@huimei.com
*/

.cdss-page{padding:2rem 0;background:-webkit-gradient(linear, left top, right bottom, from(#eff6ff), color-stop(#fff), to(#eef2ff));background:-webkit-linear-gradient(top left, #eff6ff, #fff, #eef2ff);background:linear-gradient(to bottom right,#eff6ff,#fff,#eef2ff);min-height:80vh}.cdss-page .container{max-width:1200px;margin:0 auto;padding:0 2rem}.cdss-page .page-header{text-align:center;margin-bottom:2rem;padding:2rem 0;margin-top:80px}.cdss-page .page-header .page-title{font-size:2.5rem;font-weight:600;color:#0e4794;margin:0;letter-spacing:.02em}.cdss-page .intro-section{margin-bottom:3rem;text-align:center}.cdss-page .intro-section .intro-text{font-size:1.45rem;line-height:1.625;color:#000;max-width:900px;margin:0 auto;padding:0 1rem}.cdss-page .architecture-title{text-align:center;margin-bottom:2rem}.cdss-page .architecture-title h2{font-size:1.8rem;font-weight:600;color:#2c3e50;margin:0;letter-spacing:.01em}.cdss-page .architecture-section{margin-bottom:3rem;text-align:center}.cdss-page .architecture-section .architecture-image{display:inline-block;max-width:75%;-webkit-box-shadow:0 4px 20px rgba(0,0,0,.1);box-shadow:0 4px 20px rgba(0,0,0,.1);border-radius:8px;overflow:hidden;background:#fff}.cdss-page .architecture-section .architecture-image .cdss-architecture-img{width:100%;height:auto;display:block;max-width:1000px}.cdss-page .description-section{max-width:900px;margin:0 auto}.cdss-page .description-section .description-text{font-size:1.45rem;line-height:1.625;color:#000;margin-bottom:1.5rem;text-align:justify;text-indent:2em}.cdss-page .description-section .description-text:last-child{margin-bottom:0}