		.cl, .clear{clear:both;}
		
		body{padding-bottom:45px;}
		
		/******** 引入字体图标 ********/
		@font-face {
		  font-family: 'luecs';  /* project id 112223 */
		  src: url('http://at.alicdn.com/t/font_chtw5r8g7yadobt9.eot');
		  src: url('http://at.alicdn.com/t/font_chtw5r8g7yadobt9.eot?#iefix') format('embedded-opentype'),
		  url('http://at.alicdn.com/t/font_chtw5r8g7yadobt9.woff') format('woff'),
		  url('http://at.alicdn.com/t/font_chtw5r8g7yadobt9.ttf') format('truetype'),
		  url('http://at.alicdn.com/t/font_chtw5r8g7yadobt9.svg#luecs') format('svg');
		}
		 .luecs {
          font-family:"luecs" !important;
          font-size:16px;
          font-style:normal;
          -webkit-font-smoothing: antialiased;
          -webkit-text-stroke-width: 0.2px;
          -moz-osx-font-smoothing: grayscale;
        }
		
		/********* 评论列表 *********/
		.feedback_list{ width:96%; margin:20px auto; font-size:16px; background:#fff; font-family:微软雅黑}
		.user_info{ height:45px; overflow:hidden; position:relative;}
		.user_info p{ line-height:16px; margin:4px auto;}
		
		.user_info .dingwei{ float:right; background:url(../images/dingwei.png) left center no-repeat;  height:23px; line-height:23px; padding-left:20px; background-size:15px auto; position:absolute; right:5px; top:5px;}
		
		
		.user_img{ height:40px; display:block; float:left; border-radius:100%; margin-right:10px; vertical-align:middle;}
		
		
		
		.user_level{ font-weight:bold;}
		.user_tag{ background:#F4E6BF; color:orange; padding:2px 8px; font-size:12px;}
		
		.feed_time{color:#666;}
		.feed_from{ color:#D2D2D2;}
		.feed_from_name{color:orange;}
		.feed_view{ color:#000; position:absolute; right:0;top:4px; width:20px;text-align:center; line-height:16px;  color:#ccc;}
		
		.user_feed_title,.user_feed_content{margin:4px auto;}		
		.feed_title_icon .icon{ color:#3FC44F; margin-right:4px;}
		/* 用户评论相册 */
		.my-simple-gallery .img_nums1{ display:block; width:96%; margin:2%;}
		.my-simple-gallery .img_nums2{ display:block; width:48%; float:left; margin:1%;}
		.my-simple-gallery .img_nums3,.my-simple-gallery .img_nums5,.my-simple-gallery .img_nums5,.my-simple-gallery .img_nums6,.my-simple-gallery .img_nums9{ display:block; width:32%; float:left; margin:0.6%;}
		
		.my-simple-gallery .img_nums4,.my-simple-gallery .img_nums7 ,.my-simple-gallery .img_nums8{ display:block; width:24%; float:left; margin:0.5%;}
		.my-simple-gallery img{ display:block; width:100%;}
		.pswp__button--share{ display:none;}

		/* 发布按钮 */
		.pub_btn{ display:block;height:45px; color:#fff;line-height:45px; font-size:18px; text-align:center; background:#E48A4E;  position:fixed; bottom:0; width:100%;}
		.pub_btn:link,.pub_btn:visited{color:#fff;}

		
		/* 发布表单 */
.layer_form{ display:none; width:100%; background:#fff; padding-top:10px; position:fixed; bottom:0; left:0; z-index:9999;}
.layer_form .close{ background:#000; color:#fff; text-align:center; font-size:12px; text-align:center; border-radius:100%;  position:absolute; right:0; top:-10px; width:20px; height:20px; line-height:20px;}
.layer{ position:fixed; top:0; left:0; background:rgba(0,0,0,.8); transition:all 0.3s;}
.form_title{
  display:block;
  width: 88%;
  margin:10px auto;
  height:30px;
  line-height:30px;
}
.form_textarea {
  width: 88%;
  height: 102px;
  outline: none;
  border: none;
  margin: 0 auto;
  display: block;
  padding: 10px 0 0;
  font-size: 14px;
  line-height: 18px;
  border:1px solid #ccc;
}
.form_submit{ height:45px;line-height:45px;  background:orange; display:block;width:90%;  margin:10px auto; border:0; text-align:center;}

  /* 评论添加图片列表 */
  .add_img {
  width: 90%;
  margin: 10px auto 0;
  font-size: 0;
}.add_img li {
  width: 24%;
  display: inline-block;
  vertical-align: top;
  position: relative;
  box-sizing: border-box;
  padding-bottom: 24%;
  height: 0;
  overflow: hidden;
  margin-right: 1.3333%;
}.add_img li input {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 998;
}.add_img li .main_img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}.add_img li .remove {
  display: block;
  width: 45px;
  position: absolute;
  top: 0;
  right: 0;
  display: none;
  z-index: 999;
}
.add_img li .main_img {
  display: block;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  -webkit-transform: translate(-50%,-50%);
}
.user_action{margin-bottom:10px; margin-top:10px;}
.zan{color:#666; width:40px; height:20px; display:inline-block; float:right; margin-right:2%;}
.zan .icon{font-size:22px;}
.zan.active{color:red;}

.share{ border:#E48A4E solid 1px; border-radius:3px; padding:5px 15px; color:#666; margin-bottom:5px; display:block; float:left; margin-right:5px;}
