@charset "utf-8";
/*
    Theme Name: 漫画主题
    Theme URI: 
    Author: 阿叶
    Author URI: 
    Description:
    Version: 0.0.1
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Microsoft YaHei', sans-serif;
}

body {
    background-color: #f5f5f5;
    color: #333;
    line-height: 1.6;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
a,a:hover {
    color: #333;
    text-decoration: none; 
}

/* 头部样式 */
header {
    background-color: #007a6e;
    color: white;
    padding: 30px 0;
    text-align: center;
    margin-bottom: 30px;
}

header .title {
    font-weight: bold;
    color: #fff;
    font-size: 2.5rem;
    margin-bottom: 10px;
}

/* 第一部分：简介和封面 */
.intro-section {
    display: flex;
}

.intro-text {
    flex: 1;
    overflow: hidden;
}

.intro-text .h2 {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
}

.intro-text p {
    margin-bottom: 25px;
    font-size: 1rem;
    line-height: 2.2rem;
    color: #555;
}
.intro-text .download-btn {
    padding: 12px 50px;
}
.download-btn {
    display: inline-block;
    background-color: #007a6e;
    color: #fff !important;
    padding: 12px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: bold;
    transition: all 0.3s ease;
}

.cover-image {
    width: 600px;
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.cover-image .image-warp {
    overflow-x: scroll;
    white-space: nowrap;
}
.cover-image .image-warp img {
    width: 160px;
    height: 280px;
    border-radius: 5px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}
.cover-image .image-warp::-webkit-scrollbar {
	width: 10px;
	height: 8px;
	cursor: pointer;
	background: var(--bg-c);
}
.cover-image .image-warp::-webkit-scrollbar-thumb {
	background: #ddd;
	cursor: pointer;
}

.section {
    background-color: white;
    border-radius: 8px;
    padding: 30px;
    margin-bottom: 40px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.section-title {
    font-weight: bold;
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
}

/* 第二部分：漫画信息 */
.info-section {

}

.info-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
}

.info-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 20px;
}

.info-item {
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
}

.info-item .t {
    display: block;
    color: #007a6e;
    margin-bottom: 8px;
    font-size: 1.1rem;
}

/* 第三部分：其他版本 */
.versions-section {
}

.versions-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
}

.version-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.version-card {
    flex: 1 1 300px;
    padding: 20px;
    background-color: #f9f9f9;
    border-radius: 8px;
    border-left: 4px solid #007a6e;
}

.version-card h3 {
    margin-bottom: 10px;
    color: #333;
}

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

.version-card .version-download {
    display: inline-block;
    background-color: #333;
    color: white;
    padding: 8px 20px;
    border-radius: 5px;
    text-decoration: none;
    font-size: 0.9rem;
}
.version-card .download-link {
    font-size: 15px;
    display: inline-block;
    background:  #007a6e;
    color: #fff;
    padding: 8px 16px;
}

/* 第四部分：漫画资讯 */
.news-section {
}

.news-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
}

.news-item {
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

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

.news-item h3 {
    margin-bottom: 10px;
    color: #333;
}

.news-item p {
    color: #666;
    margin-bottom: 10px;
}

.news-item .news-date {
    color: #999;
    font-size: 0.9rem;
}


.content-section {}
.content-warp {}
.content-warp p {
    line-height: 30px;
    margin-bottom: 15px;
}
.content-warp p:last-child {
    margin-bottom: 0;
}
.content-warp h3 {
    font-size: 18px;
    font-weight: bold;
    color: #007a6e;
    margin: 15px 0;
}

/* 第五部分：用户评论 */
.comments-section {
}

.comments-section h2 {
    font-size: 1.8rem;
    margin-bottom: 20px;
    color: #333;
}

.comment {
    display: flex;
    gap: 15px;
    padding: 20px 0;
    border-bottom: 1px solid #eee;
}

.comment:last-child {
    border-bottom: none;
}

.comment-avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-color: #007a6e;
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1.2rem;
}

.comment-content {
    flex: 1;
}

.comment-header {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
}

.comment-author {
    font-weight: bold;
    color: #333;
}

.comment-date {
    color: #999;
    font-size: 0.9rem;
}

.comment-text {
    color: #555;
    margin-bottom: 10px;
}

.comment-rating {
    color: #ffc107;
}
.comments-section .view {
    display: block;
    background-color: #007a6e;
    color: #fff;
    text-align: center;
    line-height: 46px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 6px;
}
/* 底部样式 */
footer {
    background-color: #333;
    color: white;
    padding: 40px 0;
    text-align: center;
}

.footer-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-links {
    display: flex;
    gap: 20px;
    margin-bottom: 20px;
}

.footer-links a {
    color: white;
    text-decoration: none;
}

.footer-links a:hover {
    color: #007a6e;
}

.copyright {
    color: #aaa;
    font-size: 0.9rem;
}

/* 响应式设计 */
@media (max-width: 768px) {
    header {
        padding: 20px 0;
    }
    header .title {
        font-weight: bold;
        color: #fff;
        font-size: 2rem;
        margin-bottom: 10px;
    }
    .container {
        padding: 0 10px;
    }
    .section {
        padding: 15px;
        margin-bottom: 20px;
    }
    .intro-section {
        display: block;
    }
    .versions-section h2,
    .comments-section h2,
    .info-section h2 {
        font-size: 1.4rem;
    }
    .download-btn {
        display: block;
        text-align: center;
    }
    .info-grid {
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(46%, 1fr));
        gap: 10px;
    }
    .cover-image {
        padding: 0;
        width: 100%;
        display: block;
        margin: 0;
        margin-top: 20px;
    }
    .cover-image .image-warp img {
        width: auto;
        height: 200px;
    }
    
    .intro-text .h2 {
        font-size: 1.2rem;
        text-align: center;
        margin-bottom: 15px;
    }
    .intro-text p {
        margin-bottom: 20px;
        font-size: .96rem;
        line-height: 1.6rem;
        color: #555;
    }
    .copyright {
        text-align: center;
    }
    .copyright a {
            color: #999;
    }
}