
/* 论坛首页 */
.forum-content {
  overflow: hidden;
}
@media (min-width: 768px) {
  .forum-content {
    width: 1070px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 0 15px;
  }
}

/* 历史板块列表 */
.forum-content .app-card-box {
    padding: 2px 20px 15px;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
}
.forum-content .group-card-1 {
    display: inline-block;
    margin-right: 22px;
    width: 90px;
    vertical-align: top;
}
.forum-content .group-card-1:last-child {
    margin: 0;
}
.forum-content .group-card-1 .ttzm_icon {
    position: relative;
    display: block;
    border-radius: 20px;
    width: 90px;
    height: 90px;
}
.forum-content .group-card-1 .ttzm_icon .icon-delete {
    display: none;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #E03730;
    cursor: pointer;
    position: absolute;
    top: -2px;
    right: -2px;
}
.forum-content .group-card-1 .ttzm_icon .icon-delete:before {
    content: "";
    width: 7px;
    height: 1px;
    background: #fff;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    display: block;
}

.forum-content .group-card-1 .ttzm_icon img {
    display: block;
    width: 100%;
    border-radius: 20px;
    max-width: 100%;
    max-height: 90px;
    overflow: hidden;
}
.forum-content .group-card-1 .ttzm_name {
    display: block;
    margin-top: 6px;
    white-space: nowrap;
    font-size: 14px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
}

section.forum-index-main {
    float: left;
    width: 66.1538461538%;
}
section.forum-page-side {
    float: right;
    width: 32.3076923077%;
}

.forum-page-side .page-side-topics {
    padding-top: 15px;
}

.common-box-card.pills-nav {
  padding: 0 30px;
}
.common-box-card {
    margin: 0 0 12px;
    border: 1px solid rgba(221,221,221,.7);
    border-radius: 3px;
    background: #fff;
    overflow: hidden;
}
.common-box-card.pills-nav li {
    margin-right: 45px;
    float: left;
}

.common-box-card.pills-nav li>a {
	display: block;
    font-size: 15px;
    color: #999;
    line-height: 48px;
}

.common-box-card.pills-nav li.active a {
    position: relative;
    border: none;
    font-weight: 700;
    color: #14B9C8!important;
}

.common-box-card.pills-nav li.active a:after {
    background: #14B9C8;
    position: absolute;
    width: 100%;
    height: 3px;
    content: '';
    border-radius: 1.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 0;
    z-index: 2;
}

@media screen and (max-width:767px) {
  .forum-content .app-card-box {
    overflow-x: scroll;
    overflow-y: hidden;
  }
}

/* 块通用标题 */
.section-common-title {
    font-size: 18px;
    position: relative;
    padding: 0 15px;
    overflow: hidden;
    line-height: 25px;
    margin: 0 0 20px;
    font-weight: 500;
}
.forum-page-side .section-common-title {
  margin: 0;
}

.section-common-title:before {
    background: #14B9C8;
    border-radius: 2px;
    width: 4px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    content: '';
}

.section-common-title .common-more {
    float: right;
    cursor: pointer;
}
.common-more {
    color: #14B9C8;
    text-decoration: none;
    font-size: 14px;
    -webkit-transition: 0s;
    transition: 0s;
}
.common-more:hover {
  color: inherit;
}

/* 论坛列表块 */
section.forum-index-main .groups-box {
    padding-top: 15px;
}
.common-box-card .groups-list {
    padding: 0 5px;
    margin: 0;
    overflow: hidden;
}
.common-box-card .group-item {
    position: relative;
    overflow: hidden;
    float: left;
    width: 50%;
    list-style: none;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 15px;
    z-index: 0;
}
.common-box-card .group-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    padding: 0 5px;
    background: content-box #fafafa;
    z-index: -1;
}
.common-box-card .group-item .group-item-icon {
    display: inline-block;
    float: left;
}

.common-box-card .group-item .group-item-icon > img {
    width: 60px;
    height: 60px;
    border-radius: 15px;
    -o-object-fit: cover;
       object-fit: cover;
}

