html {
  font-size: 20px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 20px;
  -webkit-font-smoothing: antialiased;
}

.bd_weixin_popup {
  box-sizing: content-box !important;
}

html, body, ul, li, ol, h1, h2, h3, h4, h5, h6 {
  font-family: "PingFangSC-Regular", "PingFang SC", "Microsoft YaHei", Arial, Helvetica, "WenQuanYi Micro Hei", "tohoma,sans-serif";
  ;
  padding: 0;
  margin: 0;
  list-style: none;
}

i {
  font-style: normal;
}

a:link, a:visited, a:hover, a:active {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: top;
}


/*font*/

@font-face {
  font-family: 'Glyphicons Halflings';
  src: url('../fonts/glyphicons-halflings-regular.eot');
  src: url('../fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('../fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('../fonts/glyphicons-halflings-regular.woff') format('woff'), url('../fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('../fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}

.glyphicon {
  font-family: 'Glyphicons Halflings';
}

.wp {
  width: 60rem;
  margin: 0 auto;
}

.wp865 {
  width: 43.25rem;
}

.wp285 {
  width: 14.25rem;
}

.cl {
  zoom: 1;
}

.cl:after {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.use-select {
  use-select: none;
}


/*float*/

.r {
  float: right;
}

.l {
  float: left;
}


/*水平均分,两端对齐*/

.justify-parent {
  text-align: justify;
}

.justify-child {
  display: inline-block;
}

.justify-fix {
  display: inline-block;
  width: 100%;
  height: 0;
  overflow: hidden;
}


/*没有内容时的SVG状态图标 start*/

.Dgtle-svg {
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-repeat: no-repeat;
  margin: 3rem auto 1rem;
}


/*没有活动*/

.Dgtle-activity {
  background-image: url('../fonts/activity.svg');
}


/*没有收藏*/

.Dgtle-favorite {
  background-image: url('../fonts/favorite.svg');
}


/*没有粉丝*/

.Dgtle-follow_fans {
  background-image: url('../fonts/follow_fans.svg');
}


/*没有关注*/

.Dgtle-follow_feed {
  background-image: url('../fonts/follow_feed.svg');
}


/*没有小组*/

.Dgtle-group {
  background-image: url('../fonts/group.svg');
}


/*没有帖子*/

.Dgtle-posts {
  background-image: url('../fonts/posts.svg');
}


/*没有私信*/

.Dgtle-sixin {
  background-image: url('../fonts/sixin.svg');
}


/*没有话题*/

.Dgtle-topic {
  background-image: url('../fonts/topic.svg');
}


/*没有二手信息*/

.Dgtle-trade {
  background-image: url('../fonts/trade.svg');
}


/*点赞没有通知*/

.Dgtle-notice_zan {
  background-image: url('../fonts/notice_zan.svg');
}


/*回复没有通知*/

.Dgtle-notice_reply {
  background-image: url('../fonts/notice_reply.svg');
}


/*没有通知*/

.Dgtle-notice {
  background-image: url('../fonts/notice.svg');
}


/*没有内容时的SVG状态图标 end*/


/*color*/

.gray-9c {
  color: #9c9c9c;
}

.gray-99 {
  color: #999;
}

.gray-cf {
  color: #cfcfcf;
}

.black-33 {
  color: #333;
}

.black-66 {
  color: #666;
}

.blue {
  color: #4CA6E1;
}


/*box-shadow*/

.box-shadow {
  background: #FFFFFF;
  box-shadow: 0 15px 15px 0 rgba(15, 37, 64, 0.10);
  border-radius: 2px;
}


/*============icon=============*/

.icon {
  display: inline-block;
}

.icon-changeBg {
  display: block;
  border-radius: 5rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  width: 6rem;
}

.icon-edit span {
  display: block;
  border-radius: 5rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  width: 6rem;
}

.icon-attention a, .icon-attention span {
  display: block;
  border-radius: 5rem;
  height: 1.7rem;
  line-height: 1.7rem;
  text-align: center;
  width: 4rem;
  color: #fff;
}

.icon .icon-green {
  background: rgba(95, 211, 128, 0.80);
}

.icon .icon-blue {
  background: rgba(95, 179, 211, 0.80);
}

.icon .icon-red {
  background: rgba(211, 95, 95, 0.80);
}

.icon .icon-green {
  background: rgba(95, 211, 128, 0.80);
}

.icon-white span {
  border: 1px solid #fff;
  color: #fff;
}

.icon-gray span {
  border: 1px solid #e5e5e5;
  color: #666;
}

.icon-gray-99 span {
  border: 1px solid #e5e5e5;
  color: #999;
}

.icon-yellow span {
  border: 1px solid #e5e5e5;
  color: #999;
}

.icon-blue span {
  background-image: linear-gradient(-180deg, #4790E5 0%, #52A5F4 100%);
  border: none;
  color: #fff;
}

.icon-green span {
  background-image: linear-gradient(-180deg, #59DFA4 0%, #5BDDC4 100%);
  border: none;
  color: #fff;
}


/*按钮交互效果 start*/

.fancy-button {
  position: relative;
  z-index: 100;
}

.fancy-button span {
  position: relative;
  z-index: 2;
  will-change: transform, filter, border-color;
  transform-style: preserve-3d;
  transition: transform 0.3s ease-out, filter 0.3s ease-out;
  box-sizing: border-box;
}

.icon-gray-99:hover:before, .icon-gray:hover:before, .icon-blue:before {
  background: #65B2F5;
}

.icon-green:before {
  background: #59DFA4;
}

.icon-gray-green:hover:before {
  background: #59DFA4;
}

.icon-yellow:before {
  background: #f5cf5e;
}

.icon-yellow span, .icon-gray span, .icon-blue span, .icon-green span {
  transition: transform 0.5s ease, filter 0.5s ease;
}

.icon-yellow:hover span, .icon-gray:hover span, .icon-gray-99:hover span, .icon-blue:hover span, .icon-green:hover span {
  background-image: linear-gradient(-180deg, #4790E5 0%, #52A5F4 100%);
  border: none;
  color: #fff;
  filter: brightness(1.05) contrast(1.05);
  transform: scale(1.1);
}

.icon-yellow:hover span {
  background-image: linear-gradient(-180deg, #e9b028 0%, #f5cf5e 100%);
}

.icon-blue:hover span {
  background-image: linear-gradient(-180deg, #4790E5 0%, #3BCFFF 99%);
}

.icon-green:hover span {
  background-image: linear-gradient(-180deg, #59DFA4 0%, #61F9A8 96%);
}

.icon-gray-green:hover span {
  background-image: linear-gradient(-180deg, #59DFA4 0%, #61F9A8 96%);
}

.icon-yellow:hover:before, .icon-gray-99:hover:before, .icon-gray:hover:before, .icon-blue:hover:before, .icon-green:hover:before {
  content: '';
  display: inline-block;
  height: 20px;
  position: absolute;
  bottom: -5px;
  left: 9px;
  right: 9px;
  z-index: -1;
  border-radius: 30em;
  filter: blur(10px) brightness(0.95);
  transform-style: preserve-3d;
  transition: transform 0.5s ease-out, filter 0.5s ease-out;
}

.icon-yellow:hover:active:before, .icon-gray-99:hover:active:before, .icon-gray:hover:active:before, .icon-blue:hover:active:before, .icon-green:hover:active:before {
  bottom: 1px;
  filter: blur(8px) brightness(0.95);
  transition: transform 0.15s ease-out, filter 0.5s ease-out;
}

.icon-yellow:hover:active span, .icon-gray:hover:active span, .icon-gray-99:hover:active span, .icon-blue:hover:active span, .icon-green:hover:active span {
  transform: scale(1);
}


/*点赞按钮交互效果 start*/

.like-icon {
  position: relative;
  text-align: center;
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  -webkit-align-content: center;
  align-content: center;
  width: 26px;
}

.cards .list-group .list-group-item .list-stat span {
  margin-right: 0;
}

.cards .list-group .list-group-item .list-stat .like-icon i {
  margin-right: 0;
}
.cards .list-group .list-group-item .list-stat .like-icon.recommed i{
  color: #ee9393;
}

/* Icons button */

.icobutton {
  font-size: 16px;
  position: relative;
  margin: 0;
  padding: 0;
  color: #c0c1c3;
  border: 0;
  background: none;
  overflow: visible;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.icobutton .fa {
  display: block;
  padding: 0 0.1em;
}

.icobutton__text {
  font-size: 0.75em;
  position: absolute;
  top: 100%;
  left: -50%;
  width: 200%;
  text-align: center;
  line-height: 1.5;
  color: #a6a6a6;
}

.icobutton__text--side {
  top: 0;
  left: 100%;
  width: 100%;
  width: auto;
  padding: 0 0 0 0.25em;
}


/* fix for mo.js */

.icobutton svg {
  left: 0;
}

.icobutton:hover, .icobutton:focus {
  outline: none;
}


/* Unicorn */

.icobutton--unicorn svg {
  fill: #c0c1c3;
}


/*点赞按钮交互效果 end*/


/*个人中心header部分按钮组*/

.header-btn-group {
  position: absolute;
  right: 0;
  bottom: -0.9rem;
}

.header-btn-group .icon {
  float: left;
  margin-left: 2rem;
}

.header-btn-group .icon span {
  display: block;
  border-radius: 5rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 5rem;
  color: #fff;
  font-size: 0.8rem;
}


/*关注*/

.fancy-button.feed-atten.attened span:before {
  content: '已关注'
}

.fancy-button.feed-atten.attened:hover span:before {
  content: '取消关注'
}

.fancy-button.feed-atten span:before {
  content: '取消关注'
}

.fancy-button.feed-atten.atten span:before {
  content: '关 注'
}



/*粉丝*/

.fancy-button.fans-atten.attened span:before {
  content: '互相关注'
}

.fancy-button.fans-atten.attened:hover span:before {
  content: '取消关注'
}

.fancy-button.fans-atten span:before {
  content: '关 注'
}

.fancy-button.fans-atten:hover span:before {
  content: '关 注'
}

.fancy-button.fans-atten.atten span:before {
  content: '关 注'
}

.fancy-button.fans-atten.atten:hover span:before {
  content: '关 注'
}

.fancy-button.fans-atten.attenedd span:before {
  content: '已关注'
}

.fancy-button.fans-atten.attenedd:hover span:before {
  content: '取消关注'
}


/*按钮交互效果 end*/


/*按钮加载更多 start*/

.clickMore {
  text-align: center;
  margin: 2rem auto 5rem;
  color: #999;
  border: none;
  background: none;
  outline: none;
  cursor: pointer;
}

.clickMore:focus {
  outline: none;
}

.clickMore[disabled], .clickMore[disabled] span {
  cursor: not-allowed;
}

.clickMore span {
  display: block;
  border-radius: 5rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 7rem;
  color: #999;
}


/*按钮加载更多 end*/


/*=====================padding && margin=======================*/

.mar-20 {
  margin: 1rem auto !important;
}

.marTop-10 {
  margin-top: 0.5rem !important;
}

.marTop-20 {
  margin-top: 1rem !important;
}

.marTop-30 {
  margin-top: 1.5rem !important;
}

.marTop-40 {
  margin-top: 2rem !important;
}
.marTop-50 {
  margin-top: 2.5rem !important;
}
.marTop-70 {
  margin-top: 3.5rem !important;
}

.marBottom-20 {
  margin-bottom: 1rem !important;
}

.marBottom-30 {
  margin-bottom: 1.5rem !important;
}

.marBottom-40 {
  margin-bottom: 2rem !important;
}

.marBottom-50 {
  margin-bottom: 2.5rem !important;
}

.marBottom-60 {
  margin-bottom: 3rem !important;
}

.paTop-5 {
  padding-top: 0.25rem !important;
}

.paTop-10 {
  padding-top: 0.5rem !important;
}

.paTop-14 {
  padding-top: 0.7rem !important;
}

.paTop-20 {
  padding-top: 1rem !important;
}

.paTop-30 {
  padding-top: 1.5rem !important;
}

.paTop-40 {
  padding-top: 2rem !important;
}

.paBottom-10 {
  padding-bottom: 0.5rem !important;
}

.paBottom-14 {
  padding-bottom: 0.7rem !important;
}

.padd10 {
  padding: 0 0.5rem;
}
.padd20 {
  padding: 0 1rem;
}

/*=====================nav==========================*/

.navBar {
  position: fixed;
  height: 3rem;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}

.navBar-inverse {
  background-color: rgba(0, 0, 0, 0.8);
  border-color: rgba(0, 0, 0, 0.8);
}

.header {
  margin: 0 5rem;
  position: relative;
  height: 3rem;
}


/*logo*/

.header .logo {
  margin-top: 0.75rem;
}

.header .logo a {
  display: block;
  cursor: pointer;
}

.header .logo a img {
  height: 1.5rem;
}

.navBar-inverse .navBar-nav a {
  font-size: 0.75rem;
  color: #9C9C9C;
  letter-spacing: 0;
  line-height: 3rem;
  transition: color 0.3s ease 0;
  font-weight: bold;
  white-space: nowrap;
}

.navBar-inverse .navBar-nav>.active>a, .navBar-inverse .navBar-nav a:hover {
  color: #fff;
}


/*nav-content*/

.nav-content {
  position: absolute;
  left: 50%;
  top: 0;
  transform: translate(-50%, 0);
  max-width: 42rem;
  min-width: 600px;
}

.nav-content .navBar-nav {
  height: 3rem;
  text-align: center;
  width: 100%;
  /*position: relative;*/
  pointer-events: auto;
  display: flex;
  align-items: center;
}

.header .nav-hide {
  visibility: hidden;
  pointer-events: none;
}

.navBar-nav li {
  font-size: 0.7rem;
  color: #9C9C9C;
  letter-spacing: 0;
  line-height: 3rem;
  display: inline-block;
  text-align: center;
  margin-right: 2.5rem;
}

.navBar-nav li:last-child {
  margin-right: 0;
}

.navBar-nav li a {
  font-size: 0.7rem;
  color: #9C9C9C;
  letter-spacing: 0;
  line-height: 3rem;
  cursor: pointer;
  transition: color 0.3s ease 0;
}

.navBar-nav>.active>a {
  color: #fff;
}


/*navBar-login-status*/

.navBar-login-status li {
  float: left;
  font-size: 0.7rem;
  color: #9C9C9C;
  letter-spacing: 0;
  line-height: 3rem;
  margin: 0 1rem;
  pointer-events: auto;
  height: 3rem;
}

.navBar-login-status li a {
  font-size: 1rem;
  color: #9C9C9C;
  letter-spacing: 0;
  line-height: 3rem;
  cursor: pointer;
  -webkit-transition: color 0.3s ease 0;
  -ms-transition: color 0.3s ease 0;
  -o-transition: color 0.3s ease 0;
  transition: color 0.3s ease 0;
  display: inline-block;
}

.navBar-login-status li.nav-avatar a {
  font-size: 0.7rem;
}

.navBar-login-status li a:hover {
  color: #fff;
}

.navBar-login-status li.nav-avatar a.avatar-img {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  overflow: hidden;
  margin-top: 0.75rem;
  position: relative;
  border: 2px solid #fafafa;
}

.navBar-login-status li.nav-avatar a.avatar-img:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
}


/*search-box*/

.search-box {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
}

.search-box.search-hide {
  display: none;
}

.search-content {
  height: 3rem;
}

.searchform-wrapper .btn-style {
  color: #fff;
  background: transparent;
  border: none;
  height: 3rem;
  line-height: 3rem;
  padding: 0 0 0 1rem;
}

.searchform-wrapper .btn-style .search-icon {
  font-size: 1rem;
}

.searchform-wrapper .btn-style .search-close {
  font-size: 0.9rem;
  color: #9C9C9C;
}

.searchform-wrapper .btn-style .search-close:hover {
  color: #fff;
}

.searchform-wrapper input.input-style {
  border: none;
  background: transparent;
  color: #fff;
  height: 3rem;
}

.searchform-wrapper .btn-style:focus, .searchform-wrapper input.form-control:focus {
  box-shadow: none;
  outline: 0;
}

.search-list-box {
  padding: 0 2rem 2rem;
}

.search-list-box h3 {
  color: #333;
  font-size: 0.75rem;
  line-height: 1.5rem;
  height: 1.5rem;
  margin-left: 1rem;
}

.search-box .seachBoxShow-animated {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.search-list-box .seachBoxShow-animated:nth-child(1) {
  -webkit-animation-delay: 100ms;
  animation-delay: 100ms;
}

.search-list-box .seachBoxShow-animated:nth-child(2) {
  -webkit-animation-delay: 200ms;
  animation-delay: 200ms;
}

.search-list-box .seachBoxShow-animated:nth-child(3) {
  -webkit-animation-delay: 300ms;
  animation-delay: 300ms;
}

.search-list-box .seachBoxShow-animated:nth-child(4) {
  -webkit-animation-delay: 400ms;
  animation-delay: 400ms;
}

.search-box .seachBoxShow-animated {
  -webkit-animation: seachBoxShow 400ms both;
  animation: seachBoxShow 400ms both;
  animation-name: seachBoxShow;
  animation-duration: 400ms;
  animation-timing-function: initial;
  animation-delay: initial;
  animation-iteration-count: initial;
  animation-direction: initial;
  animation-fill-mode: both;
  animation-play-state: initial;
}


/*notice===dropdown-menu*/
.nav-notice {
  position: relative;
}
.nav-notice em {
  display: block;
  position: absolute;
  height: 6px;
  width: 6px;
  padding: 0;
  right: -2px;
  top: 16px;
  border-radius: 50%;
  background-color: #F06363;
}
.nav-notice .dropdown-menu, .nav-avatar .dropdown-menu {
  position: absolute;
  top: 2.8rem;
  left: 50%;
  float: none;
  min-width: 6.3rem;
  margin: 2px 0 0;
  font-size: 0.7rem;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  border: none;
  box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.15);
  -webkit-box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.15);
  border-radius: 2px 0 0 0 2px 2px 2px;
  padding: 0.4rem 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.nav-notice .dropdown-menu:before, .nav-avatar .dropdown-menu:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid #fff;
  position: absolute;
  left: 50%;
  top: -6px;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}

.nav-notice .dropdown-menu li, .nav-avatar .dropdown-menu li {
  float: none;
  font-size: 0.7rem;
  color: #333;
  letter-spacing: 0;
  line-height: 1.7rem;
  margin: 0;
  text-align: center;
  height: 1.7rem;
  cursor: pointer;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  border-radius: 2px 0 0 0 2px 2px 2px;
}

.nav-notice .dropdown-menu li:hover, .nav-avatar .dropdown-menu li:hover {
  background: #EDF2F8;
}

.nav-notice .dropdown-menu li a, .nav-avatar .dropdown-menu li a {
  font-size: 0.7rem;
  color: #333;
  letter-spacing: 0;
  line-height: 1.7rem;
  padding: 0;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  position: relative;
  display: block;
  width: 4rem;
  padding: 0 1.15rem;
}

.dropdown-menu>li>a:hover, .dropdown-menu>li>a:focus {
  background: none;
}

.nav-notice .dropdown-menu li a.new:before, .nav-avatar .dropdown-menu li a.new:before {
  position: absolute;
  right: -6px;
  top: 15px;
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: red;
}

.nav-notice .dropdown-menu li a i, .nav-avatar .dropdown-menu li a i {
  margin-right: 0.5rem;
  color: #C9D6DE;
  top: 1px;
}

.nav-notice .dropdown-menu li:hover a i, .nav-avatar .dropdown-menu li:hover a i {
  color: #a8c5d8;
}

@keyframes seachBoxShow {
  0% {
    opacity: 0;
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
    -webkit-animation-timing-function: ease;
    animation-timing-function: ease
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}


/*===============加载动画 start=======================*/

.spinner {
  margin: 100px auto 0;
  width: 150px;
  text-align: center;
}

.spinner>div {
  width: 30px;
  height: 30px;
  background-color: #C9D6DE;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: bouncedelay 1.4s infinite ease-in-out;
  animation: bouncedelay 1.4s infinite ease-in-out;
  /* Prevent first frame from flickering when animation starts */
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0.0)
  }
  40% {
    -webkit-transform: scale(1.0)
  }
}

@keyframes bouncedelay {
  0%, 80%, 100% {
    transform: scale(0.0);
    -webkit-transform: scale(0.0);
  }
  40% {
    transform: scale(1.0);
    -webkit-transform: scale(1.0);
  }
}


/*===============加载动画 end=======================*/


/*===============个人中心--tab切换 start=======================*/

.clickMore {
  display: none;
}

.user-content {
  margin: 1rem auto;
}

.tab-nav {
  border-bottom: none;
}

.tab-nav>li>a {
  color: #999;
  margin-right: 0;
  line-height: 1.42857143;
  border: none;
  border-radius: 0;
  padding: 0;
}

.nav-tabs>li.active>a, .nav-tabs>li>a:hover, .nav-tabs>li>a:focus, .nav-tabs>li.active>a, .nav-tabs>li.active>a:hover, .nav-tabs>li.active>a:focus {
  color: #333;
  font-weight: bold;
  cursor: pointer;
  background: none;
  border: 0;
  border-bottom-color: transparent;
}

.tab-nav li {
  display: inline-block;
  margin-right: 2.5rem;
  font-size: 0.7rem;
  color: #999;
  line-height: 2.7rem;
  cursor: pointer;
  padding: 1rem 0;
  position: relative;
}

.tab-nav li.dropdown {
  position: relative;
}

.tab-nav li.active, .tab-nav li:hover {
  color: #333;
}

.tab-nav li span {
  color: #999;
  margin-left: 4px;
  font-weight: normal;
}


/*tab切换==下拉列表 start*/

.tab-nav .dropdown-menu {
  left: 50%;
  top: 2.5rem;
  margin: 0;
  border: none;
  text-align: center;
  padding: 0.5rem 0;
  min-width: 0;
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.tab-nav .dropdown-menu li {
  height: 1rem;
  line-height: 1rem;
  margin: 0.5rem 0;
  padding: 0;
  display: block;
}

.tab-nav .dropdown-menu>li>a {
  padding: 0 1rem;
  font-size: 0.6rem;
  line-height: 1rem;
  color: #666;
}

.dropdown-menu>.active>a, .dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
  background: #eaeaea;
  color: #333;
}


/*tab切换==下拉列表 end*/

.tablist ul li {
  float: left;
  width: 30rem;
  margin-right: 0rem;
  background: transparent;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  padding: 0.5rem;
  position: relative;
}

.tablist ul li.list-group-item {
  z-index: 1;
}

.tablist ul li.list-group-item:hover {
  z-index: 2;
}

.tablist ul li:hover {
  background: #FFFFFF;
  border-radius: 2px;
}

.tablist ul li:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 10px;
  display: block;
}

.tablist ul li:nth-child(2n) {
  margin-right: 0;
}

.tablist ul li .follow-box {
  padding: 1rem;
  background: #fff;
}

.tablist ul li .img-link {
  width: 3.5rem;
  height: 3.5rem;
  overflow: hidden;
  border-radius: 50%;
  background: #ccc;
}

.tablist ul li .people-info {
  width: 18.1rem;
  margin-left: 1rem;
}


/*个人中心--tab切换 end*/


/*=======================卡片列表 start=======================*/


/*卡片外部*/

.row1 {
  margin-left: -10px;
  margin-right: -10px;
}

.cards .list-group {
  width: 14.25rem;
  background: #fff;
  padding-bottom: 1rem;
  transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  position: relative;
  border-radius: 2px;
  overflow: visible;
}

.cards .list-group li {
  width: 14.25rem;
  float: none;
  margin-bottom: 0;
  padding: 0 0.5rem;
  border: none;
  background-color: #fff;
}

.cards .list-group li:hover {
  box-shadow: none;
}


/*卡片大图*/

.cards .list-group>li.img-box {
  padding: 0;
}

.cards .list-group>li.img-box a {
  width: 100%;
  display: block;
  overflow: hidden;
  max-height: 30rem;
  border-radius: 2px;
  position: relative;
  background: #fff;
}

.cards .list-group>li.img-box a:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
  opacity: 0;
  transition: all 1s ease 0s;
  -webkit-transition: all 1s ease 0s;
  -ms-transition: all 1s ease 0s;
  -o-transition: all 1s ease 0s;
}

.cards .list-group>li.img-box a:hover:before {
  opacity: 1;
}

.cards .list-group>li.img-box img {
  width: 100%;
}


/*卡片标题和摘要*/

.cards .list-group>li.cards-content {
  padding-top: 0.7rem;
}

.list-group-item h3 {
  font-size: 0.8rem;
  font-weight: bold;
  color: #333333;
  letter-spacing: 0;
  overflow: hidden;
  max-height: 2.6rem;
  line-height: 1.3rem;
  margin-bottom: 10px;
}

.list-group-item h3 a {
  color: #333333;
  transition: color 0.3s ease 0s;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
}

.list-group-item h3 a:hover {
  color: #506a8a;
}

.list-group-item p {
  font-size: 0.65rem;
  color: #999;
  letter-spacing: 0;
  line-height: 1rem;
  padding: 0.1rem 0 0;
  margin: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.1rem;
}


}
/*卡片作者相关信息*/
.cards .list-group .list-group-item .media {
  padding-bottom: 0.5rem;
  padding-top: 0.7rem;
}
.media-left a {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.media-left a.media-avator:hover:before {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  content: "";
  display: block;
  background: rgba(255, 255, 255, 0.3);
}
.cards .media-body {
  vertical-align: middle;
}
.cards h5 {
  font-size: 0.6rem;
  color: #999;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-bottom: 0;
}
.cards h5 a {
  color: #666666;
  font-weight: bold;
}
.cards h5 .pull-right a {
  color: #4CA6E1;
}
.cards h5 span {
  font-family: Georgia;
  font-size: 0.8rem;
  font-weight: bold;
  line-height: 1.2rem;
  padding: 0 0.3rem;
}
/*卡片标签*/
.cards .list-group .list-group-item .list-tag {
  display: flex;
  align-items: center;
  font-size: 0.6rem;
  letter-spacing: 0;
}
.cards .list-group .list-group-item .list-tag a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #999;
  margin-right: 0.5rem;
}
/*卡片点赞*/
.cards .list-group .list-group-item .list-stat {
  font-size: 0.8rem;
  line-height: 0.8rem;
  color: #C9D6DE;
  padding-bottom: 1rem;
}
.list-stat .is_home {
  display: none;
}
.list-stat .forum_homed {
  display: block;
}
.cards .list-group .list-group-item .list-stat .dropdown-menu {
  z-index: 200;
}
.cards .list-group .list-group-item .list-stat i {
  margin-right: 0.5rem;
  color: #C9D6DE;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.cards .list-group .list-group-item .list-stat span {
  margin-right: 1rem;
  font-size: 0.6rem;
  line-height: 0.8rem;
  font-weight: bold;
}
.cards .list-group .list-group-item .list-stat button {
  background: none;
  border: none;
  font-size: 0.7rem;
  line-height: 0.8rem;
  color: #C9D6DE;
  -webkit-transition: color 0.3s ease 0s;
  -ms-transition: color 0.3s ease 0s;
  -o-transition: color 0.3s ease 0s;
  transition: color 0.3s ease 0s;
}
.cards .list-group .list-group-item .list-stat button:focus {
  outline: none;
}
.cards .list-group .list-group-item .list-stat button:hover {
  color: #a8c5d8;
}
.cards .list-group .list-group-item .list-stat button:active {
  background: none;
  box-shadow: none;
}
.cards .list-group .list-group-item .list-stat button a {
  color: #C9D6DE;
}
.cards .list-group .list-group-item .list-stat i:hover, .cards .list-group .list-group-item .list-stat button a:hover {
  color: #a8c5d8;
}

/* 小组卡片右侧的三点菜单按钮样式，取代button start */

.cards .list-group .list-group-item .list-stat div ul.dropdown-menu {
  min-width: 6rem;
  margin: 2px 0 0;
  font-size: 0.7rem;
  text-align: center;
  list-style: none;
  background-color: #fff;
  -webkit-background-clip: padding-box;
  border: none;
  box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.15);
  -webkit-box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.15);
  -ms-box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.15);
  -o-box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.15);
  border-radius: 2px 0 0 0 2px 2px 2px;
  padding: 0.4rem 0;
  transform: translate(-50%, 0);
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
}
.cards .list-group .list-group-item .list-stat div ul.dropdown-menu li {
  width: 100%;
  float: none;
  font-size: 0.7rem;
  color: #333;
  letter-spacing: 0;
  line-height: 1.7rem;
  margin: 0;
  text-align: center;
  height: 1.7rem;
  cursor: pointer;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
}
.cards .list-group .list-group-item .list-stat div ul.dropdown-menu li:hover {
  background: #EDF2F8;
}
.cards .list-group .list-group-item .list-stat div ul.dropdown-menu li a {
  font-size: 0.7rem;
  color: #333;
  letter-spacing: 0;
  transition: all 0.3s ease 0;
  -webkit-transition: all 0.3s ease 0;
  -ms-transition: all 0.3s ease 0;
  -o-transition: all 0.3s ease 0;
  position: relative;
  display: block;
  padding: 0 1.15rem;
}

/* 小组卡片右侧的三点菜单按钮样式，取代button end */

/*卡片列表 end*/

/*普通列表卡片样式 start*/
.cards.regular-cards .list-group-content {
  float: left;
  padding: 10px;
  background-color: transparent;
  transition: all 0.3s ease-out 0s;
  -webkit-transition: all 0.3s ease-out 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  box-shadow: none;
  border-radius: 2px;
  position: relative;
  z-index: 1;
}
.cards.regular-cards .list-group-content:hover {
  background: #FFFFFF;
  box-shadow: 0 15px 15px 0 rgba(15, 37, 64, 0.10);
  z-index: 2;
}
.cards.regular-cards .list-group-content .list-group {
  margin-bottom: 0;
  padding-bottom: 0;
}
.cards.regular-cards .list-group>li.img-box a {
  height: 9.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
.regular-cards .list-group-item h3 {
  overflow: hidden;
  height: 2rem;
  line-height: 1rem;
}
.regular-cards .list-group-item p {
  overflow: hidden;
  margin-top: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  height: 3.1rem;
}

/*普通列表卡片样式 end*/

/*瀑布流卡片样式 start*/
.waterfall-cards {
  width: 1220px;
  margin: 0 -10px;
  box-sizing: border-box;
}
.waterfall-cards .list-group {
  float: left;
  width: 305px;
  padding: 10px;
  padding-bottom: 20px;
  background: transparent;
  margin-bottom: 0;
}
.waterfall-cards .list-group:hover {
  background: #FFFFFF;
  box-shadow: 0 15px 15px 0 rgba(15, 37, 64, 0.10);
  border-radius: 2px;
  z-index: 2;
}

/*瀑布流卡片样式 end*/

/*兴趣小组卡片样式 start*/
.interest-group .list-group {
  width: 30.5rem;
}
.interest-group .waterfall-cards .list-group {
  padding-bottom: 0.5rem;
}
.interest-group .list-group li {
  padding: 0 1rem;
  width: 29.5rem;
  z-index: 0;
  position: static;
}
.interest-group .media {
  overflow: visible;
}
.interest-group .media-left a {
  width: 2rem;
  height: 2rem;
}
.author_avator,.author_name_box {
  position: relative;
}
.author_infoCard {
  position: absolute;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.10), 0 15px 15px 0 rgba(15, 37, 64, 0.10);
  z-index: 10000;
  display: none;
  text-align: center;
}
.author_infoCard .spinner {
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 40px;
  margin: 0 auto;
}
.author_infoCard .spinner>div {
  width: 20px;
  height: 20px;
}
.author_infoCard:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 14px;
  top: -6px;
}
.author_infoCard .author-card {
  width: 23rem;
}




