#searchs{
    float: left;
    padding: 10px 0;
}
#search_in{
    float: left;
    width: 90%;
    border-width: 0; 
    outline:none;
    padding: 10px;
    margin-top: 2px;
    margin-left: 1px;
    border-radius: 20px;
}
#searchtab{
    float: left;
    width: 100%;
    height: 38px;
    background-color: #fff;
    padding: 0;
    border: #0099cc solid 3px;
    border-radius: 20px;
    position: relative;
    align-items:center;
}
#search_sub{
    float: left;
    height: 44px;
    border-width: 0; 
    outline:none;
    padding: 0;
    position: absolute;
    top: -3px;
    right: -9px;
    border-radius: 25px;
    background-color: #059DDE;
    cursor: pointer;
}
#search_sub:hover{
    background-color: #0099cc;
}
#search_sub:hover .search_subs{
    background-position:-30px -455px;
}
.search_subs{
    background-position:0px -455px;
    float: left;
    width: 28px;
    height: 28px;
    margin-left: 15px;
}

#holder{
    float: left;
    width: 100%;
    position: relative;
}
#logo{
    float: left;
}
#group{
    background-color: #e9e9e9;
    width: 100%;
    float: left;
    border: #CCC solid 1px;
    border-width: 1px 0;
}
#group a{
    text-decoration: none;
    padding: 0 5px;
    line-height: 40px;
}
#userinfo{
    float: left;
    text-align: center;
}
.group_l{
    float: left;
}
.group_r{
    float: right;
}

.topuser{
    float: left;
}
.topuser span{
    float: left;
    line-height: 38px;
}
.topuser img{
    margin-top: 10px;
    width: 20px;
    float: left;
}
.topuser:hover .topquit{
    display: block;
}
.topuser a{
    float: left;
}
.topuser .uico{
    margin-top: 8px;
}
.topquit{
    display: none;
}


.contbox{
    float: left;
    width: 90%;
    margin-left: 5%;
}
#holderbox{
    float: left;
    width: 90%;
    margin-left: 5%;
    position: relative;
}


#navMore{
    float: left;
    display: none;
    position: absolute;
    right: -3px;
    top: 15px;
}

.navMores{
    float: left;
    padding: 3px 5px 5px 5px;;
    margin: 3px 0 0 10px;
    position: relative;
    border: #026DDE solid 2px;
    border-radius: 3px;
    cursor: pointer;
}

.icon-bar{
    float: left;
    background-color: #026DDE;
    display: block;
    width: 22px;
    height: 2px;
    border-radius: 1px;
    margin-top: 3px;
}

#nav{
    float: left;
    width: 100%;
    position: relative;
    color: #333;
    border: #e2e2e2 solid 1px;
    border-width: 1px 0 1px 0;
    border-bottom: #e2e2e2 solid 1px;
}
#nav a{
    float: left;
    text-decoration: none;
    color: #333;
    padding: 15px 10px;
    font-size: 15px;
    text-align: center;
}
#nav a:hover{
    background-color: #059DDE;
    color: #FFF;
}
.nav_tem{
    float: left;
    width: 100%;
}
#nav .nownav{
    background-color: #059DDE;
    color: #FFF;
    font-weight: 600;
}
#msgs span{
    background-color: #ff3333;
    color: #FFF;
    border-radius: 5px;
    line-height: 17px;
    padding: 0 3px;
    margin-top: 10px;
}

#msgs span:hover{
    background-color: #ff6633;

}#content{
    float: left;
    width: 100%;
}
.contTitle{
    float: left;
    width: 100%;
    padding: 10px 0;
}

.contTitle h1{
    float: left;
    width: 96%;
/*    word-break:break-all;
    word-wrap:break-word;*/
    color: #333;
    border-bottom: #CCC dashed 1px;
    padding: 8px 1%;
    text-shadow: 0 1px 0px #fff;
    margin: 5px 0;
    font-weight: bold;
}
.contTitle h1 span{
    font-size: 0.6em;
    font-weight: 500;
    padding: 0 5px;
}

.contico{
    background-image:url(/pic/syspng_b.png);
    background-repeat: no-repeat;
    padding:0 0 0 25px;
    height: 20px;
    text-decoration:none;
    color:#333;
    margin:0 5px;
}
.times{
    background-position: -480px 0px;
    color:#096;
    float: left;
}
.users{
    background-position: -480px -40px;
    color:#936;
    float: left;
}
.bbscount{
    background-position: -480px -20px;
    float: left;
}
.hot{
    background-position: -480px -60px;
    float: left;
}
.download{
    background-position: -480px -80px;
    float: left;
}

