
html,
body {
  background-color: #fff;
}

.page-community {
  background-color: #F4F5F5;
  display: flex;
  justify-content: center;
  padding-bottom: 80px;
}

.page-community .community-wrap {
  width: 100%;
}

.page-community .desc-btn {
  margin-top: 16px;
  position: relative;
}

.search-and-select {
  display: flex;
  justify-content: center;
  width: 100%;
  transition: all 1s;
  /* position: sticky; */
  background-color: #fff;
  z-index: 2;
}

.sec-category-ul .init-empty-category-wrap {
  padding-bottom: 14px;
}

.init-empty-category-wrap {
  padding: 8px 0;
  display: flex;
  align-items: center;
}

.init-empty-category-wrap div{
  width: 100px;
}

#category-commonet-wrap {
  width: 1200px;
  background: #FFFFFF;
  /* padding: 0 32px; */
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  /* box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.1); */
}

.page-community .cli_foot {
  margin-top: 56px;
}

.page-community .community-wrapper {
  background-color: inherit
}

.page-community .community-wrapper .content-box .tab-wrap {
  border-radius: 2px 2px 0px 0px;
  justify-content: space-between;
  padding: 0 32px;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
}

/* 只有问答页面需要分割线 */
.page-community .tab-divided-line {
  display: block;
  width: 1px;
  height: 12px;
  background: rgba(120, 130, 140, 0.13);
  margin-right: 16px;
}

.tab-divided-line {
  display: none;
}

.client-li.in-mixflow {
  border-bottom: none;
  padding-bottom: 0;
}

.client-li.in-mixflow:after {
  content: "";
  position: relative;
  width: calc(100% - 68px);
  height: 1px;
  background-color: rgba(120, 130, 140, 0.13);
  bottom: 0;
  left: 68px;
  display: block;
  margin-top: 24px;
}

/* 区分结束 */

/* 标签详情页相关 */
/* .category-wrap {
  padding: 20px 24px 24px;
  background-color: #FFFFFF;
  border-radius: 2px;
  font-size: 15px;
  line-height: 30px;
  height: fit-content;
  color: #262626;
  border-radius: 2px;
}

.category-wrap .bread-wrap {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.45);
  line-height: 22px;
}

.category-wrap .bread-wrap .name:first-child {
  margin-left: 0px;
}

.category-wrap .bread-wrap .name {
  margin: 0 12px;
}

.category-wrap .bread-wrap .name:hover {
  color: #008C33;
} */


.side-block {
  padding: 20px 20px 24px 24px;
  background: #FFFFFF;
  border-radius: 2px;
  margin-bottom: 24px;
  min-width: 340px;
}

.side-block.display-flex.none {
  display: none;
}

.side-block-name {
  font-size: 16px;
  line-height: 26px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.65);

}
.side-block-value {
  margin-top: 12px;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.7);
}

#hot-category a,
#sub-category a {
  padding: 4px 10px;
  background: #FFFFFF;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 2px;
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  color: rgba(0, 0, 0, 0.65);
  display: inline-block;
  margin: 0 10px 8px 0;
}

#hot-category a:active,
#hot-category a:hover {
  background: #F7F8FA;
  color: rgba(0, 0, 0, 0.85);
}

#sub-category a.active,
#sub-category a:hover {
  border: 1px solid #00a13b;
  color: #00a13b;
}

.hot-item {
  display: flex;
  align-items: flex-start;
}

.hot-item div {
  line-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

/* .hot-item:before {
  content: '';
  display: inline-block;
  min-width: 4px;
  min-height: 4px;
  border-radius: 45px;
  background-color: #666666;
  margin-right: 8px;
  position: relative;
  top: 9px;
} */

.hot-item + .hot-item {
  margin-top: 10px;
}

.hot-item:hover,
.hot-item:focus {
  color: #008C33;
}


.hot-item:hover:before,
.hot-item:focus:before {
  background-color: #008C33;
}

.wx-public-accounts-qrcode {
  width: 88px;
  height: 88px;
  margin-left: 20px;
}


.divide-line {
  margin-left: -4px;
  margin-right: -4px;
}

.current-position {
  color: #008C33;
}
/*
.category-name {
  font-weight: 600;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 26px;
  color: rgba(0, 0, 0, 0.80);
}

.category-description {
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
} */
/* 结束 */

.community-wrapper {
  background-color: #fff;
}

.community-wrapper .text-new-blue {
  color: #166BC7 !important;
}

.community-wrapper .text-new-blue:hover {
  color: #155EB7 !important;
}

.community-wrapper {
  /* float: left; */
  /* width: 718px;
  margin-right: 24px; */
}

/* 头部搜索框 */
.top-search-wrap {
  /* background-color: #fafafa; */
  padding: 44px 16px;
  text-align: center;
  /* max-height: 175px; */
  /* margin-bottom: 24px; */
}

.top-search-wrap .page-notice {

}

.top-search-wrap .page-notice .page-title {
  font-size: 30px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  font-weight: bold;
}

.top-search-wrap .page-notice .page-content {
  font-size: 14px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.85);
  margin-top: 16px;
}

.top-search-wrap .search-box {
  position: relative;
  top: 16px;
  margin: 24px auto 0;
  width: 100%;
  max-width: 720px;
  z-index: 1;
}
.top-search-wrap .search-box .header-submit-btn-comment {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 5;
  /* width: 16px; */
  padding: 0 16px;
  height: 48px;
  /* line-height: 1; */
  background-color: transparent;
  border: 0;
  border-radius: 0;
}

.top-search-wrap .search-box .header-submit-search {
  position: relative;
  font-size: 20px !important;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 0px;
}

.top-search-wrap .search-box .header-submit-btn-comment:hover,
.top-search-wrap .search-box .header-submit-btn-comment:focus {
  /* background-color: #F7FBF8;
  border: 1px solid #00A13B;
  background: #F7FBF8; */
  color: #00A13B;
}

.top-search-wrap .search-box .header-submit-btn-comment:hover .header-submit-search,
.top-search-wrap .search-box .header-submit-btn-comment:focus .header-submit-search {
  color: #00a13b;
}

.top-search-wrap .search-box .header-search-form-comment {
  width: 100%;
}

.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment {
  /* width: 540px; */
  width: 100%;
  font-size: 16px;
  padding: 11px 12px 12px;
  min-height: 48px;
  height: 48px;
  line-height: 24px;
  transition: all 200ms;
  color: #333;
  border-radius: 2px;
  padding-left: 16px;
  border: none;
  border: 1px solid rgba(120, 130, 140, 0.13);
  box-shadow: 0px 0px 1px rgba(0, 0, 0, 0.04), 0px 2px 4px 1px rgba(0, 0, 0, 0.08);
}

.top-search-wrap .search-box .header-search-form-comment .searchIcon {
  position: absolute;
  z-index: 2;
  left: 12px;
  top: 13px;
  color: rgba(0, 0, 0, 0.45);
}

/*.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment.isFocused {
  border-color: #3cb067;
}

.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment:hover {
  border-color: #3cb067;
}*/

.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment.isFocused + .header-submit-btn-comment .header-submit-search {
  color: #3cb067;
}
.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment::-webkit-input-placeholder,
.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
  font-size: 16px;
}
.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment::placeholder {
  color: rgba(0, 0, 0, 0.45);
  opacity: 1;
  font-size: 16px;
}

.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment.isFocused::-webkit-input-placeholder,
.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment.isFocused:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.25);
  font-size: 16px;
}
.top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment.isFocused::placeholder {
  color: rgba(0, 0, 0, 0.25);
  opacity: 1;
  font-size: 16px;
}


/* 内容区 */

/* tab */

.page-community-wrapper {
  max-width: 836px;
  margin-right: 24px;
  border-radius: 2px;
}

.page-community-wrapper-layout {
  margin: 24px auto 0;
  width: 1200px;
  display: flex;
  justify-content: flex-start;
}

.community-wrapper .page-community-wrapper .content-box {
  padding-top: 0;
  max-width: 836px;
  min-height: 80vh;
  border-radius: 2px;
}