.common-box-card .group-item .group-item-text {
    padding: 8px 0 0 10px;
    float: left;
    overflow: hidden;
    width: calc(100% - 60px);
}

.common-box-card .group-item .title {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-right: 5px;
    font-size: 16px;
    margin-bottom: 5px;
}

.common-box-card .group-item .group-item-text .topic-count {
    color: #999;
    font-size: 14px;
    margin: 0;
}

/* 论坛侧栏帖子 */
.forum-page-side .page-side-topics.popular-topic .side-topics-list {
    padding: 5px 0;
    border-right: 3px;
    background: #fff;
    margin-bottom: 0;
    overflow: hidden;
}
@media only screen and (max-width: 991px) and (min-width: 768px) {
  .forum-page-side .page-side-topics .side-topics-list>li:first-child {
      background: #fafafa;
  }
}

.forum-page-side .page-side-topics .side-topics-list>li {
    padding: 15px;
    background: #fafafa;
    overflow: hidden;
}

.forum-page-side .page-side-topics.popular-topic .side-topics-list li {
    display: -webkit-box;
    display: flex;
    background: #fff;
    padding: 10px 15px;
}

.forum-page-side .page-side-topics .side-topics-list>li:first-child {
    background: #fff;
}

.forum-page-side .page-side-topics .side-topics-list li:nth-child(-n+3) > span {
    color: #FE931B;
}

.forum-page-side .page-side-topics .side-topics-list li > span {
    display: block;
    color: #999;
    flex: 1;
    width: 17px;
}

.forum-page-side .page-side-topics .side-topics-list>li .topic-item-text {
    padding: 0;
    border: none;
    word-wrap: break-word;
    word-break: break-word;
    padding-right: 10px;
    flex: 12;
}

.forum-page-side .page-side-topics .side-topics-list>li .topic-item-text>a>h3 {
    margin: 0;
    line-height: 20px;
    font-size: 15px;
    max-height: 40px;
    overflow: hidden;
}

.forum-page-side .page-side-topics .side-topics-list>li .topic-item-text>p {
    margin: 0 0 0 -5px;
}

.forum-page-side .page-side-topics .side-topics-list>li .topic-item-text>p>span {
    display: inline-block;
    padding-left: 5px;
    vertical-align: middle;
    font-size: 12px;
    color: #999;
}

.forum-page-side .page-side-topics .side-topics-list>li .topic-item-img {
    margin-left: auto;
    display: block;
    flex: 6;
    width: 110px;
    height: 60px;
    overflow: hidden;
    border-radius: 3px;
}

.forum-page-side .page-side-topics .side-topics-list>li .topic-item-img>img {
    width: 100%;
    height: 100%;
    border-radius: 3px;
    object-fit: cover;
}

@media only screen and (max-width: 767px) {
  section.forum-index-main {
    float: none;
    width: auto;
    overflow: hidden;
  }

  section.forum-page-side {
    float: none;
    width: 100%;
        overflow: hidden;
  }

  .common-box-card.pills-nav {
    padding: 0 25px;
    white-space: nowrap;
    overflow-x: scroll;
    overflow-y: hidden;
    display: -webkit-box;
    display: flex;
    justify-content: center;
    -webkit-box-pack: justify;
    margin: 0;
    border-radius: 0;
    border-bottom: thin solid #eee;
  }

  .common-box-card.pills-nav li {
      display: inline-block;
      margin-right: 25px;
      margin-left: 25px;
      float: none;
  }

  .common-box-card {
      margin: 0 0 8px;
      border: 0;
      border-radius: 0;
  }

  .common-box-card .groups-list {
    margin-top: -10px;
    padding: 0 15px;
  }

  .common-box-card .group-item {
      padding: 10px 0;
      border-bottom: 1px solid #eee;
  }

  .common-box-card .group-item .group-item-icon > img {
      width: 45px;
      height: 45px;
      border-radius: 10px;
  }

  .common-box-card .group-item:before {
    padding: 0;
    background: transparent;
  }

  .common-box-card .group-item:last-child,
  .common-box-card .group-item:nth-last-child(2):nth-child(odd) {
    border-bottom: 0;
  }

  .common-box-card .group-item:nth-child(odd):after {
    content: '';
    display: block;
    height: 30px;
    width: 1px;
    background: #eee;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translate3d(0,-50%,0);
    transform: translate3d(0,-50%,0);
  }

  .common-box-card .group-item:nth-child(even) {
    padding-left: 8px;
  }

  .common-box-card .group-item .group-item-text {
    padding: 2px 0 0 10px;
    width: calc(100% - 45px);
  }
  .common-box-card .group-item .title {
      padding-right: 0;
      font-size: 14px;
  }
  .common-box-card .group-item .group-item-text .topic-count {
    font-size: 12px;
  }

  .common-box-card.pills-nav li {
  }
}