.contboxs{
    float: left;
    width: 100%;
}

.contimg{
    float: left;
    margin: 10px 0;
    box-shadow: 2px 2px 15px #CCC;
}
.contimg img{
    width: 100%;
}
.continfo{
    float: left;
    margin: 10px 0;
}

.imdbTable{
    float: left;
    width: 100%;
    box-shadow: 2px 2px 15px #CCC;
}
.imdbTable td{
    line-height: 2;
    padding: 5px 5px 2px 5px;
/*    background-color: #F0F0F0;
    border: #FFF solid 1px;*/
    background-color: #FFF;
    border: #F0F0F0 solid 1px;
/*    text-shadow: 0 1px 0px #DDD;*/
}
.imdbTable .imdbTitle{
    width: 90px;
    color: #999;
    text-shadow: 0 0 0 #999;
}
.contcont{
    float: left;
    width: 100%;
}
.contConts{
    float: left;
    width: 96%;
    padding: 10px 2%;
    line-height: 2.1;
    font-size: 1.2em;
    background-color: #FFF;
    border: #CCC solid 1px;
    box-shadow: 2px 2px 15px #CCC;
}
.imdbTable a{
    text-decoration: none;
    color: #37a;
    transition: all .2s;
}
.imdbTable a:hover{
    color: #FFF;
    background-color: #37a;
}
.imdbico{
    float:left;
    width:43px;
    height:22px;
    margin:0;
    padding:0;
    background-position:0px -390px;
}
.dbico{
    float:left;
    width:20px;
    height:20px;
    margin:0 0 0 15px;
    padding:0;
    background-position:-50px -390px;
}
.pftext{
    float:left;
    padding: 0 5px;
    color: #F60;
}
.pfnum{
    float:left;
    padding: 0;
    color: #37a;
}
.vipdow{
    text-decoration: none;
    background-color: #096;
    color: #FFF;
    font-size: 10px;
    padding: 1px;
}
.vipdow:hover{
    background-color: #006666;
}#btrelated{
    float: left;
    width: 100%;
}
.btlisth3{
    float: left;
    width: 100%;
    margin: 20px 0 0 0;
    padding: 0;
    line-height: 32px;
}
.btlisth3 .titleText{
    float: left;
    color: #333;
    font-weight: 400;
    margin: 0 20px;
}
.btlisth3 .btlist_t{
    margin-left: 8px;
    float: left;
}
.btlisth3 .btlist_t a{
    float: left;
    color: #222;
    text-align: center;
    border-radius: 4px 4px 0 0;
    background-color: #fff;
    border: #0088cc solid 1px;
    border-width: 1px 1px 0 1px;
    background-image: none;
    transition: all .2s;
    font-size: 15px;
    text-decoration: none;
    margin: 0 2px;
    padding: 0 10px;
}
.btlisth3 .btlist_t a:hover{
    background-color: #0088cc;
    color: #FFF;
    border-color: #0088cc;
}
.btlisth3 .btlist_t a span{
    float: left;
}
.btlisth3 .btlist_t a .round{
    font-size: 12px;
    padding: 0 2px;
    width: 16px;
    line-height: 16px;
    margin: 9px 0 0 5px;
    background-color: #f86842;
    color: #FFF;
    border-radius: 0 6px;
    font-weight: 400;
}

.btlisth3 .btlist_t .btlist_now{
    background-color: #0088cc;
    color: #FFF;
    border-color: #0088cc;
}
.btlisth3 .btlist_t .btlist_now:hover{
    background-color: #2261c7;
}

#btlist_box{
    float: left;
    width: 96%;
    padding: 10px 2%;
    border-top: #0088cc solid 3px;
    min-height: 80px;
    position: relative;
}
.btlist_ul{
    float: left;
    width: 100%;
    list-style: none;
    padding: 0;
    margin: 0;
}
.btlist_ul li{
    float: left;
    width: 100%;
}






