
.fix-icon{
    display:inline-block;
    width:16px;
    height:16px;
    background-image:url(../images/fix_bg.png);
    overflow:hidden;
}
.fix-icon-medal{
    background-position:-20px 0px;
}
.fix-icon-rec{
    background-position:0 0px;
}
.jianjie{
    min-height: 0;
    height:auto;
    padding-bottom:15px;
}
.page-bar{
    width:100%;
}
.fix-case-pagebar .page-bar{
    width:60%;
    margin:0 auto;
}
.page-bar .page-bar-desc{
    width:40px;
    float:left;
    font-size:12px;
    color:#595959;
}
.page-bar .page-bar-a{
    display:block;
    float:left;
    background:#716885;
    color:#fff;
    padding:2px 8px;
    margin:0 3px;
    text-align:center;
    vertical-align: middle;
    font-size:13px;
    text-decoration:none;
}
.page-bar .active{
    background:#fff;
    color:#333;
}
.clear{
    clear:both;
}
.fix-input{
    background:#f7f7f7;
    border:1px solid #ccc;
    font-size:13px;
    padding:8px 0 5px 10px;
    width:300px;
}
.fix-textarea{
    height:120px;
    overflow:auto;
}
.fix-red-btn{
    font-size:17px;
    background:#DE3839;
    color:#fff;
    padding:10px 35px;
}
.fix-red-btn:hover{
    text-decoration:none;
}

.fix-topbar{
    font-size:12px;
    position: absolute;
    width: 100%;
}
.fix-topbar-main{
    padding:5px 0 10px 0;
    color:#fff;
    position:relative;
}
.fix-bar-nav{
    display:block;
    margin:0;
    padding:0;
    position:absolute;
    right:10px;
    top:0;
}
.fix-bar-nav li{
    padding-top:3px;
    float:left;
    margin:3px 5px;
    color:#f0f0f0;
}
.fix-bar-nav li a{
    color:#f0f0f0;
}
.fix-topbar-bg{  
    background: #000;
    height: 30px;
    position: absolute;
    width: 100%;
    filter:alpha(opacity=60);
    opacity:0.6;
}
.fix-class{
    position: static;
}
.fix-main{
    margin: auto;
    width: 990px;
}
.fix-tab-nav{
    cursor:pointer;
}
.fix-opa{
    position: absolute;
    width: 100%;
}
.fix-opa-bg{
    background: #000;
    position: absolute;
    width: 100%;
    filter:alpha(opacity=60);
    opacity:0.6;
}