/* 帖子列表 */

.app-forum-title > a {
    height: 30px;
    line-height: 30px;
    padding: 0 10px;
    margin-bottom: 12px;
    margin-right: 12px;
    color: #666;
    background: #f8f8f8;
    display: -webkit-inline-box;
    display: inline-flex;
    border-radius: 5px;
		-webkit-transition: 0s;
		transition: 0s
}

.app-forum-title > a span {
	-webkit-transition: 0s;
	transition: 0s;
}

.app-forum-title > a span:last-child {
	font-size: 12px;
	-webkit-transform: scale(.9);
	        transform: scale(.9);
	color: #aaa;
	margin-left: 4px;
}

.app-forum-title > a.active span,
.app-forum-title > a:hover span,
.app-forum-title > a:hover,
.app-forum-title > a.active {
    color: #14B9C8;
}
.app-forum-title > a:hover,
.app-forum-title > a.active {
	background: rgba(20,185,200,.08);
}
.app-forum-title {
    margin: 0 25px;
    overflow: hidden;
}

ul.topic-list > .topic-item {
    padding-bottom: 15px;
    margin-bottom: 0;
    border-bottom: 0;
}
li.topic-item > .item-text {
    padding: 0 30px 12px;
    border-bottom: 1px solid #eee;
}
.item-text > .user .bbp-author-avatar {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 1px solid #eee;
    border-radius: 50%;
    overflow: hidden;
}
.item-text > .user .bbp-author-avatar img {
    margin: 0;
}
.item-text .user {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    line-height: normal;
}
a.bbp-author-name {
    font-size: 12px;
    color: #333;
}

li.topic-item .title {
    display: -webkit-box;
    display: flex;
    max-width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 7px 0;
}
li.topic-item .title>span {
    width: auto;
    display: inline-block;
    line-height: 18px;
    padding: 0 4px;
    margin-right: 5px;
    vertical-align: middle;
    text-align: center;
    font-size: 12px;
    border-radius: 3px;
    border: 1px solid #14B9C8;
    background: #fff;
    color: #14B9C8;
}
li.topic-item .title>h2 {
    -webkit-box-flex: 1;
    flex: auto;
    display: block;
    width: 50%;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0;
    vertical-align: middle;
    font-size: 16px;
    white-space: nowrap;
}

li.topic-item .topic-summary {
    margin-bottom: 7px;
    color: #999;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
}
li.topic-item .topic-summary>a {
	color: #999;
}

.topic-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
}

.topic-footer > div > span, .topic-footer > div > a {
    position: relative;
    font-size: 12px;
    color: #999;
    -webkit-transition: 0s;
    transition: 0s;
}

.topic-footer > div > span:first-child {
    word-spacing: -3px;
}

.topic-footer > div > span:last-child {
    position: relative;
    margin-left: 8px;
    padding-left: 10px;
}

.topic-footer > div > span:last-child:before {
    content: '';
    width: 1px;
    height: 10px;
    position: absolute;
    background: #DDD;
    left: 0;
    top: 50%;
    margin-top: -5px;
}

.topic-footer > div:last-child > .likeTopic {
	padding: 0 7.5px;
	cursor: pointer;
}

.js_likes_topic em {
    font-style: normal;
}

.topic-footer > div:last-child > .likeTopic i {
    font-size: 18px;
    vertical-align: text-bottom;
    display: inline-block;
}

