@media screen and (max-width: 450px) {
  .noneBlock {
    display: none !important;
  }

  .mobile-section-switch {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* position: sticky; */
    height: 0;
    padding: 0 12px;
    width: 100%;
    background: #f4f4f4;
  }


  #swiper-header {
    padding-left: 20px;
  }

  .show-modal-header {
    font-weight: 500;
    font-size: 15px;
    line-height: 22px;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
  }


  #fir-mobile-modal-expand {
    font-weight: 400;
    color: #576B95;
    display: flex;
    align-items: center;
    height: 100%;
  }

  .switch-btn {
    margin: 16px 24px 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: rgba(0, 0, 0, 0.5);
  }

  .switch-btn.selected {
    color: rgba(0, 0, 0, 0.9);

  }
  .switch-btn:after {
    content: '';
    display: block;
    border-radius: 8px;
    height: 3px;
    width: 14px;
    background: inherit;
    margin-top: 8px;
  }

  .switch-btn.selected:after {
    background: #07C160;
  }

  .top-search-wrap {
    background-color: #fff;
  }

  .comment-content {
    margin-top: 12px;
    border-radius: 4px;
    background-color: #fafafa;
    padding: 8px 16px;
  }

  .comment-content .reply-item .reply-member {
    font-size: 12px;
  }

  .comment-lists-box .comment-single .comment-sub-related-info-wrap {
    display: none;
  }

  .comment-lists-box .comment-single .comment-main-content {
    max-height: 46px;
    overflow: hidden;
    font-size: 14px;
    line-height: 20px;
  }

  .content-box {
    position: relative;
    padding-top: 0 !important;
  }

  .content-box:after {
    height: 1px;
    content: '';
    position: absolute;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.1);
    transform: scaleY(0.5);
    bottom: 0;
  }

  #page-community-wrapper .white #community-tab-box {
    background-color: #fff;
  }

  #page-community-wrapper .white #community-tab-box .tab-wrap {
    padding: 0;
  }

  #page-community-wrapper .white #community-tab-box .tab-li {
    padding: 0 !important;
    font-weight: 400;
    font-size: 16px;
    line-height: 62px !important;
    text-align: center;
    color: rgba(0, 0, 0, 0.9);
  }

  #page-community-wrapper .white #community-tab-box .tab-li.active {
    font-weight: 600;
    font-size: 18px;
    line-height: 25px;
    text-align: center;
    color: #06AE56;
  }

  .comment-lists-box .comment-single {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .comment-lists-box .comment-single .comment-stats {
    top: 16px;
  }

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

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

  .comment-lists-box .comment-single:after {
    left: 0;
    width: calc(100% + 16px);
  }

  .community-wrapper .pagination-box {
    margin-left: -16px;
    margin-right: -16px;
    padding-top: 24px;
    padding-left: 0;
    padding-right: 0;
  }

  .pagination-box ul li:last-child {
    margin-right: 0;
  }

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

  .comment-lists-box .comment-single .comment-info-box .reply-action {
     /*display: none;*/
  }

  .client-li::after {
    bottom: -24px;
  }

  .article-author {
    max-width: 200px;
    text-overflow: ellipsis;
    overflow: hidden;
  }

  .teach-help-wrap .teach-lists-box {
    margin-top: 0;
  }

  .teach-help-wrap .teach-lists-box .client-ul .client-li + .client-li,
  .product-update .update-ul .client-li + .client-li {
    margin-top: 0;
  }

  .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: 16px 0 24px;
  }

  .product-update {
    margin-top: 0;
  }

  #page-community-wrapper .white #community-tab-box .right-extra,
  #page-community-wrapper .white #community-tab-box .right-extra-exp {

    top: 14px;
  }

  .issue-submit-box .type-wrap.hidden {
    overflow: initial
  }

  .community-wrapper {
    width: 100%;
    margin-right: 0px;
  }

  .community-wrapper .content-box {
    min-height: auto;
  }

  .page-community .community-wrapper .conetnt-slide-wrap {
    padding: 0 20px 16px;
  }

  .darrell-pagination li {
    margin-bottom: 8px;
  }

  #__headerTab {
    display: none;
  }

  #myqr_out_new {
    display: none;
  }

  .search-box .input-group {
    width: 100%;
    text-align: center;
  }

  .right-extra-exp, .right-extra {
    /* display: none !important; */
    /* right: 16px !important; */
  }

  #issue-system-modal .modal-dialog{
      width: 100%;
      height: 100%;
  }

  .modal-backdrop.in {
      opacity: 0;
  }

  #issue-system-modal .modal-header{
    /* display: none; */
  }

  .issue-system #issue-system-modal .modal-content {
    border: none;
    height: inherit;
  }

  .modal-body.issue-system-modal-body {
    max-height: calc(100vh - 62px);
    /* margin-top: 62px; */
  }

  .issue-system #issue-system-modal .modal-content .text-right {
    text-align: center;
    background: #fff;
  }
  .top-search-wrap .search-box .header-search-form-comment > .header-search-control-comment {
    width: 100%;
  }

  .top-search-wrap .search-box .header-submit-btn-comment {
  }

  .client-li .client-content,
  .teach-help-wrap .teach-lists-box .client-ul .client-li .client-content,
  .product-update .update-ul .client-li .client-content {
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
  }

  #feedback-modal-tips .modal-dialog,
  #wechat-follow-modal .modal.in .modal-dialog {
    width: 90% !important;
    margin: auto;
    margin-top: 62px;
  }

  #wechat-follow-modal.modal {
    background-color: rgba(0, 0, 0, 0.6);
  }

  .modal-dialog.wechat-follow-modal {
    width: 90%;
    margin-top: 92px;
  }

  #feedback-modal-tips .modal-content,
  #wechat-follow-modal .modal-content {
    padding: 60px 30px !important;
  }
  
  #wechat-follow-modal.modal:before {
    display: initial !important;
  }
  
  /* 提问题弹窗手机端按钮大小 */
  button.btn.green.btn-sm {
    width: 180px;
    height: 40px;
  }

  /* 提问题弹窗手机端底部距离 */
  .desc-btn:after {
    height: 40px;
  }

  /* #__cliHead .logo_new {
    margin-top: 22px !important;
  }

  #__cliHead .logo_new img {
    width: 120px;
    height: 22px;
  } */

  #login_join {
    display: none !important;
    margin-top: 19px!important;
  }

  #__guanlihoutai_menu {
    display: none !important;
  }

  .cli_foot {
    display: none;
  }

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

  /* 版块选择弹窗兼容 */
  .comment-type-all-overlay .comment-type-modal {
    width: 100%;
    height: 80%;
    overflow: scroll;
    top: initial;
    bottom: 0;
    transform: translateX(-50%);
    padding: initial;
    background-color: #EDEDED;
  }

  /* .modal-header .close {
    display: none;
  } */

  #wechat-follow-modal.modal:before {
    display: none;
  }

  .comment-type-modal .modal-header {
    height: 56px;
    color: #000000;
    background: #EDEDED;
    border-radius: 6px 6px 0px 0px;
    display: flex;
    align-items: center;
  }

  .comment-type-modal .mobile-type-all-img-box {
    height: 20px;
    margin-left: 19px;
    margin-right: 11px;
    display: inline-flex;
    align-items: center;
  }
  
  .comment-type-modal .mobile-type-all-img {
    /* display: block; */
  }

  .comment-type-modal .modal-header .title {
    /* margin-left: 48px; */
    font-weight: 500px;
    font-size: 15px;
  }

  .all-type-container {
    padding: 0 0 44px 0;
    background: #EDEDED;
  }

  .all-type-container .comment-types-row {
    display: block;
    padding-left: 16px;
    background-color: #FFFFFF;
    margin-bottom: 10px;
  }

  .all-type-container .comment-types-row .comment-types-label {
    height: 50px;
    padding: 16px 0;
    width: 100%;
    font-weight: 600;
    font-size: 15px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 0;
  }

  .comment-type-all-overlay #all-type-container .comment-types-row .type-li {
    padding: 16px 16px 16px 0;
    height: 56px;
    font-weight: 400;
    font-size: 17px;
    line-height: 24px;
    margin-bottom: 0; 
    margin-right: 0;
    border: none;
    border-top: 1px solid rgba(120, 130, 140, 0.13);
    color: rgba(0, 0, 0, 0.9);
    display: block;
    width: 100%;
  }

  .comment-type-all-overlay .tag-num {
    font-size: 17px;
    margin-left: 4px;
    color: rgba(0, 0, 0, 0.45) !important;
  }

  .comment-type-all-overlay .mobile-arrow {
    border: solid rgba(0, 0, 0, 0.5);;
    border-width: 0 2px 2px 0;
    border-radius: 1px;
    right: 0;
    padding: 3.5px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    margin: 7px;
    float: right;
  }

  /* 分类详情页顶部 */
  .category-wrap {
    padding: 16px;
    margin-bottom: 4px;
  }

  .grey-divider {
    height: 10px;
    width: 100%;
    background-color: #EDEDED;
  }

  .bread-wrap {
    display: none;
  }

  .category-name {
    font-weight: 400;
    font-size: 24px;
    color: rgba(0, 0, 0, 0.9);
    margin-top: 0;
  }
  .category-description {
    font-weight: 400;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.3);
  }

  #page-community-wrapper .white .tab-ul .tab-li {
    padding: 18px 0;
    color: #262626;
    line-height: 24px;
    font-family: 'PingFang SC';
    font-style: normal;
  }

  #page-community-wrapper .white .tab-ul .tab-li .tab-li-a{
    color: inherit;
    font-size: 15px;
    font-family: 'PingFang SC';
    font-style: normal;
    color: rgba(0, 0, 0, 0.5);
    margin: 0 12px 0 0;
    white-space: nowrap;
  }

  #page-community-wrapper .white .tab-ul .tab-li.active {
    color: rgba(0, 0, 0, 0.85);
    font-weight: 500;
  }

  #page-community-wrapper .white .tab-ul .tab-li.active .tab-li-a {
    color: rgba(0, 0, 0, 0.9);
  }

  .detail-tag-num {
    color: rgba(0, 0, 0, 0.45) !important;
  }

  .page-community {
    /* width: 200vw; */
    padding-top: 0;
    background-color: #f4f4f4;
    display: flex;
    align-items: flex-start;
    /* height: 100vh; */
    padding-bottom: 0;
  }

  .page-community-wrapper {
    width: 100%;
    margin-right: 0;
  }

  .page-community-wrapper .white{
    width: 100%;
    padding: 0;
    padding-bottom: 80px;
  }

  .page-community .community-wrap {
    /* height: calc(100vh - 72px); */
    /* margin-top: calc(55px + 7px); */
    width: 100%;
    padding: 0;
  }

  .page-community .community-wrapper .content-box .tab-wrap {
    position: static;
    padding: 0 20px;
    border-bottom: 0.5px solid rgba(0, 0, 0, 0.1);
  }

  .page-community .community-wrapper .content-box .tab-wrap:after {
    /* content: ''; */
    display: none;
  }

  .page-community .community-wrapper .content-box .tab-wrap.sticky {
    border-bottom: 1px solid #F5F5F5;
    z-index: 1050; /* 大于子元素issue-system层级，否则无法点击*/
    position: sticky;
  }

  .community-wrapper .content-box .tab-wrap {
    padding: 8px 16px 0;
  }

  .loading-more {
    width: 100%;
    top: 20px;
  }

  .page-community .tab-divided-line,
  .community-wrapper .conetnt-slide-wrap .comment-lists-box .bottom-action,
  .user-id-for-admin,
  #right-side-info-block,
  .page-community-wrapper-layout .intro-block,
  .comment-stats,
  .article-identity-flag {
    display: none;
  }

  .page-community .comment-lists-box .comment-single {
    padding: 16px 0;
  }

  .page-community .comment-lists-box .comment-single:after {
    left: 0;
    width: 100%;
  }

  .fir-category-ul .type-li {
    margin-left: 8px;
  }

  /* 此处的 div 可以依照情况替换成对应的元素名称 */
	.fir-category-ul::-webkit-scrollbar{
    display:none
  }

  .sticky-blank {
    position: fixed;
    z-index: 2;
    height: 61px;
    width: 100vw;
    top: 0;
    border-bottom: 1px solid #F5F5F5;
    background: #fff;
  }

  .sec-category-mobile-wrap {
    width: 100%;
    margin-bottom: 12px;
    font-weight: 500;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.8);
}
  
  .sec-category-ul {
    padding: 20px 12px 12px 20px;
    background-color: #fff;
    border: none;
    position: relative;
    border-radius: 8px;
    overflow: hidden;
    margin-top: 16px;
  }

  .sec-category-ul .type-li {
    margin-bottom: 14px;
    background-color: #FFFFFF;
    margin: 0 12px 8px 0; 
  }

  .sec-category-ul .type-li-a {
    background-color: #FAFAFA;
    font-size: 12px;
    line-height: 20px;
    padding: 5px 8px;
    border-radius: 4px;
    font-family: 'PingFang SC';
    font-style: normal;
    width: 100%;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.5);
  }

  .sec-category-ul .type-li-a:hover {
    color: rgba(0, 0, 0, 0.5);
  }
  
  .sec-category-ul .type-li:first-child .type-li-a {
    padding-left: 8px;
  }

  .sec-category-ul .type-li-a.active {
    background: #F2FAF6;
    font-weight: 500;
    color: #06AE56;
  }


  .tag-num  {
    font-size: 14px;
    line-height: 20px;
    color: rgba(0, 0, 0, 0.3);
    display: none;
  }

  .comment-type-wrap .fir-category-ul.hidden {
    /* overflow-x: scroll; */
    white-space: nowrap;
    position: relative;
    padding: 20px 12px 12px 20px;
    border-radius: 8px;
  }

  .comment-type-wrap .fir-category-ul {
    /* flex-wrap: nowrap; */
    background-color: #fff;
    /* filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.04)); */
    width: 100%;
  }

  .page-community-wrapper-layout {
    margin-top: 12px;
    border-radius: 8px;
    overflow: hidden;
  }

  .expand-type-li {
    background-color: #FFFFFF;
    font-size: 13px;
    color: #576B95;
  }

  .expand-type-li:after {
    border-color: #576B95;
  }

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

  .client-li.in-mixflow:after {
    left: 0;
    width: 100%;
  }

  .teach-help-wrap, .product-update {
    margin-top: 0;
  }

  html,body{
    padding: 0;
    margin: 0;
    width: 100%;
    height: auto;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 0;
    background: #f4f4f4;
  }
  .additional-info-divider {
    width: 0;
  }

  #category-commonet-wrap,
  .sec-category-ul,
  .page-community-wrapper-layout {
    width: 100%;
  }

  .search-and-select {
    background-color: initial;
    position: relative;
    top: 0;
    flex-direction: column;
  }

  .page-community .community-wrapper {
    background-color: #f4f4f4;
    padding: 12px 12px 0 12px;
  }

  .search-and-select.miniprogram {
    /* top: 0; */
    /* border-radius: 12px; */
    overflow: hidden;
    /* position: relative; */
  }

  #category-commonet-wrap {
    box-shadow: none;
    margin-top: 0;
    min-height: auto;
    background: #f5f5f5;
  }

  .fir-category-ul .type-li {VARIANT: JIS04;FONT-VARIANT: JIS04;margin: 0 8px 8px 0;width: calc((100vw - 64px - 8px) / 2 );}

  .fir-category-ul .type-li:first-child {
    /* margin-left: 12px; */
  }

  .fir-category-ul .type-li-a,
  .fir-category-ul .type-li-a:hover {
    background-color: #FAFAFA;
    font-size: 14px;
    line-height: 20px;
    padding: 9px 8px;
    border-radius: 8px;
    font-family: 'PingFang SC';
    font-style: normal;
    width: 100%;
    white-space: nowrap;
    color: rgba(0, 0, 0, 0.5);
  }

  .fir-category-ul .type-li-a.active {
    background: #F2FAF6;
    font-weight: 500;
    color: #06AE56;
  }

  .fir-category-ul .type-li-a:after,
  .fir-category-ul .type-li-a::after {
    /* content: ''; */
    height: 3px;
    border-radius: 2px 2px 0 0;
    width: 100%;
    display: block;
    background: #fff;
    margin-top: 16px;
  }

  .fir-category-ul .type-li-a.active:after,
  .fir-category-ul .type-li-a.active::after {
    /* background: #07C160; */
  }


  .switch-category-mobile-modal-content .title {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    color: rgba(0, 0, 0, 0.9);
    padding: 16px 24px;
  }

  .category-content {
    height: calc(560px - 63px - 21px);
    overflow-y: scroll;
  }

  .category-content .switch-category-ul-mobile {
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
  }

  .category-content .switch-category-ul-mobile .type-li {
    width: calc((100vw - 40px - 8px) / 2 );
  }

  .category-content .switch-category-ul-mobile .type-li-a {
    padding: 21px 0;
    min-width: 150px;
    font-size: 16px;
    display: block;
    line-height: 22px;
    color: rgba(0, 0, 0, 0.9);
    background: #fff;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 8px;
  }

  .category-content .switch-category-ul-mobile .type-li-a:active{
    background: #EBEBEB;
  }

  .switch-category-ul-mobile-bg {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 110;
    background-color: rgba(0, 0, 0, 0.6);
  }

  .switch-category-mobile-modal-content {
    width: 100%;
    border-radius: 8px 8px 0 0;
    z-index: 130;
    position: fixed;
    bottom: 0;
    right: 0;
    background-color: #fff;
    height: 0;
    -webkit-transition-property: height, visibility;
    transition-property: height, visibility;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease;
  }


  .switch-category-mobile-modal-content.expand {
    height: 560px;
  }

  .switch-category-mobile-modal-content .title {
    font-weight: 600;
    font-size: 15px;
    line-height: 21px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgba(0, 0, 0, 0.9);
    padding: 21px 24px;
    margin-bottom: 8px;
  }

  .switch-mobile-modal-close {
    position: absolute;
    left: 20px;
    top: 16px;
    font-size: 20px;
    color: rgba(0, 0, 0, 0.5);
  }

  .switch-category-mobile-modal .switch-category-ul-mobile .type-li-a {
    background: #FAFAFA;
    padding: 21px;
  }


  .switch-category-mobile-modal .switch-category-ul-mobile .type-li-a.active{
    background-color: #F2FAF5;
    color: #06AE56;
    font-weight: 500;
  }

  .switch-category-mobile-modal .switch-category-ul-mobile .type-li-a:active{
    background-color: #EBEBEB;
  }


  .mobile-head {
    border-bottom: none !important;
  }

  .ask-question-btn,
  .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 {
    border: none;
    font-weight: 500;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #FFFFFF;
    width: auto;
    background: #07C160;
    border-radius: 8px;
    padding: 11px 17px;
    white-space: nowrap;
  }

  .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: linear-gradient(0deg, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1)), #07C160;
  }

  .sticky {
    position: sticky;
    z-index: 100;
    height: 62px;
  }

  .green-bottom-border {
    border-bottom: none;
  }

  #issue-system-modal.modal:before {
    content: none;
  }

  #feedback-modal-tips{
    z-index: 1300;
    background-color: rgba(0,0,0,.6);
  }

  .comment-lists-box .comment-single .less-tags-layout .tags-from:before {
    content: none;
  }

  .time-box {
    margin-bottom: 4px;
    font-size: 12px;
  }

  #comment-go-detail-entry .comment-reply-more-link {
    font-size: 12px;
  }

  .comment-lists-box .comment-single .comment-title-box .comment-title a,
  #comment-go-detail-entry .comment-reply-more-link,
  .comment-lists-box .comment-single .comment-info-box .comment-info-count,
  #comment-lists-box.comment-lists-box .comment-single .from-info-container,
  .client-info-count .client-link {
    color: #576B95;
  }

  .read-all {
    color: #576B95 !important;
  }

  .switch-category-tip-wrap {
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 6;
    background: rgba(0, 0, 0, 0.6);
    backdrop-filter: blur(2px);
  }

  .switch-category-tip-wrap .used-for-mask{
    font-weight: 400;
    color: #576B95;
    display: flex;
    align-items: center;
    justify-content: center;
    position: fixed;
    height: 34px;
    background: #fff;
    border-radius: 8px;
    font-size: 15px;
    padding-right: 6px;
  }

  .switch-category-tip {
    position: absolute;
    display: inline-flex;
    flex-direction: column;
    align-items: flex-end;
    color: #fff;
    font-weight: 500;
    font-size: 17px;
    line-height: 24px;
    text-align: center;
  }

  .switch-category-tip img{
    width: 40px;
    margin-right: 14px;
  }

  /* .scrollDom {
    width: 100vw;
    overflow-x: scroll;
  } */
  .scrollDom.isAndroid {
    scroll-behavior: smooth;
  }
  #miniprogram-login-tip {
    position: fixed;
    left: 0;
    right: 0;
    margin: 0 auto;
    font-weight: 500;
    color: rgba(0, 0, 0, 0.9);
    width: fit-content;
    font-size: 16px;
    white-space: nowrap;
    height: 100%;
    width: 100%;
    background-color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
  }

  .loadingWrap {
    z-index: 130;
  }
  .loadingWrap img {
    top: 30%;
  }

  .page-community-wrapper-layout .weui-mask,
  .community-wrap .navbar-collapse-bg{
    z-index: 1060;
  }

  .community-wrap .mobile-head {
    z-index: 1200;
  }

  .search-container-mobile {
    margin-bottom: 12px;
  }

  .search-container-mobile .search-help {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }

  .search-help {
    align-items: center;
    background: #FFFFFF;
    border-radius: 8px;
  }

  #search-help-input {
    width: 100%;
    font-size: 14px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    border:none;
    background: #FFFFFF;
    color: rgba(0, 0, 0, 0.85);
    padding: 12px;
  }

  .search-help-btn-real {
    display: none;
    border: none;
    background: transparent;
  }

  #search-help-btn.green-icon {
    color: #00A13B;
  }

  #search-help-btn,
  #search-help-entry-btn {
    padding: 0 16px;
    color: #808080;
    font-size: 20px;
  }

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

  #search-help-input::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.45);
  }

  .used-for-mask {
    display: flex;
    align-items: center;
  }

  #sticky-get-all-list {
    font-size: 20px;
  }

  .anticon-a-outlined-transfer1 {
    margin-left: 4px;
  }

  .sec-arrow {
    margin: 0 2px;
  }
  .ask-question-btn, .community-wrapper .page-community-wrapper .content-box .right-extra .ask-question-btn {
    letter-spacing: 0.04em;
  }

  .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;
  }

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

  .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: rgba(120, 130, 140, 0.13);;
    background-color: rgba(120, 130, 140, 0.13);;
  }

  .page-community .client-li:hover,
  .page-community .comment-lists-box .comment-single:hover {
    box-shadow: none;
    transition: none;
  }

  .page-community .client-li {
    padding: 16px 0 24px;
  }

  .comment-content .reply-item .reply-content .reply-txt {
    font-size: 12px !important;
    line-height: 20px !important;
  }

  .comment-lists-box .comment-single .comment-info-box .comment-info-count {
    font-size: 12px;
    line-height: 22px;
  }

  .visit-num::after {
    content: none;
  }

  .visit-num::before {
    content: "\e63d";
    display: inline-block;
    font-family: clifont!important;
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    margin-right: 3px;
  }

}
