@font-face {
  font-family: 'Metropolis-Bold';
  src: url('./fonts/Metropolis-Bold.woff2');
}
.header-of-page {
  position: fixed;
  background-color: #ffffff;
}
.community-container {
  padding-top: 128px;
}
.community-container .clear-space * {
  box-sizing: border-box;
}
.community-container .clear-space .pagination {
  margin-top: 32px;
  font-size: 0;
}
.community-container .clear-space .pagination li {
  margin: 0 4px;
}
.community-container .clear-space .pagination li a {
  width: 32px;
  line-height: 32px;
  border: none;
  background-color: #f8f6f6;
  color: rgba(53, 48, 48, 0.6);
  font-size: 14px;
}
.community-container .clear-space .pagination li a:hover {
  background-color: #fe4066;
  color: #ffffff;
}
.community-container .clear-space .pagination li.active a {
  background-color: #fe4066;
  color: #ffffff;
}
.community-container .community-content {
  max-width: 984px;
  width: 92%;
  margin: 0 auto;
  padding-right: 368px;
  position: relative;
  padding-bottom: 96px;
  min-height: calc(100vh - 130px);
}
.community-container .community-content .banner-container {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 48px;
}
.community-container .community-content .banner-container .list {
  display: none;
  position: relative;
}
.community-container .community-content .banner-container .list.active {
  display: block;
}
.community-container .community-content .banner-container .list .pic {
  height: 322px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  transition: 0.3s;
}
.community-container .community-content .banner-container .list .text {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 8px 124px 8px 32px;
  background-color: rgba(53, 48, 48, 0.7);
}
.community-container .community-content .banner-container .list .text a {
  display: block;
  font-size: 20px;
  line-height: 28px;
  color: #ffffff;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  font-weight: bold;
}
.community-container .community-content .banner-container .list.hover:hover .pic {
  transform: scale(1.03);
}
.community-container .community-content .banner-container .the-pager {
  position: absolute;
  right: 16px;
  text-align: center;
  font-size: 0;
  bottom: 16px;
  line-height: 12px;
}
.community-container .community-content .banner-container .the-pager li {
  float: left;
  margin-right: 8px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  border: 1px solid #ffffff;
  transition: 0.3s;
  cursor: pointer;
}
.community-container .community-content .banner-container .the-pager li.active,
.community-container .community-content .banner-container .the-pager li:hover {
  background-color: #ffffff;
}
.community-container .community-content .tag-list {
  font-size: 0;
}
.community-container .community-content .tag-list a,
.community-container .community-content .tag-list span {
  font-size: 14px;
  line-height: 32px;
  margin: 0 8px 8px 0;
  padding: 0 16px;
  color: #353030;
  display: inline-block;
  border-radius: 4px;
  background-color: #f8f6f6;
  transition: 0.2s;
}
.community-container .community-content .tag-list span {
  background-color: #fe4066;
  color: #ffffff;
}
.community-container .community-content .the-type-wrap {
  position: relative;
  padding-top: 24px;
}
.community-container .community-content .the-type-wrap .current-type {
  font-size: 14px;
  line-height: 22px;
  color: #353030;
  display: inline-block;
  cursor: pointer;
  transition: 0.3s;
}
.community-container .community-content .the-type-wrap .current-type .iconfont {
  color: #353030;
  transition: 0.3s;
}
.community-container .community-content .the-type-wrap .current-type:hover {
  color: #fe4066;
}
.community-container .community-content .the-type-wrap .current-type:hover .iconfont {
  color: #fe4066;
}
.community-container .community-content .the-type-wrap .other-type {
  display: none;
  position: absolute;
  left: 0;
  padding: 10px 0;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
  background-color: #ffffff;
  z-index: 3;
  min-width: 100px;
  border-radius: 4px;
}
.community-container .community-content .the-type-wrap .other-type a {
  display: block;
  font-size: 14px;
  line-height: 30px;
  transition: 0.3s;
  padding: 0 10px;
  color: #353030;
}
.community-container .community-content .the-type-wrap .other-type a:hover {
  background-color: #f0f0f0;
}
.community-container .community-content .list-item-wrap {
  border-bottom: 1px solid #F0EEEE;
  padding: 24px 0 32px;
}
.community-container .community-content .list-item-wrap .titles-wrap {
  overflow: hidden;
  margin-bottom: -8px;
}
.community-container .community-content .list-item-wrap .titles-wrap .left {
  display: block;
  font-size: 16px;
  color: #353030;
  line-height: 24px;
  position: relative;
  padding-left: 12px;
  font-weight: bold;
  float: left;
}
.community-container .community-content .list-item-wrap .titles-wrap .left::before {
  content: '';
  width: 4px;
  height: 16px;
  top: 4px;
  background-color: #fe4066;
  left: 0;
  position: absolute;
  border-radius: 2px;
}
.community-container .community-content .list-item-wrap .titles-wrap .right {
  float: right;
  font-size: 14px;
  line-height: 24px;
  color: rgba(53, 48, 48, 0.6);
  display: block;
  transition: 0.3s;
}
.community-container .community-content .list-item-wrap .titles-wrap .right .iconfont {
  line-height: 16px;
  vertical-align: top;
  display: inline-block;
  margin-top: 4px;
  transition: 0.3s;
}
.community-container .community-content .list-item-wrap .titles-wrap .right:hover {
  color: #fe4066;
}
.community-container .community-content .list-item-wrap .titles-wrap .right:hover .iconfont {
  color: #fe4066;
}
.community-container .community-content .list-item {
  position: relative;
  padding-top: 32px;
  display: block;
}
.community-container .community-content .list-item .the-title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  height: 24px;
  line-height: 24px;
  font-size: 16px;
  position: relative;
  padding-left: 40px;
  color: #353030;
  display: block;
  font-weight: bold;
  transition: 0.3s;
}
.community-container .community-content .list-item .the-title .the-type {
  left: 0;
  top: 50%;
  display: block;
  margin-top: -9px;
  font-weight: normal;
  position: absolute;
  font-size: 12px;
  background: #f8f6f6;
  line-height: 16px;
  color: rgba(53, 48, 48, 0.6);
  text-align: center;
  border-radius: 4px;
  border: 1px solid #F0EEEE;
  width: 36px;
}
.community-container .community-content .list-item .the-description {
  display: block;
  font-size: 14px;
  line-height: 22px;
  color: rgba(53, 48, 48, 0.6);
  max-height: 44px;
  margin: 8px 0;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.community-container .community-content .list-item .other-info {
  overflow: hidden;
}
.community-container .community-content .list-item .other-info .avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  float: left;
  border: 1px solid #F0EEEE;
  margin-right: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.community-container .community-content .list-item .other-info span,
.community-container .community-content .list-item .other-info .like {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: rgba(53, 48, 48, 0.4);
}
.community-container .community-content .list-item .other-info .like {
  transition: 0.2s;
}
.community-container .community-content .list-item .other-info .like:hover {
  color: #fe4066;
}
.community-container .community-content .list-item .other-info .like:hover i {
  color: #fe4066;
}
.community-container .community-content .list-item .other-info .date {
  float: left;
}
.community-container .community-content .list-item .other-info .name {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
}
.community-container .community-content .list-item .other-info .right-text {
  float: right;
  margin-left: 15px;
}
.community-container .community-content .list-item .other-info .right-text .iconfont {
  font-size: 14px;
  color: rgba(53, 48, 48, 0.4);
}
.community-container .community-content .list-item.has-pic-list {
  padding-left: 224px;
}
.community-container .community-content .list-item.has-pic-list .pic-cover {
  border-radius: 8px;
  position: absolute;
  left: 0;
  top: 32px;
  border: 1px solid #F0EEEE;
  overflow: hidden;
}
.community-container .community-content .list-item.has-pic-list .pic-cover div {
  background-size: cover;
  width: 198px;
  height: 104px;
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.2s;
}
.community-container .community-content .list-item.has-pic-list .pic-cover div img {
  display: none;
}
.community-container .community-content .list-item.has-pic-list .the-title {
  padding-left: 0;
}
.community-container .community-content .list-item.has-pic-list .the-description {
  height: 44px;
}
.community-container .community-content .list-item:hover .the-title {
  color: #fe4066;
}
.community-container .community-content .list-item:hover.has-pic-list .pic-cover div {
  transform: scale(1.06);
}
.community-container .community-content .search-result {
  font-size: 16px;
  color: #353030;
  line-height: 24px;
  font-weight: bold;
  padding: 16px 0;
  border-bottom: 1px solid #F0EEEE;
}
.community-container .community-content .search-empty {
  padding-top: 128px;
}
.community-container .community-content .search-empty img {
  display: block;
  width: 100px;
  margin: 0 auto 16px;
}
.community-container .community-content .search-empty p {
  text-align: center;
  font-size: 14px;
  line-height: 22px;
  color: rgba(53, 48, 48, 0.6);
}
.community-container .community-content .right-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 312px;
}
.community-container .community-content .right-container .search {
  background-color: #f8f6f6;
  border: 1px solid #F0EEEE;
  position: relative;
  padding-right: 30px;
  border-radius: 8px;
  padding-left: 15px;
}
.community-container .community-content .right-container .search .text {
  height: 38px;
  border: none;
  width: 100%;
  background-color: transparent;
  padding: 0;
  color: #353030;
}
.community-container .community-content .right-container .search .text::-moz-placeholder {
  color: rgba(53, 48, 48, 0.4);
}
.community-container .community-content .right-container .search .text::placeholder {
  color: rgba(53, 48, 48, 0.4);
}
.community-container .community-content .right-container .search .iconfont {
  position: absolute;
  right: 13px;
  top: 10px;
  color: rgba(53, 48, 48, 0.4);
}
.community-container .community-content .right-container .search.focus {
  background-color: #ffffff;
  border-color: #353030;
}
.community-container .community-content .right-container .history .his-head {
  overflow: hidden;
  margin-top: 16px;
}
.community-container .community-content .right-container .history .his-head .his {
  display: block;
  font-size: 16px;
  font-weight: bold;
  color: #353030;
  line-height: 24px;
  float: left;
}
.community-container .community-content .right-container .history .his-head .clean {
  float: right;
  font-size: 14px;
  color: rgba(53, 48, 48, 0.6);
  line-height: 24px;
  display: block;
  cursor: pointer;
  transition: 0.2s;
}
.community-container .community-content .right-container .history .his-head .clean:hover {
  color: #fe4066;
}
.community-container .community-content .right-container .history .history-box {
  max-height: 246px;
  overflow: hidden;
}
.community-container .community-content .right-container .history .history-box li {
  margin-top: 8px;
  padding-right: 50px;
  position: relative;
}
.community-container .community-content .right-container .history .history-box li .keywd {
  font-size: 14px;
  color: #353030;
  line-height: 22px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  display: block;
}
.community-container .community-content .right-container .history .history-box li .clear {
  position: absolute;
  right: 0;
  top: 2px;
  color: rgba(53, 48, 48, 0.4);
  cursor: pointer;
  transition: 0.2s;
}
.community-container .community-content .right-container .history .history-box li .clear:hover {
  color: #fe4066;
}
.community-container .community-content .right-container .border-raduis-pic {
  border-radius: 16px;
}
.community-container .community-content .right-container .right-ad-text {
  border: 1px solid #F0EEEE;
  background-color: #f8f6f6;
  padding: 23px 31px 87px 87px;
  position: relative;
  border-radius: 16px;
  margin-top: 50px;
}
.community-container .community-content .right-container .right-ad-text .pic {
  display: block;
  width: 40px;
  left: 31px;
  top: 23px;
  position: absolute;
}
.community-container .community-content .right-container .right-ad-text span {
  display: block;
  font-size: 16px;
  color: #353030;
  line-height: 24px;
  font-weight: bold;
}
.community-container .community-content .right-container .right-ad-text p {
  line-height: 22px;
  font-size: 14px;
  color: rgba(53, 48, 48, 0.6);
  margin-top: 4px;
}
.community-container .community-content .right-container .right-ad-text .go-free-button {
  position: absolute;
  bottom: 31px;
  left: 23px;
  right: 23px;
  transition: 0.3s;
  border: 1px solid #fe4066;
  line-height: 38px;
  text-align: center;
  color: #fe4066;
  font-size: 14px;
  border-radius: 8px;
  cursor: pointer;
}
.community-container .community-content .right-container .right-ad-text .go-free-button:hover {
  background-color: #fe4066;
  color: #ffffff;
}
.community-container .community-content .right-container .go-rp-free {
  display: block;
  max-width: 312px;
  margin-top: 16px;
}
.community-container .community-content .right-container .go-rp-free img {
  display: block;
  width: 100%;
}
.community-container .community-content .right-container .right-search-list {
  padding-top: 16px;
}
.community-container .community-content .right-container .right-search-list .titles {
  font-weight: bold;
  font-size: 16px;
  color: #353030;
  line-height: 24px;
}
.community-container .community-content .right-container .right-search-list .list {
  display: block;
  padding-left: 26px;
  position: relative;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  line-height: 22px;
  height: 22px;
  color: #353030;
  margin-top: 8px;
  transition: 0.2s;
  font-size: 14px;
}
.community-container .community-content .right-container .right-search-list .list .num {
  position: absolute;
  width: 18px;
  height: 18px;
  left: 0;
  top: 2px;
  background-color: #f8f6f6;
  line-height: 18px;
  font-size: 12px;
  color: rgba(53, 48, 48, 0.4);
  border-radius: 4px;
  text-align: center;
  font-style: normal;
}
.community-container .community-content .right-container .right-search-list .list .num.reds {
  color: #ffffff;
  background-color: #fe4066;
}
.community-container .community-content .right-container .right-search-list .list:hover {
  color: #fe4066;
}
.community-container .community-content .bread {
  color: #8c8889;
  font-size: 14px;
  line-height: 22px;
}
.community-container .community-content .bread span {
  color: #8c8889;
}
.community-container .community-content .bread a {
  color: #8c8889;
  transition: 0.3s;
}
.community-container .community-content .bread a:hover {
  color: #fe4066;
}
.community-container .community-content .post-detail .moderation {
  margin-top: 50px;
  height: 40px;
  background: rgba(248, 175, 29, 0.11);
  border-radius: 2px;
  text-align: center;
  margin-bottom: 34px;
}
.community-container .community-content .post-detail .moderation p {
  font-size: 16px;
  color: #f8af1d;
  line-height: 40px;
  margin: 0;
}
.community-container .community-content .post-detail .uncomment {
  margin-top: 40px;
  background-color: #ebedee;
}
.community-container .community-content .post-detail .uncomment p {
  font-size: 14px;
  color: #8c8889;
  cursor: default;
}
.community-container .community-content .post-detail .unapproved {
  margin-top: 50px;
  width: 100%;
  text-align: left;
  background: #ebedee;
  padding: 20px 32px 12px;
  border-radius: 2px;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  margin-bottom: 34px;
}
.community-container .community-content .post-detail .unapproved p {
  font-size: 20px;
  color: #5c5758;
  margin-top: 0;
  font-weight: 600;
}
.community-container .community-content .post-detail .unapproved .reason {
  font-size: 16px;
  font-weight: 400;
  color: #8c8889;
  margin: 8px 0;
}
.community-container .community-content .post-detail .unapproved .reason a {
  color: #fe4066;
}
.community-container .community-content .post-detail .post-title {
  font-size: 24px;
  line-height: 32px;
  color: #353030;
  margin: 16px 0;
  font-weight: bold;
}
.community-container .community-content .post-detail .other-post-info {
  overflow: hidden;
  border-bottom: 1px solid #F0EEEE;
  padding-bottom: 16px;
}
.community-container .community-content .post-detail .other-post-info .avatar {
  width: 22px;
  height: 22px;
  border-radius: 50%;
  float: left;
  border: 1px solid #F0EEEE;
  margin-right: 4px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.community-container .community-content .post-detail .other-post-info span,
.community-container .community-content .post-detail .other-post-info .like {
  display: block;
  font-size: 12px;
  line-height: 22px;
  color: rgba(53, 48, 48, 0.4);
}
.community-container .community-content .post-detail .other-post-info .like {
  transition: 0.2s;
}
.community-container .community-content .post-detail .other-post-info .like:hover {
  color: #fe4066;
}
.community-container .community-content .post-detail .other-post-info .like:hover i {
  color: #fe4066;
}
.community-container .community-content .post-detail .other-post-info .date {
  float: left;
}
.community-container .community-content .post-detail .other-post-info .name {
  float: left;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  overflow: hidden;
}
.community-container .community-content .post-detail .other-post-info .right-text {
  float: right;
  margin-left: 15px;
}
.community-container .community-content .post-detail .other-post-info .right-text .iconfont {
  font-size: 14px;
  color: rgba(53, 48, 48, 0.4);
}
.community-container .community-content .post-detail .article-info {
  padding: 32px 0 64px;
}
.community-container .community-content .post-detail .article-info h1,
.community-container .community-content .post-detail .article-info h2,
.community-container .community-content .post-detail .article-info h3,
.community-container .community-content .post-detail .article-info h4,
.community-container .community-content .post-detail .article-info h5,
.community-container .community-content .post-detail .article-info h6 {
  margin: 46px 0 1em;
}
.community-container .community-content .post-detail .article-info h1 a,
.community-container .community-content .post-detail .article-info h2 a,
.community-container .community-content .post-detail .article-info h3 a,
.community-container .community-content .post-detail .article-info h4 a,
.community-container .community-content .post-detail .article-info h5 a,
.community-container .community-content .post-detail .article-info h6 a {
  color: #fe4066;
}
.community-container .community-content .post-detail .article-info h2 {
  font-size: 28px;
}
.community-container .community-content .post-detail .article-info h3 {
  font-size: 20px;
}
.community-container .community-content .post-detail .article-info h4 {
  font-size: 16px;
}
.community-container .community-content .post-detail .article-info img {
  width: auto;
  max-width: 100%;
  display: block;
  margin: 5px 0 20px;
}
.community-container .community-content .post-detail .article-info ul,
.community-container .community-content .post-detail .article-info ol {
  padding: 0 38px;
}
.community-container .community-content .post-detail .article-info a {
  color: #fe4066;
}
.community-container .community-content .post-detail .article-info p {
  font-size: 16px;
  color: #353030;
  line-height: 26px;
  margin: 0 auto;
  overflow: hidden;
}
.community-container .community-content .post-detail .article-other-control iframe {
  width: 100%;
  margin: 20px 0 36px;
  height: 700px;
  border: 1px solid #F0EEEE;
}
.community-container .community-content .post-detail .article-other-control .like-box {
  text-align: center;
}
.community-container .community-content .post-detail .article-other-control .like-box .like {
  width: 56px;
  height: 56px;
  line-height: 56px;
  background-color: #f8f6f6;
  border-radius: 50%;
  display: inline-block;
  cursor: pointer;
}
.community-container .community-content .post-detail .article-other-control .like-box .like:hover i {
  display: inline-block;
  opacity: 1;
  color: #fe4066;
  transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transition: all 0.3s;
}
.community-container .community-content .post-detail .article-other-control .like-box .like i {
  font-size: 24px;
  color: rgba(53, 48, 48, 0.4);
  margin-left: 2px;
}
.community-container .community-content .post-detail .article-other-control .like-box .liked {
  background-color: #ffd9e0;
}
.community-container .community-content .post-detail .article-other-control .like-box .liked i {
  display: block;
  color: #fe4066;
}
.community-container .community-content .post-detail .article-other-control .like-box .active {
  background: rgba(254, 64, 102, 0.1);
}
.community-container .community-content .post-detail .article-other-control .like-box .active i {
  color: #fe4066;
  display: block;
  transform: rotate(-30deg);
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.community-container .community-content .post-detail .article-other-control .like-box p {
  color: rgba(53, 48, 48, 0.6);
  font-size: 14px;
  line-height: 22px;
  margin-top: 8px;
}
.community-container .community-content .post-detail .article-other-control .accessory {
  padding: 30px 0;
  margin-top: 40px;
  border-top: 1px solid #ebedee;
  border-bottom: 1px solid #ebedee;
  margin-bottom: 20px;
}
.community-container .community-content .post-detail .article-other-control .accessory a,
.community-container .community-content .post-detail .article-other-control .accessory p {
  font-size: 14px;
  color: #696b6c;
  line-height: 20px;
}
.community-container .community-content .post-detail .article-other-control .accessory a span,
.community-container .community-content .post-detail .article-other-control .accessory p span {
  vertical-align: middle;
}
.community-container .community-content .post-detail .article-other-control .accessory a i,
.community-container .community-content .post-detail .article-other-control .accessory p i {
  color: #696b6c;
  font-size: 14px;
  margin-left: 14px;
  cursor: pointer;
}
.community-container .community-content .post-detail .article-other-control .comment .title {
  font-size: 16px;
  text-align: left;
  color: #353030;
  font-weight: bold;
  line-height: 24px;
  margin-top: 32px;
}
.community-container .community-content .post-detail .article-other-control .comment .title span {
  color: #8c8889;
}
.community-container .community-content .post-detail .article-other-control .comment .leave {
  width: 100%;
  height: 220px;
  border-top: none;
  border-radius: 2px;
  margin-top: 16px;
  border: 1px solid #F0EEEE;
}
.community-container .community-content .post-detail .article-other-control .comment .leave.fr-box.fr-basic.fr-top .fr-wrapper {
  box-shadow: none;
}
.community-container .community-content .post-detail .article-other-control .comment .fr-toolbar {
  border-top: none;
  background-color: #f9f9f9;
  z-index: 0;
  box-shadow: none;
}
.community-container .community-content .post-detail .article-other-control .comment .head-img {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 16px;
  overflow: hidden;
  background-color: #ff365e;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #F0EEEE;
}
.community-container .community-content .post-detail .article-other-control .comment .sub {
  margin-top: 16px;
  overflow: hidden;
  padding-bottom: 32px;
}
.community-container .community-content .post-detail .article-other-control .comment .sub .head-img {
  float: left;
}
.community-container .community-content .post-detail .article-other-control .comment .sub p {
  margin: 0;
  line-height: 40px;
  float: left;
}
.community-container .community-content .post-detail .article-other-control .comment .submit {
  width: 112px;
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  text-align: center;
  background: #fe4066;
  color: #ffffff;
  border-radius: 8px;
  font-weight: bold;
  float: right;
  cursor: pointer;
  transition: 0.3s;
  -o-transition: 0.3s;
  -moz-transition: 0.3s;
  -webkit-transition: 0.3s;
}
.community-container .community-content .post-detail .article-other-control .comment .submit:hover {
  background: #ff5476;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list {
  margin-top: 16px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .head-img {
  vertical-align: top;
  display: inline-block;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail {
  width: calc(100% - 61px);
  display: inline-block;
  font-size: 0;
  border-bottom: 1px solid #F0F0F0;
  padding-bottom: 16px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail p > img {
  max-width: 100%;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .des {
  font-size: 14px;
  overflow: hidden;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .des header {
  position: static !important;
  background: unset !important;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .des ul,
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .des ol {
  padding-left: 18px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .comment-list {
  padding: 16px 0 0;
  border-top: 1px solid #F0F0F0;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .comment-list .comment-detail {
  width: calc(100% - 56px);
  padding-bottom: 0;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .comment-list .comment-detail .bot .delreply {
  margin-left: 16px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .bot {
  overflow: hidden;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .reply-box {
  display: none;
  overflow: hidden;
  position: relative;
  padding-left: 48px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .reply-box .the-avatar {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 14px;
  border: 1px solid #f0f0f0;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .reply-box .leave {
  height: 220px;
  float: none;
  width: 100%;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .reply-box .subs {
  overflow: hidden;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .reply-box .subs .cancels {
  float: right;
  margin-right: 32px;
  line-height: 40px;
  font-size: 14px;
  color: #5c5758;
  cursor: pointer;
  transition: 0.3s;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .reply-box .subs .cancels:hover {
  color: #fe4066;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail p {
  margin: 0;
  font-size: 14px;
  color: #353030;
  line-height: 22px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .name {
  font-size: 14px;
  font-weight: 600;
  color: #353030;
  line-height: 17px;
  margin-bottom: 6px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .bot p {
  margin-top: 8px;
  color: rgba(53, 48, 48, 0.4);
  float: left;
  font-size: 12px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .bot p a {
  color: #fe4066;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .bot .reply,
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .bot .delreply {
  cursor: pointer;
  color: #fe4066;
  margin-left: 16px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .bot .reply:hover,
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .bot .delreply:hover {
  text-decoration: underline;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .edit {
  width: calc(100% - 56px);
  float: right;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  margin: 14px 0 16px;
}
.community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-list .comment-detail {
  border-bottom: none;
}
.community-container .community-content .post-detail .article-other-control .comment .leave-btn {
  display: block;
  width: 100%;
  height: 40px;
  background: rgba(254, 64, 102, 0.06);
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  color: #fe4066;
  line-height: 40px;
  cursor: pointer;
  margin: 24px 0 32px;
}
.community-container .community-content .post-detail .article-other-control .bottom-tool {
  overflow: hidden;
}
.community-container .community-content .post-detail .article-other-control .bottom-tool .delete,
.community-container .community-content .post-detail .article-other-control .bottom-tool .toedit {
  display: block;
  float: right;
  font-size: 14px;
  color: #fe4066;
  line-height: 20px;
  margin-left: 50px;
  cursor: pointer;
}
.community-container .community-content .post-detail .article-other-control .bottom-tool .delete i,
.community-container .community-content .post-detail .article-other-control .bottom-tool .toedit i {
  margin-right: 10px;
}
.community-container .delete-box {
  display: none;
  z-index: 10;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}
.community-container .delete-box .pop {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 500px;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  padding: 50px 40px 30px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0 3px 15px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
}
.community-container .delete-box .pop i {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
}
.community-container .delete-box .pop i:hover {
  color: #fe4066;
}
.community-container .delete-box .pop p {
  color: #2e2f30;
  line-height: 19px;
  margin-top: 0;
}
.community-container .delete-box .pop .amend,
.community-container .delete-box .pop .cancel {
  display: block;
  cursor: pointer;
  width: 60px;
  height: 36px;
  text-align: center;
  font-weight: bold;
  line-height: 36px;
  float: right;
}
.community-container .delete-box .pop .amend:hover,
.community-container .delete-box .pop .cancel:hover {
  opacity: 0.8;
}
.community-container .delete-box .pop .amend {
  color: #fe4066;
  margin-right: 10px;
}
.community-search-page .go-back {
  position: absolute;
  top: 32px;
  right: 40px;
  width: 48px;
  height: 48px;
  background: #f8f6f6;
  border-radius: 50%;
  text-align: center;
  line-height: 48px;
  color: rgba(53, 48, 48, 0.4);
  transition: all 0.2s;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
}
.community-search-page .go-back i {
  font-size: 24px;
}
.community-search-page .go-back:hover {
  opacity: 0.8;
  transform: rotate(90deg);
}
.community-search-page .go-back:hover i {
  color: #fe4066;
}
@media (max-width: 999px) {
  .community-container .community-content {
    padding-right: 0;
  }
  .community-container .community-content .right-container {
    display: none;
  }
}
@media (max-width: 767px) {
  .community-container .community-content .list-item.has-pic-list {
    padding-left: 0;
  }
  .community-container .community-content .list-item.has-pic-list .pic-cover {
    position: relative;
    left: auto;
    top: auto;
    font-size: 0;
    border: none;
    margin-bottom: 16px;
    display: block;
  }
  .community-container .community-content .list-item.has-pic-list .pic-cover div {
    width: 100%;
    height: auto;
    background: none;
  }
  .community-container .community-content .list-item.has-pic-list .pic-cover div img {
    display: block;
    width: 100%;
  }
  .community-container .community-content .post-detail iframe {
    display: none;
  }
}
@media (max-width: 500px) {
  .community-container .community-content {
    padding-bottom: 48px;
  }
  .community-container .community-content .banner-container .list .pic {
    height: 200px;
  }
  .community-container .community-content .banner-container .list .text a {
    font-size: 16px;
  }
  .community-container .community-content .post-detail .post-title {
    font-size: 20px;
    line-height: 28px;
  }
  .community-container .community-content .post-detail .article-other-control .comment .comment-list .head-img {
    margin-right: 8px;
  }
  .community-container .community-content .post-detail .article-other-control .comment .comment-list .comment-detail .reply-box {
    padding-left: 0;
  }
}
