.header-bg {
    height: 67px;
    background-color: #3e4a59
}

.rightBar,
#tagbar {
    padding: 0;
    margin: 0;
    margin-bottom: 20px;
    /* height: 40px; */
    /* border: 1px solid #ddd; */
    /* padding: 10px 20px; */
    padding: 10px;
    border-radius: 2px;
    box-shadow: 1px 2px 15px rgba(26, 26, 26, .1);
    background-color: #fff;
}

#tagbar {
    /* padding-right: 100px; */
}

#ctrlbar_container {
    transition: all .3s;
}

#ctrlbar::after,
#tagbar::after {
    content: '';
    display: block;
    clear: both;
}

#ctrlbar li,
#tagbar li,
#recommendBlock li {
    line-height: 1.67;
    display: block;
    font-size: 18px;
    margin-bottom: 10px;
}

#recommendBlock li {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

#ctrlbar li a,
#recommendBlock li a {
    color: #646464
}

#tagbar li {
    float: left;
    font-size: 18px;
    margin-right: 10px;
    margin-bottom: 0;
    padding: 0 5px;
    border: 1px solid transparent;
    margin-bottom: 10px;
    cursor: pointer
}

#tagbar li.active {
    border: 1px solid #3675c5;
    background-color: #5c90d2;
    color: #fff;
    border-radius: 5px
}

#ctrlbar li:last-child {
    margin-bottom: 0;
}

.topic-item {
    /* border: 1px solid #ddd; */
    background-color: #fff;
    border-radius: 3px;
    box-shadow: 1px 2px 15px rgba(26, 26, 26, .1);
    /* padding: 10px 20px 20px 20px; */
    padding: 10px;
    margin-bottom: 20px;
}

.topic-item .userinfo {
    float: left;
    position: relative;
    cursor: pointer
}

.replys .userinfo {
    position: relative
}

.topic-item .topicinfocontainer {
    height: 36px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px
}

.topic-item .ctrl {
    float: right
}

.ctrl>span {
    height: 36px;
    font-size: 14px;
    line-height: 24px;
    /* padding: 5px 10px; */
    margin-right: 10px;
    color: #666;
    transition: color .3s;
    vertical-align: middle;
    display: inline-block
}

.ctrl>span:last-child{
    margin-right: 0
}

.ctrl>span.act {
    cursor: pointer;
}

.ctrl>span.act:hover {
    color: #252525
}

.collection {
    font-size: 15px;
    color: #888;
}

.avatar {
    width: 36px;
    height: 36px;
    /* margin-right: 10px; */
    border-radius: 50%;
}

.username {
    font-size: 15px;
    font-weight: bold
}

.title {
    font-size: 20px;
    font-weight: bold;
    color: #252525;
    cursor: pointer
}

.content-preview {
    cursor: pointer;
    font-size: 15px;
    line-height: 1.67;
    /* padding-top: 10px;
    padding-bottom: 10px; */
}

.content-show {
    font-size: 15px;
    line-height: 1.67;
    padding-top: 10px;
    padding-bottom: 10px;
}

.content-preview::after {
    content: '';
    display: block;
    clear: both;
}

.show-preview {
    line-height: 1.67
}

.content-preview:hover {
    color: #888
}

.imgpreview {
    padding: 0;
    max-height: 100px;
    border-radius: 5px;
    overflow: hidden
}

#contentContainer {
    /* padding-left: 0; */
    /* padding-right: 15px; */
    
    
}

.contentPanel{
    background-color: #fff;
    box-shadow: 1px 2px 15px rgba(26, 26, 26, .1)
}

.contentPanel::after{
    content: '';
    display: block;
    clear: both;
}

#contentContainer .content_main img,
#main_reply .content_main img {
    max-width: 100%;
    display: block
}

#contentContainer .ctrls>div{
    /* float: right */
    margin-left: 20px;
}

.showAll {
    color: #175199;
    /* font-weight: bold; */
    margin-left: 10px;
}