.page-community-wrapper .white{
  width: 836px;
  border-radius: 2px;
  /* padding: 0 32px 32px; */
}

/* .page-community-wrapper-layout .intro-block {
  font-size: 15px;
  line-height: 30px;
  height: fit-content;
  color: #262626;
  border-radius: 2px;
  background-color: #FFFFFF;
} */

.loading-more {
  text-align: center;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.45);
  position: relative;
  top: 35px;
}

.community-wrapper .content-box {
  padding-top: 12px;
  padding-bottom: 64px;
  margin: 0 auto;
  background-color: #fff;
  width: 100%;
  max-width: 720px;
  /* min-height: 400px; */
}

.wordpress_article_info_box_container .community-wrapper .content-box {
  padding-top: 12px;
}


.community-wrapper .content-box .tab-wrap {
  padding: 8px 0 0;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.community-wrapper .content-box .tab-wrap:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #F5F5F5;
  bottom: -1px;
  left: 0;
}

.page-community .community-wrapper .content-box .tab-wrap:after,
.page-community .community-wrapper .content-box .tab-li.active:after
{
  content: none;
}

.community-wrapper .content-box .tab-ul {
  /* border-bottom: 1px solid rgba(120, 130, 140, 0.13); */
}

#page-community-wrapper .white .content-box .tab-ul {
  display: flex;
  align-items: center;
}

.community-wrapper .content-box .tab-li {
  position: relative;
  padding: 16px 0;
  margin: 0 14px;
  float: left;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  cursor: pointer;
}

#page-community-wrapper .white .tab-ul .tab-li {
  position: relative;
  padding: 21px 0;
  margin: 0;
  float: left;
  font-size: 15px;
  line-height: 22px;
  color: #808080;
  cursor: pointer;
  display: flex;
  align-items: center;
}

#page-community-wrapper .white .tab-ul .tab-li .tab-li-a{
  color: inherit;
  margin: 0 16px 0 0;
}

#page-community-wrapper .white .tab-ul .tab-li:hover{
  color: #00A13B;
  content: none;
}

#page-community-wrapper .white .tab-ul .tab-li.active{
  color:#008C33;
}

#page-community-wrapper .white .tab-ul .tab-li.active.single-tab-shown{
  color: #252525;
}

#page-community-wrapper .white .tab-ul .tab-li:first-child .tab-li-a {
  padding-left: 0;
  margin-left: 0;
}


.community-wrapper .content-box .tab-li.no-hover {
  pointer-events: none;
}

.community-wrapper .content-box .tab-li:first-child {
  margin-left: 0px;
}

#page-community-wrapper .white #community-tab-box .tab-li:first-child {
  margin-left: 0px;
}

.community-wrapper .content-box .tab-li:hover {
  color: #008C33;
}

.community-wrapper .content-box .tab-li.active {
  color: #008C33;
}

.community-wrapper #page-community-wrapper .content-box .tab-li:after,
.community-wrapper #page-community-wrapper .content-box .tab-li:hover:after {
  content: none;
}


.community-wrapper .content-box .tab-li:after {
  content: " ";
  position: absolute;
  width: 100%;
  height: 1px;
  background-color: #00A13B;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scaleX(0);
  transition: all .3s cubic-bezier(.18,.89,.17,.88), opacity .15s ease;
  z-index: 3;
}

.community-wrapper .content-box .tab-li.active:after {
  opacity: 1;
  transform: none;
}

.community-wrapper .content-box .tab-li:hover:after {
  opacity: 1;
  transform: scaleX(1);
}

/* .community-wrapper .content-box .right-extra,
.community-wrapper .content-box .right-extra-exp {
  position: absolute;
  right: 0;
}

.community-wrapper #page-community-wrapper .content-box .right-extra,
.community-wrapper #page-community-wrapper .content-box .right-extra-exp {
  position: absolute;
  right: 24px;
} */

.community-wrapper .content-box .right-extra .wantAsk {
  margin-top: 0 !important;
  line-height: 24px;
}

#page-community-wrapper .white #community-tab-box .right-extra,
#page-community-wrapper .white #community-tab-box .right-extra-exp {
  /* top:28px; */
  transform: none;
}

.community-wrapper .content-box .right-extra .dropdown-menu>li:not(.dropdown-item)>a:focus,
.community-wrapper .content-box .right-extra .dropdown-menu>li:not(.dropdown-item)>a:hover {
  background-color: #f5f5f5;
}


.community-wrapper .right-extra .search-help {
  display: inline-flex;
  align-items: center;
  font-size: 0;
  border-radius: 2px;
  height: 32px;
}

.community-wrapper .right-extra .search-help.border {
  border: 1px solid rgba(120, 130, 140, 0.2);
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.04);
  box-sizing: border-box;
}
.community-wrapper .right-extra .search-help.border #search-help-btn:active{
  border: none;
  box-shadow: none;
}

.community-wrapper .search-help-container {
  display: inline-block;
  padding-left: 90px;
}

.community-wrapper .right-extra #search-help-input {
  position: relative;
  height: 30px;
  width: 0;
  /* padding: 7px 12px; */
  border: none;
  font-size: 14px;
  display: flex;
  align-items: center;
  background: #FFFFFF;
  color: rgba(0, 0, 0, 0.85);
  border-bottom-left-radius: 2px;
  border-top-left-radius: 2px;
}

.community-wrapper .right-extra #search-help-input::after {
  width: 20px;

}

.community-wrapper .right-extra #search-help-input.red-tip::-webkit-input-placeholder {
  color: #E64340;
}

.community-wrapper .right-extra #search-help-input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.45);
}

.community-wrapper .right-extra #search-help-btn:hover {
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
}

.community-wrapper .right-extra #search-help-btn:active {
  background: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
  border: 1px solid rgba(120, 130, 140, 0.13);
  box-sizing: border-box;
  border-radius: 2px;
  color: #00A13B;
}

.community-wrapper .right-extra #search-help-btn {
  font-size: 17px;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #808080;
  cursor: pointer;
  border-radius: 2px;
}

.community-wrapper .right-extra #search-help-btn.green-icon {
  color: #00A13B;
}

.community-wrapper .right-extra #search-help-btn.white-bg {
  background: #FFFFFF;
  height: 30px;
  border-top-right-radius: 2px;
  border-bottom-left-radius: 2px;
}


.right-extra {
  display: flex;
  align-items: center;
}


.question-sort-link {
  align-items: center;
  justify-content: center;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  display: inline-flex;
  height: 32px;
  width: 32px;
  border-radius: 2px;
  transition: all 0.2s;
}

.question-sort-link:hover {
  background: #FFFFFF;
  color: #FFFFFF;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
}

.question-sort-link:active,
.question-sort-link[aria-expanded="true"] {
  border: 1px solid rgba(120, 130, 140, 0.13);
  box-sizing: border-box;
  box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.04);
  border-radius: 2px;
  background: #FFFFFF;
}

.question-sort-link:active .anticon-community-sorter,
.question-sort-link[aria-expanded="true"] .anticon-community-sorter {
  color: #00A13B;
}

.question-sort-link .anticon-community-sorter {
  position: relative;
  top: -1px;
  vertical-align: middle;
  font-size: 18px;
  line-height: 1;
  color: #808080;
  /* margin-right: 8px; */
}

#order_dropdown {
  margin-right: 0 !important;
  margin-left: 4px !important;
}

.question-sort-link::after {
  display: none;
}

.question-sort-menu {
  border: none;
  box-shadow: 0px 3px 6px -4px rgba(0, 0, 0, 0.12), 0px 6px 16px rgba(0, 0, 0, 0.08), 0px 9px 28px 8px rgba(0, 0, 0, 0.05);
  border-radius: 2px;
  min-width: 144px;
  width: 144px;
  padding: 4px 0;
  margin-top: 8px;
}

.question-sort-menu li a {
  position: relative;
  display: block;
  padding: 5px 58px 5px 16px !important;
  color: rgba(0, 0, 0, 0.85);
  font-size: 14px;
  line-height: 22px;
  transition: all 0.2s;
}

