.nickname{
    display: inline-block;
    width: 74px;
    overflow: hidden;
    white-space: nowrap; 
    text-overflow: ellipsis;
}
.nickname_hover:hover{text-decoration:underline;cursor:pointer;}
.headerinfo font{
    font-weight:400;
}
.headerinfo a{
    color:#B3B3B3;
}
.headerlog .wrap .top-money {margin-left: 10px;}
.headerlog .my { margin-left: 10px;}
#image{width:730px;margin-left:10px;}
.detail{width:990px;}
.detail .pull-left {margin-right:10px;}
.module_title{height:30px;line-height:30px;margin-top:50px;font-size:24px;font-weight:300;color:#2E2E30;letter-spacing:0;line-height:22px;text-align:middle;}
.module_title .t_line{width:4px;height:30px;margin-left:10px;margin-right:36px;float:left;background:#F85659;}
.keywords_div{margin-top:20px;height:auto;margin-bottom:50px;margin-left:10px;overflow:hidden;}
.keywords_div>a{display:block;height:36px;width:auto;padding:0 22px 0 22px;line-height:36px;margin-right:10px;margin-bottom:10px;font-size:14px;color:#2E2E30;letter-spacing:0;background:#FFFFFF;border-radius:4px;float:left;}
.keywords_div>a:hover{background:#F85659;color:#FFFFFF;}
.waterfall_module1,.waterfall_module2{margin-top:14px;width:750px;overflow:hidden;}
.grid .fav-on {
    cursor: pointer;
}
.grid .fav{
    cursor: pointer;
}
.grid span.fav:hover {
    background: url(../image/fav2-on_new.png) repeat-x center left;
    background-size: 30px 30px;
}
.grid span.fav-on:hover{
    background: url("../image/fav2_new.png") repeat-x center left;
    background-size: 30px 30px;
}
.detail .pull-right .title {margin-top:9px;}
.detail .ext_levels{height:37px;line-height:22px;padding:15px 15px 0px 15px;text-align:center;}
.detail .ext_levels a{height:22px;line-height:22px;font-size:12px;color:#B3B3B3;letter-spacing:0;display:inline-block;float:left;}
.detail .ext_levels a.arrow_a{
    width:7px;height:10px;cursor:default;margin:6px 9px 6px 9px;background:url(../image/arrow_r.png) no-repeat;
    background-size:7px 10px;
}
.detail .ext_levels a:not(.arrow_a):hover{color:#F85659;}
.detail .ext_line{height:11px;margin-top:12px;background: url(../image/split.png) repeat-x top left;}
/*浮动广告框*/
@keyframes vip-199-180510 {
    0% {
        top: 88px;
    }
    50% {
        top: 98px;
    }
    100% {
        top: 88px;
    }
}
.home-float-right.vip-new-year {
    width: 149px;
    height: 215px;
    background-image: url(../image/ads_img.png);
}
.home-float-right {
    position: fixed;
    right: 30px;
    top: 88px;
    z-index: 1002;
    animation: vip-199-180510 2.4s infinite;
    background-size: cover;
}
.home-float-right .float-pop-close {
    position: absolute;
    top: -10px;
    right: -10px;
}

.pull-left{position:relative;}
.preview_fav-on {
    display: none;
    width: 30px;
    height: 30px;
    background: url(../image/fav2-on_new.png) repeat-x center left;
    background-size: 30px 30px;
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 25px;
    cursor:pointer;
}
.preview_fav {
    display: none;
    width: 30px;
    height: 30px;
    /*background: url(../image/fav2_new.png) repeat-x center left;*/
    background-size: 30px 30px;
    position: absolute;
    z-index: 9;
    top: 15px;
    right: 25px;
    cursor:pointer;
}
.pull-left:hover .preview_fav{display:block;}
.pull-left:hover .preview_fav-on{display:block;}
.preview_fav:hover {
    background: url(../image/fav2-on_new.png) repeat-x center left;
    background-size: 30px 30px;
}
.preview_fav-on:hover{
    background: url("../image/fav2_new.png") repeat-x center left;
    background-size: 30px 30px;
}
