* {
    margin: 0;
    padding: 0;
    font-family: "\5FAE\8F6F\96C5\9ED1", "Microsoft Yahei", "微软雅黑";
    font-size: 14px;
}

a {
    text-decoration: none;
}

.header {
    height: 50px;
    line-height: 50px;
    background: #38f;
    font-weight: bold;
}

.contentCenter {
    width: 80%;
    margin: 0 auto;
}

.nav ul li {
    list-style: none;
    float: left;
    padding: 0 10px;
    text-align: center;
}

.nav ul li a {
    display: inline-block;
    height: 100%;
    width: 100%;
    padding: 0 10px;
    font-size: 16px;
    color: #fff;
}

.nav ul li a:hover {
    background: #f40;
    transition: all 0.3s linear;
}


/* 广告 */

.banner {
    margin-bottom: 10px;
    /* text-align: center; */
    /* height: 50px;
    background: #ccc;
    color: #fff;
    line-height: 50px;
    text-align: center; */
}

.b1 {}


/* 内容 */

.tb {
    width: 100%;
    border-collapse: 0;
    border-spacing: 0;
}

th,
td {
    height: 35px;
    line-height: 35px;
}

.tb_theader {
    background: #38f;
    text-align: center;
    color: #fff;
    height: 30px;
    line-height: 30px;
    cursor: default;
}

.tb_tbody {
    cursor: default;
}

.tb_tbody tr:hover {
    background: yellow;
}


.tb_tbody tr.bzgg:hover {
    background: transparent;
}

.tb_tbody tr td {
    border-bottom: 1px dashed #c0c0c0;
    text-align: center;
}

.tb_tbody tr td:nth-child(1) {
    border-left: 1px solid #c0c0c0;
}

.tb_tbody tr td:last-child {
    border-right: 1px solid #c0c0c0;
}

.tb_tbody tr:last-child td {
    border-bottom: 1px solid #c0c0c0;
}

.tb_tbody tr td.bzgg a,
.tb_tbody tr td.yswz a,
.tb_tbody tr td.bblx a,
.tb_tbody tr td.lxgl a,
.tb_tbody tr td.mfbb a {
    display: inline-block;
    width: 80%;
    height: 30px;
    line-height: 30px;
    border-radius: 5px;
    text-align: center;
    color: #FCFCFC;
    padding: 0 5px;
}

.tb_tbody tr td.jc {
    font-weight: bold;
}

/* linear-gradient(to bottom, #f6f7f9 0%, #ebedf0 100%) */
.tb_tbody tr.smtitle,
.tb_tbody tr.smtitle:hover {
    background: linear-gradient(to bottom, #f6f7f9 0%, #ebedf0 100%);
}
/* 本站公告 & 演示网站 & 联系管理 */

.tb_tbody tr td.bzgg a,
.tb_tbody tr td.yswz a,
.tb_tbody tr td.lxgl a {
    background: #d9534f;
}


/* 公告内容 & 游戏内容 */

.tb_tbody tr td.ggnr,
.tb_tbody tr td.yxnr {
    text-align: left;
    padding-left: 10px;
}


/* 版本类型 */

.tb_tbody tr td.bblx a {
    background: #5bc0de;
    cursor: default;
}


/* 联系管理 */

.tb_tbody tr td.lxgl a,
.tb_tbody tr td.mfbb a {
    width: 45%;
}


/* 免费版本 */

.tb_tbody tr td.mfbb a {
    background: #2399e5;
}


/* 点击购买 */

.tb_tbody tr td.djgm a {
    display: inline-block;
    height: 25px;
    width: 75px;
    line-height: 25px;
    color: transparent;
}

.tb_tbody tr td.djgm a:first-child {
    background: url("http://www.bhbbk.com/assets/img/gm01.gif") no-repeat center;
}

.tb_tbody tr td.djgm a:last-child {
    background: url("http://www.bhbbk.com/assets/img/gm02.gif") no-repeat center;
}