@charset "UTF-8";
/*
    发布站作者：晓杰工作室
    官网：www.649my.com
    客服QQ：811896308
*/

body {
    background: #231e39 url('bg.jpg') no-repeat top center;
    font-size: 12px;
    font-family: "宋体";
    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: 1000px;
    margin: 0 auto;
}

.main .data {
    width: 100%;
    font-size: 12px;
    border-spacing: 2px;
    background: #261f3c;
    border-spacing: 1px;
}

.main .data th {
    height: 30px;
    background: #261f3c;
    text-align: center;
    color: #fff;
}

.main .data td {
    padding: 5px;
    border-bottom: 1px 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 {
    position: relative;
}

.vips {
    position: absolute;
    right: 10px;
    top: 12px;
    display: inline-block;
    width: 160px;
    height: 35px;
}

.footer {
    margin: 0 auto;
    color: #fff;
    height: 80px;
    padding: 10px;
    text-align: center;
    line-height: 24px;
    background: #261f3c url('footer.jpg') no-repeat top center;
}

#c {
    margin: 0 auto;
    background: #ffe6a5;
}

#c table {
    border-collapse: 1;
    border-spacing: 0;
    width: 100%;
}
#c table tr td {height: 26px;line-height: 26px;text-align: center;font-size: 12px;}




.tab {
    position: fixed;
    width: 100px;
    background: #fff;
    top: 150px;
    right: 50%;
    margin-right: -620px;
    text-align: center;
}

.tab b {
    background: #261f3c;
    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 #ddd;
    width: 70px;
    margin-bottom: 5px;
}

.tab ul li a:hover {
    background: #261f3c;
    color: #fff;
    text-decoration: none;
    border: 1px solid #261f3c;
}