/* 雪碧图 */
.collect-num,.comment-num,.look-num{position:absolute;background:url(../../images/shop/shop-share.png)  no-repeat;}
.collect-num{height:15px;width:16px;background-position:0 0;}
.comment-num{height:12px;width:16px;background-position:-31px 0;}
.look-num{height:12px;width:16px;background-position:-60px 0;}
/* 案例列表 */
.case-list .tab{
    padding:30px 0;
    border-bottom:1px solid #eee;
}
.tab .title{
    font-size:18px;
    line-height:24px;
    color:#2b2b2b;
}
.tab .other{
    height:13px;
    padding:19px 0 30px;
    color:#bbb;
}
.tab .other .oth-left{
    float:left;
}
.tab .other .oth-right{
    float:right;
}
.tab .other .oth-right span{
    display:inline-block;
    position:relative;
    vertical-align:middle;
    margin-right:22px;
    padding:0 12px;
    border-right:1px solid #eee;
}
.tab .other .oth-right span:first-child{
    margin-right:36px;
    border-right:none;
}
.tab .other .oth-right span:last-child{
    margin-right:0;
    padding-right:0;
    border-right:none;
}
.tab .other .oth-right span i{
    float:left;
    left:-8px;
}
.collect-num{
    top:-3px;
}
.tab .atlas{
   overflow:hidden;
}
.tab .atlas a{
    display:block;
    float:left;
    width:380px;
    height:285px;
    margin-right:20px;
}
.tab .atlas a:last-child{
    margin-right:0;
}
.tab .atlas img{
    width:380px;
    height:285px;
    border-radius:4px;
}
/* 访客 */
.visitor-box{
    width:1094px;
    height:192px;
    margin:0 auto 80px;
    padding:30px 43px;
    border-radius:4px;
    background:#FAFAFA;
}
.visitor-box .tit{
    display:block;
    padding-bottom:20px;
    border-bottom:1px solid #eee;
    font-size:14px;
}
.visitor-box .visitor-list{
    width:104%;
    padding-top:20px;
    overflow:hidden;
}
.visitor-box .visitor-list li{
    float:left;
    margin-right:30px;
    text-align:center;
}
.visitor-box .visitor-list img{
    width:82px;
    height:82px;
    border-radius:50%;
}
.visitor-box .visitor-list .name{
    width:82px;
    margin:20px 0 8px;
    font-size:14px;
    text-align:center;
    overflow:hidden;
    white-space:nowrap;
    text-overflow:ellipsis;
}
.visitor-box .visitor-list .time{
    text-align:center;
    color:#bbb;
}