.community {
  width: 100%;
  min-height: 850px;
  padding-top: 30px;
  box-sizing: border-box;
  background-color: #f5f5fa;
}

.community .contentCenter1 {
  display: flex;
}

.community_l {
  width: 277px;
  border-radius: 6px;
}

.community_m {
  width: 642px;
  margin-left: 19px;
  border-radius: 6px;
}

.community_r {
  width: 242px;
  margin-left: 20px;
  border-radius: 6px;
}

.community_l .my_attentions {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 15px 5px 13px 10px;
  box-sizing: border-box;
}

.community_l h3 {
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #2266ff;
}
.my_attentions_login {
  width: 277px;
  height: 148px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 15px 0 0 10px;
  box-sizing: border-box;
}
.my_attentions_login p {
  font-size: 16px;
  line-height: 16px;
  color: #0e1326;
  text-align: center;
  margin: 32px auto 12px;
}
.my_attentions_login span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #4279ff;
  text-align: center;
}
.my_attentions_login span:hover {
  cursor: pointer;
  color: #004fff;
}
.my_attentions .my_attention {
  max-height: 322px;
  overflow-y: auto;
  width: 100%;
  margin-top: 3px;
}
.my_attentions .my_attention .personal_noData{
  margin-top: 15px;
  height: auto;
}
.my_attentions .my_attention .personal_noData img{
  width: 200px;
  height: auto;
}
.my_attention::-webkit-scrollbar {
  width: 3px;
  height: 2%;
}

.my_attention::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #f0f0f0;
}

.my_attention::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  background-color: #f5f5f5;
}

.my_attentions .my_attention .my_attention_con {
  width: 100%;
  height: 82px;
  line-height: 82px;
  display: flex;
  align-items: center;
}

.my_attention_con div {
  width: 132px;
  height: 50px;
}

.my_attention_con div a {
  display: block;
  height: 22px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #0e1326;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.my_attention_con div a:hover {
  color: #2266ff;
}
.my_attention_con div p {
  height: 30px;
  line-height: 40px;
  font-size: 14px;
  color: #888999;
}

.community_l .attention {
  margin-left: 8px;
}

.community_l .attentions {
  display: block;
  width: 59px;
  height: 25px;
  color: #666666;
  background-color: #efefef;
  border-radius: 13px;
}

.community_l .attentions:hover {
  color: #999;
  cursor: pointer;
  background-color: #f0f0f0;
}

.community_l .action {
  color: #2266ff;
  background-color: #eaf0ff;
}

.community_l .action:hover {
  color: #004fff;
  background-color: #f6f9ff;
}

.my_attentions .my_attention .my_attention_con img {
  width: 55px;
  height: 55px;
  margin-right: 8px;
  border-radius: 6px;
}

.my_attention_more {
  display: block;
  font-size: 16px;
  text-align: center;
  color: #2266ff;
  margin-top: 20px;
}

.my_attention_more:hover,
.my_attention_more a:hover {
  cursor: pointer;
  color: #004fff;
}

.my_attention_more i {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  top: 2px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/frontend/index/drop-down.webp) no-repeat;
}

.my_attention_more i:hover {
  background: url(/assets/img/frontend/index/drop-down.webp) no-repeat -14px 0;
}

.my_attention_more i:active {
  background: url(/assets/img/frontend/index/drop-down.webp) no-repeat -28px 0;
}

.interests {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 15px 13px 15px 11px;
  box-sizing: border-box;
  margin-top: 19px;
  margin-bottom: 60px;
  min-height: 385px;
}

.interests .interest {
  width: 100%;
  margin-top: 3px;
}

.interest_con {
  width: 100%;
  height: 78px;
  line-height: 78px;
  display: flex;
  align-items: center;
}

.interest_con div {
  width: 132px;
  height: 50px;
}

