.post_icon:before{
	content: "";
	width: 19px;
	height: 19px;
	float: right;
	background: url(../images/post_btn.png) no-repeat center center ;
	background-size: cover;
	margin-right: 15px;
	position: relative;
	z-index: 999;
}
.buyer_post_icon:before{
	content: "";
	width: 19px;
	height: 19px;
	float: right;
	background: url(../images/buyer_post_btn.png) no-repeat center center ;
	background-size: cover;
	margin-right: 15px;
	position: relative;
	z-index: 999;
}
header.mui-bar .mui-icon.post_icon{
	padding: 15px 0px 15px 0px;
}
.showcontent .head-tab{
	height: 45px;
	position: relative;
	line-height: 45px;
	background: #ffffff;
	margin-bottom: 12px;
}
.showcontent .head-tab a{
	width: 50%;
	height: 45px;
	line-height: 45px;
	text-align: center;
	float: left;
	font-size: 15px;
	color: #333;
	position: relative;
}
.showcontent .head-tab .on{
	color: #4a8cf2;	
	border-bottom: solid 2px #4a8cf2;
}
.showcontent .head-tab.buyer .on{
	color: #ffb504;	
	border-bottom: solid 2px #ffb504;
}
.showcontent .head-tab .right-border:after{
	height: 23px;
	bottom: 11px;
}
.post-item{
	background: #fff;
	margin-bottom: 12px;
	position: relative;
}
.post-item .mui-table-view-cell{
	padding: 15px 15px 7px 15px;
}
.post-item .mui-table-view-cell a{
	margin: -15px -15px -7px -15px;
}
.post-item .mui-table-view-cell a.mui-active{
	background: #fff;
}
.post-item .mui-table-view .mui-media-object{
	border-radius: 100%;
    background: #f1f2f6;
    overflow: hidden;
}
.post-item .mui-table-view .mui-media-body span{
	font-size: 16px;
}
.post-item .mui-table-view .mui-media-body .mui-ellipsis{
	font-size: 12px;
	color: #99999c;
}
.post-item .post-bescribe{
	display: block;
	font-size: 16px;
	overflow: hidden;
	line-height: 25px;
	color: #333;
	padding: 0px 15px 15px 15px;
}
.post-item .mui-table-view:after{
	height: 0px;
}
.post-item .post-images{
	display: block;
	overflow: hidden;
	padding: 0px 15px 15px 15px;
}
.post-item .post-images .images-box{
	width: 30.33333%;
	height: 92px;
	overflow: hidden;
	float: left;
	/*min-height: 98px;*/
	margin-right: 5px;
	margin-bottom: 5px;
	background: #f1f2f6;
	position: relative;
}

.like-comment{
	height: 33px;
	line-height: 33px;
	overflow: hidden;
	position: relative;
	padding: 0px 15px 0px 15px;
	background: #fff;
	
}
.like-comment a{
	float: right;
	font-size: 14px;
	color: #999;
}
 .like-icon:before,.comment-icon:before{
 	content: "";
 	width: 14px;
 	height: 14px;
 	display: inline-block;
 	margin-right: 3px;
 	position: relative;
 	top: 2px;
 }
.like-comment .like-item{
	padding-right: 10px;
}
.like-icon:before{
	background: url(../images/praise_icon.png) no-repeat center center;
	background-size: cover;
 }
.like-icon.on:before{
	background: url(../images/thumb_up_success.png) no-repeat center center;
	background-size: cover;
 }
 .like-icon.buyer-on:before{
	background: url(../images/buyer_thumb_up_success.png) no-repeat center center;
	background-size: cover;
 }
.comment-icon:before{
	background: url(../images/comment_icon.png) no-repeat center center;
	background-size: cover;
 }
.like-comment .addr{
 	float: left;
 }
