.community-write-topic h2::-webkit-scrollbar {
    width: 0;
}
.xhtlb-topic::-webkit-scrollbar {
    width: 0;
}
.community-write-topic {
    top: 15px;
    width: 373px;
    height: 598px;
    position: absolute;
    display: flex;
    margin-top: -15px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0px 10px 12px 0px rgb(133 144 166 / 15%);
    border: 1px solid rgba(133, 144, 166, 0.1);
}


.community-write-topic-contain {
  display: flex;
  flex-direction: column;
  position: relative;
  width: 373px; }

.community-write-topic form {
  margin: 20px 16px;
  height: 36px;
  min-height: 36px;
  background: #F5F6F7;
  border-radius: 17px; }

.community-write-topic input {
    width: 100%;
    height: 36px;
    line-height: 36px;
    box-sizing: border-box;
    border: 1px solid #e1e1e1;
    padding: 10px;
    font-size: 16px;
    
}

.community-write-topic input:focus {
  border-color: #0A84FF; }

.community-write-topic h2 {
  position: absolute;
  left: 0;
  top: 76px;
  bottom: 0;
  width: 88px;
  white-space: nowrap;
  font-weight: 400;
  overflow: auto; }

.community-write-topic h2 a {
  display: block;
  position: relative;
  height: 55px;
  padding-left: 16px;
  line-height: 54px;
  font-size: 14px;
  color: rgba(36, 36, 38, 0.65);
  cursor: pointer; }

.community-write-topic h2 li.layui-this {
  color: #000!important;
  font-weight: 500; }

.community-write-topic h2 li.layui-this:before {
  content: '';
  position: absolute;
  width: 4px;
  height: 30px;
  left: 0;
  top: 50%;
  margin-top: -15px;
  background-color: #0A84FF; }





.community-write-topic li figure {
  position: absolute;
  left: 12px;
  top: 12px;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  overflow: hidden; }

.community-write-topic li img {
  width: 100%;
  height: 100%; }

.community-write-topic li strong {
  display: block;
  line-height: 18px;
  color: #242426;
  font-size: 14px;
  font-weight: 400; }

.community-write-topic li span {
  display: block;
  margin-top: 6px;
  line-height: 16px;
  color: rgba(36, 36, 38, 0.55);
  font-size: 12px; }

.community-write-topic li button {
  position: absolute;
  right: 0px;
  top: 50%;
  margin-top: -15px;
  width: 104px;
  height: 30px;
  line-height: 30px;
  border: none;
  background-color: #0A84FF;
  color: #fff;
  font-size-adjust: 14px;
  text-align: center;
  border-radius: 30px; }

.community-write-topic li:hover {
  background: #FAFBFC; }

.community-write-topic li.emptyTopic {
  height: auto; }

.community-write-topic li.emptyTopic .topic-add-btn {
  width: 104px;
  height: 30px;
  line-height: 30px;
  border: none;
  margin: 19px auto 0;
  position: relative;
  left: -32px;
  background-color: #0A84FF;
  color: #fff;
  font-size: 14px;
  text-align: center;
  border-radius: 30px; }

.community-write-topic[status=search] h2 {
  display: none; }

.community-write-topic[status=search] ul {
  margin: 0;
  padding: 0 30px; }

.community-write-topic-subcolumn {
  position: relative;
  width: 232px;
  border: 1px solid rgba(15, 15, 15, 0.04); }

.community-write-topic-subcolumn ul {
  position: absolute;
  margin: 0;
  left: 0;
  top: 76px;
  right: 0;
  bottom: 0; }

.community-write-topic-subcolumn li {
  padding-left: 16px;
  line-height: 24px;
  height: 24px; }

.community-write-topiclist {
  font-size: 0;
  line-height: 24px;
  color: #007AFF;
  margin-top: 19px; }

.community-write-topiclist li {
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  white-space: nowrap;
  font-weight: normal; }

.community-write-topiclist span {
  display: inline-block;
  vertical-align: top;
  font-size: 14px; }

.community-write-topiclist i {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 16px;
  margin-top: 4px;
  margin-right: 4px;
  line-height: 16px;
  text-align: center;
  font-size: 12px;
  color: #fff; }

.community-write-topiclist i:nth-child(1) {
  border-radius: 16px;
  background-color: #007AFF; }

.community-write-topiclist i:nth-child(3) {
  margin-left: 2px;
  cursor: pointer;
  font-size: 12px;
  line-height: 16px;
  color: #aaa; }