@charset "utf-8";
/* CSS Document */
/* 七大洲页面通用容器 */
.container {
    width: 1200px;
    margin: 40px auto;
    padding: 0 20px;
}
/* 主标题样式 */
.main-title {
    text-align: center;
    font-size: 26px;
    color: #2e7d32;
    margin-bottom: 8px;
}
/* 副标题描述 */
.sub-desc {
    text-align: center;
    font-size: 16px;
    color: #666;
    margin-bottom: 40px;
}
/* 动物图片统一样式 */
.animal-box img {
    width: 500px;
    height: 350px;
    object-fit: cover;
    border-radius: 8px;
    margin: 15px 0;
}
.animal-box {
	margin-bottom:20px;
}
.animal-row{
	margin:30px 0;
}
/* 濒危等级文字 */
.level {
    color:#c62828;
    font-size:25px;
	font-weight:bold;
    margin-bottom:6px;
}
/* 基础文本基底 */
.text {
    font-size:14px;
    line-height: 2;
}
/* 正文主文本（深色） */
.text-main {
    color: #333;
}
/* 补充说明文本（浅灰+上边距） */
.text-sub {
    color: #666;
    margin-top: 10px;
}
/* 动物简介基础 */
.animal-intro {
    font-size:14px;
    line-height:1.6;
    color:#444;
}
/* 返回按钮容器居中 */
.back-box {
    text-align:center;
    margin-top:50px;
}
/* 返回按钮基础样式 */
.back-btn {
    padding:8px 20px;
    border:1px solid #2e7d32;
    border-radius:20px;
    color:#2e7d32;
    text-decoration:none;
}
/* 返回按钮悬浮效果 */
.back-btn:hover {
    background:#2e7d32;
    color:#fff;
}
/* 生态小标题 */
.eco-title{
    font-size:26px;
    font-weight:bold;
    margin-bottom:10px;
}