.interest-group .author-info-row .author_infoCard {
  position: absolute;
  left: 0;
  top: 50px;
  background: #fff;
  border-radius: 6px;
  box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.10), 0 15px 15px 0 rgba(15, 37, 64, 0.10);
  z-index: 100;
  display: none;
  text-align: center;
}
.interest-group .author-info-row .author_infoCard .spinner {
  width: 100px;
  height: 100px;
  text-align: center;
  padding-top: 40px;
  margin: 0 auto;
}
.interest-group .author-info-row .author_infoCard .spinner>div {
  width: 20px;
  height: 20px;
}
.interest-group .author-info-row .author_infoCard:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 6px solid rgba(255, 255, 255, 0.4);
  position: absolute;
  left: 13px;
  top: -6px;
}
.interest-group .author-info-row .author_infoCard .author-card {
  width: 23rem;
}
.author_infoCard .author-card .author-card-summary {
  text-align: center;
  margin-top: 1.6rem;
}
.author_infoCard .author-card .author-card-summary .img-link-box {
  width: 3.5rem;
  height: 3.5rem;
  position: relative;
  margin: 0 auto;
}
.author_infoCard .author-card .author-card-summary .img-link, .author_infoCard .author-card .author-card-summary .img-link a {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  overflow: hidden;
}
.author_infoCard .author-card .author-card-summary .img-link-box .vip {
  width: 0.8rem;
  height: 0.8rem;
  background-image: radial-gradient(50% 100%, #f87272 30%, #961c1c 100%);
  box-shadow: 0 1px 4px 0;
  position: absolute;
  left: 50%;
  bottom: -6px;
  transform: translate(-50%, 0);
  display: block;
}
.author_infoCard .author-card .author-name-info {
  margin-top: 0.5rem;
}
.author_infoCard .author-card .author-name-info a {
  display: inline;
  font-size: 0.8rem;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.8rem;
  font-weight: bold;
  position: static;
  width: auto;
}
.author_infoCard .author-card .author-name-info a:hover:before {
  position: static;
  background: none;
}
.author_infoCard .author-card .author-name-info span {
  display: block;
  font-size: 0.7rem;
  line-height: 0.7rem;
  color: #999;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
	max-width: 15rem;
	margin: 0 auto;
}
.author_infoCard .author-card .author-card-icon-group {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1.3rem;
}
.author_infoCard .author-card .author-card-icon-group .atten-btn-box .icon, .author_infoCard .author-card .author-card-icon-group .sixin-btn-box .icon {
  height: 2rem;
  line-height: 2rem;
  width: 5rem;
  margin: 0 10px;
}
.author_infoCard .author-card .author-card-icon-group .atten-btn-box .icon span, .author_infoCard .author-card .author-card-icon-group .sixin-btn-box .icon span {
  display: block;
  border-radius: 5rem;
  height: 2rem;
  line-height: 2rem;
  text-align: center;
  width: 5rem;
}
.author_infoCard .author-card .author-card-icon-group .atten-btn-box a, .author_infoCard .author-card .author-card-icon-group .sixin-btn-box a {
  display: block;
  text-align: center;
  border-radius: 100px;
  overflow: visible;
  margin: 0 auto;
  width: 6rem;
}
.author_infoCard .author-card .author-card-icon-group .atten-btn-box a strong, .author_infoCard .author-card .author-card-icon-group .sixin-btn-box a strong {
  font-size: 1.1rem;
  color: #666;
  line-height: 1.1rem;
  display: block;
  margin: 10px auto 6px;
  font-weight: normal;
}
.author_infoCard .author-card .author-card-icon-group .atten-btn-box a b, .author_infoCard .author-card .author-card-icon-group .sixin-btn-box a b {
  display: block;
  font-size: 0.6rem;
  line-height: 0.6rem;
  color: #999;
  font-weight: normal;
}
.author_infoCard .author-card .author-card-atten {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 1rem;
  border-top: 1px solid #e5e5e5;
}
.author_infoCard .author-card .author-card-atten li {
  width: inherit;
  height: 2.5rem;
  line-height: 2.5rem;
	padding: 0 1rem;
	margin: 0;
}
.author_infoCard .author-card .author-card-atten li a {
  font-size: 0.6rem;
  line-height: 2.5rem;
  color: #999;
  border-radius: 0px;
  width: auto;
}
.author_infoCard .author-card .author-card-atten li a strong {
  font-size: 0.8rem;
  color: #666;
  margin-right: 6px;
  font-weight: normal;
}
.interest-group .cards .author-info-row .media-body {
  overflow: visible;
}
.interest-group .cards .author-info-row h5 {
  line-height: 2rem;
}
.interest-group .cards .author-info-row h5 div.media-heading-left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  float: left;
}
.interest-group .cards .author-info-row h5 div.author_name_box {
  position: relative;
}
.interest-group .cards h5 .media-heading a {
  font-weight: bold;
  color: #666;
}
.interest-group .list-group li h3 {
  height: 1.1rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1.1rem;
  font-weight: bold;
}
.interest-group .list-group li p {
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 2.7rem;
  padding-top: 0.7rem;
}
.interest-group .list-group li p img {
  width: 1.1rem;
  vertical-align: bottom;
  margin: 0 2px;
}
.list-tag {
  display: flex;
  align-items: center;
  font-size: 0.6rem;
  letter-spacing: 0;
}
.list-tag a {
  display: inline-block;
  border: 1px solid #e5e5e5;
  border-radius: 100px;
  padding-left: 0.7rem;
  padding-right: 0.7rem;
  height: 1.2rem;
  line-height: 1.2rem;
  text-align: center;
  color: #999;
  margin-right: 0.5rem;
}
.list-tag.active a {
  background: #C9D6DE;
  color: #fff;
}

