/* 基础样式重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'PingFang SC', 'Microsoft YaHei', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #333;
    background-color: #f8f9fa;
}

a {
    text-decoration: none;
    color: #ff6b6b;
    transition: all 0.3s ease;
}

a:hover {
    color: #ff5252;
}

ul, ol {
    list-style: none;
}

img {
    max-width: 100%;
    height: auto;
}

.container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 15px;
}

/* 渐变配景取代图片 */
[class^="gradient-"] {
    border-radius: 8px;
    background-size: cover;
    background-position: center;
}

.gradient-1 { background: linear-gradient(135deg, #ff9a9e 0%, #fad0c4 100%); }
.gradient-2 { background: linear-gradient(135deg, #a1c4fd 0%, #c2e9fb 100%); }
.gradient-3 { background: linear-gradient(135deg, #ffecd2 0%, #fcb69f 100%); }
.gradient-4 { background: linear-gradient(135deg, #84fab0 0%, #8fd3f4 100%); }
.gradient-5 { background: linear-gradient(135deg, #f6d365 0%, #fda085 100%); }
.gradient-6 { background: linear-gradient(135deg, #d4fc79 0%, #96e6a1 100%); }
.gradient-7 { background: linear-gradient(135deg, #fa709a 0%, #fee140 100%); }
.gradient-8 { background: linear-gradient(135deg, #30cfd0 0%, #330867 100%); }
.gradient-9 { background: linear-gradient(135deg, #5ee7df 0%, #b490ca 100%); }
.gradient-10 { background: linear-gradient(135deg, #ff758c 0%, #ff7eb3 100%); }
.gradient-11 { background: linear-gradient(135deg, #c471f5 0%, #fa71cd 100%); }
.gradient-12 { background: linear-gradient(135deg, #7f7fd5 0%, #86a8e7 50%, #91eae4 100%); }
.gradient-13 { background: linear-gradient(135deg, #f83600 0%, #f9d423 100%); }
.gradient-14 { background: linear-gradient(135deg, #00b09b 0%, #96c93d 100%); }
.gradient-15 { background: linear-gradient(135deg, #8e2de2 0%, #4a00e0 100%); }
.gradient-16 { background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%); }
.gradient-17 { background: linear-gradient(135deg, #43e97b 0%, #38f9d7 100%); }
.gradient-18 { background: linear-gradient(135deg, #f9d423 0%, #ff4e50 100%); }
.gradient-19 { background: linear-gradient(135deg, #0acffe 0%, #495aff 100%); }
.gradient-20 { background: linear-gradient(135deg, #ff3019 0%, #c90000 100%); }
.gradient-21 { background: linear-gradient(135deg, #667eea 0%, #764ba2 100%); }
.gradient-22 { background: linear-gradient(135deg, #ff9a9e 0%, #fecfef 100%); }
.gradient-23 { background: linear-gradient(135deg, #48c6ef 0%, #6f86d6 100%); }
.gradient-24 { background: linear-gradient(135deg, #a18cd1 0%, #fbc2eb 100%); }
.gradient-25 { background: linear-gradient(135deg, #ff8177 0%, #ff867a 0%, #ff8c7f 21%, #f99185 52%, #cf556c 78%, #b12a5b 100%); }
.gradient-26 { background: linear-gradient(135deg, #fdcbf1 0%, #fdcbf1 1%, #e6dee9 100%); }
.gradient-27 { background: linear-gradient(135deg, #a6c0fe 0%, #f68084 100%); }
.gradient-28 { background: linear-gradient(135deg, #d299c2 0%, #fef9d7 100%); }
.gradient-29 { background: linear-gradient(135deg, #ebc0fd 0%, #d9ded8 100%); }

/* 按钮样式 */
.btn {
    display: inline-block;
    padding: 10px 20px;
    border-radius: 30px;
    font-weight: 600;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s ease;
}

.primary {
    background-color: #ff6b6b;
    color: white;
}

.primary:hover {
    background-color: #ff5252;
    color: white;
}

.secondary {
    background-color: #f8f9fa;
    color: #ff6b6b;
    border: 2px solid #ff6b6b;
}

.secondary:hover {
    background-color: #ff6b6b;
    color: white;
}

/* 头部样式 */
header {
    background-color: white;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
}

header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px;
}

.logo a {
    display: block;
}

.main-nav ul {
    display: flex;
}

.main-nav li {
    margin-left: 20px;
}

.main-nav a {
    color: #333;
    font-weight: 500;
}

.main-nav a:hover {
    color: #ff6b6b;
}

/* 横幅样式 */
.banner {
    background: linear-gradient(135deg, #ff6b6b 0%, #ff8e8e 100%);
    color: white;
    padding: 80px 0;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.banner::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: url(/template/news/5ccmh/static/css/'data:image/svg+xml;utf8,<svg xmlns="http:/www.w3.org/2000/svg" viewBox="0 0 1440 320"><path fill="rgba(255,255,255,0.1)" fill-opacity="1" d="M0,96L48,112C96,128,192,160,288,186.7C384,213,480,235,576,229.3C672,224,768,192,864,181.3C960,171,1056,181,1152,181.3C1248,181,1344,171,1392,165.3L1440,160L1440,320L1392,320C1344,320,1248,320,1152,320C1056,320,960,320,864,320C768,320,672,320,576,320C480,320,384,320,288,320C192,320,96,320,48,320L0,320Z"></path></svg>');
    background-size: cover;
    background-position: center;
    opacity: 0.3;
}

.banner-content {
    position: relative;
    z-index: 1;
}

.banner h1 {
    font-size: 2.5rem;
    margin-bottom: 20px;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.banner p {
    font-size: 1.2rem;
    margin-bottom: 30px;
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
}

.banner-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
}

/* 通用区块样式 */
.section {
    padding: 60px 0;
}

.section-header {
    text-align: center;
    margin-bottom: 40px;
}

.section-header h2 {
    font-size: 2rem;
    color: #333;
    margin-bottom: 10px;
    position: relative;
    display: inline-block;
}

.section-header h2::after {
    content: '';
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    width: 60px;
    height: 3px;
    background-color: #ff6b6b;
}

.section-header p {
    color: #777;
    font-size: 1.1rem;
}

.bg-light {
    background-color: #f8f9fa;
}

/* 漫画卡片样式 */
.comic-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 25px;
}

.comic-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.comic-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.15);
}

.comic-cover {
    height: 200px;
    width: 100%;
}

.comic-info {
    padding: 15px;
}

.comic-info h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.comic-info p {
    color: #777;
    font-size: 0.9rem;
    margin-bottom: 10px;
}

.tag {
    display: inline-block;
    padding: 3px 8px;
    background-color: #f1f1f1;
    border-radius: 15px;
    font-size: 0.8rem;
    color: #555;
    margin-right: 5px;
}

/* 热门推荐样式 */
.comic-slider {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.comic-card.featured {
    display: flex;
    flex-direction: column;
}

.comic-card.featured .comic-cover {
    height: 250px;
}

.rating {
    color: #ffc107;
    margin-bottom: 10px;
}

.rating span {
    color: #555;
    margin-left: 5px;
}

/* 分类样式 */
.category-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    gap: 20px;
}

.category-item {
    background-color: white;
    border-radius: 10px;
    padding: 20px;
    text-align: center;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
}

.category-item:hover {
    transform: translateY(-5px);
}

.category-icon {
    width: 60px;
    height: 60px;
    margin: 0 auto 15px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category-item h3 {
    margin-bottom: 5px;
    font-size: 1.1rem;
}

.category-item p {
    color: #777;
    font-size: 0.9rem;
}

/* 排行模范式 */
.ranking-tabs {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.tab-header {
    display: flex;
    background-color: #f1f1f1;
}

.tab-btn {
    flex: 1;
    padding: 15px;
    text-align: center;
    background: none;
    border: none;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
}

.tab-btn.active {
    background-color: white;
    color: #ff6b6b;
}

.tab-content {
    display: none;
    padding: 20px;
}

.tab-content.active {
    display: block;
}

.ranking-item {
    display: flex;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f1f1;
}

.ranking-item:last-child {
    border-bottom: none;
}

.rank {
    font-size: 1.5rem;
    font-weight: 700;
    color: #ff6b6b;
    width: 40px;
    text-align: center;
}

.rank-cover {
    width: 60px;
    height: 80px;
    margin-right: 15px;
}

.rank-info h3 {
    margin-bottom: 5px;
    font-size: 1rem;
}

.hot {
    color: #ff6b6b;
}

/* APP下载样式 */
.app-download {
    display: flex;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 15px rgba(0, 0, 0, 0.1);
}

.app-info {
    flex: 1;
    padding: 40px;
}

.app-info h2 {
    margin-bottom: 15px;
    font-size: 1.8rem;
}

.app-features {
    margin: 25px 0;
}

.app-features li {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.icon {
    margin-right: 10px;
    color: #ff6b6b;
    font-weight: bold;
}

.download-buttons {
    display: flex;
    gap: 15px;
}

.download-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    background-color: #333;
    color: white;
}

.download-btn:hover {
    background-color: #555;
}

.app-preview {
    flex: 1;
    padding: 20px;
    display: flex;
    justify-content: center;
}

.phone-mockup {
    position: relative;
    width: 250px;
    height: 500px;
    background-color: #333;
    border-radius: 30px;
    padding: 10px;
    box-shadow: 0 15px 25px rgba(0, 0, 0, 0.2);
}

.phone-screen {
    width: 100%;
    height: 100%;
    border-radius: 20px;
    overflow: hidden;
}

/* 文章样式 */
.articles-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 30px;
}

.article-card {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
}

.article-image {
    height: 180px;
}

.article-content {
    padding: 20px;
}

.article-content h3 {
    margin-bottom: 10px;
    font-size: 1.2rem;
}

.article-content p {
    color: #666;
    margin-bottom: 15px;
    font-size: 0.95rem;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.read-more {
    display: inline-block;
    font-weight: 600;
    font-size: 0.9rem;
}

/* 关于ca88样式 */
.about-content {
    background-color: white;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

.about-text {
    margin-bottom: 30px;
}

.about-text p {
    margin-bottom: 15px;
}

.about-stats {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 20px;
    text-align: center;
}

.stat-number {
    font-size: 1.8rem;
    font-weight: 700;
    color: #ff6b6b;
    margin-bottom: 5px;
}

.stat-label {
    color: #777;
}

/* 页脚样式 */
.footer {
    background-color: #333;
    color: #ddd;
    padding: 60px 0 30px;
}

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

.footer-column h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.2rem;
    position: relative;
}

.footer-column h3::after {
    content: '';
    position: absolute;
    bottom: -8px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #ff6b6b;
}

.footer-column ul li {
    margin-bottom: 10px;
}

.footer-column ul li a {
    color: #bbb;
}

.footer-column ul li a:hover {
    color: #ff6b6b;
}

.footer-middle {
    border-top: 1px solid #444;
    border-bottom: 1px solid #444;
    padding: 30px 0;
    margin-bottom: 30px;
}

.footer-middle h3 {
    color: white;
    margin-bottom: 20px;
    font-size: 1.2rem;
}

.footer-middle ul {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
}

.footer-bottom {
    text-align: center;
    color: #999;
    font-size: 0.9rem;
}

.footer-bottom p {
    margin-bottom: 10px;
}

/* 响应式设计 */
@media (max-width: 992px) {
    .app-download {
        flex-direction: column;
    }
    
    .app-info, .app-preview {
        width: 100%;
    }
    
    .phone-mockup {
        margin: 20px 0;
    }
}

@media (max-width: 768px) {
    .main-nav {
        display: none;
    }
    
    .banner h1 {
        font-size: 2rem;
    }
    
    .section {
        padding: 40px 0;
    }
    
    .comic-slider {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 576px) {
    .banner {
        padding: 50px 0;
    }
    
    .banner-buttons {
        flex-direction: column;
        gap: 10px;
    }
    
    .comic-grid {
        grid-template-columns: 1fr;
    }
    
    .category-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    
    .footer-top {
        grid-template-columns: 1fr;
    }
}
<!--耗时1781695780.1514秒-->