﻿body
{
    background: #F4F4F4;
    font-family: Arial, '宋体', 'Microsoft Yahei', '微软雅黑', MSYahei, Verdana, Helvetica, sans-serif;
}
a:hover
{
    -webkit-transition: color 1s ease;
    -moz-transition: color 1s ease;
    -o-transition: color 1s ease;
    -ms-transition: color 1s ease;
    transition: color 1s ease;
}
/*——*/
.topbar_box
{
    height: 45px;
    min-width:960px;
}
.topbar
{
    line-height: 45px;
    height: 45px;
    overflow: hidden;
    background: #488fce;
    box-shadow: 0 1px 3px 0 #888;
    width: 100%;
    z-index: 999;
    filter: Alpha(Opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}
.topbar .con1
{
    width: 960px;
    margin: 0 auto;
}
.topbar .con1 .fl
{
    width: 254px;
    height: 45px;
    overflow: hidden;
    background: url(/s/img/w/Logo_Tieba.png) no-repeat 0 0;
    _background: none;
    _filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true,sizingMethod=image,src='/s/img/w/Logo_Tieba.png');
}
.topbar .con1 .fl a img
{
    width: 176px;
    height: 45px;
}
.topbar .con1 .fl2
{
    width: 330px;
    float: left;
    font-size: 14px;
}
.topbar .con1 .fl2 a
{
    float: left;
    padding: 0 15px;
    color: #fff;
    display: block;
}
.topbar .con1 .fl2 a.on
{
    background: #3B7FC4;
}
.topbar .con1 .fl2 a:hover
{
    color: #fff;
}
.topbar .con1 .fr
{
    width: 300px;
    overflow: hidden;
    text-align: right;
    color: #fff;
}
.topbar .con1 .fr a
{
    margin: 0 5px;
    color: #fff;
}
.topbar .con1 .fr a:hover
{
    color: #fff;
}
.topbar .con1 .fr .span2
{    
    display:block;
    _margin-top:10px;
}
.topbar .con1 .fr .span2 .qq_login
{
    margin: 0 0 0 5px;
}
.topbar .con1 .fr .span2 .qq_login img
{
    vertical-align: middle;
    margin-bottom: 2px;
}
.topbar .con1 .fr2
{
    float: right;
    width: 68px;
    height: 30px;
    overflow: hidden;
    margin: 8px 0 0 8px;
}
.topbar .con1 .fr2 a
{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    display: block;
    padding-left: 33px;
    color: #fff;
    font-weight: bold;
    background: url(/s/img/w/1/Tieba-1/release.gif) no-repeat 0 0;
}
.topbar .con1 .fr2 a:hover
{
    text-decoration: none;
    color: #fff;
    background-position: 0 -30px;
}
/*——*/
.foot
{
    width: 960px;
    margin: 0 auto;
    text-align: center;
}
.foot .copyright
{
    color: #888;
    line-height: 1.8;
    padding: 8px 0 12px;
    border-top: solid 1px #eee;
    box-shadow: 0 1px 0 0 #fff inset;
}
.foot .copyright a, .foot .copyright a:hover
{
    color: #888;
}
/*——*/
.box
{
    width: 960px;
    margin: 0 auto;
}
/*——*/
#ReturnTop
{
    _display: none;
    position: fixed;
    _position: absolute;
    z-index: 999;
    right: 15px;
    bottom: -200px;
    _bottom: auto;
    width: 36px;
    height: 96px;
    text-indent: -999px;
    overflow: hidden;
    background: url(/s/img/g/ScrollTop4.gif) no-repeat 0 0;
    transition: bottom 0.9s;
    -webkit-transition: bottom 0.9s;
    -moz-transition: bottom 0.9s;
    -o-transition: bottom 0.9s;
}
#ReturnTop:hover
{
    background-position: -61px 0px;
}
/*——*/