*{ margin:0; padding:0; }
.clear{ display:block;height:0; line-height:0;overflow:hidden; clear:both;font-size:0;}/*清除浮动*/
.clear_::after{content:"";display:block; clear:both;height:0; line-height:0; overflow:hidden;}/*清除浮动*/
.center{margin:0 auto;width:1300px;}	/*让内容区块居中*/
body{ font-size:12px; font:Arial, Helvetica, sans-serif; background-image:url(/static/index/bg.jpg) ;background-size:100% auto;background-attachment:fixed;}
.wrap{position:relative; width:1330px;overflow:hidden; margin:0 auto; margin-top:0px; margin-bottom:30px;padding-bottom:10px;padding-top:0px;}

/* 核心：移除固定高度和内部滚动，整页滚动 */
.wrap .content {
    width:1330px;
    margin:0 auto;
    /* 移除背景图，去掉左右金色边框 */
    background: none !important;
}

/* 强制隐藏顶部边框 */
.wrap .content-t{
    display: none !important;
}
/* 强制隐藏底部边框（重点强化） */
.wrap .content-b {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    visibility: hidden !important;
}

.top{ height:auto; width:1330px; margin:0 auto; margin-bottom:0px; padding-bottom:0px; }
.top .logo{ width:600px;height:300px;margin:0 auto; padding-top:30px;padding-bottom:30px;}

