/*-a链接变色-*/
.c1-a {text-decoration:none;}  
.c1-a:hover, .c1-a:active, .c1-a:focus {color:#ff00ff; text-decoration:none;}

/*-页面边距-*/
.c1-bj {padding:1px 3px 1px 3px;}

/*-导航条栏-*/
.c1-b2 {
    height: 30px; 
    line-height: 30px; 
    overflow: hidden; 
    border-bottom: 1px solid #db7093; 
    font-size: 16px; 
    color: #000; 
    background:#ffb6c1;
    border-top: 1px solid #db7093;
}

.c1-h3 {
    float:left; 
    height:25px; 
    line-height:25px; 
    padding:0 5px; 
    background:#8A2BE2;
    color:#fff; 
    margin:3px 5px; 
    font-size:14px; 
    border-radius:15px 0;
}

/* 合并.right定义 - 保持原参数 */
.c1-right {
    text-align:right;
    font-size:0px;
    float:right; 
    height:30px;
    font-weight: normal;
}

.c1-right a {
    background:#fff;
    border:1px outset #dadada;
    border-radius:10%;
    height:100px;
    width:100px;
    font-size:14px;
    padding:4px;
    margin-right:2px;
}

.c1-right1 {
    text-align:right;
    font-size:0px;
}

.c1-right1 a {
    border-radius:10%;
    height:100px;
    width:100px;
    font-size:15px;
    padding:4px;
    margin-right:2px;
}

/* 表格样式 - 保持原参数 */
.c1-qxtable {
    color: #00A0E9;
    background: #fff;
    font-weight: bold;
    word-wrap: break-word;
    word-break: break-all;
    text-align: center;
}

.c1-qxtable tr {
    height: 30px;
}

.c1-qxtable th, 
.c1-qxtable td {
    border:1px solid #429a94;
}

.c1-qxtable th {
    font-size: 18px;
    background: #fff89c;
    text-align: center;
    color: red;
}

.c1-qxtable td {
    text-overflow: ellipsis;
    font-size: 16px;
}

/* 左对齐表格变体 - 保持原参数 */
.c1-qxtable-left {
    text-align: left;
}

.c1-qxtable-left th {
    text-align: left;
}

/* 游戏页面表格变体 - 保持原参数 */
.c1-qxtable-yxym {
    table-layout:auto;
    word-wrap: break-word;
    word-break: break-all;
}

.c1-qxtable-yxym td {
    font-size: 12pt;
}

.c1-qxtable-yxym tr td:nth-child(2) {
    width: 40%;
}

/* 动画效果1 - 增大字体大小到和左边一样 */
.c1-sjg .c1-blink_tuijian {
    animation: c1-blink_tj .4s linear infinite; 
    font-size: 16px; /* 修改：从0.28rem改为16px，与左边字体一致 */
    font-family: '黑体';
    font-weight: 800;
}

@keyframes c1-blink_tj {
    0% { color:#f00; text-shadow:1px 1px #ff0; }  
    49% { color:#ff0; text-shadow:1px 1px #ff0; }
    51% { color:#0f8; }
    100% { color:#0f8; }  
}

/* 动画效果2 - 增大字体大小到和左边一样 */
.c1-sjga .c1-blink_tuijiana {
    animation: c1-blink_tja .4s linear infinite; 
    font-size: 16px; /* 修改：从0.28rem改为16px，与左边字体一致 */
    font-family: '黑体';
    font-weight: 800;
}

@keyframes c1-blink_tja {
    0% { color:#000; text-shadow:1px 1px #000; }  
    49% { color:#238E23; text-shadow:1px 1px #238E23; }
    51% { color:#FF00FF; }
    100% { color:#FF00FF; }  
}

/* 新增的样式 - 仅针对HTML需要的特殊样式 */
/* 表格单元格特殊样式 - 保持文字居中 */
.c1-qxtable td.c1-table-cell {
    text-align: center !important;
    vertical-align: middle;
}

/* 保持原表格文字居中 */
.c1-qxtable td[height="32"] {
    text-align: center;
    vertical-align: middle;
}

/* 链接单元格保持原样式 */
.c1-qxtable .c1-link-cell {
    text-align: center;
    font-size: 12pt;
    font-family: Arial;
    color: #00A0E9;
}

/* 高亮文字 */
.c1-highlight {
    color: #FF00FF;
}

/* 特殊颜色 */
.c1-color-blue {
    color: #007bff;
}

.c1-color-red {
    color: #FF0000;
}

.c1-color-white {
    color: #FFFFFF;
}

/* 表格头部背景 */
.c1-qxtable th.c1-th-black {
    background-color: #000000;
}

.c1-qxtable th.c1-th-green {
    background-color: #009000;
}

/* 底部单元格 */
.c1-qxtable .c1-footer-cell {
    background-color: #009000;
    text-align: center;
}

.c1-footer-text {
    font-size: 16pt;
    color: #FFFFFF;
    margin: 0;
    padding: 0;
}

/* 图片样式 */
.c1-table-icon {
    width: 16%;
    height: 47%;
    vertical-align: middle;
}