.question-sort-menu li a.active {
  background-color: transparent;
}

.question-sort-menu li a:hover {
  background-color: #f5f5f5;
}

.question-sort-menu li a .clifont.anticon-check {
  position: absolute;
  font-size: 14px;
  line-height: 1;
  right: 16px;
  top: 9px;
  display: none;
}

.question-sort-menu li a.active .clifont.anticon-check {
  display: inline-block;
}

.community-wrapper .content-box .right-extra .ask-question-btn,
.community-wrapper .content-box .right-extra-exp .ask-question-btn {
  border: 1px solid #00A13B;
  margin-left: 16px;
  width: 88px;
  height: 32px;
  background: #00A13B;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.12);
  transition: all 0.2s cubic-bezier(0.645, 0.045, 0.355, 1)
}

.community-wrapper .page-community-wrapper .content-box .right-extra .ask-question-btn,
.community-wrapper .page-community-wrapper .content-box .right-extra-exp .ask-question-btn {
  width: 90px;
  height: 32px;
  border: 1px solid #00a13b;
  border-radius: 2px;
  color: #fff;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.06em;
  background: #FFFFFF;
  text-shadow: none;
  background: #00a13b;
}

.community-wrapper .page-community-wrapper .content-box .right-extra .ask-question-btn:hover,
.community-wrapper .page-community-wrapper .content-box .right-extra-exp .ask-question-btn:hover {
  background: #008c33;
  border-color: #008c33;
}

.community-wrapper .content-box .right-extra .ask-question-btn:hover,
.community-wrapper .content-box .right-extra-exp .ask-question-btn:hover {
  background-color: #008C33;
  border: 1px solid #008C33;
}

/* .page-community .community-wrapper .conetnt-slide-wrap {
  padding: 0 32px 32px;
} */

.community-wrapper .conetnt-slide-wrap {
  display: none;
}

.community-wrapper .conetnt-slide-wrap.active {
  display: inline-block;
  width: 100%;
}

/* 问答区 */
.comment-wrap {
  /* padding: 0 24px; */
  margin-top: 0;
}

.none {
  display: none;
}

/*换行后的第一个的圆点前缀隐藏，只能增加宽度，使用负边距遮挡*/
.comment-type-wrapper {
  /* display: inline-block; */
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: default;
  width: calc(100% + 18px);
}

.comment-type-wrapper.none {
  display: none;
}
.comment-type-wrap {
  background: #FFFFFF;
}

.search-and-select.sticky{
  position: fixed;
  top: 0;
  box-shadow: 0 2px 6px rgb(0 0 0 / 10%);
}

.search-and-select.sticky .fixed-logo-block{
  display: flex;
  align-items: center;
}

.fixed-logo-block {
  display: none;
  position: absolute;
  left: 24px;
  height: 30px;
  top: calc((60px - 30px) / 2);
}

.fixed-logo-block .fixed-cli-text {
  font-family: 'PingFang SC';
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center;
  margin-left: 12px;
}

@media screen and (max-width: 1550px) {
  .fixed-logo-block .fixed-cli-text {
    display: none;
  }
}

@media screen and (max-width: 1366px) {
  .search-and-select.sticky .fixed-logo-block {
    display: none;
  }
}

.ask-question-btn.fixed {
  position: fixed;
  top:  calc((62px - 32px) /2);
  right: calc((100% - 1200px) /2);
  z-index: 3;
}

.search-and-select.sticky .fir-category-ul .type-li {
  margin-left: 8px;
}

.search-and-select.sticky .fir-category-ul .type-li-a.active {
  background-color: #fff;
  display: flex;
  align-items: center;
  position: relative;
}

.search-and-select.sticky .fir-category-ul .type-li-a.active::before {
  content: '';
  display: block;
  position: absolute;
  background-color: #008c33;
  bottom: -14px;
  height: 2px;
  background-color: #00A13B;
  width: calc(100% - 24px);
}

.search-and-select.sticky  .fir-category-ul.hidden {
  padding: 14px 0;
}

.search-and-select.sticky.show{
  /* height: 56px; */
}

.remove-shadow {
  box-shadow: none !important;
}

.comment-type-wrap .fir-category-ul {
  padding: 12px 0 12px 0;
  background: #FFFFFF;
  display: flex;
  flex-wrap: wrap;
  border-radius: 2px;
  width: 1200px;
}

.comment-type-wrap .fir-category-ul.hidden {
  overflow: hidden;
  /* transition: all 0.2s; */
}

.fir-category-ul .type-li:first-child{
  margin-left: 0;
}

.fir-category-ul .type-li{
  display: inline-block;
  cursor: pointer;
  margin-left: 12px;
}

.fir-category-ul .type-li-a {
  padding: 4px 12px;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

.fir-category-ul .type-li-a:hover {
  background: #F7F8FA;
}

.fir-category-ul .type-li-a.active {
  color: #008C33;
  background: #F2FAF5;
}

/* 二级筛选 */
.sec-category-ul {
  display: flex;
  width: 1200px;
  flex-wrap: wrap;
  padding: 13px 0 5px;
  color: #262626;
  background: rgba(255, 255, 255, 0.85);
  backdrop-filter: blur(20px);
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}
.sec-category-ul .type-li {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 8px 8px 0;
}

.sec-category-ul .type-li-a {
  font-size: 14px;
  padding: 4px 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 22px;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
}

.sec-category-ul .type-li-a:hover,
.sec-category-ul .type-li-a:hover .tag-num {
  color: #00A13B;
}

.sec-category-ul .type-li-a.active,
.sec-category-ul .type-li-a.active .tag-num {
  color: #008C33;
}

.expand-type-li {
  padding: 4px 8px;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
  color: #166BC7;
  cursor: pointer;
}

.expand-type-li:hover {
  color: #014c8c;
}

/* .expand-type-li:after {
  content: '';
  border: 13px solid #333333;
  border-width: 0px 1.5px 1.5px 0px;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  position: relative;
  top: -2px;
  margin-left: 8px;
} */

.comment-type-wrap .expand-comments {
  display: inline-block;
  position: absolute;
  top: 12px;
  right: 0;
  cursor: pointer;
  font-size: 14px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.45);
  display: none;
}

.comment-type-wrap .expand-comments:hover {
  color: #008C33;
}

.comment-type-wrap .expand-comments.show-expand {
  display: inline-block;
}

.comment-type-wrap .expand-comments .expand-icon {
  display: inline-block;
  font-size: 12px;
  line-height: 1;
  transition: transform 0.3s;
}

.comment-type-wrap .expand-comments .expand-icon.is-expand {
  transform: rotate(180deg);
  transition: transform 0.3s;
}

.comment-type-wrap.none {
  display: none !important;
}

.comment-type-all-btn-li {
  display: inline-block;
  font-size: 14px;
  /* background: #F5F6F7; */
  color: rgba(0, 0, 0, 0.85);
  padding: 9px 14px;
  border: 1px solid rgba(120, 130, 140, 0.25);
  cursor: pointer;
  border-radius: 2px;
}
.comment-type-all-btn-li:hover {
  background: #F5F6F7;
}

.comment-type-all-btn {
  border: none;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  background-color: transparent;
  text-align: center;
  padding: 0;
}

.arrow-right {
  border: solid rgba(0, 0, 0, 0.85);;
  border-width: 0 1.5px 1.5px 0;
  line-height: 14px;
  border-radius: 1px;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  margin-bottom: 1px;
}

.comment-type-all-overlay{
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 1200;
  left: 0;
  top:0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
}

.comment-type-modal{
  position: absolute;
  width: 800px;
  height: fit-content;
  z-index: 1000;
  padding: 0 24px;
  background: #FFFFFF;
  transform: translate(-50%,-50%);
  top: 50%;
  left: 50%;
  border-radius: 4px;
}

.comment-type-modal .modal-header{
  height: 58px;
  align-items: center;
  padding: 17px 0;

}

.comment-type-modal .mobile-type-all-img-box {
  display: none;
}

.comment-type-modal .modal-header .title{
  /* display: inline-block; */
  width: 100px;
  font-size: 16px;
  display: inline-block;
}