.topic-footer > div i {
    margin-right: 3px;
    font-size: 14px;
}

.js_likes_topic > span.likeTopic.ttzm_like *,
.js_likes_topic > span.likeTopic.ttzm_like * :hover,
.js_likes_topic > span.likeTopic.ttzm_like,
.js_likes_topic > span.likeTopic.ttzm_like:hover,
.js_likes_topic > span.likeTopic.ttzm_like i:hover:before,
.js_likes_topic > span.likeTopic.ttzm_like i:before {
    color: #14B9C8 !important;
    fill: #14B9C8;
		-webkit-transition: 0s;
		transition: 0s;
}

.js_likes_topic > span.likeTopic.unlike i:before {
    color: inherit;
		-webkit-transition: 0s;
		transition: 0s;
}

@media screen and (max-width:767px) {
  li.topic-item > .item-text {
    padding: 0 0 12px;
  }
  .app-forum-title {
    margin: 0 20px;
}
  .stick-topic-list {
    margin: 4px 20px 10px;
}
}

/* =帖子详情页
-------------------------------------------------------------- */

.topic-contain {
    margin-top: 20px;
    max-width: 1180px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

.topic-main {
    padding: 20px 30px;
    background: #fff;
    border-radius: 3px;
    border: 1px solid rgba(221,221,221,.7);
    width: 66.1538461538%;
    float: left;
}


.topic-content > .author {
    margin-bottom: 25px;
		overflow: hidden;
}

.topic-content > .author > .avatar {
    display: inline-block;
		float: left;
		margin-right: 10px;
    width: 50px;
    height: 50px;
    border: 1px solid #eee;
    overflow: hidden;
    border-radius: 50%;
}

.topic-content > .author > .avatar img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	   object-fit: cover;
}

.topic-content > .author > .ttzm_info {
    margin-top: 5px;
}
.topic-content > .author .ttzm_info > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 4px;
		line-height: normal;
}

.topic-content > .author > .ttzm_info .avatar:hover {
    color: inherit;
}
.topic-content > .author > .ttzm_info .avatar {
    font-size: 16px;
    margin-right: 5px;
    font-weight: 500;
    -webkit-transition: 0s;
    transition: 0s;
}

