/* 深蓝色主题 - 彻底去除绿色 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #f0f5ff;
    font-family: "Microsoft YaHei", Arial, Tahoma, sans-serif;
    color: #1a2a6c;
    line-height: 1.6;
}

.header {
    font: 20px "Microsoft YaHei", Arial, Tahoma !important;
    font-weight: bold !important;
    color: #ffffff;
    background: linear-gradient(135deg, #1a2a6c, #2c3e50, #1a2a6c);
    height: 60px;
    padding-left: 20px;
    border-radius: 8px 8px 0 0;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
}
.header td {
    padding-left: 20px;
}
.header a {
    color: #ffd700 !important;
    font-weight: bold;
    text-decoration: none;
    font-size: 20px !important;
    transition: all 0.3s ease;
}
.header a:hover {
    color: #ffffff !important;
    text-decoration: underline;
    transform: translateY(-2px);
}
.header input {
    background: rgba(255, 255, 255, 0.2);
    border: 2px solid #3e5c8f;
    color: #ffffff;
    vertical-align: middle;
    height: 32px;
    font-size: 18px;
    border-radius: 6px;
    padding: 0 12px;
    transition: all 0.3s ease;
}
.header input:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}
.subtable {
    text-align: left;
    padding: 0;
    margin: 0 auto;
}
.left {
    float: left;
    text-align: left;
    padding: 0px;
}
.right {
    float: right;
    text-align: right;
    padding: 0px;
}
.spaceborder {
    width: 100%;
    border: 3px solid #1a2a6c;
    padding: 0px;
    margin-bottom: 15px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.15);
}
.spacebottom {
    padding-bottom: 20px;
    background-color: #F0F5FF;
}
.category {
    font: 18px "Microsoft YaHei", Arial, Tahoma !important;
    color: #5c6b8a;
    background-color: #F0F5FF;
}
.category td {
    border-bottom: 2px solid #c3cfe2;
}
.row {
    width: 100%;
    border: none;
    background: #FFFFFF;
    empty-cells: show;
}
.row td {
    padding: 8px;
    border-bottom: 2px solid #c3cfe2;
}
.row1 {
    width: 100%;
    border: none;
    background: #F0F5FF;
    empty-cells: show;
}
.row1 td {
    padding: 8px;
    border-bottom: 2px solid #c3cfe2;
}
.bold {
    font-weight: bold;
}
.altbg1 {
    background: #F0F5FF;
    font: 18px "Microsoft YaHei", Tahoma, Verdana;
}
td.altbg1 {
    border-bottom: 2px solid #c3cfe2;
}
.altbg2 {
    height: 70px;
    font: 20px "Microsoft YaHei", Tahoma, Verdana;
    background: linear-gradient(to right, #e6eeff, #d9e4ff) !important;
    border-radius: 0 0 8px 8px;
}
td.altbg2 {
    border-bottom: 2px solid #c3cfe2;
}
.postsubmit {
    border: 2px solid #c3cfe2;
    background-color: #F0F5FF;
    text-align: center;
    padding: 20px 0px;
    margin-top: 15px;
    border-radius: 8px;
}
.t_row {
    margin-top: -2px;
}
.t_user {
    word-break: break-all;
    padding-left: 15px;
    background: #F0F5FF;
    font-size: 18px;
}
.t_msg {
    table-layout: fixed;
    word-wrap: break-word;
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #FFFFFF;
    font-size: 18px;
}
.t_msg td {
    padding:6px 18px;
}
.t_number {
    border: 2px solid #c3cfe2;
    padding: 6px;
    margin: 3px;
    background: #F8F9FA;
    border-radius: 6px;
}
.t_infoline {
    background: #F8F9FA;
    font-size: 18px;
}
.t_table {
    border-left: 2px solid #a0b4d6;
    border-top: 2px solid #a0b4d6;
    border-spacing: 0px;
    border-radius: 8px;
    overflow: hidden;
}
.t_table td {
    padding: 8px;
    border-bottom: 2px solid #a0b4d6;
    border-right: 2px solid #a0b4d6;
}
.line {
    border-top:2px solid #c3cfe2;
}
.maintable{
    width: 100%;
    font: 18px "Microsoft YaHei", Tahoma, Verdana;
}
.avatar {
    border: 2px solid #c3cfe2;
    background-color: #F0F5FF;
    padding: 8px;
    border-radius: 8px;
}
.avatar img {
    background: #FFFFFF;
    border-radius: 6px;
}

.txadn{
    height: 50px;
    line-height: 50px;
    font-size: 20px;
    color: #1a2a6c;
    font-weight: bold;
}

.guide {
    font-size: 20px;
    color: #1a2a6c;
}

.guide .button {
    font-size: 18px;
    padding: 0 15px;
    background: rgba(255, 255, 255, 0.9);
    border: 2px solid #3e5c8f;
    color: #1a2a6c;
    margin: 0 10px;
    height: 36px;
    border-radius: 6px;
    transition: all 0.3s ease;
}

.guide .button:focus {
    outline: none;
    border-color: #ffd700;
    box-shadow: 0 0 8px rgba(255, 215, 0, 0.5);
}

/* 红色登录和注册按钮样式 */
.red-login-btn, .red-register-btn {
    padding: 12px 24px;
    font-size: 18px;
    font-weight: bold;
    border: none;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    display: inline-block;
    text-align: center;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
}

.red-login-btn {
    background: linear-gradient(to bottom, #e74c3c, #c0392b);
    color: white;
    min-width: 100px;
}

.red-login-btn:hover {
    background: linear-gradient(to bottom, #ff6b5b, #e74c3c);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(231, 76, 60, 0.4);
}

.red-register-btn {
    background: linear-gradient(to bottom, #e74c3c, #c0392b);
    color: white;
    min-width: 100px;
}

.red-register-btn:hover {
    background: linear-gradient(to bottom, #ff6b5b, #e74c3c);
    transform: translateY(-2px);
    box-shadow: 0 6px 12px rgba(231, 76, 60, 0.4);
}

/* 添加一些动画效果 */
@keyframes fadeIn {
    from { opacity: 0; transform: translateY(-10px); }
    to { opacity: 1; transform: translateY(0); }
}

.spaceborder {
    animation: fadeIn 0.5s ease-out;
}

/* 确保所有绿色都被替换 */
/* 替换所有绿色相关颜色 */
.green-color, .color-green, 
[style*="color:#039e6d"], [style*="color:#5CA408"],
[style*="background:#039e6d"], [style*="background:#5CA408"] {
    color: #1a2a6c !important;
    background: #1a2a6c !important;
}

/* 确保没有绿色边框 */
[style*="border-color:#039e6d"], [style*="border-color:#5CA408"] {
    border-color: #1a2a6c !important;
}