/* .comment-type-modal .modal-header .close{

} */

  /*叉号*/
.close{
  /* position:relative; */
}


.all-type-container {
  padding: 32px 16px 16px 16px;
}


.all-type-container .comment-types-row{
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 32px;
}

.all-type-container .comment-types-row:last-child {
  margin-bottom: 0px;
}

.all-type-container .comment-types-row .comment-types-label{
  width: 64px;
  font-size: 16px;
  margin-right: 32px;
  font-weight: 700;
  margin-top: 9px;
}

.all-type-container .comment-types-row ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

/* .all-type-container .comment-types-row .type-li:hover {
  color: #008C33;
} */

/* .all-type-container .comment-types-row .type-li.active {
  background: #f5faf6;
  color: #008C33;
} */

/* 讨论区内容hover效果 */
.comment-lists-box .comment-single {
  /* margin-top: 12px; */
  position: relative;
  padding: 30px 0 32px;
}

.page-community .comment-lists-box .comment-single {
  padding: 30px 32px;
}

.page-community .comment-lists-box .comment-single:hover {
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  transition: all 0.1s ease-in-out;
}

.page-community .comment-lists-box .comment-single:hover:after,
.page-community .client-li:hover::after,
.page-community .hide-line::after,
.page-community .comment-lists-box .comment-single.hide-line::after {
  border-color: #fff;
  background-color: #fff;
}

.page-community .comment-lists-box .comment-single .comment-header:hover .comment-title-box .comment-title .comment-title-text {
  color: rgba(0, 0, 0, 0.87);
}

.comment-lists-box .comment-single .comment-header:hover .comment-title-box .comment-title .comment-title-text {
  color: #008C33;
}

.comment-lists-box .comment-single:after {
  content: " ";
  position: absolute;
  /*width: 652px;*/
  height: 1px;
  background-color: rgba(120, 130, 140, 0.13);
  bottom: 0;
  width: 100%;
}

 .page-community .comment-lists-box .comment-single:after {
  width: calc(100% - 32px * 2);
}

.comment-lists-box .comment-single:first-child .comment-stats {
  /* top: 32px; */
}

.comment-lists-box.comment-lists-box-in-othter-page .comment-single:first-child {
  padding-top: 16px;
}

.comment-lists-box.comment-lists-box-in-othter-page .comment-single:first-child .comment-stats {
  top: 16px;
}

.comment-stats {
  display: block;
  position: absolute;
  left: 0;
  /* top: 24px; */
  width: 48px;
  height: 48px;
  padding: 5px;
  text-align: center;
  border-radius: 4px;
  background-color: #fafafa;
}

.comment-stats.comment-stats_success {
  background-color: #EDF7F2;
}

.comment-stats_value {
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.65);
}

.comment-stats_text {
  font-weight: 400;
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.45);
}

.comment-stats.comment-stats_success .comment-stats_value,
.comment-stats.comment-stats_success .comment-stats_text {
  color: #008C33;
}

.cliIcon.search-more-right-icon:before {
  font-family: clifont,"sans-serif"!important;
}

.comment-lists-box .comment-single.highlightFirstCode {
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 2s;
  -webkit-animation-fill-mode: both;
  -webkit-animation-name: highlight;
  animation-delay: 0.1s;
  animation-duration: 2s;
  animation-fill-mode: both;
  animation-name: highlight;
  box-shadow: 0 1px 10px transparent;
  z-index: 12;
  border-radius: 4px;
}

@keyframes highlight {
  0%, 60% {
    box-shadow: none;
  }

  30%, 90% {
    box-shadow: 0 1px 10px #00A13B;
  }
}

.comment-lists-box .comment-single .comment-header {
  cursor: pointer;
}

.comment-lists-box .comment-single .comment-title-box {
  font-size: 16px;
  font-weight: 600;
}

.top-comment {
  display: inline-flex;
  width: 28px;
  height: 20px;
  position: relative;
  top: -3px;
  font-weight: normal;
  vertical-align: middle;
  padding: 4px 6px;
  width: fit-content;
  align-items: center;
  background: #fff;
  border-radius: 2px;
  font-weight: 400;
  font-size: 12px;
  color: #008C33;
  border: 1px solid #008C33;
  margin-right: 8px;
}

.comment-lists-box .comment-single .comment-title-box .comment-title-text{
  font-size: 18px;
}
.comment-lists-box .comment-single .comment-title-box .comment-title .comment-title-text {
  color: rgba(0, 0, 0, 0.87);
  margin-right: 8px;
}

.comment-lists-box .comment-single .comment-title .title{
  width: calc(100% + 8px);
}

.comment-lists-box .comment-single .comment-title-box .top-comment .top-comment-icon {
  font-size: 28px;
  width: 28px;
  height: 28px;
}

.comment-lists-box .comment-single .comment-title-box .top-comment.none {
  display: none;
}

.comment-lists-box .comment-single .comment-title-box .comment-title-wrap {
  position: relative;
}

.comment-lists-box .comment-single .comment-title-box .comment-title-wrap.hidden {
  max-height: 96px;
  overflow: hidden;
}

.comment-lists-box .comment-single .comment-title-box .comment-title-wrap .show-more-comment-box {
  display: none;
  /* position: absolute; */
  background: #fff;
  padding: 0 8px 0 0;
  font-weight: normal;
  cursor: pointer;
}

/* .comment-lists-box .comment-single .comment-title-box .comment-title-wrap.hidden .show-more-comment-box {
  position: static;
} */

.comment-lists-box .comment-single .comment-title-box .comment-title-wrap .show-more-comment-box.show-more {
  display: inline-block;
  margin-left: 4px;
}

.comment-lists-box .comment-single .comment-title-box .comment-title-wrap .show-more-comment-box .ellipsis,
.comment-lists-box .comment-single .comment-title-box .comment-title-wrap .show-more-comment-box .expand-box {
  display: inline-block;
}

.comment-lists-box .comment-single .comment-title-box .comment-title-wrap .show-more-comment-box .ellipsis {
  display: inline-block;
  margin-right: 5px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
}

.comment-lists-box .comment_wrapper_img {
  cursor: pointer;
  height: auto;
}

/* .comment-lists-box .comment-single .comment-title-box .comment-title-wrap .show-more-comment-box:before {
  position: absolute;
  top: 0;
  left: -16px;
  width: 16px;
  height: 24px;
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0),#fff);
  content: "";
} */

.comment-lists-box .comment-single .comment-title-box .comment-title-wrap.hidden .show-more-comment-box {
  right: 0px;
  top: 24px;
}

.comment-lists-box .comment-single .comment-title-box .comment-title-wrap.expand-comment .show-more-comment-box {
  right: 0px;
  bottom: 0px;
}

.comment-lists-box .comment-single .comment-title-box .comment-title-wrap.show-more-comment .show-more-comment-box {
  display: inline-block;
}

.comment-lists-box .comment-single .comment-title-box .show-more-comment-box .comment-expand-icon {
  margin-left: 4px;
}

.comment-lists-box .comment-single .comment-title-box .show-more-comment-box .comment-expand-icon.is-expand {
  transform: rotate(180deg);
}

/* .comment-lists-box .comment-single .comment-title-box .comment-title {
  display: flex;
} */

.comment-lists-box .comment-single .comment-title-box .comment-title a {
  color: #576B95;
  margin: 0;
  text-align: justify;
}

.comment-lists-box .comment-single .comment-title-box .comment-title a.title {
  color: rgba(0, 0, 0, 0.85) !important;
  transition: all 0.15s ease-in-out;
  font-size: 19px;
  line-height: 26px;
  position: relative;
}

.comment-lists-box .comment-single .comment-title-box .comment-title .comment-main-content a:hover {
  color: #01347a;
}

.comment-lists-box .comment-single .comment-main-content {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  /* text-align: left; */
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box !important;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  white-space: normal;
  font-weight: normal;
  padding-top: 6px;
  cursor: pointer;
  margin-bottom: 0;
}

.comment-lists-box .comment-single .comment-main-content strong {
  font-weight: normal;
}