.topic-content > .author .ttzm_info .user-level {
    width: 34px;
    height: 16px;
    color: #fff;
    font-size: 12px;
    line-height: 16px;
    background-size: 34px;
    text-align: center;
    vertical-align: middle;
    margin-right: 4px!important;
		-webkit-clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
		        clip-path: polygon(25% 0, 75% 0, 100% 50%, 75% 100%, 25% 100%, 0 50%);
		background: -webkit-gradient(linear, left bottom, right top, from(#14B9C8), to(#20e9fb));
		background: linear-gradient(to top right, #14B9C8, #20e9fb);
}

.topic-content > .author .ttzm_info .user-identify {
    display: inline-block;
    font-size: 12px;
    line-height: 18px;
    vertical-align: middle;
		border: 1px solid #14B9C8;
		color: #14B9C8;
    padding: 0 4px;
    border-radius: 3px;
    margin: 0 1px;
		margin-right: 5px;
    position: relative;
    cursor: default;
}

.topic-content > .author .ttzm_info > ul {
    color: #999;
    font-size: 12px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
		line-height: normal;
}

.topic-content > .author .ttzm_info > ul > li:not(:last-child) {
    padding-right: 10px;
    margin-right: 10px;
    position: relative;
}

.topic-content > .author .ttzm_info > ul > li:not(:last-child):after {
    content: '';
    width: 2px;
    height: 2px;
    background: #a9a9a9;
    border-radius: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.top-title {
    margin-bottom: 25px;
    font-weight: 500;
    line-height: 44px;
		overflow: hidden;
}
.top-title > h2 {
    margin-bottom: 8px;
    font-size: 30px;
}

.top-title > span {
	float: left;
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    line-height: 22px;
    margin-right: 20px;
}

.top-title > span > small {
    font-size: 14px;
		color: #666;
}

.top-title > .group-label {
    color: #14B9C8;
    border-radius: 4.12px;
    font-size: 12px;
    line-height: 18px;
    padding: 0 3px;
    border: 1px solid #14B9C8;
    float: left;
}

.top-title > .group-label a {
    color: #14B9C8;
    text-decoration: none;
		-webkit-transition: 0s;
		transition: 0s;
}

.top-title > .group-label a:hover {
	color: #14B9C8;
}

.top-title i {
	margin-right: 6px;
}
.top-title i::before {
	font-size: 16px;
}

.topic-body {
    line-height: 1.9;
    word-break: break-word;
    font-size: 16px;
}

.topic-content .topic-body > p {
    margin-bottom: 1.5rem;
}

.topic-body .xh-social {
    margin: 1.5rem 0;
}

@media screen and (max-width: 767px) {
  .topic-contain {
    margin-top: 0;
  }

  .topic-main {
    float: none;
    padding: 15px;
    background: #fff;
    border-radius: 0;
    border: 0;
    width: 100%;
    overflow: hidden;
        margin-bottom: 15px;
}

.topic-content > .author {
    margin-bottom: 20px;
}
.topic-content > .author > .ttzm_info {
    margin-top: 0;
}
.topic-content > .author > .avatar {
    width: 42px;
    height: 42px;
}
.topic-content > .author > .ttzm_info .avatar {
    font-size: 15px;
}
.topic-content > .author .ttzm_info .user-identify,
.topic-content > .author .ttzm_info .user-level {
    -webkit-transform: scale(.9);
            transform: scale(.9);
}

.top-title {
    margin-bottom: 20px;
    line-height: 32px;

}
.top-title > h2 {
    margin-bottom: 10px;
    font-size: 22px;
    line-height: 32px;
}
.top-title > span > small {
    font-size: 12px;
    line-height: 16px;
}

}

/* 发帖表单 */
fieldset.bbp-form {
    border: 0;
}

/* 板块小header */
.app-forum-top {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    padding: 10px 12px 10px 30px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
}
.app-forum-top > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
}
.app-forum-top .moderator-title > small {
    margin-right: 10px;
    font-size: 13px;
    color: #333;
    line-height: 20px;
    float: left;
}
.app-forum-top .moderator-display-first {
    display: -webkit-inline-box;
    display: inline-flex;
}
.app-forum-top .moderator-display-first li a img {
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}
.forum-page-side .side-body {
    margin: 0;
}
#bbp-search-form div {
    display: -webkit-box;
    display: flex;
    background: #f8f8f8;
    border-radius: 100px;
    width: 160px;
}
#bbp-search-form #bbp_search {
    font-size: 12px;
    color: #333;
    background: #F8F8F8;
    border: 0;
    padding-left: 15px;
    border-radius: 100px 0 0 100px;
}
#bbp-search-form #bbp_search_submit {
    background: #12a7b4;
    border: 0;
    border-radius: 0 100px 100px 100px;
    font-size: 12px;
    -webkit-transition: 0s;
    transition: 0s;
}
.create-post-btn {
    font-size: 14px;
    display: -webkit-box;
    display: flex;
    padding: 6px 12px;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    border-radius: 5px;
    line-height: 20px;
    background: #12A7B4;
    color: #fff;
    margin-left: 15px;
}
#bbp-search-form #bbp_search_submit:hover,
.create-post-btn:hover {
    background: #b4ebfa!important;
    color: #12A7B4;
}
.create-post-btn i::before {
  -webkit-transition: 0s;
  transition: 0s;
}
.create-post-btn:hover i::before {
    color: #12A7B4;
}

@media screen and (max-width:767px) {
  .app-forum-top {
      position: relative;
      height: 95px;
      -webkit-box-align: baseline;
      align-items: self-start;
      padding: 15px 30px;
  }
  .app-forum-top #bbp-search-form {
     width: auto;
     left: 20px;
     right: 20px;
     bottom: 15px;
     position: absolute;
  }
  .app-forum-top #bbp-search-form div {
    width: 100%;
}
#bbp-search-form #bbp_search {
    padding: 7px;
    padding-left: 15px;
}
.icon-editor:before,
.create-post-btn {
    color: #12A7B4;
    background: #fff;
    font-size: 13px;
    padding: 0;
}
.create-post-btn:hover {
    background: #fff!important;
    color: #12A7B4;
}

}

