﻿body{
    background:#f5f5f5;
}
.container{
    font-family:Arial,"Microsoft YaHei"; 
}
.jingpin_area{

} 
.jingpin_tit{
    padding:15px 0 10px 0; 
    font-size:22px;
    color:#444;
}
.jingpin_top li{
    float:left;
    margin-right:10px;    
}
.jingpin_top li a{
    position:relative;
    display:block;
    width:280px;
    height:140px;
    overflow:hidden;
    background:#fff;
    -moz-transition:box-shadow .5s;
    -webkit-transition:box-shadow .5s;
    -o-transition:box-shadow .5s;
}
.jingpin_top li .qd_txt{
    width:280px;
    height:140px;
    display:block;
    position:absolute;
    bottom:0px;
    line-height:30px;
    text-align:center;
    overflow:hidden;
    font-size:16px;
    color:#fff;
    /*text-shadow:1px 0px 1px #444;*/
    background:url(https://i.huim.com/content_new/images/black_a35.png) repeat;
}
.jingpin_top li .qd_txt span{
    display:block;
}
.jingpin_top li .qd_txt1{
    padding-top:40px;
    font-size:20px;
}
 
.jingpin_top li a:hover {
    box-shadow:0 0 5px #ccc;
}
.jingpin_top .top_more{
    margin-right:0;
}
.jingpin_top .top_more a{
    width:130px;
}


/* 详情导航
------------------------------------*/
.shaidan_nav{
    margin:30px 0 10px 0; 
    height:48px;
    background:#fff;
    border:1px solid #eee;
}
.shaidan_nav .nav_class{
    float:left;
    margin-top:12px;
    margin-left:5px;
    line-height:24px;
}
.nav_class a{
    float:left;
    display:inline-block;
    padding:0 20px;
    font-size:14px;
    color:#333;
}
.nav_class a.current{
    font-weight:700;
    color:#f95c68;
}
.nav_class .fg_line{
    float:left;
    display:inline-block;
    height:24px;
    width:1px;
    border-left:1px solid #e0e0e0;    
}

.shaidan_nav .nav_right{
    float:right;
    width:315px;
}

.nav_right .user_link{
    float:right;
    height:30px;
    line-height:30px;
    margin-top:9px;
    max-width:170px;
    overflow:hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;  

}
.nav_right .user_link span{
    color:#8a4545;
    font-size:14px;
}
.user_link img{
    width:30px;
    height:30px;
    margin-right:5px;
    -moz-border-radius:15px;
    -webkit-border-radius:15px;
    border-radius:15px;
}
.nav_right .add_show{
    float:right;
    width:105px;
    height:32px;
    text-align:center;
    line-height:32px;
    margin:8px 10px 8px 15px;
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}

/* 发布晒单
------------------------------------*/
.shaidan_content{
    width:1020px;
}
.shaidan_content li{
    float:left;
    width:244px;
    margin:0 8px 8px 0;
    background:#fff;
}
.shaidan_content .item_pic{
    display:inline-block;
    width:244px;
    height:244px;
    overflow:hidden;
    text-align:center;
    vertical-align:middle;
}
.shaidan_content .item_pic img{
    vertical-align:middle;
    max-width:244px;
    max-height:244px;
}
.item_review{
    position:relative;
}
.item_review_text{
    margin:15px 10px;
    width:224px;
    height:50px;
    overflow:hidden;
    text-indent:20px;    
}
.item_review_marks{
    position:absolute;
    top:-3px;
    left:10px;
    display:inline-block;
    width:16px;
    height:15px;
    background-position: -26px -35px;
}
.item_bot{
    padding:0 10px 15px 10px;
}
.item_bot .item_user{
    line-height:30px;
}
.item_bot .item_user{
    float:left;
    height:26px;
    line-height:26px;    
    width:135px;
    overflow:hidden;
    word-break:keep-all;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.item_bot .item_user span{
    color:#8a4545;
    font-size:14px;
}
.item_user img{
    width:26px;
    height:26px;
    margin-right:5px;
    -moz-border-radius:13px;
    -webkit-border-radius:13px;
    border-radius:13px;
}
.item_bot .item_active{
    float:right;
    margin-top:3px;
    line-height:18px; 
}
.item_bot .item_active a{
    float:left;
    display:inline-block;
    line-height:18px;
}
.item_bot .item_active a span{
    color:#999;
}
.item_bot .item_active i{
    float:left;
    margin-right:3px;
    display:inline-block;
    width:18px;
    height:18px;
}
.item_bot .active_like i{
    background-position:0 0;
}
.item_bot .liked i.active_like_ico{
    cursor:default;
    background-position:-25px 0;
}
.item_bot .active_comment i{
    background-position:-103px 0px;
}

.active_comment{
    margin-left:10px;
}
.like_animate{ 
    display:none;
    position:absolute;
    width:70px;
    height:30px;
    text-align:center;
    line-height:30px;
    font-size:14px;
    color:#fff;
    background-color:rgba(0,0,0,0.8);
    *background:#000;    
    -moz-border-radius:2px;
    -webkit-border-radius:2px;
    border-radius:2px;
}