#comment-lists-box.comment-lists-box .comment-single .from-info-container {
  display: flex;
  line-height: 22px;
  align-items: center;
  width: fit-content;

  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  padding: 0 6px;
  border-radius: 4px;
  background-color: #f8f8f8;
}

#comment-lists-box.comment-lists-box .comment-single .from-info-container:hover {
  color: #166BC7;
}

.comment-lists-box .comment-single .from-info-icon {
  transform: matrix(-1, 0, 0, 1, 0, 0);
  margin-right: 6px;
}

.comment-lists-box .comment-single .comment-info-box {
  font-size: 14px;
  height: fit-content;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.65);
}

.comment-lists-box .comment-single .comment-info-box .clifont.anticon-Tag {
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-right: 6px;
}

.additional-info-divider {
  height: 12px;
  width: 0px;
  background: #999999;
  margin: 0 8px;
  display: inline-block;
}

.time-box {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 22px;
  position: relative;
  color: rgba(0, 0, 0, 0.65);
  margin-right: 16px;
  font-size: 14px;
}

.time-box .clifont {
  margin-right: 4px;
  /* position: relative;
  top: -1px; */
  font-size: 16px;
}

.anticon-touxianglogo,
.anticon-Frame4 {
  margin-right: 4px;
  color: rgba(0,0,0,0.3);
  font-size: 18px;
}

.visit-num {
  display: flex;
  align-items: center;
}

.visit-num::after {
  content: '次查看';
  display: inline-block;
}

.article-author {
  white-space: nowrap;
  margin-right: 16px;
}

.anticon-cli-chakan {
  color: #999999;
  margin-right: 4px;
  position: relative;
  top: 1px;
}

.comment-lists-box .comment-single .comment-info-box .comment-type:hover {
  color: rgba(0, 0, 0, 0.85);
  background: #fafafa;
  border-color: #d9d9d9;
}

.comment-lists-box .comment-single .comment-info-box .comment-type.no-hover {
  cursor: default;
}

.comment-lists-box .comment-single .comment-info-box .comment-type.no-hover:hover {
  color: rgba(0, 0, 0, 0.65);
  border-color: #E6E6E6;
  background: #fff;
}

.comment-lists-box .comment-single .comment-info-box .comment-type:last-child {
  margin-right: 12px;
}

.comment-lists-box .comment-single .comment-info-box .comment-type + .comment-type {
  margin-left: 8px;
}

.comment-lists-box .comment-single .comment-info-box .reply-action {
  cursor: pointer;
  color: #00a13b;
  transition: all 0.3s;
  /* right: 0;
  position: absolute; */
  display: inline-flex;
  align-items: center;
  flex-shrink: 0;
  font-size: 14px;
  line-height: 130%;
  letter-spacing: 0.04em;
  margin-left: 16px;
  white-space: nowrap;
}

.comment-lists-box .comment-single .comment-info-box .reply-action:hover {
  color: #008c33;
}

.comment-lists-box .comment-single .comment-info-box  .reply-action .clifont.anticon-beizhu {
  position: relative;
  top: -1px;
  vertical-align: middle;
  margin-right: 6px;
}

.member-mes:first-child {
  margin-right: 4px;
}

.comment-time {
  margin-right: 16px;
}

.question-item-sign,
.article-item-sign {
  margin-left: 16px;
  line-height: 22px;
}

.comment-lists-box .comment-single .attachment-wrapper {
  margin-top: 12px;
}

.comment-lists-box .comment-single .comments-img + .comments-img {
  margin-left: 8px;
}

.comment-lists-box .comment-single .attachment-wrapper .comments-imgs {
  line-height: 1;
}