/* 置顶帖子模块 */
.stick-topic-list {
    margin: 4px 25px 10px;
    background: #fafafa;
    border-radius: 3px;
}
.stick-topic-list li {
    border-bottom: 1px dashed rgba(0,0,0,.08);
    margin: 0 15px;
    padding: 10px 0;
    position: relative;
}
.stick-topic-list li:last-child {
  border-bottom: 0;
}
.stick-topic-list li a {
    font-size: 14px;
    display: block;
}
.stick-topic-list li .title {
    display: -webkit-box;
    display: flex;
    height: 20px;
    line-height: 20px;
}

.stick-topic-list li .title>.stickie {
    background: #14B9C8;
    border-radius: 3px;
    color: #fff;
    border: none;
    display: inline-block;
    line-height: normal;
    word-break: keep-all;
    line-height: 20px;
    font-size: 12px;
    padding: 0 3px;
}

.stick-topic-list li .title > span:last-child {
    font-size: 15px;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    padding-left: 6px;
}

.stick-topic-list li .ttzm_info {
    margin-top: 8px;
    font-size: 12px;
    color: #999;
    display: -webkit-box;
    display: flex;
}
.stick-topic-list li .ttzm_info span {
    position: relative;
    display: inline-block;
    padding-right: 8px;
}
.stick-topic-list li .ttzm_info span:not(:first-child) {
    padding-left: 8px;
}
.stick-topic-list li .ttzm_info span:not(:last-child):after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 1px;
    height: 9px;
    background: #ddd;
}

/* 推荐帖子模板 */
.topic-item {
    padding: 15px 20px;
}
.topic-item .author {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    line-height: 20px;
    margin-bottom: 10px;
}
.topic-item .author img {
    width: 36px;
    height: 36px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 6px;
}
.topic-item .author .bbp-author-name {
    font-size: 15px;
    font-weight: 700;
    display: inline-block;
}
.topic-item .author .bbp-author-name:hover {
    text-decoration: underline;
}