.listtable{
    float:left;
    width:100%;
    border-width: 1px 0 1px 1px;
    border-style: solid;
    border-color: #EEE;
    background-color: #FFF;
}
.listtable td{
    padding:8px 5px;
    text-align:center;
    border-bottom:#EEE solid 1px;
    border-right: #EEE solid 1px;
}
.listtable th{
    padding:10px 5px;
    background-color: #F8F8F8;
    border-width:0 1px 1px 0;
    border-color: #EEE;
    border-style:solid;
    color:#666;
    font-size:14px;
}
.listtable .tdtitle{
    text-align:left;
    word-wrap:break-word;
    word-break:break-all;
    
}
.listtable .tdtitle a{
    text-decoration: none;
}

.listtable .tdtitles{
    width: 100%;
    word-wrap:break-word;
    word-break:break-all;
}

.listtable .tdtitless{
    width: 100%;
    margin-top: 3px;
}
.listtable .tdtitless a{
    float: left;
}
.listtable .tdtitles a b{
    color: #0066cc;
}
.listtable .tdtitles a span{
    color: #333;
}

.listtable .tdsize{
    color: #059DDE;
}

.listtable .tdpv{
    color: #090;
}

.listtable .tdtime{
    
}
.listtable .nowtime{
    color: #F00;
}

.listtable .thsize{
    width: 60px;
    text-align: center;
}
.listtable .thpv{
    width: 60px;
    text-align: center;
}
.listtable .thuser{
    width: 70px;
    text-align: center;
}

.listtable .thtime{
    width: 120px;
    text-align: center;
}
.listtable .thtitle{
    border-left-width:0px;
}

.listtable th a{
    text-decoration: none;
}
.listtable th a i{
    display: inline-block;
    line-height: 16px;
    vertical-align: text-top;
    margin: 2px 0 0 5px;
}
.listtable .treven{
    background-color: #FFF;
}
.listtable tr:hover{
    background-color: #F7F7F7;
}
.listtable .tdimg{
    width: 60px;
}
.listtable .tdimg a{
    text-decoration: none;
    color: #FFF;
    border-radius: 5px 0;
    padding: 2px 3px;
    font-size: 12px;
}
.f_bluray{
    background-color: #3a86f2;
}
.f_720p{
    background-color: #69a948;
}
.f_1080p{
    background-color: #ff6a61;
}
.f_remux{
    background-color: #3dbfeb;
}
.f_sbs{
    background-color: #fb50d6;
}
.f_ou{
    background-color: #65c949;
}
.f_x264{
    background-color: #69a948;
}
.f_sdr{
    background-color: #ff6a61;
}
.f_hdr{
    background-color: #ee9b1d;
}

#hidebox{
    float: left;
    width: 96%;
    margin: 20px 0 0 2%;
    border: #ff6e6e dashed 1px;
    padding: 20px 0;
    background-color: #fdf4e8;
}
.hide_msg{
    text-align: center;
    float: left;
    width: 96%;
    margin-left: 2%;
    font-weight: 600;
}
.hide_msg a{
    padding: 0 5px;
}#bbsmbox{
    float: left;
    width: 100%;
}
.bbstabs{
    float: left;
    width: 100%;
    margin-bottom: 10px;
}
.bbstabs td{
    padding: 10px 0;
    border-bottom: #CCC dashed 1px;
}

.bbs_logo{
    width: 100px;
    vertical-align: top;
    text-align: center;
}

.bbs_logoa img{
    width: 50px;
}
.bbs_cont{
    vertical-align: top;
    position: relative;
}

.bbsuserbox{
    float: left;
}

.bbsuserbox img{
    float: left;
    width: 26px;
}
.bbsquit{
    float: left;
    margin: 10px 0 0 5px;
    text-decoration: none;
    display: none;
}
.bbsuserbox:hover .bbsquit{
    display: block;
}
.bbs_contt,.bbs_ubox,.bbs_tool,.bbs_rem{
    float: left;
    width: 100%;
}
.bbs_contt{
    padding: 10px 0;
}


.bbs_t{
    color: #888;
    float: left;
    padding-top: 3px;
}
.bbsico{
    background-image:url(/pic/syspng_b.png);
    background-repeat: no-repeat;
    padding:3px 0 0 20px;
    height: 20px;
    text-decoration:none;
    margin-left:5px;
    font-size: 12px;
    color: #888;
    float: left;
}

.upvote{
    background-position:-124px -73px;
}
.upvote:hover{
    background-position:-124px -93px;
}

