@charset "utf-8";
.bd_weixin_popup .bd_weixin_popup_main {
  padding: 5px 10px!important;
}
.community {
  background-color: #f5f8fa;
}
@media screen and (min-width: 992px) {
  .community .container {
    width: 1190px;
  }
}
@media screen and (max-width: 767px) {
  .community .container,
  .community .content {
    padding: 0;
  }
}
.community .main {
  padding-top: 20px;
}
@media screen and (max-width: 991px) {
  .community .main {
    padding-top: 0;
  }
}
.loading {
  background: url('/img/loading.gif') no-repeat center;
  height: 24px;
  background-size: auto 100%;
}
.feed_list * {
  font-family: 'Microsoft YaHei', 'SimSun';
}
.feed_list *::before {
  font-family: FontAwesome;
}
.feed_list .material-icons {
  font-size: 12px;
  position: relative;
  top: 1px;
}
.feed_list .feed_cardwrap,
.feed_list .feed_cardwrap_status {
  /*margin-bottom: 10px;*/
  background-color: #fff;
  /*-webkit-border-radius: 2px;*/
  /*-moz-border-radius: 2px;*/
  /*-ms-border-radius: 2px;*/
  /*-o-border-radius: 2px;*/
  /*border-radius: 2px;*/
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.2);
}
.feed_list.item .feed_cardwrap,
.feed_list.item .feed_cardwrap_status{
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -ms-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  margin-right: 100px;
}
@media screen and (max-width: 767px) {
  .feed_list .feed_cardwrap,
  .feed_list .feed_cardwrap_status {
    margin-bottom: 0;
  }
  .feed_list.item .feed_cardwrap,
  .feed_list.item .feed_cardwrap_status{
    margin-right: 0;
  }
}

.feed_list .feed_cardwrap.animate_slideDown,
.feed_list .feed_cardwrap_status.animate_slideDown {
  display: none;
}
.feed_list .feed_detail {
  /*padding: 16px 16px 16px;*/
  padding: 13px 13px 5px;
  border-bottom: 1px solid #e8eef1;
}
.feed_list.item .feed_detail{
  padding-left: 0;
  padding-right: 0;
}
.feed_list .fe_uptop {
  color: rgb(204, 204, 204);
  margin-left: 28px;
  margin-bottom: 5px;
  margin-top: -7px;
}
.feed_list .fe_uptop span {
  margin-left: 14px;
}
.feed_list .fe_uptop i.fa-thumb-tack {
  transform: rotate(315deg);
  -webkit-transform: rotate(315deg);
  -moz-transform: rotate(315deg);
  -ms-transform: rotate(315deg);
  -o-transform: rotate(315deg);
}
.feed_list .fe_screen {
  position: relative;
}
.feed_list .fe_screen a {
  text-decoration: none;
  color: #ccc;
  padding: 5px;
}
.feed_list .fe_screen a:hover {
  color: #0F88EB;
}
.feed_list .layer_menu_list {
  position: absolute;
  z-index: 999;
  right: 0;
  top: 20px;
  background-color: #fff;
  border: 1px solid #cccccc;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  -webkit-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 8px 1px rgba(0, 0, 0, 0.2);
  color: #333;
  padding: 2px;
  display: none;
}
.feed_list .layer_menu_list li {
  color: #333;
  cursor: pointer;
  display: block;
  min-width: 50px;
  padding: 7px 13px;
  white-space: nowrap;
}
.feed_list .layer_menu_list li:hover {
  background-color: #f2f2f5;
  color: #0F88EB;
}
.feed_list .fe_face {
  /*width: 50px;*/
  width: 38px;
  position: relative;
  margin-right: 10px;

}
@media screen and (max-width: 767px) {
  .feed_list .fe_face {
    height: 70px;
  }
}
.feed_list .fe_face .item{
  position: absolute;
  width: 37px;
  top: 42px;
}
.feed_list .fe_face .item .item-cnt{
  background-image: url(/img/community/item_icon.png);
  background-repeat: no-repeat;
  background-size: 37px 26px;
  text-align: center;
  height: 26px;
  line-height: 1.9;
  cursor: pointer;
}
.feed_list .fe_face .face_radius img {
  /*width: 50px;*/
  /*height: 50px;*/
  width: 38px;
  height: 38px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}