.comment-lists-box .comment-single .attachment-wrapper .comments-img {
  position: relative;
  display: inline-block;
  width: 80px;
  height: 80px !important;
  max-width: 100%;
  border-radius: 4px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.comment-lists-box .comment-single .attachment-wrapper .comments-files,
.comment-lists-box .comment-single .reply-files {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 8px;
}

.comment-lists-box .comment-single .comments-file,
.comment-lists-box .comment-single .reply-files {
  font-size: 14px;
  color: #666;
  margin-right: 32px;
}

.comments-file a {
  position: relative;
  display: block;
  padding-left: 40px;
}

.comments-file a::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  width: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.comments-file.comments-file_pdf a::before {
  background-image: url(//static.clewm.net/static/images/newimages/icon_pdf@2x_28e535f.png);
}

.comments-file.comments-file_ppt a::before,
.comments-file.comments-file_pptx a::before {
  background-image: url(//static.clewm.net/static/images/newimages/icon_ppt@2x_3125320.png);
}

.comments-file.comments-file_excel a::before,
.comments-file.comments-file_xls a::before,
.comments-file.comments-file_xlsx a::before {
  background-image: url(//static.clewm.net/static/images/newimages/icon_excel@2x_68dd996.png);
}

.comments-file.comments-file_word a::before,
.comments-file.comments-file_doc a::before,
.comments-file.comments-file_docx a::before {
  background-image: url(//static.clewm.net/static/images/newimages/icon_word@2x_81c9eb1.png);
}

.comments-file a .comment-file-name,
.comments-file a .comment-file-size {
  font-size: 12px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.85);
}

.comments-file a .comment-file-size {
  margin-top: 2px;
  color: rgba(0, 0, 0, 0.25);
}

.comments-file a:hover .comment-file-name {
  color: #166bc7;
}

.comment-content {
  border-radius: 4px;
  background: #f8f8f8 !important;
  margin-top: 16px;
  padding: 0 24px 0;
  display: block;
}

.comment-content .reply-item {
  padding: 24px 0 !important;
}

.comment-content .reply-item +.reply-item,
.check-more-comments {
  border-top: 1px solid rgba(120, 130, 140, 0.06);
}

.comment-content .reply-item .admin-user-action {
  display: none;
}

.check-more-comments {
  border-top: 1px solid rgba(120, 130, 140, 0.06);
}

.comment-content .reply-item.none {
  display: none;
}

.comment-content .reply-item .reply-member {
  font-size: 14px;
  line-height: 18px;
  color: rgba(0, 0, 0, 0.65);
  display: flex;
  align-items: center
}

.comment-content .reply-item .reply-member .reply-time {
  position: relative;
  margin: 0 16px;
  display: inline-block;
}

.comment-info-count,
.comment-content .reply-item .reply-member .reply-action-text {
  color: #00a13b;
  white-space: nowrap;
}

.comment-info-count:hover,
.comment-content .reply-item .reply-member .reply-action-text:hover {
  color: #008C33;
}

#comment-go-detail-entry .comment-reply-more-link {
  color: #166bc7;
  padding: 16px 0 16px;
  transition: all 0.3s;
  display: inline-block;
  font-size: 14px;
}

#comment-go-detail-entry .comment-reply-more-link:focus,
#comment-go-detail-entry .comment-reply-more-link:hover {
  color: #01347a;
}

.comment-content.show-two .reply-item:first-child {
  display: block !important;
}

.comment-content.show-two .reply-item:nth-child(2) {
  display: block !important;
}

.comment-content.show-all .reply-item {
  display: block !important;
}

.comment-content .reply-item .reply-content {
  margin-top: 6px;
}

.comment-content .reply-item .reply-content .reply-txt {
  font-size: 14px !important;
  line-height: 26px !important;
  color: rgba(0, 0, 0, 0.65);
  margin-bottom: 0 !important;
  word-wrap: break-word;
  text-align: justify;
}

.comment-content .reply-item .reply-content .reply-txt a {
  color: #576B95 !important;
}

.comment-content .reply-item .reply-content .reply-txt a:hover {
  color: #155EB7 !important;
}

.comment-content .reply-item .reply-content .reply-imgs {
  margin-bottom: 8px;
  margin-top: 8px;
}

.comment-content .reply-item .reply-content .reply-imgs .reply-img {
  position: relative;
  display: inline-block;
  width: 60px;
  height: 60px !important;
  max-width: 100%;
  border: 1px solid rgba(120, 130, 140, .13);

  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.comment-content .reply-item .reply-content .reply-imgs .reply-img + .reply-img {
  margin-left: 8px;
}

.comment-content .reply-item .reply-content .reply-files {
  margin-top: 8px;
}

.comment-content .reply-item .reply-content .reply-file {
  font-size: 14px;
  color: #666
}

.comment-lists-box .comment-single .attachment-wrapper .comments-file .fa-paperclip {
  margin-right: 4px;
}

.comment-content .reply-item .reply-content .reply-file .fa-paperclip {
  margin-right: 4px;
}

.admin-user-action {
  background: inherit;
  width: fit-content;
  align-items: center;
  padding: 16px;
  width: 95px;
}

.admin-user-action .action-btn {
  cursor: pointer;
  font-size: 12px;
  line-height: 150%;
  letter-spacing: 0.005em;
  font-feature-settings: 'tnum' on, 'lnum' on;
  color: rgba(0, 0, 0, 0.45);
  display: flex;
  align-items: center;
  /* margin-right: 16px; */
  margin-bottom: 8px;
  white-space: nowrap;
}

.admin-user-action .action-btn.need-pass {
  color: #00A13B;
}

.admin-user-action .action-btn.need-pass:hover {
  color: #008C33;
}

.admin-user-action .action-btn:hover {
  color: #014c8c;
}

.admin-user-action .action-btn.delete:hover {
  color: #E65E5C;
}

/* .admin-user-action .action-btn:not(:last-child):after {
  content: none;
  width: 1px;
  height: 8px;
  background: rgba(120, 130, 140, 0.13);
  display: block;
  position: relative;
  left: 8px;
} */

.admin-user-action .action-btn:last-child {
  margin-right: 0px;
  margin-bottom: 0;
}

.admin-user-action .action-btn.sticky,
.admin-user-action .action-btn.pass {
  display: none;
}

.admin-user-action .action-btn.can-sticky,
.admin-user-action .action-btn.need-pass {
  display: inline-flex;
}

.admin-user-action .action-btn.delete {
  /* color: #E65E5C; */
}

 .bottom-action {
  position: absolute;
  background: #FFF;
  border-radius: 2px;
  left: -115px;
  top: 10px;
  display: flex;
}

.bottom-action .admin-user-action{
  border: 1px solid rgba(120, 130 ,140, 0.13);
}

.bottom-action::after {
  content: '';
  display: block;
  background-color: #FFFFFF;
  box-sizing: content-box;
  width: 20px;
}

.page-community .bottom-action::after {
  background-color: #F4F5F5;
}

.page-community .comment-lists-box .comment-single:hover .bottom-action::after,
.page-community .client-li:hover .bottom-action::after {
  transition: all 0.1s ease-in-out;
  box-shadow: -5px 0px 7px -5px rgba(0, 0, 0, 0.15) inset;
}

.client-li .bottom-action {
  position: absolute;
  background: #FFF;
  border-radius: 2px;
  width: fit-content;
  left: -115px;
  padding: 0;
  top: 0;
}

 .hide-show .bottom-action {
  display: none;
}

.hide-show:hover .bottom-action{
  display: flex;
}

.admin-user-action.none {
  display: none !important;
}

.community-wrapper .conetnt-slide-wrap .comment-lists-box .bottom-action .show-more {
  cursor: pointer;
}

.community-wrapper .conetnt-slide-wrap .comment-lists-box .bottom-action .show-more.none {
  display: none;
}

.community-wrapper .conetnt-slide-wrap .comment-lists-box .bottom-action .show-more .fa {
  margin-left: 4px;
}

/* 经验区和更新区 */
.teach-help-wrap,
.product-update {
  /* padding: 0 24px; */
  /* margin-top: 20px; */
  width: 100%;
}

.product-update {
  margin-top: 32px;
}

.tag-num {
  text-align: center;
  font-weight: 400;
  line-height: 22px;
  font-size: 12px;
  margin-left: 4px;
  color:rgba(0, 0, 0, 0.45);
}

.tag-num:before {
  content: "(";
}

.tag-num:after {
  content: ")";
}
.fir-category-ul .type-li-a.active .tag-num {
  color: #00A13B;
}

.teach-help-wrap .teach-lists-box .client-ul,
.product-update .update-ul {
  padding: 0;
}

.client-li {
  cursor: pointer;
  position: relative;
  font-size: 14px;
  padding: 30px 0;
  /* border-bottom: 1px solid rgba(120, 130, 140, 0.13); */
}

.page-community .client-li,
.page-community .teach-help-wrap .teach-lists-box .client-ul .client-li,
.page-community .product-update .update-ul .client-li {
  padding: 30px 32px;
}

.client-li::after {
  content: '';
  height: 0;
  display: block;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  position: relative;
  bottom: -30px;
}

.page-community .client-li:hover,
.page-community .product-update .update-ul .client-li:hover{
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.08);
  transition: all 0.1s ease-in-out;
}

.client-li:last-child,
.teach-help-wrap .teach-lists-box .client-ul .client-li:last-child,
.product-update .update-ul .client-li:last-child {
  border-bottom: none;
}

.read-all {
  color: #166bc7 !important;
  font-weight: 400;
  font-size: 14px;
  line-height: 24px;
}

.client-info-count .client-link {
  color: #166bc7;
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0.04em;
  margin-left: 16px;
  cursor: pointer;
}

.read-all:hover,
.client-info-count .client-link:hover {
  color: #01347a !important;
}

.client-li .client-title .client-tag {
  padding: 2px 7px;
  color: #00A13B;
  border: 1px solid rgba(0, 161, 59, 0.50);
  border-radius: 2px;
  font-size: 12px;
  line-height: 18px;
  margin-right: 12px;
  font-weight: 400;
  display: inline-block;
  vertical-align: 2px;
}

.client-li .client-title,
.teach-help-wrap .teach-lists-box .client-ul .client-li .client-title,
.product-update .update-ul .client-li .client-title {
  display: inline;
  font-size: 18px;
  line-height: 26px;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.9);
  margin-bottom: 12px;
  transition: all 0.1s ease-in-out;
  margin-right: 8px;
  width: calc(100% + 8px); /*加了个置顶标签的间隔 */
}

.client-li:hover .client-title,
.teach-help-wrap .teach-lists-box .client-ul .client-li:hover .client-title,
.product-update .update-ul .client-li:hover .client-title {
  color: #008C33;
}

.page-community .client-li:hover .client-title,
.page-community .teach-help-wrap .teach-lists-box .client-ul .client-li:hover .client-title,
.page-community .product-update .update-ul .client-li:hover .client-title {
  color: rgba(0, 0, 0, 0.9);
}

.client-additional-info {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-top: 16px;
}

.client-li .client-author,
.teach-help-wrap .teach-lists-box .client-ul .client-li .client-author,
.product-update .update-ul .client-li .client-author {
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.35);
  float: left;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.client-li .client-author .client-add-date,
.teach-help-wrap .teach-lists-box .client-ul .client-li .client-author .client-add-date,
.product-update .update-ul .client-li .client-author .client-add-date {
  position: relative;
  color: rgba(0, 0, 0, 0.45);
  margin-right: 16px;
  display: inline-block;
}

.client-li .client-content,
.teach-help-wrap .teach-lists-box .client-ul .client-li .client-content,
.product-update .update-ul .client-li .client-content {
  font-size: 14px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.65);
  margin-top: 6px;
  margin-right: 6px;
}

.client-li .comment-content,
.teach-help-wrap .teach-lists-box .client-ul .client-li .comment-content,
.product-update .update-ul .client-li .comment-content {
  padding: 16px 20px;
  cursor: auto;
}

.client-li .comment-content .client-comments-more,
.teach-help-wrap .teach-lists-box .client-ul .client-li .comment-content .client-comments-more,
.product-update .update-ul .client-li .comment-content .client-comments-more {
  color: #166bc7;
  display: inline-block;
  padding-top: 16px;
  cursor: pointer;
}