/*兴趣小组卡片样式 end*/

/*=========================分享按钮组============================*/
.share-btn-box {
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
#share-btn-box a {
  width: 1.5rem;
  height: 1.5rem;
  border-radius: 50%;
  border: 1px solid #999;
  text-align: center;
  line-height: 1.5rem;
  color: #999;
  margin-right: 17px;
  font-size: 0.9rem;
  background: none;
  padding-left: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#share-btn-box a.sina-share:hover {
  color: #ff001c;
  border-color: #ff001c;
}
#share-btn-box a.wechat-share:hover {
  color: #49aa00;
  border-color: #49aa00;
}
#share-btn-box a i {
  top: 1px;
}
.share_btn_left {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  height: 2.1rem;
}
.share_btn_left .report {
  display: block;
  color: #999;
  font-size: 12px;
  line-height: 38px;
  height: 30px;
}
.share-btn-summarry {
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  margin-top: 13px;
}
.favorite-btn-summarry {
  font-size: 12px;
  color: #999;
  letter-spacing: 0;
  margin-top: 10px;
  width: 5rem;
  text-align: center;
}
.favorite-btn-box a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.7rem;
  color: #999;
}
.favorite-btn-box span {
  width: 5rem;
  height: 2rem;
  border-radius: 5rem;
  line-height: 2rem;
  text-align: center;
  font-size: 0.7rem;
  color: #999;
  display: block;
}
.favorite-btn-box span i {
  margin-right: 10px;
  top: 1px;
}
.favorite-btn-box span b {
  font-weight: normal;
}

