/* Theme 6 - 热情红色（喜庆热烈） */

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

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

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

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

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

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

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

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

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

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

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

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