.interest_con div a {
  display: block;
  height: 22px;
  line-height: 24px;
  font-size: 16px;
  font-weight: bold;
  color: #0e1326;
  width: 130px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.interest_con div a:hover {
  color: #2266ff;
}

.interest_con div p {
  height: 30px;
  line-height: 40px;
  font-size: 14px;
  color: #888999;
}

.interests .interest_con img {
  width: 55px;
  height: 55px;
  margin-right: 8px;
  border-radius: 6px;
}

.interests .interest_more {
  display: block;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  text-align: center;
  color: #2266ff;
  margin-top: 4px;
}

.interests .interest_more:hover {
  cursor: pointer;
  color: #004fff;
}

.interests .interest_more i {
  display: inline-block;
  position: relative;
  margin-left: 6px;
  top: 2px;
  width: 14px;
  height: 14px;
  background: url(/assets/img/frontend/index/Refresh.webp) no-repeat;
}

.interests .interest_more i:hover {
  background: url(/assets/img/frontend/index/Refresh.webp) no-repeat -14px 0;
}

.interests .interest_more i:active {
  background: url(/assets/img/frontend/index/Refresh.webp) no-repeat -28px 0;
}

.community_main {
  width: 100%;
  /* height: 352px; */
  border-radius: 6px;
}
.personal_noData {
  text-align: center;
  margin-top: 32px;
  border-radius:5px;
  height: 500px;
  background-color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.personal_noData img {
  width: 320px;
  height: 285px;
}

.community_main .personal_noData {
  width: 642px;
  height: 352px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.community_main .personal_noData img {
  width: 200px;
}

.community_main .community-article,
.community_main .community-article img {
  width: 100%;
  height: 352px;
  border-radius: 6px;
}
.community_swiper1 {
  width: 100%;
  height: 300px;
  margin-bottom: 2px;
}
.community_swiper1 a {
  position: relative;
}
.community_swiper1 a div {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
  width: 100%;
  height: 74px;
  background-image: linear-gradient(to bottom, transparent 0%, #000000 100%);
  opacity: 0.82;
}
.community_swiper1 a p {
  position: absolute;
  bottom: 14px;
  left: 12px;
  z-index: 10;
  font-size: 18px;
  font-weight: normal;
  line-height: 1.4;
  color: #ffffff;
  word-wrap: break-word;
  word-break: break-all;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.community_swiper1 img {
  width: 100%;
  height: 300px;
  border-radius: 6px;
}
.community_swiper2 {
  width: 100%;
  height: 50px;
}

.community_swiper2 a {
  display: inline-block;
  float: left;
  width: 212px;
  height: 50px;
  line-height: 50px;
  padding: 0 14px;
  box-sizing: border-box;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #0e1326;
  background-color: #ffffff;
  border-radius: 0 0 6px 6px;
}

.community_swiper2 a:hover {
  background-color: #3888ff;
  color: #ffffff;
}

.swiper-slide-thumb-active a {
  background-color: #2266ff;
  color: #ffffff;
}

.info_mainL_title {
  width: 100%;
  margin-top: 26px;
  /* margin-bottom: 16px; */
}

.info_mainR_con1 {
  height: 24px;
  font-size: 24px;
  font-weight: bold;
  line-height: 24px;
  color: #063082;
  margin-bottom: 8px;
  position: relative;
}

.info_mainR_con1 span {
  color: #2266ff;
}

.info_mainR_con2 {
  width: 100%;
  height: 2px;
  background-color: #063082;
  position: relative;
}

.info_mainR_con2 span {
  display: inline-block;
  width: 50px;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #2266ff;
}

.info_mainR_con2 i {
  display: inline-block;
  position: absolute;
  width: 5px;
  height: 2px;
  top: 0;
  left: 48px;
  background: url(/assets/img/frontend/info/line.webp) no-repeat;
}

.hot_select {
  position: absolute;
  top: 2px;
  left: 128px;
  z-index: 10;
  display: flex;
}

.hot_select div {
  height: 32px;
  font-size: 18px;
  font-weight: normal;
  color: #4a4a54;
  padding: 0 5px;
  box-sizing: border-box;
  margin-right: 20px;
}

.hot_select div:hover {
  cursor: pointer;
  color: #ff7228;
}

.hot_select .action {
  color: #ff7228;
  border-bottom: 2px solid #ff7228;
}

.community_examples {
  width: 100%;
  display: none;
}
.community_examples::after {
  clear: both;
  content: "";
  display: block;
}

.hot_post {
  display: block;
}

.community_examples .community_example {
  width: 642px;
  height: 301px;
  float: left;
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 20px;
  position: relative;
  padding: 20px 24px 17px 25px;
  box-sizing: border-box;
}
.community_noData {
  background-color: #ffffff;
  padding: 30px;
  box-sizing: border-box;
  text-align: center;
  /* margin-bottom: 40px; */
  margin-top: 14px;
  float: left;
  width: 100%;
}
.community_example_top {
  width: 100%;
  height: 42px;
}

.community_example_top a {
  display: block;
}

.community_example_top img:hover {
  transform: scale(1.05);
  transition: 1s all;
}

.community_example_top img {
  float: left;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px;
  margin-bottom: 10px;
}

.community_example_top p {
  display: inline-block;
  float: left;
}

.community_example_top p .community_id {
  display: block;
  height: 20px;
  line-height: 18px;
  font-size: 18px;
  color: #0e1326;
  margin-top: 2px;
  margin-bottom: 10px;
}

.community_example_top p .community_id:hover {
  color: #2266ff;
}

.community_example_top p .community_time {
  display: block;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #888999;
}

.community_example_text {
  width: 98%;
  line-height: 22px;
  color: #333333;
  font-size: 16px;
  margin-top: 16px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.community_example_text:hover {
  color: #2266ff;
}

.community_example_imgs {
  display: block;
  width: 100%;
  margin-top: 13px;
}

.community_example_imgs img {
  float: left;
  width: 120px;
  height: 120px;
  overflow: hidden;
  border-radius: 8px;
  margin-right: 37px;
  margin-bottom: 12px;
}

.community_example_imgs img:hover {
  transform: scale(1.05);
  transition: 1s all;
}

.community_example_imgs img:last-child {
  margin-right: 0;
}

.community_example_news {
  position: absolute;
  right: 14px;
  bottom: 12px;
  display: flex;
  font-size: 14px;
  line-height: 22px;
}

.info_good {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(/assets/img/frontend/info/btn_dianzan_n.webp) no-repeat;
  margin-right: 8px;
  position: relative;
  top: -4px;
}

.community_example_news span {
  color: #595959;
  float: left;
}
.info_list_good {
  cursor: pointer;
}
.community_example_news .info_list_good:hover i {
  background: url(/assets/img/frontend/info/btn_dianzan_pre.webp) no-repeat;
}
.community_example_news .action i {
  background: url(/assets/img/frontend/info/btn_dianzan_pre.webp) no-repeat;
}
.community_example_news .action:hover i {
  background: url(/assets/img/frontend/info/btn_dianzan_pre.webp) no-repeat;
}
.community_example_news .action span {
  color: #2266ff;
}
.info_comments {
  /* width: 68px; */
  height: 24px;
  margin-left: 23px;
  float: left;
  display: flex;
  align-items: center;
}
.community_example_news .info_comments span {
  color: #595959;
}
.info_news {
  display: inline-block;
  width: 24px;
  height: 24px;
  background: url(/assets/img/frontend/info/btn_comment.webp) no-repeat;
  margin-right: 6px;
}
.info_comments:hover .info_news {
  background: url(/assets/img/frontend/info/btn_comment_h.webp) no-repeat;
}
.info_comments:hover span {
  color: #2266ff;
}
.community_more {
  width: 182px;
  height: 45px;
  margin: 30px auto 60px;
  background-color: #ffffff;
  border-radius: 2px;
  font-size: 20px;
  line-height: 45px;
  text-align: center;
  color: #666666;
}

.community_more:hover {
  color: #125bff;
  cursor: pointer;
}

.community_more:active {
  color: #2266ff;
}

.community_more i {
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px;
  background: url(/assets/img/frontend/info/btn_more_n.webp) no-repeat;
}

.community_more:hover i {
  background: url(/assets/img/frontend/info/btn_more_pre.webp) no-repeat;
}

.community_more:active i {
  background: url(/assets/img/frontend/info/btn_more_s.webp) no-repeat;
}

.community_person {
  width: 100%;
  height: 89px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 18px 18px 14px 12px;
  box-sizing: border-box;
  margin-bottom: 2px;
}

.community_person .community_person_img {
  display: inline-block;
  float: left;
  width: 57px;
  height: 57px;
  margin-right: 9px;
}

.community_person .community_person_img img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.community_person div {
  display: inline-block;
  float: left;
  width: 142px;
}

.community_person div a {
  white-space: nowrap;
  display: block;
  font-size: 20px;
  line-height: 30px;
  font-weight: bold;
  color: #0e1326;
  overflow: hidden;
  text-overflow: ellipsis;
}

.community_person div a:hover {
  color: #2266ff;
}

.community_person div span {
  display: block;
  float: left;
  font-size: 14px;
  line-height: 26px;
  color: #888999;
}

.community_person div span:last-child {
  float: right;
  margin-right: 26px;
}

.community_person div span i {
  color: #0e1326;
  margin-left: 3px;
  font-size: 14px;
}

.community_persons {
  width: 100%;
  height: 89px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 22px 32px 20px 17px;
  box-sizing: border-box;
  margin-bottom: 2px;
  display: flex;
}

.community_persons img {
  display: inline-block;
  float: left;
  width: 47px;
  height: 47px;
  margin-right: 5px;
  border-radius: 50%;
}

.community_persons .community_person_img img {
  width: 100%;
}
.community_persons span {
  display: inline-block;
  width: 140px;
  line-height: 23px;
  font-size: 14px;
  color: #0e1326;
}
.community_persons span .login {
  color: #2266ff;
}
.community_persons span .login:hover {
  cursor: pointer;
  color: #004fff;
}
.posting {
  width: 242px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 9px 15px 7px 15px;
  box-sizing: border-box;
  margin-bottom: 20px;
}

.posting .post_msg {
  display: block;
  width: 211px;
  height: 43px;
  background-color: #2266ff;
  border-radius: 8px;
  font-size: 18px;
  line-height: 43px;
  text-align: center;
  color: #f4f4f4;
  margin-left: 1px;
  margin-bottom: 12px;
}

.posting .post_msg:hover {
  cursor: pointer;
  background-color: #125bff;
}

.posting .post_msg:active {
  background-color: #0043d5;
}

.posting div {
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: 12px;
}

.posting div p {
  height: 24px;
  line-height: 24px;
}

.posting div p img {
  width: 23px;
  height: 23px;
  margin-left: -12px;
  border-radius: 50%;
}

.posting div span {
  display: inline-block;
  width: 91px;
  white-space: nowrap;
  height: 16px;
  font-size: 16px;
  line-height: 16px;
  color: #333333;
}

.ranking {
  width: 100%;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 16px 13px 15px 17px;
  box-sizing: border-box;
}

.ranking .info_mainL_title {
  margin-top: 0;
  margin-bottom: 0;
}

.ranking_con {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.ranking_con a {
  display: block;
  width: 100%;
  /* height: 44px; */
  box-sizing: border-box;
  background-color: #ffffff;
  margin-top: 16px;
}

.ranking_con a i {
  display: inline-block;
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  overflow: hidden;
  line-height: 16px;
  text-align: center;
  font-size: 10px;
  color: #ffffff;
  background-color: #bebdbd;
  margin-top: 5px;
}

.ranking_con a .ranking_first {
  background-color: #2266ff;
  color: #ffffff;
}

.ranking_con a span {
  display: inline-block;
  float: left;
  width: 192px;
  line-height: 25px;
  font-size: 16px;
  color: #4a4a54;
  margin-left: 4px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.ranking_con a span:hover {
  color: #2266ff;
}

.community_detail_con {
  width: 810px;
  background-color: #ffffff;
  border-radius: 6px;
  text-align: center;
  padding-top: 22px;
  box-sizing: border-box;
  margin-bottom: 32px;
  text-align: left;
  padding: 27px 29px 20px 36px;
  box-sizing: border-box;
}
.community_detail_con>h3{
  word-break: break-all;
  word-wrap: break-word;
}
.community_detail_con a {
  color: #0043d5;
}
.community_detail_con a:hover {
  text-decoration: underline;
}
.editor_class i {
  font-style: italic;
}
/* .community_detail_con h3 {
  font-weight: normal;
  font-size: 24px;
  color: #0e1326;
} */

.community_detail_main {
  display: flex;
  position: relative;
  margin: 22px auto 16px;
}

.community_detail_main .community_detail_headimg {
  display: inline-block;
  width: 56px;
  height: 56px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 7px;
}

.community_detail_main .community_detail_headimg img {
  width: 56px;
  height: 56px;
  border-radius: 50%;
}

.community_detail_main .community_detail_mains {
  display: inline-block;
  margin-top: 8px;
}

.community_detail_main .community_detail_mains div {
  display: flex;
}

.community_detail_main .community_detail_mains div a {
  display: inline-block;
  font-size: 16px;
  line-height: 16px;
  color: #4a4a54;
}

.community_detail_mains div a:hover {
  color: #2266ff;
}

.community_detail_name {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  background-color: #2266ff;
  border-radius: 2px;
  padding: 0 6px;
  font-size: 14px;
  color: #ffffff;
  box-sizing: border-box;
  margin-left: 12px;
  margin-right: 12px;
}

.community_detail_address {
  display: inline-block;
  height: 18px;
  line-height: 18px;
  font-size: 16px;
  color: #888999;
}

.community_detail_address i {
  color: #4a4a54;
  margin-left: 10px;
}

.community_detail_time {
  display: inline-block;
  height: 14px;
  line-height: 14px;
  font-size: 14px;
  color: #999;
  margin-top: 12px;
}

.community_detail_report {
  display: inline-block;
  height: 16px;
  line-height: 16px;
  font-size: 16px;
  color: #888999;
  position: absolute;
  top: 12px;
  right: 5px;
}

.community_detail_report:hover {
  color: #4a4a54;
  cursor: pointer;
}

.community_detail_con_title {
  line-height: 28px;
}

/* .community_detail_con p {
  text-indent: 2em;
  font-size: 16px;
  color: #333333;
  line-height: 28px;
  margin: 20px 0;
} */

.community_detail_con img {
  max-width: 741px;
}

.community_detail_article {
  width: 100%;
  height: 22px;
  line-height: 22px;
  color: #4a4a54;
  font-size: 14px;
  display: flex;
  justify-content: space-between;
  margin: 12px auto 62px;
}

.community_detail_articleL {
  display: flex;
}
.community_detail_article .info_list_news {
  display: flex;
  align-items: center;
}
.info_list_good.action i {
  background: url(/assets/img/frontend/info/btn_dianzan_pre.webp) no-repeat;
}

.community_detail_con .reply_con p {
  text-indent: 0;
}

.community_detail_ranking .ranking {
  margin-top: 20px;
  /* height: 486px; */
}

.community_detail_ranking .ranking_con a span {
  width: 304px;
}

.community_detail_ranking .ranking_con a i {
  display: inline-block;
  width: 19px;
  height: 19px;
  line-height: 19px;
}

.about_posts {
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  padding: 17px 21px 12px 18px;
  box-sizing: border-box;
}

.community_detail_ranking .ranking_con a .ranking_s {
  display: inline-block;
  width: 8px;
  height: 8px;
  background-color: #2266ff;
  position: relative;
  top: 5px;
}

.community_detail_top {
  width: 371px;
  height: 99px;
  background-color: #ffffff;
  border-radius: 6px;
  padding: 19px 22px 23px 20px;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.community_detail_top .community_detail_topImg {
  display: inline-block;
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.community_detail_topImg img {
  width: 57px;
  height: 57px;
  border-radius: 50%;
}

.community_detail_top div {
  margin-left: 13px;
  width: 154px;
}

.community_detail_top .attents {
  display: inline-block;
  width: 98px;
  height: 42px;
  background-color: #eaf0ff;
  border-radius: 21px;
  font-size: 16px;
  line-height: 42px;
  color: #2266ff;
  text-align: center;
}

.community_detail_top .attents i {
  display: inline-block;
  margin-right: 5px;
  width: 16px;
  height: 16px;
  background: url(/assets/img/frontend/index/btn_follow.webp) no-repeat;
  position: relative;
  top: 2px;
}

.community_detail_top .attents:hover {
  cursor: pointer;
  background-color: #d9e5ff;
}

.community_detail_top a {
  display: block;
  height: 20px;
  font-size: 20px;
  font-weight: bold;
  line-height: 20px;
  color: #0e1326;
  margin-bottom: 5px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.community_detail_top a:hover {
  color: #2266ff;
}

.community_detail_top span {
  display: inline-block;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #888999;
  margin-right: 18px;
}

.community_detail_top span i {
  display: inline-block;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #0e1326;
}

.posting_channel {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  display: none;
}

.posting_channel_con {
  width: 472px;
  height: 533px;
  background-color: #ffffff;
  border-radius: 6px;
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-236px, -266.5px);
}

.posting_channel_con p {
  height: 24px;
  font-size: 24px;
  font-weight: normal;
  line-height: 24px;
  color: #0e1326;
  margin-top: 22px;
  margin-left: 25px;
}

.posting_channel_con .posting_close {
  display: block;
  width: 20px;
  height: 20px;
  background: url(/assets/img/frontend/index/home_close1_n.webp) no-repeat;
  position: absolute;
  right: 22px;
  top: 22px;
}

.posting_channel_con .posting_close:hover {
  cursor: pointer;
  background: url(/assets/img/frontend/index/home_close1_pre.webp) no-repeat;
}

.posting_channel_con .posting_close:active {
  background: url(/assets/img/frontend/index/home_close1_s.webp) no-repeat;
}

.posting_channel_search {
  width: 421px;
  height: 43px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e4e5ea;
  margin: 24px 24px 12px 24px;
  box-sizing: border-box;
  padding: 0 11px 0 6px;
}

.posting_channel_search input {
  width: 376px;
  line-height: 41px;
  border-radius: 6px;
  font-size: 18px;
  /* color: #c9cacf; */
  float: left;
}

.posting_channel_search i {
  display: inline-block;
  float: left;
  width: 24px;
  height: 24px;
  background: url(/assets/img/frontend/index/btn_search_n.webp) no-repeat;
  position: relative;
  top: 8px;
}

.posting_channel_search i:hover {
  cursor: pointer;
  background: url(/assets/img/frontend/index/btn_search_pre.webp) no-repeat;
}

.posting_channel_search i:active {
  background: url(/assets/img/frontend/index/btn_search_s.webp) no-repeat;
}

.posting_channel_con .posting_channel_main {
  width: 99.4%;
  height: 294px;
  overflow-y: auto;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-start;
  margin: 0 auto 32px;
  padding: 0 23px;
  box-sizing: border-box;
  scrollbar-width: none;
}
.posting_channel_main::-webkit-scrollbar {
  width: 3px;
}

.posting_channel_main::-webkit-scrollbar-thumb {
  border-radius: 10px;
  /* -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .5); */
  background-color: #bfbfbf;
}

.posting_channel_con .posting_channel_main > span {
  display: inline-block;
  width: 200px;
  height: 54px;
  background-color: #ffffff;
  border-radius: 6px;
  border: solid 1px #e4e5ea;
  margin: 0 20px 20px 0;
  font-size: 16px;
  line-height: 52px;
  color: #4a4a54;
  padding-left: 12px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-clamp: 1;
  -webkit-line-clamp: 1;
}
.posting_channel_con .posting_channel_main .highlight {
  color: #2266ff;
}
.posting_channel_con .posting_channel_main span img {
  width: 35px;
  height: 35px;
  margin-right: 8px;
  vertical-align: middle;
}
.posting_channel_con .posting_channel_main span:hover {
  cursor: pointer;
  border-color: #2266ff;
  border-radius: 6px;
}

.posting_channel_con .posting_channel_main .action {
  border-color: #2266ff;
}

.posting_channel_con .posting_channel_main span:nth-child(2n) {
  margin-right: 0;
}

.posting_channel_no {
  width: 200px;
  height: 39px;
  line-height: 37px;
  text-align: center;
  background-color: #ffffff;
  border-radius: 8px;
  border: solid 1px #2266ff;
  color: #2266ff;
  font-size: 18px;
  margin-left: 25px;
  margin-right: 20px;
  box-sizing: border-box;
}

.posting_channel_no:hover {
  cursor: pointer;
  background-color: #d6effe;
  color: #2266ff;
}

.posting_channel_yes:hover {
  cursor: pointer;
  background-color: #2c76ff;
}

.posting_channel_yes {
  width: 200px;
  height: 39px;
  line-height: 39px;
  text-align: center;
  background-color: #2266ff;
  border-radius: 8px;
  color: #f4f4f4;
  font-size: 18px;
}
.posting_btns {
  width: 100%;
  background-color: #fff;
}
.communityPost-main .posting_btn {
  display: block;
  margin-right: auto;
  width: 180px;
  height: 50px;
  background-color: #2266ff;
  border-radius: 6px;
  font-size: 18px;
  line-height: 50px;
  color: #ffffff;
  text-align: center;
  margin: 19px 0px 25px;
  cursor: pointer;
  border: none;
  margin-left: auto;
}

.posting_btn:hover {
  background: #1a90ff;
}

/* 主题模板 */
.community_right {
  width: 903px;
  margin-left: 20px;
  margin-bottom: 42px;
}
.community_plates_top {
  width: 903px;
  height: 210px;
  border-radius: 6px;
  padding: 20px 22px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 16px;
  background-color: #ffffff;
  color: #676767;
}
.community_plates_top span {
  display: block;
  font-size: 16px;
  line-height: 16px;
  color: #676767;
  margin-bottom: 18px;
}

.community_plates_bg {
  width: 863px;
  height: 134px;
  border-radius: 6px;
  background: url(/assets/img/frontend/index/banner_bg3.webp) no-repeat center
    center;
  padding: 34px 0 21px 18px;
  box-sizing: border-box;
  display: flex;
}
.community_plates_bg img {
  width: 77px;
  height: 77px;
  border-radius: 50%;
  margin-right: 12px;
}
.community_plates_bg div {
}
.community_plates_bg .community_plates_bg1 {
  height: 18px;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
  color: #0e1326;
}
.community_plates_bg div .community_plates_bg0 span {
  display: inline-block;
  width: 59px;
  height: 25px;
  background-color: #2266ff;
  border-radius: 13px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
  margin: 0 12px 0 20px;
}
.community_plates_bg div .community_plates_bg0 .action {
  background-color: #efefef;
  color: #666;
}
.community_plates_bg div .community_plates_bg0 .action:hover {
  color: #999;
  cursor: pointer;
  background-color: #f0f0f0;
}
.community_plates_bg div .community_plates_bg0 span:hover {
  background-color: #007aff;
  cursor: pointer;
}
.community_plates_bg .community_plates_bg2 {
  display: inline-block;
  width: 67px;
  height: 25px;
  background-color: #ffa800;
  border-radius: 12px;
  color: #fff;
  font-size: 14px;
  line-height: 25px;
  text-align: center;
}

.community_plates_bg .community_plates_bg2::before {
  content: url(../../img/frontend/index/PostingPenpal.webp);
  position: relative;
  top: 3px;
}

.community_plates_bg .community_plates_bg2:hover {
  background-color: #ffbc10;
}
.community_plates_bg3 {
  max-height: 29px;
  width: 567px;
  font-size: 14px;
  line-height: 14px;
  color: #4a4a54;
  margin-top: 11px;
  margin-bottom: 14px;
  overflow: hidden;
  word-wrap: break-word;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.community_plates_bg4 span {
  display: inline-block;
  height: 14px;
  font-size: 14px;
  line-height: 14px;
  color: #888999;
  margin-right: 32px;
}
.community_plates_con {
  width: 903px;
  background-color: #ffffff;
  border-radius: 6px;
  margin-top: 20px;
}
.plates_list {
  width: 100%;
  height: 55px;
  line-height: 55px;
  border-bottom: 2px solid #f4f4f4;
  box-sizing: border-box;
}
.plates_list span {
  display: inline-block;
  float: left;
  font-size: 16px;
  color: #888999;
  height: 55px;
  padding: 0 6px;
  box-sizing: border-box;
  margin-left: 16px;
  border-bottom: 2px solid #f4f4f4;
}
.plates_list span:hover {
  color: #2266ff;
  cursor: pointer;
}
.plates_list .action {
  color: #2266ff;
  border-color: #2266ff;
}
.plates_lists {
  width: 100%;
  padding: 15px 17px 22px 20px;
  box-sizing: border-box;
}
.plates_lists_top {
  width: 866px;
  height: 52px;
  line-height: 52px;
  background-color: #fafafa;
  border-radius: 6px;
}
.plates_lists_top span {
  display: inline-block;
  float: left;
  font-size: 14px;
  color: #999999;
  text-align: center;
}
.plates_lists_data {
  width: 866px;
  height: 57px;
  line-height: 57px;
  padding-left: 11px;
  border-bottom: 1px solid #f0f0f0;
  box-sizing: border-box;
}
.plates_lists_data a {
  display: inline-block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  font-size: 14px;
  color: #888999;
  text-align: center;
}
.plates_lists_title {
  width: 45%;
}
.plates_lists_nums {
  width: 20%;
}
.plates_lists_author {
  width: 20%;
}
.plates_lists_time {
  width: 15%;
}
.plates_lists_data .plates_lists_title {
  color: #0e1326;
  text-align: left;
}
.plates_lists_data .plates_lists_author {
  color: #2266ff;
}

.plates_lists_more {
  width: 182px;
  height: 45px;
  background-color: #ececec;
  line-height: 45px;
  text-align: center;
  border-radius: 2px;
  font-size: 20px;
  color: #4a4a54;
  margin: 37px auto 0;
}
.plates_lists_more i {
  display: inline-block;
  width: 16px;
  height: 16px;
  background: url(/assets/img/frontend/info/btn_more_n.webp) no-repeat;
  margin-left: 5px;
  position: relative;
  top: 2px;
}

.plates_lists_more:hover {
  cursor: pointer;
  color: #2266ff;
}

.plates_lists_more:hover i {
  background: url(/assets/img/frontend/info/btn_more_pre.webp) no-repeat;
}

.plates_lists_more:active i {
  background: url(/assets/img/frontend/info/btn_more_s.webp) no-repeat;
}


.code {
  display: none;
}

/* ========= eyes icon start ========= */
.eyes-icon * {
  box-sizing: border-box;
  font-size: 16px;
  margin: 0;
}

.eyes-icon img {
  display: block;
}

.eyes-icon a {
  text-decoration: none;
}

.eyes-icon a:hover,
.eyes-icon a:active,
.eyes-icon a:visited {
  color: inherit;
}

.eyes-icon {
  list-style: none;
  cursor: pointer;
}

.eyes-icon {
  margin-right: 18px;
  display: flex;
  align-items: center;
}

.eyes-icon > img {
  height: 13px;
  width: 21px;
  margin-right: 8px;
}

.eyes-icon > img:nth-of-type(2) {
  display: none;
}

.eyes-icon:hover > img:nth-of-type(1) {
  display: none;
}

.eyes-icon:hover > img:nth-of-type(2) {
  display: block;
}

.eyes-icon > span {
  font-size: 14px;
  color: #888999;
}
/* ========= eyes icon end ========= */

.community_detail_con .editor_class {
  padding: 0;
}

.search_info_box .info_mainL_nav {
  margin-bottom: 0;
}