/*=========================分享按钮组============================*/

/*=========================评论列表============================*/

/* 一级评论 start */
#comment-list-box .comment-list {
  background: #fff;
}
#comment-list-box .comment-list .comment-item {
  padding: 0;
  padding-bottom: 1.1rem;
  position: relative;
  width: 100% !important;
  margin-bottom: 0.7rem;
  border-bottom: 1px dotted #e5e5e5;
  cursor: pointer;
}

#comment-list-box .comment-list .comment-item:hover .comment-icon-group {
  opacity: 1;
}
#comment-list-box .comment-list .media-left a {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
#comment-list-box .comment-list .media-body {
  vertical-align: middle;
}
#comment-list-box .comment-list .media-body h5 {
  font-size: 0.6rem;
  color: #999;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-bottom: 0;
}
#comment-list-box .comment-list .media-body h5 a {
  color: #999;
}
#comment-list-box .comment-list .comment-summary {
  font-size: 0.6rem;
  color: #666;
  letter-spacing: 0;
  line-height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: auto;
  max-height: 1.8rem;
  padding-top: 0;
  padding-left: 1.7rem;
  margin-top: 0.3rem;
}
#comment-list-box .comment-list .comment-summary a {
  color: #4CA6E1;
}
#comment-list-box .comment-list .comment-summary a:hover {
  color: #506a8a;
}
#comment-list-box .comment-list .comment-icon-group {
  position: absolute;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 1.1rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
