
/*主页头部*/
.space-header{background-color:#f6f6f6;padding:40px 0 30px}
.space-header-name{margin:0}
.space-header-desc{padding:10px;background: #eee;line-height:18px;}
.space-header-desc p:last-child{margin-bottom:0}
.space-header-authentication,.space-authentication-skill{color:#999;}
.space-header-authentication .fa{color:#ff8a00;}
.space-header-item{margin-right:30px;font-size:14px;line-height:20px;vertical-align:middle}
.space-header-social .space-header-item,.space-authentication-skill{color:#666;}
.space-header-info a{text-decoration:none}
.space-header-info .h3{display:block;color:#333;margin:0 0 5px}
.space-header-info span{color:#999;line-height:20px}

/*主页左侧菜单导航*/
.space-nav{border-bottom:none;padding-top:0}
.space-nav li a{color:#666}
.space-nav li.divider a{border-bottom:1px solid #eee;margin-right:5px;border-radius:0}
.space-nav li.divider a:hover{background-color:transparent}
.space-nav li.active a{background-color:#f0f5f3;color:#009a61}

/*动态*/

/*动态样式*/
.stream-doing section{padding:10px 0;border-top:1px solid #EEE}
.stream-doing-item-info{color:#999;margin-bottom:5px}
.stream-doing-item-title h4{display:inline;margin:0 5px 0 0;font-size:15px}
.stream-doing-item-title h4 a{color:#333}
.stream-doing-item-title h4 a:hover{color:#017e66}
.stream-doing-item-quote{border-left:5px solid #EEE;padding-left:10px;margin-top:5px;margin-bottom:0;color:#888;word-break:break-all}



/*积分记录*/
.record-list li{overflow:hidden;margin-top:10px;border-bottom:1px solid #EEE}
.record-list li .pull-left{width:37px;text-align:right;margin-right:15px}
.record-list li p{margin-left:52px}
.coins .badge{background-color:#FF8100;}
.credits .badge{background-color:#449d44;}

/*公共表单列表*/
.space-stream-heading{margin: 0;padding-bottom: 20px;border-bottom: 1px solid #eee;}
.space-stream-list{list-style:none;padding:0;border-top:none}
.space-stream-list li{padding:10px 0;border-bottom:1px solid #eee;margin-top:0}
.space-stream-list li .badge{background-color:#fff;border:1px solid;text-align:center;margin-right:10px;width:30px;height:18px;font-weight:400;padding:0;line-height:18px}
.space-stream-item-text{color:#666}
.space-stream-item-date{font-size:14px;color:#999;line-height:19px}
.space-stream-item-title{font-size:14px;color:#333;line-height:26px}
.space-stream-item-title-warp{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}

/*关注列表*/
.stream-following .avatar-32{float:left;margin-right:10px}
.stream-following-list >li{padding:12px 0;border-bottom:1px solid #eee}
.stream-following-followed{color:#999;line-height:20px}
.stream-following-desc {font-size: 13px;color: #666;line-height: 21px;}
/* 访客 */
.visit-list{
    min-height:200px;
    background: #f9f9f9;
}
.visit-list li{
	padding:10px 5px;
}
.visit-list li:hover{
	background:#f5f5f5;
}
.visit-list li a{
	display: inline-block;
    width: 100%;
    height: 100%;
    text-decoration: none;
}
.visit-list li a img{
	width: 40px;
    height: 40px;
    border-radius: 15%;
}
.visit-list li a span{
   font-weight: 600;
   color: #343434;
}
.visit-list li a i{
   font-size:13px;
   color:#999;
   font-style: normal;
   float: right;
   line-height: 40px;
}
.acess-num{
	background:#fff;
    border-radius:5px;
 
}
.acess-num>div{
    background:#4286f5;
    color:#fff;
    border-top-right-radius:5px;
    border-top-left-radius:5px;
    font-weight:700;
    height:40px;
   line-height:40px;
   padding:0 10px;
}