.upvotes{
    background-position:-124px -192px;
}
.upvotes:hover{
    background-position:-124px -172px;
}
.rebbs{
    background-position:-124px -113px;
    letter-spacing: 2px;
}

.rebbsa:hover{
    color: #09F;
}
.rebbsa{
    text-decoration: none;
    float: left;
    font-size: 12px;
    color: #888;
    padding:3px 0 0 0px;
    margin-left: 10px;
}


.bbs_rem_item{
    float: left;
    width: 98%;
    margin-top: 10px;
    margin-left: 2%;
    border-bottom: #EEE dashed 1px;
}


.bbs_retext{
    float: left;
    margin: 5px 3px 0 3px;
    font-weight: 500;
    color: #666;
}

.bbs_layer{
    float: left;
    margin: 3px 5px 0 0;
    font-weight: 600;
    padding: 0;
    color: #09F;
    position: absolute;
    top: 10px;
    right: 0;
}
.bbs_relayer{
    float: left;
    margin: 3px 3px 0 0;
    font-weight: 500;
    padding: 0;
    color: #F60;
}

.bbs_contt{
    padding: 5px 0;
}

.bbs_re_u{
    float: left;
}
.bbs_re_u i{
    float: left;
}
.bbs_re_u img{
    float: left;
    width: 20px;
}

#bbsinputbox{
    float: right;
    width: 90%;
    position: relative;
    background-color: #F6F6F6;
    padding: 8px 10px 8px 8px;
    margin: 10px 2% 10px 0;
    border: #CCC solid 1px;
}
#bbsinputbox:hover{
    border: #09F solid 1px;
}
#bbsinput{
    float: left;
    width: 100%;
    border: #CCC solid 1px;
    min-height: 100px;
    background-color: #FFF;
    margin: 5px 0;
}
#bbsinput:focus{
    outline:#000 Solid 0px;
}

.bbstools{
    float: left;
    padding: 5px 0;
}

.bbstools a{
    float: left;
    margin: 0 5px 0 0;
}

.retool{
    float: right;
}
.retool a{
    margin: 0 0 0 5px;
}

.bbslogin{
    float: left;
}
.emo{
    
}

#emolist{
    float: left;
    display: none;
    width: 100%;
    position: relative;
/*    overflow-y: scroll; */
}
#emolist_c{
    height: 200px;
    overflow-y: scroll;
    float: left;
}

.emo_c{
    border: #CCC solid 1px;
    border-color: #fff #CCC #CCC #fff;
}

.emo_c:hover{
    
    border-color: #0033cc;
    
}
#reclose{
    display: none;
}
.bbs_rem .rebbsa{
    display: none;
}
.bbs_rem_item:hover .rebbsa{
    display: block;
}

.pagebox{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0;
}
.pagebox td{
    border-width: 0;
}

.pagebox a{
    color: #222;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #ddd;
    background-image: none;
    transition: all .2s;
    font-size: 14px;
    padding: 10px;
    text-decoration: none;
    margin: 0 2px;
}
.pagebox a:hover{
    background-color: #0088cc;
    color: #FFF;
    border-color: #0088cc;
}
.pagebox .page_now{
    background-color: #0088cc;
    color: #FFF;
    border-color: #0088cc;
}


.pageboxs{
    float: left;
    width: 100%;
    text-align: center;
    padding: 10px 0 0 0;
}

.pageboxs a{
    padding: 0 3px;
    color: #000;
    text-align: center;
    text-decoration: none;
}
.pageboxs a:hover{
    color: #0088cc;
}
.pageboxs .page_now{
    color: #0088cc;
}#footer{
    float: left;
    width: 100%;
    background-color: #222;
    padding: 50px 0;
    color: #FFF;
    margin-top: 10px;
}

.footerBox{
    max-width: 1100px;
    margin: 0 auto;
}
.foolist{
    float: left;
}
.foolist dt{
    padding: 6px 0;
    margin: 0;
    font-size: 1.25em;
    font-weight: 600;
    color: #FFF;
    margin-left: 30px;
}

.foolist dd{
    padding: 3px 0;
    margin: 0;
    color: #DDD;
    font-size: 1em;
    margin-left: 30px;
    word-break: break-all;
    word-wrap: break-word;
}
.gov{
    text-decoration: none;
    color: #DDD;
    font-size: 1em;
}