.like-comment .addr-icon:before{
	content: "";
	width: 14px;
	height: 14px;
	display: inline-block;
	background: url(../images/gps_icon.png) no-repeat center center;
	background-size: cover;
	position: relative;
    top: 2px;/*生意圈的定位*/
}
/**/
.comment-container{
	background: #fff;
}
.comment-container .comment-head .comment{
	
}
.comment-container .comment-head{
	height: 42px;
	line-height: 42px;
	overflow: hidden;
	background: #fff;
	padding: 0px 15px;
	font-size: 14px;
	color: #999999;
}
.comment-head .comment{
	float: left;
}
.comment-head .praise{
	float: right;
}

/**/
.footer-tab{
	width: 100%;
	position: fixed;
	bottom: 0px;
	left: 0px;
	background: #fff;
	z-index: 111;
}
.footer-tab ul{
	overflow: hidden;
	position: relative;
}
.footer-tab ul li{
	width: 50%;
	float: left;
	height: 44px;
	line-height: 44px;
	text-align: center;
	color: #949494;
	position: relative;
}
.footer-tab ul li.on{
	color: #4c8df2;
}
.footer-tab ul li.buyer-on{
	color: #ffb504;
}
.footer-tab ul li.icon-cell:before{
	content: "";
	width: 14px;
	height: 14px;
	margin-right: 5px;
	display: inline-block;
}
.comment_box{
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0px;
	top: 50px;
	background: #f1f2f6;
	z-index: 9999;
	display: none;
}
.comment_box .cells_form{
	position: relative;
	margin-top: 12px;
	background: #fff;
}
.comment_box .cells_form .textarea{
	border: none;
}
.post-item .mui-table-view-cell .mui-media-body{
	position: relative;
}
.post-item .mui-table-view-cell .mui-media-body .del_text{
	position: absolute;
	right: 0px;
	top: 0px;
	font-size: 12px;
	color: #999;
}
.msg_none_box {
	padding: 60px 15px;
	text-align: center;
	color: #999;
	position: relative;
}
/*发布评论*/
.post-comment{
	position: relative;
}
.post-comment .cell_bd{
	background: #fff;
}
.post-comment .cell_bd .textarea{
	border: none;
	margin-bottom: 0px;
	padding-bottom: 0px;
}
.post-comment .like-comment .addr-icon:before{
	position: relative;
	top: 3px;
}
.addimg-btn{
	overflow: hidden;
	padding: 12px 15px;
	background: #fff;
	position: relative;
}
.addimg-btn .albums_icon{
	width: 20px;
	height: 17px;
	float: left;
	background: url(../images/albums_icon.png) no-repeat center center;
	background-size: cover;
	position: relative;
}
.select_images_upload{
	padding: 0px 15px;
}
.select_images_upload .uploader_bd .uploader_files{
	padding: 15px 0px;
	overflow: hidden;
}
.select_images_upload .uploader_bd .uploader_files li{
	width: 77px;
	height: 77px;
	float: left;
	position: relative;
	background: #999;
	margin-right: 20px;
	margin-bottom: 10px;
}

.select_images_upload .uploader_bd .uploader_files i{
	position: absolute;
	right: -10px;
	top: -10px;
}
.select_images_upload .uploader_bd .uploader_files .icon-cancel:before{
	background: #fff;
	border-radius: 100%;
	color: #f00;
	font-size: 20px;
}
.back-top{
	width: 38px;
    height: 38px;
    line-height: 35px;
    display: block;
    text-align: center;
    border-top-left-radius: 3px;
    border-bottom-left-radius: 3px;
    border: solid 1px #DFDFDF;
    background: #fff;
    position: fixed;
    bottom: 70px;
    right: -1px;
    z-index: 999;
    font-size: 8px;
    color: #999;	
}
.back_top_icon:before{
	content: "";
	width: 18px;
	height: 19px;
	margin: 10px auto;
	display: block;
	background: url(../images/back_top_icon.png) no-repeat center center ;
	background-size: cover;
}
