/**
 * 梦幻发布网 - 主样式表
 * 1:1仿911mh.com配色
 */

/* 重置样式 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html {
    background: #3D3215;
}

body {
    font-family: '宋体', 'SimSun', Arial, sans-serif;
    font-size: 12px;
    line-height: 1.4;
    background: #FFFF00;
    color: #000000;
    width: 1200px;
    margin: 0 auto;
}

a {
    color: #0000FF;
    text-decoration: underline;
}

a:hover {
    color: #FF0000;
}

/* 主容器 */
.wrapper {
    width: 1200px;
    margin: 0 auto;
    background: #FFFF00;
}

/* 顶部横幅 - 蓝色渐变背景 */
.header-banner {
    width: 100%;
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%);
    text-align: center;
    min-height: 100px;
}

.header-banner img {
    max-width: 1200px;
    display: block;
    margin: 0 auto;
}

/* Logo区域 */
.header-logo {
    background: linear-gradient(135deg, #1e3c72 0%, #2a5298 50%, #1e3c72 100%);
    text-align: center;
    padding: 15px 0;
    position: relative;
}

.header-logo h1 {
    font-size: 42px;
    color: #FFD700;
    text-shadow: 
        2px 2px 0 #8B4513,
        4px 4px 8px rgba(0,0,0,0.5);
    font-weight: bold;
    letter-spacing: 3px;
}

.header-logo p {
    color: #FF6600;
    font-size: 16px;
    font-weight: bold;
    margin-top: 3px;
    text-shadow: 1px 1px 2px #000;
}

.header-logo .site-info {
    color: #FFFFFF;
    font-size: 12px;
    margin-top: 5px;
}

/* 红色公告条 */
.notice-bar {
    background: #FF0000;
    padding: 4px 8px;
    font-size: 12px;
    color: #FFFF00;
    font-weight: bold;
}

.notice-bar .label {
    background: #FFFF00;
    color: #FF0000;
    padding: 1px 6px;
    margin-right: 8px;
    font-weight: bold;
}

.notice-bar marquee {
    color: #FFFF00;
}

/* 黑色警告滚动条 */
.scroll-notice {
    background: #000000;
    padding: 3px 8px;
}

.scroll-notice marquee {
    color: #FF0000;
    font-weight: bold;
    font-size: 12px;
}

/* 主内容区域 */
.main-content {
    padding: 3px;
    background: #FFFF00;
}

/* ========== 表头样式 ========== */
.ad-table-header {
    background: linear-gradient(to bottom, #4A90D9 0%, #3366CC 50%, #2855AA 100%);
    display: flex;
    border: 1px solid #2244AA;
    margin-bottom: 0;
}

.ad-table-header .col {
    color: #FFFFFF;
    font-weight: bold;
    font-size: 12px;
    text-align: center;
    padding: 5px 2px;
    border-right: 1px solid #5588DD;
}

.ad-table-header .col:last-child {
    border-right: none;
}

.ad-table-header .col-name { width: 145px; }
.ad-table-header .col-ip { width: 105px; }
.ad-table-header .col-time { width: 150px; }
.ad-table-header .col-area { width: 95px; }
.ad-table-header .col-qq { width: 105px; }
.ad-table-header .col-intro { flex: 1; }
.ad-table-header .col-enter { width: 62px; }
.ad-table-header .col-type { width: 60px; }

/* ========== 分区标题 ========== */
.zone-divider {
    background: linear-gradient(to bottom, #4A90D9 0%, #3366CC 50%, #2855AA 100%);
    color: #FFFFFF;
    font-size: 12px;
    font-weight: bold;
    padding: 4px 10px;
    text-align: center;
    border: 1px solid #2244AA;
    margin: 3px 0;
}

/* ========== 超级品牌区 - 白色背景 ========== */
.zone-super-brand {
    background: #FFFFFF;
    margin-bottom: 0;
}

.zone-super-brand .ad-row {
    display: flex;
    border-bottom: 1px solid #CCCCCC;
    background: #FFFFFF;
}

.zone-super-brand .ad-row .col {
    padding: 2px 3px;
    font-family: '宋体', 'SimSun', sans-serif;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    border-right: 1px solid #DDDDDD;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

.zone-super-brand .ad-row .col:last-child {
    border-right: none;
}

/* 区域图标样式 */
.zone-icon {
    width: 12px;
    height: 10px;
    vertical-align: middle;
    margin-right: 2px;
    flex-shrink: 0;
}

/* 超级品牌图标更大 */
.zone-super-brand .zone-icon {
    width: 32px;
    height: 24px;
    margin-left: -8px;
}

/* 品牌置顶图标 */
.zone-brand-top .zone-icon {
    width: 20px;
    height: 16px;
}

/* 超级品牌 - 白底 */
.zone-super-brand .col-name { width: 145px; min-width: 145px; max-width: 145px; color: #000000; font-weight: bold; }  /* 服务器名: 黑色粗体 */
.zone-super-brand .col-ip { width: 105px; min-width: 105px; max-width: 105px; color: #000000; }  /* 服务器IP: 黑色 */
.zone-super-brand .col-time { width: 170px; min-width: 170px; max-width: 170px; color: #CC0000; font-weight: bold; }  /* 开机时间: 红色粗体 */
.zone-super-brand .col-time span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.zone-super-brand .col-area { width: 95px; min-width: 95px; max-width: 95px; color: #000000; }  /* 地区线路: 黑色 */
.zone-super-brand .col-qq { width: 105px; min-width: 105px; max-width: 105px; color: #000000; font-size: 12px; letter-spacing: 0; }  /* 客服QQ: 黑色 */
.zone-super-brand .col-intro { flex: 1; text-align: center; color: #000000; font-size: 12px; letter-spacing: -0.5px; }  /* 版本介绍: 黑色紧凑 */
.zone-super-brand .col-enter { width: 62px; min-width: 62px; max-width: 62px; color: #0000FF; }  /* 点击进群: 蓝色 */
.zone-super-brand .col-type { width: 60px; min-width: 60px; max-width: 60px; color: #CC0000; font-weight: bold; }  /* 推荐: 红色粗体 */

.zone-super-brand .col-ip a {
    color: #000000;
    text-decoration: none;
}
.zone-super-brand .col-enter a {
    color: #0000FF;
    text-decoration: none;
}

.zone-super-brand .server-name {
    color: #000000;
    font-weight: bold;
    font-size: 12px;
}

.zone-super-brand .server-name a {
    color: #000000;
    text-decoration: none;
}

.zone-super-brand .server-name a:hover {
    text-decoration: underline;
}

.zone-super-brand .open-time {
    color: #CC0000;
    font-weight: bold;
}

.zone-super-brand .type-label {
    color: #CC0000;
    font-weight: bold;
    font-size: 12px;
}

.zone-super-brand .enter-link {
    color: #0000FF;
    text-decoration: underline;
}

/* ========== 品牌置顶区 - 黄色背景 ========== */
.zone-brand-top {
    background: #FFFF00;
    margin-bottom: 0;
}

.zone-brand-top .ad-row {
    display: flex;
    border-bottom: 1px solid #CCCC00;
    background: #FFFF00;
}

.zone-brand-top .ad-row .col {
    padding: 2px 3px;
    font-family: '宋体', 'SimSun', sans-serif;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    border-right: 1px solid #CCCC00;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

/* 品牌置顶 - 黄底 */
.zone-brand-top .col-name { width: 145px; min-width: 145px; max-width: 145px; color: #CC0000; font-weight: bold; }  /* 服务器名: 红色粗体 */
.zone-brand-top .col-ip { width: 105px; min-width: 105px; max-width: 105px; color: #000000; }  /* 服务器IP: 黑色 */
.zone-brand-top .col-time { width: 170px; min-width: 170px; max-width: 170px; color: #CC0000; font-weight: bold; }  /* 开机时间: 红色粗体 */
.zone-brand-top .col-time span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.zone-brand-top .col-area { width: 95px; min-width: 95px; max-width: 95px; color: #000000; }  /* 地区线路: 黑色 */
.zone-brand-top .col-qq { width: 105px; min-width: 105px; max-width: 105px; color: #000000; font-size: 12px; letter-spacing: 0; }  /* 客服QQ: 黑色 */
.zone-brand-top .col-intro { flex: 1; text-align: center; color: #000000; font-size: 12px; letter-spacing: -0.5px; }  /* 版本介绍: 黑色紧凑 */
.zone-brand-top .col-enter { width: 62px; min-width: 62px; max-width: 62px; color: #0000FF; }  /* 点击进群: 蓝色 */
.zone-brand-top .col-type { width: 60px; min-width: 60px; max-width: 60px; color: #CC0000; font-weight: bold; }  /* 推荐: 红色粗体 */

.zone-brand-top .col-ip a {
    color: #000000;
    text-decoration: none;
}
.zone-brand-top .col-enter a {
    color: #0000FF;
    text-decoration: none;
}

.zone-brand-top .server-name {
    color: #CC0000;
    font-weight: bold;
}

.zone-brand-top .server-name a {
    color: #CC0000;
    text-decoration: none;
}

.zone-brand-top .type-label {
    color: #CC0000;
    font-weight: bold;
}

.zone-brand-top .enter-link {
    color: #0000FF;
    text-decoration: none;
}

/* ========== 套粉精品区 - 粉色背景 ========== */
.zone-pink {
    background: #FFC0CB;
    margin-bottom: 2px;
}

.zone-pink .ad-row {
    display: flex;
    border: 1px solid #FF99AA;
    border-top: none;
    background: #FFCCDD;
}

.zone-pink .ad-row:first-child {
    border-top: 1px solid #FF99AA;
}

.zone-pink .ad-row:nth-child(odd) {
    background: #FFD0E0;
}

.zone-pink .ad-row .col {
    padding: 2px 3px;
    font-family: '宋体', 'SimSun', sans-serif;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    border-right: 1px solid #FFAACC;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

/* 套粉精品 - 粉色背景 */
.zone-pink .col-name { width: 145px; min-width: 145px; max-width: 145px; color: #CC0066; font-weight: bold; }  /* 服务器名: 粉色粗体 */
.zone-pink .col-ip { width: 105px; min-width: 105px; max-width: 105px; color: #000000; }  /* 服务器IP: 黑色 */
.zone-pink .col-time { width: 170px; min-width: 170px; max-width: 170px; color: #CC0066; font-weight: bold; }  /* 开机时间: 粉色粗体 */
.zone-pink .col-time span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.zone-pink .col-area { width: 95px; min-width: 95px; max-width: 95px; color: #000000; }  /* 地区线路: 黑色 */
.zone-pink .col-qq { width: 105px; min-width: 105px; max-width: 105px; color: #000000; font-size: 12px; letter-spacing: 0; }  /* 客服QQ: 黑色 */
.zone-pink .col-intro { flex: 1; text-align: center; color: #000000; font-size: 12px; letter-spacing: -0.5px; }  /* 版本介绍: 黑色紧凑 */
.zone-pink .col-enter { width: 62px; min-width: 62px; max-width: 62px; color: #0000FF; }  /* 点击进群: 蓝色 */
.zone-pink .col-type { width: 60px; min-width: 60px; max-width: 60px; color: #CC0066; font-weight: bold; }  /* 推荐: 粉色粗体 */

.zone-pink .server-name {
    color: #CC0066;
    font-weight: bold;
}

.zone-pink .server-name a {
    color: #CC0066;
    text-decoration: none;
}

.zone-pink .type-label {
    color: #CC0066;
    font-weight: bold;
}

.zone-pink .enter-link {
    color: #0000FF;
    text-decoration: none;
}

/* ========== 套红精品区 - 浅红背景 ========== */
.zone-red {
    background: #FFCCCC;
    margin-bottom: 2px;
}

.zone-red .ad-row {
    display: flex;
    border: 1px solid #FF9999;
    border-top: none;
    background: #FFDDDD;
}

.zone-red .ad-row:first-child {
    border-top: 1px solid #FF9999;
}

.zone-red .ad-row:nth-child(odd) {
    background: #FFE0E0;
}

.zone-red .ad-row .col {
    padding: 2px 3px;
    font-family: '宋体', 'SimSun', sans-serif;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    border-right: 1px solid #FFAAAA;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

/* 套红精品 - 浅红背景 */
.zone-red .col-name { width: 145px; min-width: 145px; max-width: 145px; color: #CC0000; font-weight: bold; }  /* 服务器名: 红色粗体 */
.zone-red .col-ip { width: 105px; min-width: 105px; max-width: 105px; color: #000000; }  /* 服务器IP: 黑色 */
.zone-red .col-time { width: 170px; min-width: 170px; max-width: 170px; color: #CC0000; font-weight: bold; }  /* 开机时间: 红色粗体 */
.zone-red .col-time span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.zone-red .col-area { width: 95px; min-width: 95px; max-width: 95px; color: #000000; }  /* 地区线路: 黑色 */
.zone-red .col-qq { width: 105px; min-width: 105px; max-width: 105px; color: #000000; font-size: 12px; letter-spacing: 0; }  /* 客服QQ: 黑色 */
.zone-red .col-intro { flex: 1; text-align: center; color: #000000; font-size: 12px; letter-spacing: -0.5px; }  /* 版本介绍: 黑色紧凑 */
.zone-red .col-enter { width: 62px; min-width: 62px; max-width: 62px; color: #0000FF; }  /* 点击进群: 蓝色 */
.zone-red .col-type { width: 60px; min-width: 60px; max-width: 60px; color: #CC0000; font-weight: bold; }  /* 推荐: 红色粗体 */

.zone-red .server-name {
    color: #CC0000;
    font-weight: bold;
}

.zone-red .server-name a {
    color: #CC0000;
    text-decoration: none;
}

.zone-red .type-label {
    color: #CC0000;
    font-weight: bold;
}

.zone-red .enter-link {
    color: #0000FF;
    text-decoration: none;
}

/* ========== 套青精品区 - 浅绿背景 ========== */
.zone-blue {
    background: #CCFFCC;
    margin-bottom: 2px;
}

.zone-blue .ad-row {
    display: flex;
    border: 1px solid #99DD99;
    border-top: none;
    background: #DDFFDD;
}

.zone-blue .ad-row:first-child {
    border-top: 1px solid #99DD99;
}

.zone-blue .ad-row:nth-child(odd) {
    background: #E0FFE0;
}

.zone-blue .ad-row .col {
    padding: 2px 3px;
    font-family: '宋体', 'SimSun', sans-serif;
    font-size: 12px;
    line-height: 27px;
    text-align: center;
    border-right: 1px solid #AAFFAA;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    flex-shrink: 0;
}

/* 套青精品 - 浅绿背景 */
.zone-blue .col-name { width: 145px; min-width: 145px; max-width: 145px; color: #006600; font-weight: bold; }  /* 服务器名: 绿色粗体 */
.zone-blue .col-ip { width: 105px; min-width: 105px; max-width: 105px; color: #000000; }  /* 服务器IP: 黑色 */
.zone-blue .col-time { width: 170px; min-width: 170px; max-width: 170px; color: #006600; font-weight: bold; }  /* 开机时间: 绿色粗体 */
.zone-blue .col-time span { display: block; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; width: 100%; }
.zone-blue .col-area { width: 95px; min-width: 95px; max-width: 95px; color: #000000; }  /* 地区线路: 黑色 */
.zone-blue .col-qq { width: 105px; min-width: 105px; max-width: 105px; color: #000000; font-size: 12px; letter-spacing: 0; }  /* 客服QQ: 黑色 */
.zone-blue .col-intro { flex: 1; text-align: center; color: #000000; font-size: 12px; letter-spacing: -0.5px; }  /* 版本介绍: 黑色紧凑 */
.zone-blue .col-enter { width: 62px; min-width: 62px; max-width: 62px; color: #0000FF; }  /* 点击进群: 蓝色 */
.zone-blue .col-type { width: 60px; min-width: 60px; max-width: 60px; color: #006600; font-weight: bold; }  /* 推荐: 绿色粗体 */

.zone-blue .server-name {
    color: #006600;
    font-weight: bold;
}

.zone-blue .server-name a {
    color: #006600;
    text-decoration: none;
}

.zone-blue .type-label {
    color: #006600;
    font-weight: bold;
}

.zone-blue .enter-link {
    color: #0000FF;
    text-decoration: none;
}

/* 通用列内容样式 - 不换行省略号 */
.ad-row .col {
    min-width: 0;
}

.ad-row .col > span,
.ad-row .col > a {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

/* 通用链接样式 */
.ad-row a {
    text-decoration: none;
}

.ad-row a:hover {
    text-decoration: underline;
}

.enter-link {
    color: #0000FF;
}

/* 自助发布按钮 */
.publish-btn {
    position: fixed;
    right: 10px;
    top: 80px;
    background: linear-gradient(to bottom, #FF6600 0%, #CC3300 100%);
    color: #FFFFFF;
    padding: 10px 12px;
    border-radius: 3px;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    border: 2px solid #FFFF00;
    box-shadow: 2px 2px 8px rgba(0,0,0,0.5);
    animation: pulse 1.5s infinite;
    z-index: 1000;
}

@keyframes pulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.03); }
}

.publish-btn:hover {
    background: linear-gradient(to bottom, #FF9900 0%, #FF6600 100%);
    color: #FFFFFF;
    text-decoration: none;
}

/* 页脚 - 健康游戏忠告 */
.footer {
    background: linear-gradient(to bottom, #4A90D9 0%, #3366CC 50%, #2855AA 100%);
    padding: 8px;
    text-align: center;
    color: #FFFFFF;
    font-size: 12px;
    border-top: 1px solid #2244AA;
}

.footer a {
    color: #FFFF00;
}

.footer a:hover {
    color: #FFFFFF;
}

/* ========== 以下为用户中心和管理后台样式 ========== */

/* 导航栏 */
.navbar {
    background: #CC0000;
    padding: 3px 0;
    text-align: center;
    border-top: 1px solid #FF0000;
    border-bottom: 1px solid #FF0000;
}

.navbar a {
    display: inline-block;
    padding: 4px 12px;
    color: #FFFF00;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
}

.navbar a:hover {
    color: #FFFFFF;
    background: #990000;
}

/* 用户面板 */
.user-panel {
    background: #FFFFCC;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #CCCC00;
}

.user-panel h2 {
    color: #CC0000;
    border-bottom: 1px solid #CCCC00;
    padding-bottom: 8px;
    margin-bottom: 15px;
}

.form-group {
    margin-bottom: 12px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    color: #333333;
    font-weight: bold;
}

.form-group input,
.form-group select,
.form-group textarea {
    width: 100%;
    padding: 8px;
    background: #FFFFFF;
    border: 1px solid #CCCC00;
    color: #000000;
    font-size: 12px;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    border-color: #FF6600;
    outline: none;
}

/* 按钮 */
.btn {
    display: inline-block;
    padding: 4px 12px;
    background: linear-gradient(to bottom, #FF6600 0%, #CC3300 100%);
    color: #FFFFFF;
    border: 1px solid #CC3300;
    border-radius: 2px;
    cursor: pointer;
    font-size: 12px;
    text-decoration: none;
    font-weight: bold;
}

.btn:hover {
    background: linear-gradient(to bottom, #FF9900 0%, #FF6600 100%);
    color: #FFFFFF;
    text-decoration: none;
}

.btn-success {
    background: linear-gradient(to bottom, #00CC00 0%, #009900 100%);
    border-color: #009900;
}

.btn-success:hover {
    background: linear-gradient(to bottom, #00FF00 0%, #00CC00 100%);
}

/* 数据表格 */
.data-table {
    width: 100%;
    border-collapse: collapse;
    background: #FFFFCC;
}

.data-table th,
.data-table td {
    padding: 8px;
    border: 1px solid #CCCC00;
    text-align: left;
}

.data-table th {
    background: #3366CC;
    color: #FFFFFF;
    font-weight: bold;
}

.data-table tr:hover {
    background: #FFFF99;
}

/* 分页 */
.pagination {
    text-align: center;
    padding: 8px;
    background: #FFFF99;
}

.pagination a, .pagination span {
    display: inline-block;
    padding: 3px 8px;
    margin: 0 2px;
    background: #3366CC;
    color: #FFFFFF;
    border: 1px solid #2244AA;
    text-decoration: none;
}

.pagination a:hover {
    background: #2255AA;
}

.pagination .current {
    background: #FF6600;
    border-color: #CC3300;
}

/* 状态标签 */
.status {
    display: inline-block;
    padding: 2px 6px;
    border-radius: 2px;
    font-size: 11px;
}

.status.active {
    background: #00CC00;
    color: #FFFFFF;
}

.status.inactive {
    background: #CC0000;
    color: #FFFFFF;
}

/* 消息提示 */
.alert {
    padding: 10px;
    margin-bottom: 15px;
    border-radius: 3px;
}

.alert-success {
    background: #CCFFCC;
    border: 1px solid #00CC00;
    color: #006600;
}

.alert-error {
    background: #FFCCCC;
    border: 1px solid #CC0000;
    color: #CC0000;
}

.alert-warning {
    background: #FFFFCC;
    border: 1px solid #FF9900;
    color: #996600;
}

/* 登录/注册容器 */
.login-container,
.register-container,
.publish-container {
    max-width: 500px;
    margin: 30px auto;
    padding: 25px;
    background: #FFFFCC;
    border: 2px solid #FF6600;
}

.login-container h2,
.register-container h2,
.publish-container h2 {
    text-align: center;
    color: #CC0000;
    margin-bottom: 20px;
}

.login-container .links,
.register-container .links {
    text-align: center;
    margin-top: 15px;
}

/* 用户中心仪表盘 */
.dashboard {
    padding: 10px;
}

.user-info {
    background: #FFFFCC;
    padding: 12px;
    margin-bottom: 12px;
    border: 1px solid #FF6600;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.user-info .left h2 {
    color: #CC0000;
    margin-bottom: 5px;
}

.user-info .stats {
    display: flex;
    gap: 20px;
}

.user-info .stat-item {
    text-align: center;
}

.user-info .stat-value {
    font-size: 22px;
    color: #FF6600;
    font-weight: bold;
}

.user-info .stat-label {
    color: #666666;
    font-size: 12px;
}

.section {
    background: #FFFFCC;
    margin-bottom: 12px;
    border: 1px solid #CCCC00;
}

.section-header {
    background: #3366CC;
    padding: 8px 12px;
    color: #FFFFFF;
    font-weight: bold;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.section-body {
    padding: 12px;
}

.quick-actions {
    display: flex;
    gap: 12px;
    margin-bottom: 12px;
}

.quick-actions a {
    flex: 1;
    text-align: center;
    padding: 15px;
    background: #3366CC;
    border: 1px solid #2244AA;
    color: #FFFFFF;
    font-size: 13px;
    text-decoration: none;
}

.quick-actions a:hover {
    background: #2255AA;
}

.quick-actions a .icon {
    font-size: 24px;
    display: block;
    margin-bottom: 6px;
}

/* 管理后台侧边栏 */
.admin-layout {
    display: flex;
    min-height: 600px;
}

.admin-sidebar {
    width: 180px;
    background: #2a2a2a;
    padding: 15px 0;
}

.admin-sidebar a {
    display: block;
    padding: 10px 15px;
    color: #FFFFFF;
    text-decoration: none;
    border-bottom: 1px solid #444;
}

.admin-sidebar a:hover,
.admin-sidebar a.active {
    background: #3366CC;
}

.admin-content {
    flex: 1;
    padding: 15px;
    background: #FFFF99;
}
