/* Theme 5 - 清新绿色（自然健康） */

/* 头部背景 */
.head {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%) !important;
}

/* 导航选中状态 */
.head_list li.active {
    background: #27ae60 !important;
    color: #fff !important;
}

/* 登录注册按钮 */
.btn_login {
    background: #27ae60 !important;
}

/* 卡片悬停效果 */
.outbox .inbox .card-item .link:hover,
.outbox .inbox .card-us .link:hover {
    background: #27ae60 !important;
    border-color: #27ae60 !important;
}

/* 卡片装饰线 */
.outbox .inbox .card-item .line,
.outbox .inbox .card-us .line {
    background: #27ae60 !important;
}

/* 标题颜色 */
.outbox h4,
.outbox h3 {
    border-bottom-color: #27ae60 !important;
    color: #27ae60 !important;
}

/* 内容文字颜色 */
.content-color {
    color: #27ae60 !important;
}

/* 步骤文字颜色 */
.outbox .inbox .step-item span {
    color: #27ae60 !important;
}

/* 右侧通知标题 */
.right-notice .title,
.right-notice .more {
    color: #27ae60 !important;
}

/* 平台优势区域背景 */
.advantage {
    background: linear-gradient(135deg, #e8f8f0 0%, #d1f2e3 100%) !important;
}

/* 平台优势卡片 */
.advantage .adv-item {
    background: #fff !important;
    border: 2px solid #27ae60 !important;
}

/* 平台优势图标背景 */
.advantage .adv-item img {
    background: linear-gradient(135deg, #27ae60 0%, #2ecc71 100%) !important;
    border-radius: 50%;
    padding: 10px;
}
