.j_user_content{
    width:100%;
    height: 4rem;
}
.j_user_icon{
    float:left;
	width:3rem;
	height:3rem;
	border-radius:1.5rem;
}
.j_user_icon img{
	width:100%;
	height:100%;
	border-radius:1.5rem;
}
.j_user_name{
    float:left;
	margin:0.8rem 0 0 0.8rem;
	font-size:1rem;
	color:#969696;
}
.j_time{
    float:right;
	margin:1rem 0 0 0;
	font-size:0.8rem;
	color:#969696;
}
.j_text_content{
    width:100%;
	font-size:1.1rem;
	margin-bottom:1rem;
}
.j_media_content{
    width:100%;
	margin-bottom:1rem;
}
.j_media_video{
	background:#f4f5f9;
    width:16rem;
	height:10rem;
	position:relative;
}
.j_media_video img{
    width:100%;
	height:100%;
}
.j_media_video_thumb{
	position:absolute;
    width:16rem;
	height:10rem;
	z-index:2;
}
.j_media_video_mp4{
	position:absolute;
    width:16rem;
	height:10rem;
	z-index:1;
}
.j_media_video_play_btn{
    width:2rem;
	height:2rem;
	position:absolute;
	left:7rem;
	top:4rem;
	cursor:pointer;
	z-index:3;
}
.j_media_image_wrapper{
	/*background:#f4f5f9;*/
    width:15rem;
	height:15rem;
	position:relative;
}
.j_media_image{
	background:#fff;
	float:left;
	width:4.8rem;
	height:4.8rem;
	margin:0 0.2rem 0.2rem 0;
}
.j_media_image img{
	width:100%;
	height:100%;
}
.j_share_content{
    width:100%;
    height: 2rem;
	font-size:1rem;
	color:#969696;
}
.j_share_content img{
	width:1.5rem;
}
.j_share_wrapper{
    float:left;
    height: 2rem;
}
.j_share_icon{
    float:left;
    margin-top: 0.2rem;
}
.j_share_count{
	float:left;
    margin-top: 0.2rem;
}
.j_comment_wrapper{
    float:left;
    height: 2rem;
	padding-left:1.3rem;
}
.j_comment_icon{
    float:left;
    margin-top: 0.2rem;
}
.j_comment_count{
	float:left;
    margin-top: 0.2rem;
}
.j_praise_wrapper{
    float:right;
    height: 2rem;
}
.j_praise_icon{
    float:left;
    margin-top: 0.2rem;
}
.j_praise_count{
	float:left;
    margin-top: 0.2rem;
}
/*ÆÀÂÛ*/
.j_comment_title{
    width:100%;
    height: 2rem;
	color:#969696;
}
.j_comment_t{
    float:left;
}
.j_comment_sort{
    float:right;
	font-size:0.8rem;
}
.j_comment_sort img{
	width:1.5rem;
}
.j_comment_content_wrapper{
	margin-bottom:1rem;
}
.j_comment_user_content{
    width:100%;
    height: 4rem;
}
.j_comment_user_icon{
    float:left;
	width:3rem;
	height:3rem;
	border-radius:1.5rem;
}
.j_comment_user_icon img{
	width:100%;
	height:100%;
	border-radius:1.5rem;
}
.j_comment_user_time{
    float:left;
	margin:0.2rem 0 0 0.8rem;
	font-size:1rem;
	color:#969696;
}
.j_comment_praise{
	float:right;
	margin-top:0.8rem;
}
.j_comment_praise img{
	width:1rem;
}
.j_comment_content{
	margin-left:4rem;
}
.download_button{
	position:fixed;
	width:14rem;
	height:2.5rem;
	line-height:2.5rem;
	background:#ffdb56;
	color:#000;
	left:2.2rem;
	bottom:1.5rem;
	font-size:0.8rem;
	border-radius:0.3rem;
	text-align:center;
}