table{width:1300px;margin-left:15px;background:#ffffff;margin-top:0px;padding-top:0px; border: none;}
table.gamelist{ 
    border-collapse:collapse; 
    table-layout:fixed; 
    margin-top:0px; 
    padding-top:0px; 
    border: none; /* 移除表格外边框 */
}
/* 表头样式 - 统一为红色渐变（调小行高和字体） */
table.gamelist tr:first-child th{ 
    height:26px;          /* 行高从36px减小到26px，缩小间距 */
    line-height:26px;      /* 行高与高度一致，文字垂直居中 */
    font-size:13px;        /* 字体调小，默认12px→11px */
    /* 核心：红色渐变底色保持不变 */
    background-color:#ff2200; 
    background: linear-gradient(to bottom,#ff6600,#ff2200);
    color:#FFFFFF; 
    border:solid 1px #ae7728; /* 保留表头内部边框 */
}

/* 分类行样式 - 统一为红色渐变（调小行高和字体） */
table.gamelist tr:not(:first-child) th{ 
    height:26px;          /* 分类行行高同步调小 */
    line-height:26px;      /* 行高与高度一致 */
    font-size:13px;        /* 分类行字体同步调小 */
    /* 核心：红色渐变底色保持不变 */
    background-color:#ff2200; 
    background: linear-gradient(to bottom,#ff6600,#ff2200);
    color:#FFFFFF; 
    border:solid 1px #ae7728; /* 保留表头内部边框 */
}
/* 基础样式：汉字常规，数字/字母后续通过JS加粗 */
table.gamelist td{ 
    border:solid 1px #ae7728; 
    height:27px;          
    line-height:27px;      
    text-align:center; 
    text-overflow: ellipsis; 
    white-space: nowrap;
    overflow: hidden; 
    font-size:13px;        
    color: #000000 !important; 
    font-family: "NSimSun", "新宋体", serif !important;
    font-weight: 400 !important; /* 汉字保持常规 */
    font-weight: 500 !important; /* 数字/字母粗体 */
}
table.gamelist td a{ color:#000000; text-decoration:none; }
table.gamelist td a:hover{ text-decoration:underline; color:#FF0000; }

table.gamelist td:nth-child(8) a {
    display: inline-block;
    width: 65px;
    line-height: 24px;
    font-size:12px;
    text-align: center;
    color: #fff;
    background: #FF6408;
    border-radius: 4px;
}

/* 表格行背景样式 */
table.gamelist tr.jtth td{ background-color: #fffbf6; background: linear-gradient(to bottom,#fffbf6,#f4e7d7); }
table.gamelist tr.jtth:hover td{ background-color:#FFFFFF;background: linear-gradient(to bottom,#FFFFFF,#FFFFFF);  }
table.gamelist tr.jtjp td{  background-color: #fcf8e8; background: linear-gradient(to bottom,#fcf8e8,#fffbf6);  }
table.gamelist tr.jtjp:hover td{ background-color:#FFFFFF;background: linear-gradient(to bottom,#FFFFFF,#FFFFFF);  }
table.gamelist tr.thwd td{ background-color:#FFFFFF; }
table.gamelist tr.thwd:hover td{ background-color:#fff9e6; }
table.gamelist td.r{ color:#e54202; }
table.gamelist tr.txtj td{background-color: #fffbf6; background: linear-gradient(to bottom,#fffbf6,#f4e7d7); }
table.gamelist tr.txtj:hover td{ background-color:#FFFFFF;background: linear-gradient(to bottom,#FFFFFF,#FFFFFF); }
table.gamelist tr.txgd td{ background-color: #fffbf6; background: linear-gradient(to bottom,#fffbf6,#f4e7d7); }
table.gamelist tr.txgd:hover td{ background-color:#FFFFFF;background: linear-gradient(to bottom,#FFFFFF,#FFFFFF); }
table.gamelist tr.txtjbt td{ background-color:#FFFFFF; }
table.gamelist tr.txtjbt:hover td{ background-color:#fff9e6;}
table.gamelist tr.txgdbt td{ background-color:#FFFFFF; }
table.gamelist tr.txgdbt:hover td{ background-color:#fff9e6; }
table.gamelist tr.mtth td{ background-color:#FFFFFF; }
table.gamelist tr.mtth:hover td{ background-color:#fff9e6; }
table.gamelist tr.mtthgd td{ background-color:#FFFFFF; }
table.gamelist tr.mtthgd:hover td{ background-color:#fff9e6; }
table.gamelist tr.mtjp td{ background-color:#FFFFFF; }
table.gamelist tr.mtjp:hover td{ background-color:#fff9e6; }
table.gamelist tr.mttxtj td{ background-color:#FFFFFF; }
table.gamelist tr.mttxtj:hover td{ background-color:#fff9e6; }
table.gamelist tr.mttxgd td{ background-color:#FFFFFF; }
table.gamelist tr.mttxgd:hover td{ background-color:#fff9e6; }
table.gamelist tr.mtthwd td{ background-color:#FFFFFF; }
table.gamelist tr.mtthwd:hover td{ background-color:#fff9e6; }

/*页头*/
ul,ol{list-style-type:none;}
#header{width:100%;height:70px;position:relative;min-width:1328px;margin:0 auto;z-index:1000;background: linear-gradient(to bottom,#5f1401,#861701);box-shadow: 0 2px 8px 0 rgba(0,0,0,.5);-webkit-box-pack: center;-webkit-justify-content: center;justify-content: center;border:solid 1px #8d621d;}
#header .center{position:relative;width:1300px;margin:0 auto;}
#header .center .toplogo{float:left;width:100px;}
/*菜单*/
#menu{height:70px;}
#menu ul{float:right;width:1200px;}
#menu ul li{float:left;height:70px;line-height:70px;margin-left:10px;}
#menu ul li:hover{background:url(/static/index/background6.png) no-repeat center bottom;}
#menu ul li a{width:110px;text-align:center;padding-top:8px;padding-bottom:2px;display:block;text-decoration:none;}
#menu ul li a:hover{text-decoration:none;}
#menu ul li a:hover span{color:#fff;}
#menu ul li a strong{height:37px;line-height:37px;overflow:hidden;font-size:18px;font-weight:normal;color:#fff;text-overflow:ellipsis;white-space:nowrap;display:block;}
#menu ul li a span{line-height:14px;font-size:12px;color:#efdb00;text-transform:uppercase;display:block;}

.QQ{cursor:pointer;width:300px;height:50px;position:absolute;background:url(static/index/T_QQ.png) no-repeat center top;top:320px;left:50%;margin-left:-600px;z-index:99999;text-indent:-9999rem;}
.QQ span{float:left;margin-top:33px;margin-left:80px;width:120px;height:20px;line-height:20px;font-size:14px;color:#fff;font-weight:bold;text-align:center;letter-spacing:1px}
.SQ{cursor:pointer;width:200px;height:50px;position:absolute;background:url(static/index/T_SQ.png) no-repeat center top;top:20px;left:50%;margin-left:480px;z-index:99999;text-indent:-9999rem;}
.TT16{position:absolute;width:80px;height:100px;top:275px;left:50%;margin-left:-670px;z-index:99999;text-indent:-9999rem;background:url(static/index/16.png) no-repeat center top;}

/*页尾*/
#footer{min-width:1330px;margin:0 auto;}
#footer .center{padding-top:35px;}
/* 版权区 */
#copyright {
    width: 1330px;
    line-height: 40px;
    text-align: center;
    clear: both;
    /* 改为金色 #ffd700 */
    color: #ffd700 !important;
    margin: 0 auto;
    padding-bottom: 10px;
    padding-top: 10px;
    /* 核心：改为纯红色渐变 */
    background: linear-gradient(to bottom, #ff0000, #cc0000);
}

/* 自定义页脚 */
.footer {
    width: 1330px;
    min-height: 100px;
    /* 核心：改为纯红色渐变 */
    background: linear-gradient(to bottom, #ff0000, #cc0000) !important;
    margin: 0 auto;
    /* 改为金色 #ffd700 */
    color: #ffd700 !important;
    text-align: center;
    line-height: 30px;
    font-size: 14px;
    padding: 20px 0;
    font-weight: bold;
}

.QQbox{position:relative;float:left; width:1330px; height:36px; line-height:36px; background:url(/static/index/findbox_bg.png) no-repeat center top;; margin:0 auto;margin-top:0px }
.QQbox .daili{ width:1300px; height:36px; margin-left:20px; }
ul.QQlist li{float:left;padding-left:25px; padding-right:10px;   cursor:pointer; color:#d9be05;overflow:hidden; white-space: nowrap;}

/* 隐藏广告筛选区域 */
.findbox{
    display: none !important;
    position:relative;
    float:left; 
    width:1330px; 
    height:36px; 
    line-height:36px; 
    background:url(/static/index/findbox_bg.png) no-repeat center top;; 
    margin:0 auto;
    margin-top:0px; 
    margin-bottom:0px; 
    padding-bottom:0px;
}
.findbox .title{ width:70px; height:36px; float:left; text-align:center; font-size:14px;font-weight:800; color:#fff;margin-right:20px ;margin-left:10px}
.findbox .keys{ width:900px; height:36px; float:left;  }
.findbox .form{ width:230px; height:36px; float:right; }
ul.keylist li{ list-style:none; float:left; padding-right:15px; cursor:pointer; color:#fff}
input.txtbox{ width: 120px;padding: 5px 11px;border: none;border-radius: 5px;outline: 0;} 
.findbtn {
    margin-left:20px;
    border: 1px solid #011c80;
    border-top: none;
    border-left: none;
    width: 54px;
    background: #FF6408;
    cursor: pointer;
    color: #fff;
    display: inline-block;
    height: 23px;
    line-height: 23px;
    border-radius: 3px;
    text-align: center;
}
tr.nokey{ display:none; }
/* 只隐藏“今天即将开放的服务器”这一行 */
table.gamelist th:contains("↓今天即将开放的服务器↓") {
    display: none !important;
}
table.gamelist tr:has(th:contains("↓今天即将开放的服务器↓")) {
    display: none !important;
}
/* 彻底隐藏实名认证提示条，解决上下间距问题 */
.SMbox,
div[class*="SMbox"],
div[id*="SMbox"],
.notice-bar,
.renzheng-tip {
    display: none !important;
    height: 0 !important;
    width: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    visibility: hidden !important;
    overflow: hidden !important;
    position: absolute !important;
    left: -9999px !important;
    top: -9999px !important;
}