.client-li .comment-content .client-comments-more:hover,
.teach-help-wrap .teach-lists-box .client-ul .client-li .comment-content .client-comments-more:hover,
.product-update .update-ul .client-li .comment-content .client-comments-more:hover {
  color: #114a78;
}

.client-li .comment-content .reply-item,
.teach-help-wrap .teach-lists-box .client-ul .client-li .comment-content .reply-item,
.product-update .update-ul .client-li .comment-content .reply-item {
  padding: 0;
}

.client-li .comment-content .reply-item + .reply-item,
.teach-help-wrap .teach-lists-box .client-ul .client-li .comment-content .reply-item + .reply-item,
.product-update .update-ul .client-li .comment-content .reply-item + .reply-item {
  margin-top: 16px;
}

.client-li .comment-content .reply-item .reply-txt,
.teach-help-wrap .teach-lists-box .client-ul .client-li .comment-content .reply-item .reply-txt,
.product-update .update-ul .client-li .comment-content .reply-item .reply-txt {
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 0;
}

.client-li .comment-content .reply-item .reply-imgs,
.teach-help-wrap .teach-lists-box .client-ul .client-li .comment-content .reply-item .reply-imgs,
.product-update .update-ul .client-li .comment-content .reply-item .reply-imgs {
  margin-top: 8px;
}

.client-li .client-info-wrap,
.teach-help-wrap .teach-lists-box .client-li .client-info-wrap,
.product-update .update-ul .client-li .client-info-wrap {
  font-size: 14px;
  line-height: 21px;
  color: rgba(0, 0, 0, 0.45);
  /* margin-bottom: 16px; */
}

.article-identity-flag {
  padding: 2px 8px;
  background: #FFFFFF;
  border: 1px solid rgba(120, 130, 140, 0.13);
  border-radius: 2px;
  display: inline-block;
  height: fit-content;
  width: 48px;
  margin-right: 20px;
  font-size: 13px;
  line-height: 20px;
  text-align: center;
  color: #595959;
  overflow: hidden;
  white-space: nowrap;
}

.all-type-client-li {
  display: flex;
}

.comment-lists-box .comment-single .tags-from {
  display: inline-flex;
  flex-wrap: wrap;
  color: #999999;
  line-height: 22px;
  position: relative;
}

/* .comment-lists-box .comment-single .less-tags-layout .tags-from:before {
  content: '';
  background-color: rgba(120, 130, 140, 0.13);
  width: 1px;
  height: 12px;
  display: block;
  z-index: 1;
  position: absolute;
  left: -32px;
  top: 5px;
  margin-left: 16px;
} */

.comment-lists-box .comment-single .comment-info-box.column-flex-layout{
  flex-direction: column;
  align-items: flex-start;
}

.comment-lists-box .comment-single .comment-info-box .more-tags-layout{
  display: flex;
  justify-content: space-between;
  width: 100%;
  /* margin-bottom: 12px; */
}
.comment-lists-box .comment-single .comment-sub-info {
  font-weight: normal;
}

.comment-lists-box .comment-single .comment-sub-related-info-wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 16px;
}

.comment-lists-box .comment-single .comment-info-box .less-tags-layout{
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.comment-lists-box .comment-single .tags-from .comment-type-text {
  margin-right: 8px;
  border-radius: 2px;
  line-height: 22px;
  font-size: 14px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.45);
  cursor: pointer;
  padding: 0 6px;
  border-radius: 4px;
  background-color: #f8f8f8;
}

.comment-lists-box .comment-single .tags-from .comment-type-text:last-child {
  margin-right: 16px;
}

.comment-lists-box .comment-single .tags-from .comment-type-text + .comment-type-text:before {
  content: '';
  background-color:#808080;
  height: 2px;
  width: 2px;
  border-radius: 90%;
  margin-left: -10px;
  position: absolute;
}

.comment-lists-box .comment-single .tags-from .comment-type-text:hover {
  color: #166BC7;
}

.tags-from .tags-icon {
  color:#999999;
  margin-right:6px;
  transform: rotate(90deg);
}

.comment-type-text:hover{
  color: #008C33;
  border-color: #008C33;
}

.comment-lists-box .comment-single .tags-from.none {
  display: none;
}

.client-li .client-info-wrap .client-from,
.teach-help-wrap .teach-lists-box .client-li .client-info-wrap .client-from,
.product-update .update-ul .client-li .client-info-wrap .client-from {
  float: left;
  color: rgba(0, 0, 0, 0.45);
}

.client-li .client-info-count,
.teach-help-wrap .teach-lists-box .client-li .client-info-count,
.product-update .update-ul .client-li .client-info-count {
  color: rgba(0, 0, 0, 0.45);
  white-space: nowrap;
}

.teach-help-wrap .teach-lists-box .client-li .client-info-count a:hover,
.product-update .update-ul .client-li .client-info-count a:hover {
  color: #014c8c;
}

.client-li .client-info-count .clifont,
.teach-help-wrap .teach-lists-box .client-li .client-info-count .clifont,
.product-update .update-ul .client-li .client-info-count .clifont {
  font-size: 16px;
  margin: 0 4px 0 0;
}

.client-li .client-info-count .anticon-beizhu,
.teach-help-wrap .teach-lists-box .client-li .client-info-count .anticon-beizhu,
.product-update .update-ul .client-li .client-info-count .anticon-beizhu {
  margin-left: 16px;
}

.client-li .client-info-wrap .client-from.none,
.teach-help-wrap .teach-lists-box .client-li .client-info-wrap .client-from.none {
  display: none;
}

.client-li .client-info-wrap .client-use,
.teach-help-wrap .teach-lists-box .client-li .client-info-wrap .client-use {
  display: inline-block;
}

/* 右侧 */
.community-wrapper .right-warp {
  width: 258px;
  display: inline-block;
}

/* 右侧 推荐 */
.community-wrapper .right-warp .comment-box {
  background-color: #fff;
  padding: 18px 24px;
  margin-bottom: 16px;
}

.community-wrapper .right-warp .recommend-title {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 18px;
  font-weight: bold;
}

.community-wrapper .right-warp .recommend-ul {
  margin-top: 16px;
}

.community-wrapper .right-warp .recommend-li {
  margin-top: 24px;
}

.community-wrapper .right-warp .recommend-li.none {
  display: none;
}

.community-wrapper .right-warp .recommend-li:first-child {
  margin-top: 0px;
}

.community-wrapper .right-warp .recommend-li .item-link {
  display: inline-block;
}

.community-wrapper .right-warp .recommend-li .item-title {
  font-size: 14px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.85);
}

.community-wrapper .right-warp .recommend-li .item-title .beta-test {
  color: #F29800;
  font-size: 12px;
  border: 1px solid #f29800;
  border-radius: 2px;
  padding: 1px 4px;
  margin-left: 4px;
  transform: scale(0.8);
  display: inline-block;
  position: relative;
  top: -1px;
}

.community-wrapper .right-warp .recommend-li .item-link:hover .item-title {
  color: #166BC7;
}


.community-wrapper .right-warp .recommend-li .item-content {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 8px;
}

/* 右侧 教程 */
.community-wrapper .right-warp .teach-box {
  background-color: #fff;
  padding: 18px 24px;
}

.community-wrapper .right-warp .teach-title {
  font-size: 16px;
  line-height: 20px;
  color: #000000;
  border-bottom: 1px solid rgba(120, 130, 140, 0.13);
  padding-bottom: 18px;
  font-weight: bold;
}

.community-wrapper .right-warp .teach-ul {
  margin-top: 16px;
}

.community-wrapper .right-warp .teach-li {
  margin-top: 24px;
}

.community-wrapper .right-warp .teach-li:first-child {
  margin-top: 0px;
}

.community-wrapper .right-warp .teach-li .item-link {

}

.community-wrapper .right-warp .teach-li .item-content {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(0, 0, 0, 0.85);
}

.community-wrapper .right-warp .teach-li .item-link:hover .item-content {
  color: #166BC7;
}

.community-wrapper .right-warp .teach-box .more-link-wrap {
  margin-top: 24px;
  font-size: 14px;
  line-height: 16px;
  color: #166bc7;
}

