a, abbr, acronym, address, applet, b, big, blockquote, body, caption, center, cite, code, dd, del, dfn, div, dl, dt, em, fieldset, font, form, h1, h2, h3, h4, h5, h6, html, i, iframe, img, ins, kbd, label, legend, li, object, ol, p, pre, q, s, samp, small, span, strike, strong, sub, sup, table, tbody, td, tfoot, th, thead, tr, tt, u, ul, var {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: 0 0
}

body {
    line-height: 1;
    font-family: Tahoma,'Microsoft Yahei',Simsun
}

ol, ul {
    list-style: none
}

blockquote, q {
    quotes: none
}

    blockquote:after, blockquote:before, q:after, q:before {
        content: '';
        content: none
    }

:focus {
    outline: 0
}

ins {
    text-decoration: none
}

del {
    text-decoration: line-through
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

a:link {
    text-decoration: none
}

a:visited {
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active {
    text-decoration: none
}

.header {
    height: 50px;
    width: 100%;
    position: fixed;
    z-index: 100;
    background: rgba(1, 15, 23, 0.58)
}

.header_main {
    width: 985px;
    height: 50px;
    margin: auto;
    line-height: 50px
}

.logo {
    display: block;
    width: 115px;
    height: 40px;
    background: url(logo.png);
    margin: 5px 10px 5px 0px;
    float: left
}

.font_white {
    color: #fff;
    font: 14px/50px Tahoma,'Microsoft Yahei',Simsun;
    line-height: 50px;
    float: left
}

.font_whitr {
    color: #fff;
    font: 14px/50px Tahoma,'Microsoft Yahei',Simsun;
    line-height: 50px;
    float: left
}

.mail {
    float: right
}

.add {
    display: block;
    float: right;
    height: 50px;
    width: 60px;
    text-align: center;
    margin-left: 20px;
}

.adds {
    display: block;
    float: left;
    margin-left: 60px;
    height: 50px;
    width: 170px;
    text-align: center
}

.header_tj {
    z-index: 10;
    position: absolute;
    float: right;
    top: 15px;
    right: 10px
}

#nav-plane {
    position: fixed;
    top: 55px;
    right: 50%;
    margin-right: 495px;
}

    #nav-plane ul {
        padding: 10px 0;
        background-color: rgba(22, 83, 119, 0.77);
        border-radius: 6px 0 0 6px;
        z-index: 999;
    }

    #nav-plane li a {
        display: inline-block;
        text-align: center;
        line-height: 40px;
        width: 76px;
        color: #FFF;
    }

        #nav-plane li a:hover {
            background-color: #e06060;
        }

#shortcut-box {
    position: fixed;
    z-index: 1000;
    left: 50%;
    margin-left: 494px;
    bottom: 60px
}

    #shortcut-box a {
        display: block;
        margin-top: 1px;
        height: 50px;
        width: 76px;
        line-height: 50px;
        color: #FFF;
        text-align: center;
        background-color: rgba(22, 83, 119, 0.77);
        border-radius: 6px;
        cursor: pointer
    }

    #shortcut-box .qrcode i {
        display: none;
        position: absolute;
        left: -152px;
        top: 0;
        overflow: hidden;
        z-index: 1000;
    }

    #shortcut-box .qrcode {
        position: relative;
    }

        #shortcut-box .qrcode img {
            width: 152px;
            height: 152px;
        }

    #shortcut-box .gotop {
        /*background: #52b6ef url(gotop.png) center center no-repeat;*/
        z-index: 10000;
    }

    #shortcut-box a:hover {
        background-color: #e06060;
    }

.info {
    width: 985px;
    margin: auto;
    padding-top: 15px;
    background-color: #FFF
}

.info {
    text-align: center;
    font: 14px/40px Tahoma,'Microsoft Yahei',Simsun;
    font-weight: 600;
    color: red
}

    .info span {
        color: #36C;
    }

#ds-thread {
    width: 905px;
    padding: 10px 40px;
    background: #FFF
}

.bottom {
    width: 985px;
    height: 120px;
    border-top: 6px solid #111;
    background-color: rgba(247, 247, 247, 0);
    text-align: center
}

.bm {
    margin-top: 20px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    line-height: 25px;
    text-align: center
}

@media only screen and (max-width:640px) {
    .header, .header_main {
        width: 100%;
    }

    .font_whitr, .adds, .mail, #nav-plane {
        display: none
    }

    .add {
        display: block;
        float: right;
        height: 50px;
        width: 60px;
        text-align: center;
        margin-left: 5px;
    }

    .info {
        width: 100%;
    }

    .ds-thread {
        width: 100%;
    }

    .info {
        text-align: center;
        font: 14px/40px Tahoma,'Microsoft Yahei',Simsun;
        font-weight: 600;
        color: red
    }

        .info span {
            color: #36C
        }

    #ds-thread {
        width: 100%;
        padding: 0;
        background: #FFF
    }

    .bottom {
        width: 100%;
        height: 60px;
        border-top: 6px solid #111;
        background-color: #111;
        text-align: center
    }

    .bm {
        margin: 20px 0.1% 20px 0.1%;
        font-size: 16px;
        font-weight: 700;
        color: #ccc;
        line-height: 25px;
        text-align: center
    }
}