.feed_list .fe_detail .fe_info {
  margin-bottom: 5px;
  /*padding-top: 5px;*/
}
.feed_list .fe_detail .fe_tit {
  color: #333;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .feed_list .fe_detail {
    margin-left: 50px;
    /*margin-left: 60px;*/
  }
}
.feed_list .fe_group a{
  color: rgb(133, 144, 166);
  text-decoration: none;
}
.feed_list .fe_group a:hover{
  color: rgb(57, 143, 209);
}
.feed_list .fe_from {
  color: #808080;
  margin-bottom: 5px;
}
.feed_list .fe_from .fe_createTime {
  font-size: 12px;
  /*color: #8b8b8b;*/
  color: #8590a6;
  position: relative;
}
.feed_list .fe_from a {
  color: #8590a6;
  text-decoration: none;
}
.feed_list .fe_from a.on {
  color: #0F88EB;
}
.feed_list .fe_from a:hover {
  color: #0F88EB;
}
.feed_list .fe_text {
  margin-bottom: 5px;
  line-height: 20px;
  overflow: hidden;
  overflow-wrap: break-word;
  padding-top: 1px;
  color: #666;
  /*color: #333;*/
  /*font-size: 14px;*/
  font-size: 13px;
  margin-right: 30px;
  /* .flex();.flex-wrap(wrap); */
}
.feed_list.item .fe_text{ margin-right: 0;}
.feed_list .fe_text .fa {
  text-decoration: none;
  margin-left: 10px;
  color: #0F88EB;
  /* .flex();.flex-direction(column-reverse);.justify-content(center); */
}
.feed_list .fe_text .fa:hover {
  color: #2d82c3;
}
.feed_list .fe_text .fe_at {
  color: #226dd4;
  text-decoration: none;
}
.feed_list .fe_media_wrap {
  margin: 5px 0 6px -10px;
  margin-top: 0;
  margin-bottom: 10;
}
/*@media screen and (max-width: 767px){*/
  /*.feed_list .fe_media_wrap {*/
    /*margin-bottom: 22px;*/
  /*}*/