#floatCtrlBar {
    position: fixed;
    right: 0;
    bottom: 300px;
    z-index: 100000
}

#floatCtrlBar ul {
    padding: 0;
    list-style: none;
}

#floatCtrlBar ul li {
    width: 36px;
    height: 36px;
    background-color: #3E4A59;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    color: #fff
}

@media screen and (max-width:768px) {
    .imgpreview {
        max-height: 240px
    }
    .show-preview {
        padding: 0
    }
    #ctrlbar li {
        /* width:25%; */
        float: left;
        margin-bottom: 0;
        text-align: center;
        /* font-size: 13px; */
        margin-right: 20px
    }
    #ctrlbar_container {
        /* padding-left: 0;
        padding-right: 0; */
    }
}

#loadMore {
    cursor: pointer
}

.uinfo {
    position: absolute;
    top: 50px;
    /* left:10px; */
    z-index: 100;
    width: 250px;
    /* height: 150px; */
    background-color: #fff;
    border: 1px solid #ddd;
    box-shadow: 0px 0px 15px rgba(26, 26, 26, .3);
    padding: 10px;
    overflow-y: auto;
    overflow-x: hidden;
}

.uavatar {
    margin-bottom: 10px;
    float: left;
    margin-right: 10px
}

.uavatar img {
    width: 48px;
    height: 48px;
}

.udetail {
    float: left
}

.ucount {
    clear: both;
    margin-bottom: 5px;
}

.ucountinfo {
    width: 50%;
    float: left;
    margin-bottom: 5px
}

.uinfoPanelMask {
    width: calc(100% - 20px);
    height: calc(100% - 20px);
    background-color: #fff;
    position: absolute;
    text-align: center;
    padding-top: 20px
}

.umember {
    margin-top: 5px;
    font-weight: bold;
    color: orangered
}

.uclose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 18px;
    cursor: pointer;
    transition: color .2s
}

.uclose:hover {
    color: #ccc;
}

.topicLink {
    display: block;
    color: inherit
}

.topicLink:hover {
    color: inherit
}

#backTop {
    position: fixed;
    right: 80px;
    bottom: 80px;
}

.communityContainer {
    /* background-color: #fff; */
    padding-top: 10px;
    padding-bottom: 10px;
    /* box-shadow: 1px 2px 15px rgba(26, 26, 26, .1) */
}

#replypage #list .content_main img {
    max-width: 100%
}

.note-btn,
#emojibtn {
    height: 30px
}

hr {
    border-color: #666
}

table.table-bordered,
table.table-bordered tr,
table.table-bordered>tbody>tr>td {
    border-color: #666
}

#uploadCoverImage {
    background-color: #5C90D2;
    color: #fff;
    cursor: pointer;
}

#uploadCoverImage.disabled {
    background-color: #92B4DE
}

#uploadCoverImage:not(.disabled):hover {
    background-color: #3C7AC9
}

#coverimglist.hidemore {
    max-height: 400px;
    /* margin-bottom: 20px; */
    overflow: hidden;
    position: relative
}

.removePreviewImage {
    position: absolute;
    right: 0;
    top: 0;
    display: none;
    padding: 5px;
    color: #fff;
    background-color: rgba(0, 0, 0, .4);
    cursor: pointer
}

#coverimglist:hover .removePreviewImage {
    display: block
}

#coverimglist.hidemore::after {
    content: '';
    padding-top: 80px;
    display: block;
    height: 100px;
    /* box-shadow: 5px 5px 5px #ddd; */
    position: absolute;
    bottom: 0;
    width: 100%;
    z-index: 100;
    background-image: linear-gradient(-180deg, rgba(255, 255, 255, 0) 0%, #F5F5F5 70%);
    cursor: pointer;
    color: #5C90D2
}

.dropdown-menu .act{
    display: inline-block;
    width:100%;
    padding:5px 20px
}