.topic-item .item-content {
    padding-bottom: 10px;
    cursor: pointer;
}
.topic-item .item-content .item-title {
    color: #333;
    display: block;
    font-size: 16px;
    line-height: 26px;
}
.topic-item .item-content .item-title a:hover {
    color: inherit;
}
.topic-item .item-content .item-title span:first-child {
  float: left;
  font-weight: 400;
    border-radius: 3.3px;
    border: 1px solid #14B9C8;
    line-height: 16px;
    padding: 0 2px;
    color: #14B9C8;
    font-size: 12px;
    margin: 4px 4px 0 2px;
}
.topic-item .content-text > a {
    max-height: 76px;
    font-size: 16px;
    color: #333;
    line-height: 26px;
    word-wrap: break-word;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    text-overflow: ellipsis;
}
.topic-item a.ct-images {
    display: block;
    width: 100%;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
    margin-top: 10px;
}
.topic-item a.ct-images > img {
    width: 100%;
    height: 100%;
    position: absolute;
    border-radius: 5px;
    -o-object-fit: cover;
       object-fit: cover;
}
.topic-item a.ct-images .image-counts {
    position: absolute;
    right: 10px;
    top: 10px;
    height: 20px;
    padding: 0 8px;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    background: rgba(0,0,0,.5);
    border-radius: 3px;
    font-size: 14px;
    color: #FFF;
}
.topic-item .from-forum {
    margin-bottom: 12px;
}
.topic-item .from-forum a {
    display: -webkit-inline-box;
    display: inline-flex;
    -webkit-box-align: center;
    align-items: center;
    height: 24px;
    line-height: 24px;
    background: #E7F8F9;
    border-radius: 4px;
    padding: 0 8px;
    text-decoration: none;
    font-size: 12px;
    color: #14B9C8;
}
.topic-item .from-forum a:hover {
    background: #C5EDF1;
    text-decoration: none;
    color: #12A7B4;
}
.topic-item .item-text-footer > div {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.topic-item .item-text-footer span,
.topic-item .item-text-footer a {
    margin-right: 20px;
    color: #999;
    font-size: 12px;
    display: -webkit-inline-box;
    display: inline-flex;
    align-items: center;
    -webkit-box-align: center;
    cursor: pointer;
    text-decoration: none;
        line-height: normal;
}
.item-text-footer > div > * i::before {
    font-size: 15px;
    margin-right: 5px;
    color: #999;
    -webkit-transition: 0s;
    transition: 0s;
}
.item-text-footer > div i.icon-zan::before {
    font-size: 18px !important;
}
.topic-item .item-text-footer > div > * {
    -webkit-transition: 0s;
    transition: 0s;
}
.topic-item .item-text-footer > div > *:hover,
.topic-item .item-text-footer > div > *:hover i::before {
    color: #666;
}
.topic-item .item-text-footer em {
    margin-right: 3px;
    font-style: normal;
}
.video-content {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    margin-top: 10px;
    border-radius: 3px;
    overflow: hidden;
    background: #f1f1f1;
}
.topic-item .video-content .video-js {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.topic-item .video-content .video-js > * {
    width: 100%;
    height: 100%;
}

/* 帖子回复区域 */
.tab-bar-box {
    height: 55px;
}
.reply-sort-tab,
.reply-sort-tab-fixed {
    padding-top: 18px;
    z-index: 1;
    position: relative;
}
.reply-sort-tab,
.reply-sort-tab-fixed {
    padding-top: 18px;
    z-index: 1;
    position: relative;
}
.reply-sort-tab-fixed>li:not(.pull-right),
.reply-sort-tab>li:not(.pull-right) {
    margin-right: 30px;
}

.reply-sort-tab-fixed>li,
.reply-sort-tab>li {
    float: left;
    font-size: 18px;
}
.reply-sort-tab-fixed>li>a.active,
.reply-sort-tab>li>a.active {
    position: relative;
    color: #333;
    font-weight: 500;
}
.reply-sort-tab-fixed>li>a.active:after,
.reply-sort-tab>li>a.active:after {
    position: absolute;
    content: '';
    left: 50%;
    bottom: 0;
    width: 60px;
    height: 3px;
    background: #14B9C8;
    border-radius: 2px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.reply-sort-tab-fixed>li>a,
.reply-sort-tab>li>a {
    display: block;
    color: #999;
    padding-bottom: 12px;
    line-height: 25px;
    text-decoration: none;
}
.reply-sort-tab-fixed>li>a.active span,
.reply-sort-tab>li>a.active span {
    color: #666;
    margin-left: 7px;
}

/* 帖子回复列表 */
.posts-item-v2 {
    padding: 15px 0;
    border-top: 1px solid #f1f1f1;
    overflow: hidden;
}
.posts-item-v2 .author-avatar-verified {
    float: left;
}
.posts-item-v2 a.avatar {
    width: 48px;
    height: 48px;
}
.posts-item-v2 a.avatar {
    border-radius: 50%;
    border: 1px solid #eee;
    display: block;
    overflow: hidden;
}
.posts-item-v2 .posts-item-text {
    width: calc(100% - 70px);
    float: right;
}
.posts-item-v2 .item-text-header {
    line-height: 21px;
    font-size: 12px;
    color: #999;
    margin-bottom: 4px;
    position: relative;
    overflow: hidden;
}
.posts-item-v2 .item-text-header>li:not(.post-dropdown):first-child {
    margin-bottom: 2px;
}

.posts-item-v2 .item-text-header>li:not(.post-dropdown) {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.posts-item-v2 .item-text-header .user-name,
.comments-list-v2 .item-text-header .user-name {
    font-size: 14px;
    color: #1F2D3D;
    font-weight: 500;
    display: inline-block;
    text-decoration: none;
}

.user-level {
    width: 34px;
    height: 16px;
    color: #fff;
    font-size: 12px;
    background: url(../images/c03f34a….png) center top no-repeat;
    line-height: 16px;
    background-size: 34px;
    text-align: center;
    vertical-align: middle;
    margin-right: 4px!important;
    display: none;
}
.posts-item-v2 .item-text-header>li:not(.post-dropdown):not(:first-child) {
    float: left;
}
.posts-item-v2 .item-text-header>li:not(.post-dropdown) {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.posts-item-v2 .item-text-header .topic-floor {
    position: relative;
    margin-right: 6px;
}
.posts-item-v2 .item-text-body p {
    color: #666;
    margin-bottom: 10px;
    word-wrap: break-word;
    line-height: 1.9;
    font-size: 16px;
}
.posts-item-v2 .item-text-footer {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    color: #999;
}
.posts-item-v2 .item-text-footer>ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}
.posts-item-v2 .item-text-footer .post-dynamic-time {
    font-size: 12px;
}
.item-text-footer>ul>li a {
    color: #999;
    display: block;
    text-decoration: none;
}

@media screen and (max-width:767px) {
  .posts-item-v2 a.avatar {
    width: 42px;
    height: 42px;
  }
  .posts-item-v2 .posts-item-text {
    width: calc(100% - 52px);
    float: right;
}
.tab-bar-box {
    height: 48px;
}
.reply-sort-tab, .reply-sort-tab-fixed {
    padding-top: 15px;
}
.reply-sort-tab-fixed>li, .reply-sort-tab>li {
    float: left;
    font-size: 14px;
}
.reply-sort-tab-fixed>li>a, .reply-sort-tab>li>a {
    padding-bottom: 13px;
    line-height: 20px;
}
}

/* 回帖表单 */
.bbp-reply-form {
    margin-top: 60px;
    margin-bottom: 42px;
}
.bbp-topic-form *,
.bbp-reply-form * {
    -webkit-transition: 0s !important;
    transition: 0s !important;
}
.bbp-template-notice {
    line-height: normal;
    color: #9ca7a6;
    font-size: 10px;
    text-align: center;
}
#new-post .bbp-template-notice p {
    text-align: left;
}
#wp-bbp_reply_content-editor-container {
    border-radius: 3px;
    overflow: hidden;
}
.bbp-topic-form #bbp_topic_content:focus,
#bbp_reply_content:focus {
    border: 0;
}
.bbp-topic-form input,
#bbp_topic_content,
#qt_bbp_topic_content_toolbar,
#qt_bbp_reply_content_toolbar,
#bbp_reply_content {
    background: #fff;
}
#bbp_reply_content {
    height: 160px;
}
.bbp-topic-form form > div.title,
.bbp-reply-form > form > div.title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 10px;
}
.bbp-the-content-wrapper {
    margin-bottom: 15px;
}
.bbp-submit-wrapper {
    overflow: hidden;
    margin-top: 10px;
}
#bbp_topic_submit,
#bbp_reply_submit {
    padding: 4px 26px;
    font-size: 13px;
    float: right;
    border-radius: 3px;
    border-color: #14B9C8;
    background: #14B9C8;
}
#bbp_topic_submit:hover,
#bbp_reply_submit:hover {
    color: #12A7B4;
    border-color: #b4ebfa!important;
    background: #b4ebfa!important;
}

/* 发帖表单 */
.bbp-topic-form {
    padding: 0 20px 20px;
    margin-top: 20px;
}
.bbp-topic-form input {
  border: thin solid #e5e5e5;
}
#qt_bbp_topic_content_toolbar,
#bbp_topic_title {
    border-bottom: 0;
}
#qt_bbp_topic_content_toolbar input {
    background: #fff;
    border: thin solid #e5e5e5;
    box-shadow: 0 1px 0 rgba(158, 158, 158, .2);
}
p.forum-topic-status {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    margin: 10px 0;
}
p.forum-topic-status select {
    max-width: 70px;
    margin-right: 10px;
    padding: 3px 3px;
}
p.forum-topic-status label {
    display: block;
    width: 30px;
    word-break: break-word;
    line-height: initial;
}

/* 搜索页面 */
.search-body li.topic-item {
    padding: 10px 0;
}
.search-body .item-text {
    padding: 0 !important;
}