#comment-list-box .comment-list .comment-icon-group .Dgtle-fonts {
  top: 0;
}
#comment-list-box .comment-list .comment-icon-group a, #comment-list-box .comment-list .comment-icon-group span {
  font-size: 0.6rem;
  color: #999999;
  letter-spacing: 0;
  line-height: 1.1rem;
}
#comment-list-box .comment-list .comment-icon-group span {
  margin: 0 0.5rem;
}
#comment-list-box .comment-list .comment-icon-group span.like-num {
  margin: 0 0 0 7px;
}
/* 一级评论 end */

/* 二级评论 start */
#comment-list-box .comment-reply-box {
  background: #FEFEFE;
  border: 1px solid #E5E5E5;
  padding-top: 0.5rem;
  margin-top: 0.5rem;
  margin-left: 1.7rem;
}
#comment-list-box .comment-reply-box .comment-reply {
  padding: 0 1rem;
}
#comment-list-box .comment-list .comment-reply-box .comment-reply-item {
  background: transparent;
  width: 100%;
  margin-bottom: 0.7rem;
  border-bottom: 1px dotted #e5e5e5;
  cursor: pointer;
  padding: 0;
  float: none;
}
#comment-list-box .comment-list .comment-reply-box .comment-reply-item .comment-summary {
  margin-top: 0;
  margin-bottom: 0.5rem;
}
#comment-list-box .comment-list .comment-reply-box .comment-reply-item:last-child {
  margin-bottom: 0;
  border: none;
}
/* 二级评论 end */

/*=========================评论列表 end============================*/

/*=========================评论列表--精彩评论 start============================*/

/* 一级评论 start */

