#editor—wrapper {
  border: 1px solid #eee;
  border-radius: 2px;
  z-index: 9999;
}

#toolbar-container {
  border-bottom: 1px solid #eee;
}
#toolbar-container  .w-e-bar{
  background: #f9f9f9;
}

#editor-container {
  height: 200px;
  overflow: auto;
}

.fr-title {
  padding-bottom: 10px;
  border-bottom: 1px solid #eee;
}

.fr-title h1 {
  font-weight: normal;
  font-size: 20px;
}

.fr-title h3 {
  font-weight: normal;
  font-size: 18px;
}

.fr-info {
  display: flex;
  align-items: center;
  background: #fff;
  box-shadow: 2px 2px 6px #ccc;
  margin-top: 30px;
  padding: 20px;
}
.fr-info .line{
  flex: 1;
}
.fr-info .layui-nav {
  padding: 0 10px;
}
.fr-info .layui-nav .layui-nav-left {
  position: absolute;
  top: 0;
  left: 4px;
  margin-top: 0;
  font-size: 12px;
  cursor: pointer;
  transition: all .2s;
  -webkit-transition: all .2s;
}
.fr-info .layui-nav .layui-nav-item{
  line-height: 38px;
}
.fr-info .layui-nav-child{
  top: 45px;
}


.fr-list {
  background: #fff;
  padding: 10px 20px;
  box-shadow: 2px 2px 6px #ccc;
  margin-top: 20px;
}

.fr-list .list .item {
  padding: 10px 0;
  border-bottom: 1px solid #eee;
  line-height: 1;
}

.fr-list .list .item .bt {
  display: flex;
  align-items: center;
}

.fr-list .list .item .bt .layui-badge {
  height: 19px;
  margin-right: 5px;
}

.fr-list .list .item .bt h3 {
  flex: 1;
  min-width: 0;
  font-weight: normal;
  font-size: 17px;
  color: #333;
  white-space: nowrap;
  text-overflow: ellipsis;
  line-height: 30px;
  overflow: hidden;
}

.fr-list .list .item .bm {
  display: flex;
  align-items: center;
  margin-top: 5px;
  line-height: 30px;
}

.fr-list .list .item .bm span {
  margin-right: 20px;
  color: #888;
  font-size: 14px;
}
.fr-list .list .item .bm span:last-of-type{
  margin: 0;
}

.fr-list .list .item .bm .ed {
  color: #888;
}
.fr-list .list .item .bm .ed i{
  font-size: 16px;
  top: 0;
}

.fr-list .list .item .bm .line {
  flex: 1;
}

.fr-list .list .item .bm .layui-icon {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}


.fr-book {
  background: #fff;
  padding: 20px;
  box-shadow: 2px 2px 6px #ccc;
  margin-top: 20px;
}

.fr-book .edit {
  padding: 20px 0;
}




.fr-thread {
  background: #fff;
  box-shadow: 2px 2px 6px #ccc;
  margin-top: 20px;
}
.fr-thread .fr-title{
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
}
.fr-thread .fr-title button{
  margin-left: 8px;
}
.fr-thread .item{
  padding: 10px 20px;
  border-bottom: 1px solid #ddd;
}

.fr-thread .item .bt {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 30px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ddd;
}

.fr-thread .item .bt > span {
  margin-right: 20px;
  color: #888;
  font-size: 14px;
}
.fr-thread .item .bt > span:last-of-type,.fr-thread .item .bt > span.tm{
  margin: 0;
}

.fr-thread .item .bt .lc {
  color: #888;
  font-size: 20px;
  font-weight: bold;
  margin-right: 12px;
}

.fr-thread .item .bt .ed {
  display: flex;
  align-items: center;
  color: #888;
  margin-right: 12px;
}
.fr-thread .item .bt .ed .nk p{
  line-height: 1;
}
.fr-thread .item .bt .ed .nk .t{
  font-size: 16px;
  color: #333;
  margin-bottom: 6px;
}

.fr-thread .item .bt .ed img{
  width: 40px;
  height: 40px;
  border-radius: 50%;
  margin-right: 10px;
}

.fr-thread .item .bt .ed i{
  font-size: 16px;
  top: 0;
}

.fr-thread .item .bt .line {
  flex: 1;
  margin: 0;
}

.fr-thread .item .bt .layui-icon {
  font-size: 18px;
  position: relative;
  top: 2px;
  margin-right: 3px;
}

.fr-thread .item .tool {
  text-align: right;
}

.fr-thread .item .html {
  padding: 20px 0;
  line-height: 2;
}
.fr-thread .item .html img{
  max-width: 640px;
  max-height: 640px;
  margin: 10px 0;
}
.fr-thread .item .html video, .fr-thread .item .html iframe{
  max-width: 640px;
  max-height: 640px;
  margin: 10px 0;
  background: #000;
}

.fr-page{
  padding: 20px 0;
}
.fr-page .layui-laypage{
  margin: 0;
}

.like-btn{
  cursor: pointer;
}
.like-btn.active{
  color: #f44336 !important;
  font-weight: bold;
}


@media screen and (max-width:640px) {

  .fr-thread .item .html img{
    max-width: 100%;
    max-height: unset;
  }
  .fr-thread .item .html video, .fr-thread .item .html iframe{
    max-width: 100%;
    max-height: unset;
  }
}
@media screen and (max-width:500px) {
  .fr-list .list .item .bm{
    flex-wrap: wrap;
  }
  .fr-list .list .item .bm .line{
    width: 100%;
    flex: none;
  }

}
@media screen and (max-width:400px) {
  .fr-info.hrs{
    flex-wrap: wrap;
  }
  .fr-info.hrs .line{
    width: 100%;
    margin-top: 10px;
    flex: none;
  }
}