<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Banner�桁� */
.banner {
    background: linear-gradient(rgba(43, 90, 237, 0.9), rgba(43, 90, 237, 0.9)), url('/static/images/banner-bg.jpg');
    background-size: cover;
    color: #fff;
    padding: 120px 0;
}

/* ���≧─���桁� */
.service-flex {
    display: flex;
    flex-wrap: wrap;
}

.service-item {
    background: #fff;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    transition: all 0.3s;
}


.price{
    font-size: 20px;
    font-weight: bold;
    color: #007bff;
}

/* 罅�箴�絮�腓堺�桁� */
.case-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.case-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    transition: all 0.3s;
    padding-top: 15px;
    margin-bottom: 15px;
}

.carousel {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.carousel-item img {
    width: 100%;
    height: 400px;
    object-fit: cover;
}

.carousel-control-prev,
.carousel-control-next {
    width: 5%;
    opacity: 0.8;
}

.carousel-indicators {
    margin-bottom: 1rem;
}

.carousel-indicators button {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    margin: 0 5px;
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    bottom: 20px;
}

.carousel-caption h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.carousel-caption p {
    font-size: 16px;
    margin-bottom: 0;
}

.page-header{
    margin-top: 100px;
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

/* ��腴���茵�ゝ�∽�桁� */
.case-page {
    padding: 20px 0;
}

.case-page-content {
    display: flex;
    align-items: flex-start;
}

/* 綏�唱��膠紙�桁� */
.case-filter {
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    padding-right: 30px;
    flex-shrink: 0;
}

.case-filter .filter-item {
    margin-bottom: 10px;
}

.case-filter .filter-options {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.case-filter .filter-options a {
    padding: 10px 20px;
    background: #f8f9fa;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    transition: all 0.3s;
}

.case-filter .filter-options a:hover,
.case-filter .filter-options a.active {
    background: #007bff;
    color: #fff;
}

/* �割唱��腴���茵��桁� */
.case-grid {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.case-item {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.case-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0,0,0,0.2);
}

.case-img {
    position: relative;
    overflow: hidden;
}

.case-img img {
    width: 100%;
    /* height: 200px; */
    object-fit: cover;
}

.case-hover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all 0.3s;
}

.case-item:hover .case-hover {
    opacity: 1;
}

.case-info {
    padding: 20px;
}

.case-info h3 {
    font-size: 18px;
    margin-bottom: 10px;
}

.case-info p {
    color: #666;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.case-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.case-tags span {
    background: #f8f9fa;
    padding: 5px 10px;
    border-radius: 15px;
    font-size: 12px;
    color: #666;
}

/* ��蕁究�桁� */
.pagination {
    margin-top: 40px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
}

.pagination a {
    padding: 10px 20px;
    background: #fff;
    border-radius: 5px;
    color: #333;
    text-decoration: none;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    transition: all 0.3s;
}

.pagination a:hover {
    background: #007bff;
    color: #fff;
}

/* ��綺�綣鎵�絮� */
@media (max-width: 992px) {
    .case-page-content {
        flex-direction: column;
    }
    .case-filter {
        width: 100%;
        min-width: 0;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .case-grid {
        grid-template-columns: 1fr;
    }
    .pagination {
        justify-content: center;
    }
}


.py-5 {
    padding-top: 100px !important;
    padding-bottom: 50px !important;
}


.nav-group {
    padding-top: 0px;
}

.nav-group ul {
    padding-top: 0px;
}

.nav-group ul li{
    padding: 5px 0px;
}

.nav-group ul li a{
    color: #333;
    font-size: 16px;
    
}

.carousel-caption {
    background: rgba(0, 0, 0, 0.5);
    padding: 20px;
    border-radius: 10px;
    bottom: 20px;
}

.carousel-caption h3 {
    font-size: 24px;
    margin-bottom: 10px;
}

.carousel-caption p {
    font-size: 16px;
    margin-bottom: 0;
}
.solution-detail{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
.sidebar{
    width: 300px;
}

.sidebar .consult-box{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.sidebar .consult-box h3{
    font-size: 20px;
    margin-bottom: 10px;
}


.main-content{

}

.main-content .detail-section{
    background: #fff;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}

.main-content .detail-section h2{
    font-size: 20px;
    margin-bottom: 10px;
}

.article-list{
    /* background: #fff; */
    border-radius: 10px;
}

.article-item{
    padding: 20px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin-bottom: 20px;

}

.article-info{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.article-item a{
    text-decoration: none;
    color: #333;
}
.nav-header {
    background: linear-gradient(to right, #2563eb, #4f46e5);
    color: #ffffff;
    padding: 1rem 0;
    position: fixed;
    top: 0;
    width: 100%;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.nav-brand {
    font-size: 1.25rem;
    font-weight: 700;
}

.nav-toggle {
    color: #ffffff;
}

.nav-toggle:focus {
    outline: none;
}

.nav-collapse {
    display: none;
}

.nav-collapse.md\:flex {
    display: flex;
}

.nav-link {
    display: block;
    padding: 0.5rem 1rem;
    color: #ffffff;
    border-radius: 0.375rem;
    transition: background-color 0.3s ease;
}

.nav-link:hover {
    background-color: #1e40af;
}


.solution-page {
    padding: 4rem 0;
}
.solution-item {
    display: flex;
    flex-direction: column;
    margin-bottom: 2rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: transform 0.3s ease;
    padding-top: 10px;
    background: #fff;
}
/* 茹ｅ�恰�号��桁� */
.solution-list {
    margin-top: 10px;
    display: flex;
    /* flex-direction: column; */
    text-align: center;
}
.solution-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.solution-img img {
    width: 100%;
    height: 200px;
    object-fit: cover;
}
.solution-content {
    padding: 1.5rem;
    flex-grow: 1;
}
.solution-content h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    color: #1a202c;
}
.solution-content .desc {
    color: #4a5568;
    margin-bottom: 1.5rem;
}
.solution-category {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    margin-top: 2rem;
}
.solution-category a {
    padding: 0.5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    text-decoration: none;
    color: #4a5568;
    transition: all 0.3s ease;
}
.solution-category a:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
.solution-category a.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.case-page {
    padding: 4rem 0;
}
.case-filter {
    background-color: #fff;
    padding: 1.5rem;
    border-radius: 0.5rem;
    border: 1px solid #e5e7eb;
    margin-bottom: 2rem;
}
.filter-item {
    margin-bottom: 1rem;
}
.filter-options {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}
.filter-options a {
    padding: 0.5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 9999px;
    text-decoration: none;
    color: #4a5568;
    transition: all 0.3s ease;
}
.filter-options a:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
.filter-options a.active {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}
.article-item {
    display: flex;
    align-items: center;
    padding: 1rem;
    margin-bottom: 1.5rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.5rem;
    transition: transform 0.3s ease;
}
.article-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.article-info {
    flex-grow: 1;
}
.article-info h4 {
    font-size: 1.25rem;
    color: #1a202c;
    margin-bottom: 0.5rem;
}
.article-time {
    color: #6c757d;
    font-size: 0.875rem;
}
.pagination {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-top: 2rem;
}
.pagination a {
    padding: 0.5rem 1rem;
    border: 1px solid #e5e7eb;
    border-radius: 0.25rem;
    text-decoration: none;
    color: #007bff;
    transition: all 0.3s ease;
}
.pagination a:hover {
    background-color: #007bff;
    color: #fff;
    border-color: #007bff;
}

.feature-box{
    margin-top: 20px;
}

.feature-box img{
    width: 100%;
}

.feature-box h3{
    font-size: 18px;
    margin-bottom: 10px;
}

.feature-box p{
    font-size: 14px;
    color: #666;
}

.scene-item{
    margin-top: 20px;
}

.scene-item img{
    width: 100%;
}

.scene-item h3{
    font-size: 18px;
    margin-bottom: 10px;
}

.scene-item p{
    font-size: 14px;
    color: #666;
}

@media screen and (max-width: 768px) {
    .nav-header {
        padding: 0.5rem 0;
        color: #fff;
    }
    .nav-brand {
        font-size: 1rem;
    }
    .nav-link {
        padding: 0.25rem 0.5rem;
    }
    .nav-toggle {
        display: block;
    }
    .nav-collapse {
        display: block;
    }
    .nav-collapse.md\:flex {
        display: none;
    }
}


* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;
}

:root {
    --primary: #2563eb;
    --primary-dark: #1e3a8a;
    --secondary: #10b981;
    --danger: #ef4444;
    --warning: #f59e0b;
    --light: #f8fafc;
    --dark: #1e293b;
    --gray: #64748b;
}

body {
    background: linear-gradient(135deg, #f0f4f8 0%, #e2e8f0 100%);
    color: #333;
    line-height: 1.6;
    min-height: 100vh;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}


        
footer {
    background: var(--dark);
    color: white;
    padding: 50px 0 30px;
    margin-top: 50px;
}

.footer-content {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 40px;
    margin-bottom: 40px;
}

.footer-column h3 {
    font-size: 1.3rem;
    margin-bottom: 25px;
    position: relative;
    padding-bottom: 15px;
}

.footer-column h3::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 3px;
    background: var(--primary);
    border-radius: 2px;
}

.footer-links {
    list-style: none;
}

.footer-links li {
    margin-bottom: 15px;
}

.footer-links a {
    color: #cbd5e1;
    text-decoration: none;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 10px;
}

.footer-links a:hover {
    color: white;
    transform: translateX(5px);
}

.copyright {
    text-align: center;
    padding-top: 30px;
    border-top: 1px solid #334155;
    color: #94a3b8;
}</pre></body></html>