.community-wrapper .right-warp .teach-box .more-link {
  display: inline-block;
  cursor: pointer;
}

.community-wrapper .right-warp .teach-box .more-link .fa {
  margin-left: 4px;
}

.community-wrapper .pagination-box {
  padding: 24px 0;
}

.community-wrapper .pagination-box.topBorder {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
  padding-left: 0;
}

.community-wrapper .pagination-box.none {
  display: none;
}

.loading-wait {
  text-align: center;
  position: fixed;
  width: 160px;
  height: 160px;
  background: #646464;
  top: 45%;
  left: 50%;
  margin-left: -80px;
  border-radius: 5px;
  box-shadow: 0 0 10px #ccc;
  z-index: 1000;
}

.loading-wait.none {
  display: none;
}

.loading-img {
  display: block;
  width: 35px;
  height: 30px;
  margin: 50px auto 20px;
  background: url(//static.clewm.net/cli/images/user/userclickloading.gif) no-repeat;
}

.loading-text {
  color: #fff;
  width: 100%;
  font-size: 16px;
  display: block;
}

.page-community .init-list {
  padding: 0 32px;
}

.init-list {
  padding: 0;
}

.init-list.none {
  display: none;
}

.init-list_item {
  padding-top: 32px;
  padding-bottom: 32px;
}

.init-list_item + .init-list_item {
  border-top: 1px solid rgba(120, 130, 140, 0.13);
}

.empty-line {
  height: 16px;
  background: #f5f5f5;
  width: 100%;
}

.darrell-pagination {
  text-align: center;
}

.loadingWrap {
  height: 100vh;
  width: 100vw;
  background-color: #fff;
  margin: 0 auto;
  text-align: center;
  display: none;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
}

.loadingWrap img {
  width: 40px;
  height: 40px;
  position: relative;
  top: 80px;
  display: inline-block;
}

.none {
  display: none;
}

.community-dot-divider {
  display: inline-block;
  font-family: 'Helvetica Neue', sans-serif;
  color: rgba(0, 0, 0, 0.45);
  margin: 0 8px;
}

#feedback-modal-tips .modal-content {
  padding: 60px 0;
}

#feedback-modal-tips h4 {
  font-size: 18px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
  font-weight: normal;
}

#feedback-modal-tips .fa {
  font-weight: normal;
  color: #00A13B;
  font-size: 20px;
  margin-right: 12px;
}

#feedback-modal-tips p {
  font-size: 14px;
  line-height: 16px;
  text-align: center;
  color: rgba(0, 0, 0, 0.65);
}

#feedback-modal-tips p.sub-title.first {
  margin-top: 18px;
}

#feedback-modal-tips .sub-title .bold {
  font-weight: bold;
}

#feedback-modal-tips .sub-title + .sub-title {
  margin-top: 8px;
  color: rgba(0, 0, 0, 0.65);
  line-height: 18px;
}

#feedback-modal-tips button.finish {
  margin-top: 32px;
  width: 138px;
  background-color: #00A13B;
}

#feedback-modal-tips button.finish:hover {
  background-color: #008C33;
}

#comment-add-tag-modal .modal-body {
  padding: 24px;
}

#comment-add-tag-modal .modal-tags-wrap {

}

#comment-add-tag-modal .modal-tags-wrap .type-li {
  font-size: 12px;
  line-height: 14px;
  color: rgba(0, 0, 0, 0.85);
  padding: 6px 16px;
  margin-bottom: 12px;
  background: #FFFFFF;
  border-radius: 2px;
  display: inline-block;
  margin-right: 8px;
  cursor: pointer;
  border: 1px solid #F5F5F5;
}

#comment-add-tag-modal .modal-tags-wrap .type-li.disabled-tag {
  background: #F5F5F5;
  border: 1px solid #F5F5F5;
}

#comment-add-tag-modal .modal-tags-wrap .modal-tags-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#comment-add-tag-modal .modal-tags-wrap .modal-tags-label {
  width: 82px;
}

#comment-add-tag-modal .modal-tags-wrap .modal-tags-row ul {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#comment-add-tag-modal .modal-tags-wrap .type-li:hover {
  color: rgba(0, 0, 0, 0.85);
  background: #E6E6E6;
}

#comment-add-tag-modal .modal-tags-wrap .type-li.active {
  background: #F0FBF5;
  color: #00A13B;
  font-weight: bold;
}

#share-exp-modal .modal-content {
  padding: 32px 76px;
  font-size: 14px;
  line-height: 22px;
  color: rgba(0, 0, 0, 0.85);
}

#share-exp-modal .modal-content h4 {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.85);
  text-align: center;
}

#share-exp-modal .modal-content .sub-title {
  font-size: 16px;
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.45);
  margin-bottom: 24px;
  white-space: nowrap;
  text-align: center;
}

#share-exp-modal .modal-content ul {
  padding-left: 20px;
}

#share-exp-modal .modal-content ul li {
  list-style: disc;
}

#share-exp-modal .modal-content ul li.no-style {
  list-style: none;
  margin-top: 4px;
}

#share-exp-modal .modal-content .sub-group-title {
  font-weight: bold;
  margin-top: 16px;
  margin-bottom: 4px;
}

#share-exp-modal .modal-content .btn {
  min-height: 32px;
  font-size: 14px;
  line-height: 22px;
  height: 32px;
  padding: 5px 16px;
}

/*  */

.m-b-0 {
  margin-bottom: 0;
}

.m-t-0 {
  margin-top: 0;
}

.m-t-4 {
  margin-top: 4px;
}

.m-l-4 {
  margin-left: 4px;
}

.m-l-16 {
  margin-left: 16px;
}

.loading-more.none {
  display: none !important;
}

.color-75 {
  color: rgba(0, 0, 0, 0.75);
}

#feedback-modal-tips-close {
  position: absolute;
  right: 15px;
  top: 12px;
}

@media screen and (max-device-width: 450px) {
  .community-wrapper .content-box .tab-wrap {
    padding: 8px 16px 0;
  }
}

#create-type-modal.modal.fade[style*="display: block;"] {
  display: flex !important;
  align-items: center;
}

.create-type-modal-content {
  padding: 36px 60px 40px;
}

.create-type-modal-title {
  font-weight: 700;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  color: rgba(0, 0, 0, 0.85);
  margin-bottom: 24px;
}

.type-icon {
  width: 68px;
  height: 68px;
  border-radius: 100px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.type-icon .clifont {
  font-size: 24px;
}

.type-icon.orange {
  background: #FAF6F0;
}

.type-icon.orange .clifont {
  color: #FEB809;
}

.type-icon.green {
  background: #F0FAF4;
}

.type-icon.green .clifont {
  color: #30BF64;
}

.type-icon.blue {
  background: #F0F5FA;
}

.type-icon.blue .clifont {
  color: #3D82CC;
}

.create-issue-type {
  display: flex;
  padding: 24px;
  cursor: pointer;
}

.create-issue-type:not(:last-child) {
  margin-bottom: 24px;
}

.create-issue-type:hover {
  background-color: #FAFAFA;
}


.create-issue-type .type-intro {
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 24px;
}

.type-intro .create-type-name {
  font-weight: 400;
  font-size: 22px;
  line-height: 29px;
  color: rgba(0, 0, 0, 0.85);
}

.type-intro .create-type-desc {
  font-weight: 400;
  font-size: 14px;
  line-height: 150%;
  text-align: center;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 12px;
}

.weui-actionsheet__action {
  padding-bottom: 34px;
}

.overHidden {
  overflow: hidden;
}

.display-flex {
  display: flex;
  align-items: center;
}

.inline-flex {
  display: inline-flex;
  align-items: center;
}

.m-t-8 {
  margin-top: 8px;
}

.read-all .anticon-cli-angle-right{
  width: 11px;
}

.edit-source-input {
  width: 100%;
  padding: 16px;
  color: rgba(0, 0, 0, 0.85);
  border-radius: 2px;
  border: 1px solid #f7f7f7;
  background-color: #f7f7f7;
  box-sizing: border-box;
}

.edit-source-input:focus {
  border-color: #008C33;
}
