@charset "UTF-8";
/*
    发布站作者：游戏工作室
    搜索网址：https://cn.bing.com/
    搜索引擎：必应搜索引擎
*/

body {
    font-size: 12px;
    color: #000;
}

a {
    color: #000;
    text-decoration: none;
    font-size: 12px;
}

a:hover {
    color: #f00;
    text-decoration: underline;
}

.red {
    color: #f00;
}

.none {display: none;}

.zizhu {float: right;color: #fff;font-size: 16px;display: inline-block;height: 40px;line-height: 40px;margin-top: 10px;background: #e04411;padding: 0 20px;border-radius: 4px;text-decoration: none;}
.zizhu:hover {background: #f00;color: #ffff00;text-decoration: none;}
.main {
    width: 1250px;
    margin: 0 auto;
    box-shadow: 0 0 10px #06441a;
}

.main .data {
    width: 100%;
    font-size: 13px;
    border-spacing: 2px;
    background: #7B68EE;
    border-spacing: 1px;
}
.main .data th {height: 40px;background: #9c27b0;text-align: center;color: #fff;}
.main .data td {padding: 5px;border-bottom: 0px solid #ccc;}

.top {
    margin: 0 auto;
    height: 60px;
    overflow: hidden;
    position: relative;
    background:rgba(0, 0, 0, 0.7);
    border-bottom: 1px solid #000;
    overflow: hidden;
}

.nav {float: left;}
.nav ul {margin-left: 30px;}
.nav ul li {float: left;}
.nav ul li a {color: #fff;display: inline-block;height: 60px;line-height: 60px;font-size: 16px;text-decoration: none;padding: 0 20px;}
.nav ul li a:hover {color:#ffff00;border-bottom: 2px solid #ffff00;}

.top .logo {margin-top: 5px;float: left;}

.header {height: 150px;position: relative;}
.vips {position: absolute;right: 10px;top: 12px;display: inline-block;width: 160px;height: 35px;}

.footer {
    margin: 0 auto;
    color: #fff;
    padding: 20px;
    text-align: center;
    line-height: 24px;
    background: #9c27b0;
}

#c {
    margin: 0 auto;
    background: rgb(255, 255, 204);
}

#c table {
    border-collapse: 1;
    border-spacing: 0;
}

#m {
    width: 100%;
    text-align: center;
    border-left: 1px solid #e5e5e5;
}

#m td {
    color: #393;
    font-size: 12px;
    line-height: 25px;
    text-align: center;
    border: 1px solid rgb(255, 255, 204);
    border-left: 1px solid rgb(255, 255, 204);
    overflow: hidden;
    white-space: nowrap;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

#m td a {
    color: rgb(0, 0, 255);
    display: block;
    text-decoration: none;
}

#m td a:hover {
    color: rgb(0, 0, 255);
    background: rgb(255, 255, 204);
}

#m td:hover {
    color: rgb(255, 255, 204);
    background: rgb(255, 255, 204);
}





.tab {position: fixed;width: 100px;background:rgba(0,0,0,.1);top: 150px;right: 50%;margin-right: -750px;text-align: center;}
.tab b {background: #9c4e2a;color: #fff;display: inline-block;padding: 10px 0;width: 100px;}
.tab ul {margin: 0;padding: 10px;}
.tab ul li {list-style-type: none;}
.tab ul li a {display: inline-block;padding: 5px 0px;border: 1px solid #9195a3;width: 70px;margin-bottom: 5px;}
.tab ul li a:hover {background: #9c4e2a;color: #fff;text-decoration: none;border: 1px solid #9c4e2a;}

.link {background: #ff6e01;border-radius: 4px;padding: 3px 8px;text-decoration: none;color: #fff;}