/*}*/
.feed_list .fe_media_wrap .media_box {
  float: left;
  width: 100%;
  padding-left: 10px;
  /*margin-bottom: 5px;*/
}
.feed_list .feed_spec{
  margin-top: 5px;
  margin-bottom: 6px;
}
.feed_list .fe_media_wrap .spec_lock_tips {
  color: #66757f;
  margin-top: 12px;
  float: left;
  width: 100%;
}
.feed_list .feed_spec.spec_detail {
  background-repeat: no-repeat;
  background-size: cover;
  height: 357px;
  background-position: center;
  cursor: -webkit-zoom-in;
}
.feed_list .feed_spec.spec_detail img {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.feed_list .feed_spec.spec_maxHeight {
  /* max-height: 400px; */
}
.feed_list .feed_spec.spec_maxHeight img {
  /*max-height: 357px;*/
  /*max-width: 460px;*/
  /*max-width: 77px;*/
  /*max-height: 77px;*/
  width: 77px;
  height: 77px;
  /* cursor: -webkit-zoom-in; */
}
@media screen and (max-width: 767px) {
  .feed_list .feed_spec.spec_maxHeight img {
    max-width: 100%;
  }
}
.feed_list .feed_spec.spec_list li {
  float: left;
}
.feed_list .feed_spec.spec_list .spec_item {
  width: 110px;
  height: 110px;
  margin-bottom: 15px;
  cursor: -webkit-zoom-in;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-right: 5px;
  margin-bottom: 5px;
}
.feed_list .feed_spec.spec_video .spec_video_box {
  max-width: 178px;
  height: 98px;
  /*height: 320px;*/
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
  background-color: #000;
}
.feed_list .feed_spec.spec_video .spec_video_lable {
  background-color: rgba(0, 0, 0, 0.2);
  padding: 5px 7px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  right: 8px;
  top: 7px;
}
.feed_list .feed_spec.spec_video .spec_video_cover {
  background-color: #000;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  width: 100%;
  height: 100%;
}
.feed_list .feed_spec.spec_lock .spec_lock_box {
  height: 32px;
  /*width: 100%;*/
  /*border: 1px solid #eeeeee;*/
  background-color: #f7f9fc;
  position: relative;
  cursor: pointer;
  padding: 3px;
  display: block;
  margin-right: 30px;
}
.feed_list .feed_spec.spec_lock .spec_lock_info {
  color: #999;
  width: 100%;
  text-align: center;
  height: 20px;
}
.feed_list .feed_spec.spec_lock .spec_lock_info:before {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.feed_list .feed_spec.spec_link a,
.feed_list .feed_spec.spec_link a:hover {
  text-decoration: none;
}
.feed_list .feed_spec.spec_link .spec_link_box {
  /*border: 1px solid #eeeeee;*/
  box-sizing: border-box;
  background-color: #f7f9fc;
  position: relative;
  display: block;
  text-decoration: none;
  margin-right: 30px;
}
.feed_list .feed_spec.spec_link .spec_link_cover {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  background-color: #fff;
}
.feed_list .feed_spec.spec_link .spec_link_cover img {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.feed_list .feed_spec.spec_link .spec_link_cover.icon_link_default {
  background-image: url('/img/community/icon_link_default.png');
  background-size: cover;
}
.feed_list .feed_spec.spec_link .spec_link_info {
  color: #999;
  overflow: hidden;
  height: 50px;
  margin-left: 60px;
  position: relative;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
}
.feed_list .feed_spec.spec_link .spec_link_info:before {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.feed_list .feed_spec.spec_link .title {
  height: 20px;
  /*font-size: 14px;*/
  /*color: #000;*/
  font-size: 12px;
  color: #666;
  display: block;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
  margin-top: 5px;
}
.feed_list .feed_spec.spec_link .comments {
  color: #aaa;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
  width: 100%;
  margin-top: 2px;
  padding: 2px 5px;
  line-height: 14px;
}
.feed_list .feed_spec.spec_link .unCover .spec_link_info {
  margin-left: 0;
}
.feed_list .feed_spec.spec_link .link {
  padding-top: 3px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
  color: #aaa;
}
.feed_list .feed_spec.spec_link .link i {
  color: #3399ff;
}
.feed_list .feed_spec.spec_link .link a {
  color: #aaa;
  margin-left: 5px;
}
.feed_list .feed_spec.spec_file .spec_file_box {
  /*border: 1px solid #eeeeee;*/
  box-sizing: border-box;
  background-color: #f7f9fc;
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-right: 30px;
}
.feed_list .feed_spec.spec_file .spec_file_cover {
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  background-color: #c7cbd9;
}
.feed_list .feed_spec.spec_file .spec_file_cover img {
  width: 100%;
  height: 100%;
}
.feed_list .feed_spec.spec_file .spec_file_info {
  color: #999;
  overflow: hidden;
  height: 50px;
  margin-left: 60px;
  position: relative;
  /* .flex();.flex-direction(column); */
}
.feed_list .feed_spec.spec_file .spec_file_info:before {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.feed_list .feed_spec.spec_file .title {
  height: 20px;
  /*font-size: 14px;*/
  /*color: #000;*/
  font-size: 12px;
  color: #666;
  font-weight: 400;
  display: block;
  line-height: 20px;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
  /*font-weight: bold;*/
  margin-top: 5px;
  /*float: left;*/
  max-width: 75%;
}
@media screen and (max-width: 767px) {
  .feed_list .feed_spec.spec_file .title {
    max-width: 100%;
  }
}
.feed_list .feed_spec.spec_file .comments {
  color: #aaa;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
  position: absolute;
  bottom: 5px;
  left: 0;
  width: 100%;
}
.feed_list .feed_spec.spec_file .size {
  font-size: 12px;
  padding-top: 7px;
  /*float: left;*/
  /*padding-left: 10px;*/
}
/*@media screen and (max-width: 767px) {*/
  /*.feed_list .feed_spec.spec_file .size {*/
    /*display: none;*/
  /*}*/
/*}*/
.feed_list .feed_spec.spec_blog .spec_blog_box {
  /*border: 1px solid #eeeeee;*/
  /*background-color: #f2f2f5;*/
  box-sizing: border-box;
  background-color: #f7f9fc;
  position: relative;
  cursor: pointer;
  display: block;
  text-decoration: none;
  margin-right: 30px;
}
.feed_list .feed_spec.spec_blog .spec_blog_cover {
  background-repeat: no-repeat;
  background-size: cover;
  /*width: 100%;*/
  /*height: 200px;*/
  /*background-size: 106px 60px;*/
  width: 106px;
  height: 60px;
  float: left;
  background-position: center;
  /*position: relative;*/
}
.feed_list .feed_spec.spec_blog .spec_blog_cover img {
  visibility: hidden;
  overflow: hidden;
  height: 0;
}
.feed_list .feed_spec.spec_blog .spec_blog_info {
  margin-left: 106px;
  overflow: hidden;
  position: relative;
  /*float: left;*/
  /*width: 100%;*/
  padding: 10px;
  font-size: 20px;
  color: #666;
}
.feed_list .feed_spec.spec_blog .spec_blog_info:before {
  font-size: 20px;
  margin-right: 10px;
  position: relative;
  top: 3px;
}
.feed_list .feed_spec.spec_blog .title {
  /*height: 62px;*/
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
  /*font-size: 18px;*/
  font-size: 12px;
  font-weight: 700;
  color: #666;
  display: block;
  /*line-height: 30px;*/
  line-height: 20px;
}
.feed_list .feed_spec.spec_blog .summary {
  /*height: 62px;*/
  overflow: hidden;
  overflow-wrap: break-word;
  text-overflow: ellipsis;
  white-space: nowrap;
  /*font-size: 18px;*/
  font-size: 12px;
  font-weight: 400;
  color: #999;
  display: block;
  /*line-height: 30px;*/
  line-height: 20px;
}
.feed_list .feed_spec.spec_blog .comments {
  color: #aaa;
  overflow: hidden;
  white-space: nowrap;
  -webkit-text-overflow: ellipsis;
  -moz-text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
   text-overflow: ellipsis;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}
.feed_list .feed_spec.spec_blog .unCover .spec_blog_cover {
  display: none;
}
.feed_list .feed_spec.spec_blog .spec_blog_lable {
  background-color: #fe940e;
  padding: 5px 7px;
  color: #fff;
  font-size: 12px;
  line-height: 12px;
  position: absolute;
  right: 8px;
  top: 7px;
}
.feed_list .feed_handle {
  z-index: 99;
  position: relative;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.feed_list .feed_handle .fe_handle {
  overflow: hidden;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.feed_list .feed_handle .fe_row_list {
  border-bottom: 1px solid #e1e8ed;
}
.feed_list .feed_handle .fe_row_item {
  float: left;
  width: 25%;
  height: 38px;
  text-align: center;
  position: relative;
}
.feed_list .feed_handle .fe_row_item a {
  color: #808080;
  text-decoration: none;
  line-height: 22px;
  height: 22px;
  margin: 7px 0;
  display: block;
  border-right: 1px solid #e8eef1;
  float: none;
  background: none;
  padding-left: 0;
  font-size: 12px;
}
.feed_list .feed_handle .fe_row_item a:hover {
  color: #0F88EB;
}
.feed_list .feed_handle .fe_row_item a:before {
  margin-right: 5px;
}
.feed_list .feed_handle .fe_row_item a.on:before {
  color: #4394d3;
}
.feed_list .feed_handle .fe_row_item:last-child a {
  border-right: 0;
}
.feed_list .feed_handle .fe_row_item .arrow {
  position: absolute;
  width: 9px;
  height: 9px;
  border-left: 1px solid #e1e8ed;
  border-top: 1px solid #e1e8ed;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
   transform: rotate(45deg);
  bottom: -4px;
  display: none;
}
.feed_list .feed_handle .fe_row_item.on .arrow {
  display: inline-block;
}
.feed_list .feed_comment {
  margin-top: 10px;
  background-color: #fff;
  padding: 16px 0 6px;
  position: relative;
  z-index: 9;
  border-bottom: 1px solid #e1e8ed;
  -webkit-border-radius: 0 0 2px 2px;
  -moz-border-radius: 0 0 2px 2px;
  -ms-border-radius: 0 0 2px 2px;
  -o-border-radius: 0 0 2px 2px;
  border-radius: 0 0 2px 2px;
}
.feed_list .feed_comment .fe_comment {
  padding: 0 20px;
}
.feed_list .feed_newContent,
.feed_list .feed_load,
.feed_list .feed_done,
.feed_list .feed_empty {
  color: #999;
  background-color: #fff;
  font-size: 12px;
  text-align: center;
  padding: 10px 0;
  height: 40px;
  border-bottom: 1px solid #e1e8ed;
}
.feed_list .feed_newContent {
  color: #0084b4;
  background-color: #e8f5fd;
  cursor: pointer;
}
.feed_list .feed_load .loading {
  margin-right: 10px;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: relative;
  top: 3px;
}
.feed_list .unfold_bottom,
.feed_list .packUp_bottom {
  font-size: 13px;
  margin-left: 5px;
  color: #0F88EB;
  cursor: pointer;
  display: inline-block;
}
.feed_list .unfold_bottom .fa,
.feed_list .packUp_bottom .fa {
  margin-left: 5px;
  font-size: 16px;
}
.feed_list .unfold_bottom div,
.feed_list .packUp_bottom div {
  display: inline-block;
}
.feed_icon {
  margin-left: 3px;
  position: relative;
  width: 16px;
  display: inline-block;
}
.feed_icon i {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
}

.feed_icon.feed_icon-groupMaster i {
  background-image: url('/img/community/q_star.svg');
  bottom: -3px;
}
.name-info .feed_icon.feed_icon-groupMaster i {
  bottom: 0px;
}
.feed_icon.feed_icon-approve i {
  background-image: url('/img/community/q_official.svg');
  bottom: -3px;
}
.name-info .feed_icon.feed_icon-approve i {
  bottom: 0px;
}
.feed_icon.feed_icon-tmpuser i {
  background-image: url('/img/community/tmpuser.svg');
  bottom: -3px;
}
.name-info .feed_icon.feed_icon-tmpuser i {
  bottom: 0px;
}
.fe_user-card {
  position: absolute;
  max-width: 377px;
  height: 223px;
  width: 100%;
  -webkit-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  /* .border(1px solid #ccc); */
}
.fe_user-card .fe_user-card-header {
  background-color: #0F88EB;
  height: 112px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10001;
}
.fe_user-card .fe_user-card-name {
  color: #fff;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-justify-content: center;
  justify-content: center;
  height: 50px;
  line-height: 50px;
  font-size: 13px;
}
.fe_user-card .fe_user-card-phtot {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 5px;
}
.fe_user-card .fe_user-card-phtot a {
  padding: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #dadfe1;
  width: 76px;
  height: 76px;
  position: relative;
}
.fe_user-card .fe_user-card-phtot img {
  width: 100%;
  height: 100%;
}
.fe_user-card .fe_user-card-phtot a.loading {
  background-size: 30%;
  background-position: center;
}
.fe_user-card .fe_user-card-footer {
  height: 111px;
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 10000;
  background-color: #fff;
}
.fe_user-card .fe_user-card-info {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-justify-content: center;
  justify-content: center;
  color: #3f3f3f;
  margin-top: 30px;
  font-size: 13px;
}
.fe_user-card .fe_user-card-info strong {
  border-right: 1px solid #e3e3e3;
  margin: 0 5px;
  height: 16px;
  line-height: 16px;
}
.fe_user-card .fe_user-card-info strong:last-child {
  border-right: 0;
}
.fe_user-card .fe_user-card-info span {
  color: #0F88EB;
  font-size: 14px;
  margin: 0 5px;
}
.fe_user-card .fe_user-card-btns {
  display: -webkit-flex;
  display: flex;
  -webkit-flex: 0 1 auto;
  flex: 0 1 auto;
  -webkit-justify-content: center;
  justify-content: center;
  margin-top: 20px;
}
.fe_user-card .fe_user-card-btns .btn {
  min-width: 81px;
  margin: 0 3.5px;
  font-size: 12px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
  border: 1px solid #cccccc;
  height: 27px;
  line-height: 13px;
}
.fe_user-card:before {
  clear: both;
  content: '';
  display: table;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
   transform: rotate(45deg);
  background-color: #fff;
  border: 2px solid #cccccc;
  position: absolute;
}
.fe_user-card.fe_user-card-top:before {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  background-color: #0F88EB;
}
.fe_user-card.fe_user-card-bottom:before {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.fe_user-card-null {
  position: absolute;
  max-width: 377px;
  height: 47px;
  width: 100%;
  -webkit-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 4px 20px 1px rgba(0, 0, 0, 0.2);
  z-index: 9999;
  display: none;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
  /* .border(1px solid #ccc); */
}
.fe_user-card-null .fe_user-card-null-text {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  text-align: center;
  line-height: 47px;
  background-color: #fff;
  color: #333;
}
.fe_user-card-null:before {
  clear: both;
  content: '';
  display: table;
  width: 11px;
  height: 11px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
   transform: rotate(45deg);
  background-color: #fff;
  border: 2px solid #cccccc;
  position: absolute;
}
.fe_user-card-null.fe_user-card-top:before {
  top: -5px;
  left: 50%;
  margin-left: -5px;
  background-color: #0F88EB;
}
.fe_user-card-null.fe_user-card-bottom:before {
  bottom: -5px;
  left: 50%;
  margin-left: -5px;
}
.actizPicShow,
.touchPicShow {
  height: auto;
  float: left;
  /* border: 1px solid #d9d9d9;background-color: #f2f2f2;border-radius: 3px;padding: 10px 20px 10px;margin: 5px 0 15px; */
  clear: both;
  max-width: 246px;
}
.actizPicShow ul,
.touchPicShow ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
.actizPicShow li,
.touchPicShow li {
  float: left;
  display: inline;
  /*width: 110px;*/
  /*height: 110px;*/
  width: 77px;
  height: 77px;
  margin: 0 5px 5px 0;
  overflow: hidden;
  position: relative;
  list-style-type: none;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .actizPicShow,
  .touchPicShow {
    max-width: 255px;
  }
  .actizPicShow li,
  .touchPicShow li {
    width: 80px;
    height: 80px;
  }
}
.actizPicShow figure,
.touchPicShow figure {
  float: left;
}
.actizPicShowExpand {
  width: 100%!important;
  color: #14a0cd;
  background-color: #f2f2f5;
  border-radius: 3px;
  padding: 10px 20px 10px;
  margin: 5px 0 15px;
  clear: both;
}
.actizPicShowExpand #expandCenterImg {
  clear: both;
  text-align: center;
  vertical-align: middle;
  width: 100%;
  margin-top: 6px;
}
.actizPicShowExpand #expandCenterImg img {
  vertical-align: middle;
  margin: 0;
  max-width: 100%;
  max-height: none;
  width: inherit;
  height: inherit;
}
.actizPicShowExpand .W_ico12 {
  display: inline-block;
  width: 12px;
  height: 12px;
  background-image: url("/img/community/icon.png");
  float: inherit;
}
.actizPicShowExpand .ico_retract {
  background-position: -175px 0px;
  vertical-align: -2px;
}
.actizPicShowExpand .expand_top {
  color: #ccc;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  width: auto;
}
.actizPicShowExpand .expand_top a {
  text-decoration: none;
  color: #333;
}
.actizPicShowExpand .expand_top .W_vline {
  margin: 0 10px;
}
.actizPicShowExpand .ico_retract {
  background-position: -175px 0px;
  vertical-align: -2px;
}
.actizPicShowExpand .ico_showbig {
  background-position: -175px -24px;
  vertical-align: -2px;
}
.actizPicShowExpand .ico_turnleft {
  background-position: -175px -50px;
  vertical-align: -2px;
}
.actizPicShowExpand .ico_turnright {
  background-position: -175px -75px;
  vertical-align: -2px;
}
.actizPicShowExpand .ico_collect {
  background-position: -200px -500px;
  vertical-align: -2px;
}
.actizPicShowExpand .pic_choose_box {
  width: 100%;
  height: 56px;
  margin-top: 15px;
  position: relative;
  padding: 0 15px;
}
.actizPicShowExpand ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
  width: 8000px;
}
.actizPicShowExpand ul a {
  display: inline-block;
  opacity: 0.6;
  padding: 2px;
}
.actizPicShowExpand ul li {
  float: left;
  _display: inline;
  width: 56px;
  height: 56px;
  margin: 0 3px 0 0;
}
.actizPicShowExpand ul a.current {
  padding: 0;
  border: 2px solid #ffa306;
  text-decoration: none;
  opacity: 1.0;
}
.actizPicShowExpand ul a:hover {
  padding: 0;
  border: 2px solid #ffa306;
  text-decoration: none;
  opacity: 1.0;
}
.actizPicShowExpand ul img {
  border: 0;
}
.actizPicShowExpand .arrow_left_small {
  float: left;
  display: inline-block;
  cursor: default;
  width: 12px;
  height: 50px;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
  font-weight: 600;
  border-bottom-left-radius: 4px;
  border-top-left-radius: 4px;
  background-color: #b9dce6;
  padding-top: 2px;
  margin-top: 3px;
  position: absolute;
  left: 0;
}
.actizPicShowExpand .arrow_left_small .ico_pic_prev {
  color: #333333;
  cursor: default;
  display: inline;
  font-family: SimSun;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  height: auto;
  line-height: 50px;
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
  text-decoration: none;
  width: auto;
}
.actizPicShowExpand .arrow_right_small {
  color: #333333;
  background-color: #14a0cd;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 4px;
  border-top-left-radius: 0px;
  border-top-right-radius: 4px;
  cursor: pointer;
  display: block;
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  height: 50px;
  line-height: 50px;
  margin-top: 3px;
  text-align: center;
  text-decoration: none;
  width: 12px;
  padding-top: 2px;
  position: absolute;
  right: 0;
}
.actizPicShowExpand .arrow_right_small .ico_pic_next {
  cursor: default;
  display: inline;
  font-family: SimSun;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: 600;
  height: auto;
  line-height: 50px;
  margin-top: 20px;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: center;
  width: auto;
}
.actizPicShowExpand .stage_box {
  float: left;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  height: 56px;
  line-height: 13px;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 100%;
}
.actizPicShowExpand .big1 {
  cursor: pointer;
  background-color: #fff;
}
.actizPicShowExpand .big2 {
  cursor: default;
  background-color: #fff;
}
.actizPicShowExpand .text1 {
  cursor: pointer;
}
.actizPicShowExpand .text2 {
  cursor: default;
}
.feed_list .feed_spec .spec_hack_pic{
  /* width: 292px; */
  max-width: 292px;
  /* max-height: 177px; */
  height: 177px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.feed_list .feed_spec .spec_hack_pic .spec_hack_item{
  padding: 12px 15px;
  background-color: rgba(0,0,0,.3);
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  text-align: left;
}

.watch_user_img{ background-color: #fff; width: 22px; height: 22px; border-radius: 50%; padding: 2px;margin-bottom: 3px  }
.user_img1{margin-left: -10px}
.user_img2{margin-left: -10px}
.fe_item_favorite{  margin-right: 8px;
  position: relative;
  color: rgb(15, 136, 235);
  background-color: rgb(235, 243, 251);
  padding: 6px 15px;
  font-size: 13px;
  cursor: pointer;
}
.fe_item_comm{
  margin-right: 8px;
  position: relative;
  padding: 6px 15px;
  font-size: 13px;
  cursor: pointer;
}
.fe_item_favorite>i {
  margin-right: 5px;
}
.fe_item_comm>i {
  margin-right: 5px;
}
.feed_list .fe_favorite{
  margin-top: 10px;
  margin-bottom: 10px;
  color: rgb(133, 144, 166);
}
.stop_watch{
  text-align: center;
  border-top: 1px solid rgb(232, 238, 241);
  border-bottom: 1px solid rgb(232, 238, 241);
  padding: 10px;
  margin-right: 100px;
  color: rgb(133, 144, 166);
}
.mark{
  -webkit-mask-image: linear-gradient(rgb(0, 0, 0) calc(100% - 9rem),rgba(0, 0, 0, 0));
  mask-image: linear-gradient(#000 calc(100% - 9rem),transparent);
  mask-image: linear-gradient(#000 calc(100% - 9rem),transparent);
  mask-image: linear-gradient(#000 calc(100% - 9rem),transparent);
}
.feed_list .fe_item_sp img{
  max-width: 100%;
}
.feed_list .fe_item_sp embed{
  max-width: 100%;
}