.comment-list-box-jc .comment-list .comment-item {
  padding: 0;
  padding-bottom: 1.2rem;
  position: relative;
  width: 100% !important;
  margin-bottom: 0.7rem;
  border-bottom: 1px dotted #e5e5e5;
  cursor: pointer;
}
.comment-list-box-jc .comment-list .comment-item:hover .comment-icon-group {
  opacity: 1;
}
.comment-list-box-jc .comment-list .media-left a {
  display: block;
  width: 2rem;
  height: 2rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
	margin: 0 auto;
}
.comment-list-box-jc .comment-list .media-body {
  vertical-align: middle;
}
.comment-list-box-jc .comment-list .media-body h5 {
  font-size: 0.6rem;
  color: #999;
  letter-spacing: 0;
  line-height: 2rem;
  margin-bottom: 0;
  cursor: auto;
}
.comment-list-box-jc .comment-list .media-body h5 a {
  color: #666;
  font-weight: bold;
}
.comment-list-box-jc .comment-list .media-body h5 span {
  margin: 0;
  font-weight: bold;
}
.comment-list-box-jc .comment-list .comment-summary {
  font-size: 0.7rem;
  color: #333;
  letter-spacing: 0;
  line-height: 0.9rem;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 1.8rem;
  padding-top: 0;
  padding-left: 2.5rem;
  margin-top: -5px;
  margin-bottom: 12px;
  cursor: auto;
}
.comment-list-box-jc .comment-list .comment-summary img {
  width: 1.1rem;
  vertical-align: bottom;
  margin: 0 2px;
}
.comment-list-box-jc .comment-list .comment-summary a {
  color: #4CA6E1;
  margin: 0 0 0 4px;
}
.comment-list-box-jc .comment-list .comment-summary span {
  margin-right: 4px;
}
.comment-list-box-jc .comment-list .comment-summary a:hover {
  color: #506a8a;
}
.comment-list-box-jc .comment-list .comImgBox {
  margin-left: 2.5rem;
  width: 270px;
}
.comment-list-box-jc .comment-list .comImgBox .zjj_attachimg {
  width: 4rem;
  height: 4rem;
  margin-bottom: 10px;
  margin-right: 10px;
  border-radius: 2px;
  overflow: hidden;
}
.comment-list-box-jc .comment-list .comImgBox .zjj_attachimg a {
  display: block;
  width: 4rem;
  height: 4rem;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.comment-list-box-jc .comment-list .comment-icon-group {
  position: absolute;
  bottom: 0.3rem;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  height: 1.1rem;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -ms-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}
.comment-list-box-jc .comment-list .comment-icon-group .Dgtle-fonts {
  top: 0;
}
.comment-list-box-jc .comment-list .comment-icon-group a, .comment-list-box-jc .comment-list .comment-icon-group span {
  font-size: 0.6rem;
  color: #999999;
  letter-spacing: 0;
  line-height: 1.1rem;
}
.comment-list-box-jc .comment-list .comment-icon-group span {
  margin: 0 0.5rem;
}
.comment-list-box-jc .comment-list .comment-icon-group span.like-num {
  margin: 0 0 0 7px;
}
/* 一级评论 end */

/* 二级评论 start */
.comment-list-box-jc .comment-reply-box {
  background: #FEFEFE;
  border: 1px solid #E5E5E5;
  border-bottom: 0;
  margin-top: 0.5rem;
  margin-left: 2.5rem;
  margin-bottom: 11px;
}
.comment-list-box-jc .comment-reply-box .comment-reply-item {
  position: relative;
  padding-top: 0.5rem;
  padding-left: 0.5rem;
  border-bottom: 1px solid #E5E5E5;
}
.comment-list-box-jc .comment-reply-box .comment-reply-item:hover {
  background: #F5FCFF;
}
.comment-list-box-jc .comment-list .comment-reply-box .media-left a {
  display: block;
  width: 1.2rem;
  height: 1.2rem;
  overflow: hidden;
  border-radius: 50%;
  position: relative;
}
.comment-list-box-jc .comment-list .comment-reply-box .media-body {
  vertical-align: middle;
}
.comment-list-box-jc .comment-list .comment-reply-box .media-body h5 {
  font-size: 0.6rem;
  color: #999;
  letter-spacing: 0;
  line-height: 1.2rem;
  margin-bottom: 0;
}
.comment-list-box-jc .comment-list .comment-reply-box .media-body h5 a {
  color: #666;
  font-weight: bold;
}
.comment-list-box-jc .comment-list .comment-reply-box .media-body h5 i {
  margin: 0 6px;
}
.comment-list-box-jc .comment-list .comment-reply-box .media-body h5 span {
  margin: 0 6px;
  font-weight: bold;
}
.comment-list-box-jc .comment-list .comment-reply-box .comment-summary {
    font-size: 0.6rem;
    color: #666;
    letter-spacing: 0;
    line-height: 0.8rem;
    padding-top: 0;
    padding-left: 1.7rem;
    margin-top: 0;
    width: 35.7rem;
  }
/*会影响小组的回复评论样式*/
  .comment-list-box-jc .comment-reply-box .comment-reply {
    /*margin: 0 1rem;*/
  }

  .comment-list-box-jc .comment-list-box .comment-list .comment-reply-box .comment-reply-item {
    background: transparent;
    width: 100%;
    margin-bottom: 0.7rem;
    border-bottom: 1px dotted #e5e5e5;
    cursor: pointer;
    padding: 0;
    padding-bottom: 1.1rem;
    float: none;
  }

  .comment-list-box-jc .comment-list .comment-reply-box .comment-icon-reply {
    position: absolute;
    bottom: auto;
    top: 1.2rem;
    right: 0.7rem;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    height: 0.7rem;
    opacity: 0;
    -webkit-transition: all 0.3s ease 0s;
    -ms-transition: all 0.3s ease 0s;
    -o-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }

  .comment-list-box-jc .comment-list .comment-icon-reply a {
    font-size: 0.6rem;
    color: #999999;
    letter-spacing: 0;
    line-height: 1.1rem;
  }

  .comment-list-box-jc .comment-list .comment-reply-box .comment-reply-item:hover .comment-icon-reply {
    opacity: 1;
  }

  .comment-list-box-jc .comment-list-box .comment-list .comment-reply-box .comment-reply-item:last-child {
    margin-bottom: 0;
    border: none;
  }

  .comment-list-box-jc .quote-box {
    background: #FEFEFE;
    border: 1px solid #E5E5E5;
    margin-left: 2.5rem;
    margin-bottom: 15px;
  }

  .comment-list-box-jc .quote-box .quote-summary {
    font-size: 0.7rem;
    color: #333;
    letter-spacing: 0;
    line-height: 0.7rem;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-top: 0;
    padding-left: 0.5rem;
    width: 35.7rem;
    margin: 0.5rem 0;
	}
    .comment-list-box-jc .quote-box .quote-summary {
      font-size: 0.7rem;
      color: #333;
      letter-spacing: 0;
      line-height: 0.7rem;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      padding-top: 0;
      padding-left: 0.5rem;
      width: 35.7rem;
      margin: 0.5rem 0;
    }
    .comment-list-box-jc .quote-box .quote-summary span {
      color: #999;
      margin-right: 6px;
    }
    /* 二级评论 end */
    /*=========================评论列表--精彩评论 end============================*/






    /*===============分页器 start=================*/
    .pager {
      font-size: 0.7rem;
      line-height: 0.7rem;
    }
    .pager strong {
      color: #333;
      margin: 0 0.5rem;
      background: transparent;
      float: none;
      padding: 0;
      border: none;
    }
    .pager a {
      color: #666;
      margin: 0 0.5rem;
      float: none;
      padding: 0;
      border: none;
      background: transparent;
    }
    .pager .pg a.prev {
      background: transparent;
    }
    .pager .pg a.nxt {
      padding: 0;
      background: none;
    }
    .pager label {
      font-weight: normal;
      margin: 0 0.5rem 0;
    }
    .pager .pg {
      float: none;
      line-height: 0.7rem;
    }
    /*===============分页器 end=================*/
    /*==================回到顶部 start==================*/
    .scrollTop {
			position: fixed;
			right: 1.5rem;
			bottom: -6rem;
			z-index: 9999;
    }
    .scrollTop.SHOW {
      bottom: 3rem;
    }
    .scrollTop span {
      font-size: 1.3rem;
      color: #C9D6DE;
      transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -webkit-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      display: block;
      width: 2.5rem;
      height: 2.5rem;
      text-align: center;
      line-height: 2.5rem;
    }
		.scrollTop a {
		    font-size: 1.3rem;
		    color: rgb(201, 214, 222);
		    display: block;
		    width: 2.5rem;
		    height: 2.5rem;
		    text-align: center;
		    line-height: 2.5rem;
		    box-shadow: rgba(15, 37, 64, 0.1) 0px 5px 15px 0px;
		    cursor: pointer;
		    border-radius: 50%;
		    background: rgb(255, 255, 255);
		    transition: bottom 0.3s ease 0s;
		}

		.scrollTop a.TOP {
		    margin-bottom: 1rem;
		}
		.scrollTop a.TOP i {
		    transform: rotate(-90deg);
        -webkit-transition: all 0.3s ease 0s;
        -ms-transition: all 0.3s ease 0s;
        -o-transition: all 0.3s ease 0s;
        transition: all 0.3s ease 0s;
		}
    .scrollTop a.TOP:hover,
    .scrollTop a.EDIT:hover {
		    color:#a8c5d8;
		}
    /*==================回到顶部 end==================*/
    /*==================快速回复输入框==================*/
    #f_pst .fastPostForm-unLogin {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    #f_pst .fastPostForm-unLogin div.unloginImg {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 1.5rem;
      border: none;
      padding: 0;
    }
    #f_pst .fastPostForm-unLogin p {
      font-size: 14px;
      color: #999999;
      letter-spacing: 0;
      line-height: 2.5rem;
      height: 2.5rem;
      width: 950px;
      margin: 0;
      padding: 0;
      margin-right: 1.5rem;
    }
    #f_pst .fastPostForm-unLogin a span {
      display: block;
      border-radius: 5rem;
      height: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      width: 4rem;
      color: #fff;
      font-size: 0.7rem;
    }
    #f_pst .fastPostForm-unAdd {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    #f_pst .fastPostForm-unAdd div.unAddImg {
      width: 1.5rem;
      height: 1.5rem;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 2rem;
      border: none;
      padding: 0;
      line-height: 1.5rem;
      text-align: center;
      color: #999;
      margin-left: 0.5rem;
      font-size: 1.5rem;
    }
    #f_pst .fastPostForm-unAdd div.unloginImg i {
      top: 0;
    }
    #f_pst .fastPostForm-unAdd p {
      font-size: 14px;
      color: #999999;
      letter-spacing: 0;
      line-height: 2.5rem;
      height: 2.5rem;
      width: 918px;
      margin: 0;
      padding: 0;
      margin-right: 1.5rem;
    }
    #f_pst .fastPostForm-unAdd a span {
      display: block;
      border-radius: 5rem;
      height: 1.5rem;
      line-height: 1.5rem;
      text-align: center;
      width: 112px;
      color: #fff;
      font-size: 0.7rem;
    }
    #f_pst.fastPostForm {
      padding: 1.5rem;
      background: #fff;
      border-radius: 2px;
      width: 60rem;
    }
    #f_pst.fastPostForm .input-group-addon {
      width: 2.5rem;
      height: 2.5rem;
      border-radius: 50%;
      overflow: hidden;
      margin-right: 1.5rem;
      border: none;
      padding: 0;
      display: block;
    }
    #f_pst .fastPostForm-input-group {
      width: 58.5rem;
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
    }
    #f_pst.fastPostForm .form-input-box {
      width: 53rem;
    }
    #f_pst.fastPostForm .form-input {
      background: #F5F5F5;
      border-radius: 2px;
      padding: 0 20px;
      color: #999;
      font-size: 14px;
      line-height: 16px;
      width: 53rem;
    }
    .fastPostForm input, .fastPostForm textarea {
      border: none;
      outline: none;
      width: 49.5rem;
      background: #F5F5F5;
      padding: 0;
    }
    .fastPostForm input[disabled], .fastPostForm textarea[disabled], .form-input-btn button[disabled] {
      cursor: not-allowed;
    }
    .form-input-btn button[disabled] span, .form-input-btn button[disabled] a:hover span, .form-input-btn button[disabled] a:hover:before {
      cursor: not-allowed;
      background: #ccc;
    }
    .form-input-btn button[disabled] span, .form-input-btn button[disabled]:hover span, .form-input-btn button[disabled]:hover:before {
      cursor: not-allowed;
      background: #ccc;
    }
    .fastPostForm .form-input-prompt {
      height: 2.5rem;
      border: none;
      padding: 0 1rem;
      width: 53rem;
    }
    .fastPostForm input:focus, .fastPostForm textarea:focus {
      border: none;
      outline: none;
    }
    .fastPostForm .form-input-title:focus {
      border-bottom: 1px solid #E5E5E5;
    }
    .fastPostForm .form-input-title-box {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      border-bottom: 1px solid #E5E5E5;
    }
    .fastPostForm .form-input-title-box .form-input-btn {
      margin-right: 1rem;
    }
    .fastPostForm .form-input-title {
      font-size: 0.8rem;
      height: 2.5rem;
      border: none;
      width: 38.5rem;
    }
    #choose-group {
      background: #fff;
      border: 1px solid #E5E5E5;
      border-radius: 2px;
      width: 6rem;
      height: 2rem;
      padding: 0;
      position: relative;
      text-align: center;
      font-size: 14px;
      color: #999999;
      letter-spacing: 0;
      display: block;
      line-height: 2rem;
    }
    .fastPostForm .form-input-textarea {
      height: 9.1rem;
      border: none;
      resize: none;
    }
    .fastPostForm .form-input .kind .bar .fpd {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    .fastPostForm .form-input .kind a {
      font-size: 1rem;
      color: #999;
      margin-right: 1rem;
      line-height: 1rem;
      height: 1.6rem;
      padding-bottom: 12px;
      display: inline-block;
      background: none;
      float: none;
      margin: 0;
      margin-right: 1rem;
      width: 20px;
      text-indent: 0px;
    }
    .fastPostForm .form-input .kind .bar .fpd .swfupload_box {
      padding-bottom: 0.3rem;
      margin-right: 1rem;
      position: relative;
    }
    .fastPostForm .form-input .kind .bar .fpd .swfupload_box .upfilelist {
      position: absolute;
      left: -40px;
      bottom: 30px;
      width: 1020px;
    }
    #imgattachlist table,
    #imgattachlist_e table,
    #e_imgattachlist table {
      width: 100%;
    }
    #imgattachlist table td,
    #imgattachlist_e table td,
    #e_imgattachlist table td {
      width: 69px !important;
      height: 50px;
      position: relative;
    }
    #imgattachlist table td.imgdeleted,
    #imgattachlist_e table td.imgdeleted,
    #e_imgattachlist table td.imgdeleted {
      opacity: 0.3;
    }
    #imgattachlist table td a,
    #imgattachlist_e table td a,
    #e_imgattachlist table td a{
      width: 50px;
      height: 50px;
      margin: 0;
      padding: 0;
      margin-bottom: 10px;
      display: block;
      border-radius: 2px;
      overflow: hidden;
      background-position: center;
      background-size: cover;
      background-repeat: no-repeat;
    }
    #imgattachlist table td a img,
    #imgattachlist_e table td a img,
    #e_imgattachlist table td a img {
      width: 50px;
      opacity: 0;
      height: 50px;
    }
    #imgattachlist table td p,
    #imgattachlist_e table td p,
    #e_imgattachlist table td p {
      width: 60px;
      margin: 0;
    }
    #imgattachlist table td p,
    #imgattachlist_e table td p,
    #e_imgattachlist table td p {
      width: 60px;
      margin: 0 !important;
    }
    #imgattachlist table td p.xi2,
    #imgattachlist_e table td p.xi2,
    #e_imgattachlist table td p.xi2 {
      width: 14px;
      height: 14px;
      position: absolute;
      left: 35px;
      top: 2px;
      border-radius: 50%;
      overflow: hidden;
    }
    #imgattachlist table td p.xi2 a,
    #imgattachlist_e table td p.xi2 a,
    #e_imgattachlist table td p.xi2 a {
      width: 14px;
      height: 14px;
      color: rgba(0, 0, 0, 0);
      line-height: 14px;
      margin: 0;
      padding: 0;
      font-size: 12px;
      text-align: center;
      background-position: center;
      background-image: url('../images/delIcon.png');
      background-size: cover;
      background-repeat: no-repeat;
      display: block;
      border-radius: 50%;
    }
    #imgattachlist table td p input,
    #imgattachlist_e table td p input,
    #e_imgattachlist table td p input {
      display: inline-block;
      width: 60px;
    }
    .fastPostForm .form-input .kind a:hover {
      color: #506A8A;
    }
    /*=======下拉列表 start=======*/
    .form-input-btn .btn {
      background: #fff;
      border: 1px solid #E5E5E5;
      border-radius: 2px;
      width: 6rem;
      height: 2rem;
      padding: 0;
      position: relative;
      text-align: center;
      font-size: 14px;
      color: #999999;
      letter-spacing: 0;
    }
    .form-input-btn .btn:active, .form-input-btn .btn:focus {
      border: 1px solid #E5E5E5;
      box-shadow: none;
      outline: none;
    }
    .form-input-btn .btn span {
      position: absolute;
      top: 23px;
      right: 10px;
      color: #d3d9dc;
    }
    .form-input-btn .btn span.caret-down {
      top: 13px;
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg);
    }
    .form-input-btn .dropdown {
      width: 6rem;
    }
    .form-input-btn .dropdown-menu:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      position: absolute;
      left: 60px;
      top: -6px;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
    }
    .form-input-btn .dropdown-menu {
      width: 12rem;
      padding: 1.25rem 0 0 0.7rem;
      background: #FFFFFF;
      box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.10);
      border-radius: 2px 0 0 0 2px 2px 2px;
      border: none;
      top: 2.5rem;
      overflow-y: scroll;
      overflow-x: hidden;
      z-index: 200;
    }
    .form-input-btn .dropdown-menu li .searchform {
      padding-bottom: 5px;
    }
    .form-input-btn .dropdown-menu li .searchform input {
      background: #F5F5F5;
      border-radius: 2px;
      width: 212px;
      height: 35px;
      padding-left: 6px;
      color: #999;
      font-size: 14px;
      line-height: 35px;
      border: none;
      box-shadow: none;
    }
    .form-input-btn .dropdown-menu li .searchform input:focus, .form-input-btn .dropdown-menu li .searchform input:active {
      border: none;
      outline: none;
      box-shadow: none;
    }
    .form-input-btn .dropdown-menu .divider {
      height: 1px;
      margin: 9px 0;
      overflow: hidden;
      background-color: #e5e5e5;
    }
    .form-input-btn .dropdown-menu .dropdown-header {
      display: block;
      padding: 0;
      font-size: 12px;
      line-height: 12px;
      line-height: 1.42857143;
      color: #777;
      white-space: nowrap;
      margin-bottom: 5px;
    }
    .form-input-btn .dropdown-menu li.g-items {
      font-size: 14px;
      color: #666666;
      letter-spacing: 0;
      line-height: 40px;
      height: 40px;
    }
    .form-input-btn .dropdown-menu li a {
      display: flex;
      align-items: center;
      justify-content: flex-start;
      padding: 5px 0;
    }
    .form-input-btn .dropdown-menu .people-avator {
      border-radius: 2px;
      width: 30px;
      height: 30px;
      overflow: hidden;
      margin-right: 10px;
    }
    .form-input-btn .dropdown-menu li a span {
      font-size: 14px;
      color: #666666;
      letter-spacing: 0;
      line-height: 14px;
    }
    .form-input-btn .dropdown-menu ol.recently-group-list {
      max-height: 142px;
      overflow: hidden;
    }
    .form-input-btn .dropdown-menu ol.all-group-list {
      max-height: 402px;
    }
    .form-input-btn .dropdown-menu ol.all-group-list.two_group {
      max-height: 282px;
    }
    /*=======下拉列表 end=======*/
    .form-input-btn .Btn {
      float: right;
      border: none;
      background: none;
      padding: 0;
    }
    .form-input-btn .Btn span {
      display: block;
      border-radius: 5rem;
      height: 1.8rem;
      line-height: 1.8rem;
      text-align: center;
      width: 4rem;
      color: #fff;
      font-size: 0.7rem;
    }
    /*=======表情 start=======*/
    #fastpostsml_menu:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      position: absolute;
      left: 10px;
      top: -6px;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
    }
    #fastpostsml_menu {
      background: #FFFFFF;
      box-shadow: 0 0 15px 0 rgba(15, 37, 64, 0.10);
      border: none;
      min-width: 300px;
      padding: 0 !important;
      margin-left: 0;
    }
    #fastpostsmiliesdiv_tb {
      margin: 0;
      padding: 0;
      line-height: 20px;
      border: none;
    }
    #fastpostsmiliesdiv_tb ul {
      display: flex;
      align-items: center;
      justify-content: flex-start;
    }
    #fastpostsmiliesdiv_tb ul li {
      float: none;
      margin: 0 6px 0 10px;
      padding-bottom: 6px;
      padding-top: 17px;
    }
    #fastpostsmiliesdiv_tb ul li.current {
      border-bottom: 1px solid #333;
    }
    #fastpostsmiliesdiv_tb ul li a {
      font-size: 14px;
      color: #999;
      letter-spacing: 0;
      line-height: 14px;
      outline: none;
      display: inline;
      padding: 0;
      border: none;
      background: transparent;
    }
    #fastpostsmiliesdiv_tb ul li.current a {
      color: #333;
      border: none;
    }
    #fastpostsmiliesdiv_data {
      padding: 2px 10px 10px;
    }
    #fastpostsmiliesdiv_table {
      border-collapse: separate !important;
    }
    #fastpostsmiliesdiv_table td {
      width: 35px;
      height: 35px;
      text-align: center;
      border-radius: 2px;
      border: 1px solid transparent;
      padding: 0;
    }
    #fastpostsmiliesdiv_table td:hover {
      border: 1px solid #a8c5d8;
    }
    #fastpostsmiliesdiv_table td img {
      vertical-align: middle;
    }
    #smilies_preview {
      margin: 0;
      padding: 0;
      border: 1px solid #A8C5D8;
      border-radius: 2px;
      box-shadow: 0 15px 15px 0 rgba(15, 37, 64, 0.10);
    }
    /*=======表情 end=======*/
    /*==================快速回复输入框==================*/
    /*==================管理按钮 start==================*/
    /*==================管理按钮 end==================*/
    .cr_gearBox {
      float: left;
      text-align: center;
      line-height: 1.5rem;
      color: #999;
      margin-right: 17px;
      font-size: 0.9rem;
      background: none;
      padding-left: 0;
      padding-top: 6px;
      position: relative;
    }
    .cr_gearBox .cr_gear {
      float: left;
      width: 1.5rem;
      height: 1.5rem;
      border: 1px solid #999;
      border-radius: 50%;
    }
    .cr_gearBox .po.SHOW {
      width: 507px;
    }
    .cr_gearBox .po {
      float: left;
      height: 30px;
      left: 30px;
      line-height: 30px;
      position: absolute;
      transition: width 0.5s linear 0.2s;
      font-size: 16px;
      width: 0;
      overflow: hidden;
    }
    .cr_gearBox .pob a {
      background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
      padding: 5px 10px 5px 10px;
    }
    .pob em {
      float: left;
    }
    .po p a, .po p label {
      margin-right: 6px;
    }
		/*==================footer==================*/
    .footer {
      width: 100%;
      background: #282D36;
      height: 16.5rem;
      padding-top: 3rem;
      margin-top: 5rem;
      min-width: 1200px;
    }
    .footer-left {
      width: 7.5rem;
    }
    .footer-left .logo {
      margin-bottom: 1rem;
      overflow: hidden;
    }
    .footer-left .logo a {
      color: #fff;
      font-size: 2.4rem;
      line-height: 2.4rem;
    }
    .footer-icon {
      display: flex;
      align-items: center;
      height: 2rem;
    }
    .footer-icon .wechat-icon {
      margin: 0 0.5rem;
      position: relative;
    }
    .footer-icon span {
      display: inline-block;
      text-align: center;
      width: 2rem;
      height: 2rem;
      font-size: 1rem;
      text-align: center;
      line-height: 2rem;
      color: #fff;
      background: #3d424a;
      -webkit-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .footer-icon span:hover {
      background: #505660;
    }
    .footer-icon .wechat-icon ul {
      padding: 5px;
      border-radius: 2px;
      width: 12.5rem;
      position: absolute;
      left: 50%;
      top: 50px;
      height: 5.5rem;
      background: #fafafa;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
    }
    .footer-icon .wechat-icon ul:before {
      content: "";
      display: block;
      width: 0;
      height: 0;
      border-left: 6px solid transparent;
      border-right: 6px solid transparent;
      border-bottom: 6px solid #fff;
      position: absolute;
      left: 50%;
      top: -6px;
      transform: translate(-50%, 0);
      -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
      -o-transform: translate(-50%, 0);
    }
    .footer-icon .wechat-icon ul li {
      float: left;
      width: 5rem;
    }
    .footer-icon .wechat-icon ul li:last-child {
      float: left;
      margin-left: 10px;
      width: 6rem;
    }
    .footer-icon .wechat-icon ul li h3 {
      display: flex;
      align-items: center;
      color: #333;
      margin-bottom: 5px;
      margin-top: 4px;
    }
    .footer-icon .wechat-icon ul li h3 b {
      font-size: 18px;
      font-weight: 500;
      line-height: 30px;
    }
    .footer-icon .wechat-icon ul li h3 i {
      display: inline;
      font-size: 28px;
      line-height: 30px;
      margin-right: 6px;
    }
    .footer-icon .wechat-icon ul li p {
      display: inline-block;
      color: #999;
      margin: 3px 0;
    }
    .footer-link {
      margin-top: 0.5rem;
    }
    .footer-link div {
      margin-top: 0.3rem;
      height: 0.6rem;
    }
    .footer-link a {
      font-size: 0.6rem;
      color: #666;
      letter-spacing: 0;
      line-height: 0.6rem;
      cursor: text;
    }
    .footer-link a.CCB {
      cursor: pointer;
      -webkit-transition: color 0.3s ease 0s;
      -ms-transition: color 0.3s ease 0s;
      -o-transition: color 0.3s ease 0s;
      transition: color 0.3s ease 0s;
    }
    .footer-link a.CCB:hover {
      color: #fff;
    }
    .footer-nav {
      text-align: justify;
      width: 50%;
    }
    .footer-nav .nav-item {
      display: inline-block;
      vertical-align: top;
    }
    .footer-nav .justity-fix {
      display: inline-block;
      width: 100%;
      height: 0;
      overflow: hidden;
    }
    .footer-nav .nav-item h3 {
      font-size: 0.7rem;
      color: #fff;
      letter-spacing: 0;
      line-height: 0.7rem;
      margin-bottom: 0.85rem;
    }
    .footer-nav .nav-item li {
      font-size: 0.6rem;
      color: #999;
      letter-spacing: 0;
      line-height: 1.4rem;
    }
    .footer-nav .footer-nav-icon.nav-item li {
      font-size: 1rem;
      /* display: flex; */
      align-items: center;
      padding-right: 100px;
    }
    .footer-nav .footer-nav-icon.nav-item li a {
      margin-right: 0.7rem;
      margin-bottom: 0.7rem;
      display: inline-block;
    }
    .footer-nav .nav-item li a, .footer-nav .nav-item li a span {
      color: #999;
      -webkit-transition: all 0.3s ease 0s;
      -ms-transition: all 0.3s ease 0s;
      -o-transition: all 0.3s ease 0s;
      transition: all 0.3s ease 0s;
    }
    .footer-nav .nav-item li a:hover, .footer-nav .nav-item li a:hover span {
      color: #fff;
    }
    @media (min-width: 1200px) {
      .container {
        width: 1200px;
      }
    }
    @media (max-width: 1200px) {
      .header {
        margin: 0 auto;
        min-width: 60rem;
        transition: margin 0.3s ease 0;
      }
      .navBar-nav li {
        margin-right: 2rem;
      }
    }
    .quote blockquote {
      padding: 0;
      font-size: 16px!important;
      background: none;
    }

div.quote {
    background: #F5F5F5;
    font-size: 16px;
    color: #999999;
    letter-spacing: 0;
    line-height: 26px;
    border: none;
    text-align: center;
    font-family: '.PingFangSC-Light';
}

div.quote blockquote {
    position: relative;
    display: inline-block;
    padding: 47px 50px;
    border: none;
}

div.quote blockquote::before {
    display: block;
    content: '';
    left: 20px;
    top: 20px;
    background-image: url(../images/quotation_marks.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    position: absolute;
}

div.quote blockquote::after {
    display: block;
    content: '';
    right: 20px;
    bottom: 20px;
    background-image: url(../images/quotation_marks2.svg);
    background-repeat: no-repeat;
    width: 20px;
    height: 18px;
    position: absolute;
}

hr.l {
    width: 100%;
}
    .sllt {
      padding: 5px;
      background: none repeat scroll 0% 0% #FFF;
      box-shadow: 0px 0px 8px #B0B0B0;
      color: #2F2F2F;
      font-size: 15px;
      border: medium none;
      border-radius: 5px;
      margin-top: 10px;
      margin-left: -50px;
    }
    .fwinmask {
      background: none repeat scroll 0% 0% #FFF;
      box-shadow: 0px 0px 8px #B0B0B0;
      border-radius: 20px;
    }
    .fwinmask .wp {
      width: 960px !important;
    }
    .fwinmask .alert_error p, .fwinmask .alert_right p, .fwinmask .alert_info p {
      margin: 0;
      line-height: 38px;
    }
    .flb {
      box-sizing: content-box;
    }
    .m_c .o {
      box-sizing: content-box;
    }
    .o.pns span {
      line-height: 30px;
    }
    h3.flb1 {
      font-size: 20px;
      line-height: 23px;
    }
    .rigsiter_form, .login_form {
      box-sizing: content-box;
    }
    .inputBox {
      box-sizing: content-box !important;
    }
    .inputBox input {
      box-sizing: content-box !important;
    }
    .fwinmask .wp {
      width: 960px;
    }
    #pre, #next {
      box-sizing: content-box !important;
      top: -18px !important;
    }
