html, body {
    height: 100%;
}

body {
    margin: 0;
    padding-top: 50px;
    background: #f6f6f6;
    font-family: 'Helvetica Neue', 'Hiragino Sans GB', 'WenQuanYi Micro Hei', 'Microsoft Yahei', sans-serif;
    -webkit-font-smoothing: antialiased;
    overflow-y: scroll;
}

ul, ol, h1, h2, h3 {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
}

a:hover, a:focus, a:active {
    color: #03a9f4;
    text-decoration: none;
}

blockquote {
    display: block;
    border-left: 5px solid #d0e5f2;
    padding: 0 0 0 10px;
    margin: 0;
    line-height: 1.4;
    font-size: 100%;
}

p {
    font-size: 14px;
    color: #566573;
}

img {
    vertical-align: middle;
}

abbr[data-original-title], abbr[title] {
    cursor: none;
    border-bottom: none;
}

.error {
    color: #a94442;
}

.mt15 {
    margin-top: 15px;
}

.mt20 {
    margin-top: 20px;
}

.padding-md {
    padding: 15px;
}

.padding-sm {
    padding: 10px;
}

.remove-padding-left {
    padding-left: 0px !important;
}

.remove-padding-horizontal {
    padding-bottom: 0px;
    padding-top: 0px;
}

.meta, .operate {
    color: #888;
    font-size: 14px;
}

.meta a, .operate a {
    padding: 5px;
    color: #888;
    text-decoration: none;
}

.avatar {
    border-radius: 50%;
}

.avatar-topnav {
    width: 30px;
    height: 30px;
    margin-right: 5px;
    margin-top: -5px;
    border: 1px solid white;
    border-radius: 50%;
}

.avatar-circle {
    border-radius: 50% !important;
    border: 1px solid #ccc;
}

.avatar-extral-small {
    width: 36px;
}

.avatar-112 {
    width: 112px;
    height: 112px;
}

.avatar-66 {
    width: 66px;
    height: 66px;
}

.avatar-96 {
    width: 96px;
    height: 96px;
}

.more-excellent-topic-link {
    color: #999;
    font-size: 13px;
}

.empty-block {
    text-align: center;
    line-height: 60px;
    margin: 10px;
    color: #ccc;
}

.text-nowrap {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.background-white {
    background-color: #fff;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

/* Override bootstrap
-------------------------------------------------- */
.form-control, .bootstrap-tagsinput {
    border-radius: 2px;
}

.btn-primary {
    color: #fff;
    background-color: #03a9f4;
    border-color: #03a9f4;
}

.btn-primary:hover {
    color: #fff;
    background-color: #17b2f9;
    border-color: #17b2f9;
}

.btn-primary.active, .btn-primary:active {
    color: #fff;
    background-color: #17b2f9;
    border-color: #17b2f9;
}

.btn-default {
    border-color: #ebebeb;
}

.btn-default:hover {
    background-color: #fff;
}

.btn-inverted {
    color: #03a9f4;
    background-color: transparent;
    border: 1px solid #03a9f4;
}

.pagination {
    margin: 15px 0;
}

.pagination > .active > a, .pagination > .active > a:focus, .pagination > .active > a:hover, .pagination > .active > span, .pagination > .active > span:focus, .pagination > .active > span:hover {
    background-color: #6fbef7;
    border-color: #6fbef7;
}

.pagination > li > a, .pagination > li > span {
    color: #999;
    background-color: #fafafa;
    border-color: #e6e6e6;
}

.pagination > li:first-child > a, .pagination > li:first-child > span {
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
}

.pagination > li:last-child > a, .pagination > li:last-child > span {
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
}

.panel {
    border-radius: 2px;
    border-color: #f0f0f0;
}

.panel .panel-heading {
    border-bottom: 1px solid #f0f0f0;
    background-color: #fff;
}

.panel .panel-footer {
    border-top: none;
    background-color: #fcfcfc;
}

.label-default {
    background-color: #f6f6f6;
    color: #999;
}

.dropdown-menu {
    background-color: #fff;
    padding: 0px;
    border-radius: 2px;
}

.dropdown-menu > li > a {
    line-height: 2.3;
    border-bottom: 1px solid #d8d8d8;
}

.dropdown-menu > li:last-child > a {
    border-bottom-width: 0;
}

.dropdown-menu i.icon {
    margin-right: 10px;
}

.nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    background-color: #03a9f4;
}

.breadcrumb > .active a {
    color: #337ab7;
}

.help-block {
    margin-bottom: 5px;
}
/* HEAD
-------------------------------------------------- */
.site-header {
    position: fixed;
    top: 0;
    z-index: 99;
    width: 100%;
    min-height: 50px;
    border-bottom: 1px solid #f0f0f0;
    background: #fff;
    opacity: .97;
}

.site-header .navbar-brand {
    padding: 9px 0;
}

.site-header .navbar-brand img {
    height: 40px;
}

.site-header .navbar {
    border: 0;
    margin-bottom: 0;
}

.site-header .navbar-nav {
    margin-left: 25px;
}

.site-header .navbar-nav > li > a {
    color: #383838;
    font-size: 14px;
    padding-top: 19px;
    padding-bottom: 19px;
}

.site-header .navbar-nav > li > a:focus, .site-header .navbar-nav > li > a:hover {
    color: #03a9f4;
    background-color: transparent;
}

.site-header .navbar-nav > li.active > a {
    color: #03a9f4;
}

.site-header .navbar-button {
    margin: 0;
    text-align: right;
}

.site-header .navbar-button > li {
    margin: 0;
    padding: 0;
    vertical-align: top;
}

.site-header .navbar-button > li a.btn {
    margin: 10px 0 10px 10px;
}

.site-header .navbar-button > li a.plus {
    display: inline-block;
    padding: 5px 10px;
    margin: 10px 0 10px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.site-header .navbar-button > li > a.login, .site-header .navbar-button > li > a.signup {
    min-width: 70px;
}

.site-header .navbar-button > li > a.user {
    padding: 10px 10px;
    line-height: 30px;
    position: relative;
    display: block;
}

.site-header .navbar-button > li > a.user img {
    width: 30px;
    height: 30px;
    border: 1px solid #eee;
    border-radius: 50%;
    margin-right: 5px;
}

.site-header .navbar-button > .open > a, .site-header .navbar-button > .open > a:hover, .site-header .navbar-button > .open > a:focus {
    color: inherit;
    background-color: #e7e7e7;
}

.site-header .navbar .navbar-toggle {
    margin-right: 0;
    padding-right: 0;
    margin-top: 12px;
}

.site-header .navbar .navbar-toggle .icon-bar {
    background-color: #6e6e6e;
}

.site-header .navbar-form {
    position: relative;
    padding: 0px 20px;
}

.site-header .navbar-form .form-control {
    padding-left: 30px;
    font-size: 14px;
    line-height: 1em;
    background-color: transparent;
    border: none;
    border-radius: 3px;
    color: inherit;
}

.site-header .navbar-form .mac-style {
    width: 80px;
    transition: width 1s ease-in-out;
}

.site-header .navbar-form .search-input {
    border-radius: 3px;
    box-shadow: none;
    transition: all 0.15s ease-in 0s;
}

.site-header .navbar-form .search-btn {
    position: absolute;
    left: 20px;
    top: 6px;
    font-size: 14px;
    color: #ccc;
    background-color: transparent;
    border: none;
    outline: none;
}

.site-header .navbar-form .search-btn:hover {
    color: #969696;
}

.site-header .navbar-form .mac-style:focus {
    width: 160px;
    background-color: #fafafa;
}

.site-header .navbar-collapse {
    padding-right: 0;
}

.headroom {
    position: fixed;
    z-index: 99;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: transform 0.5s ease-in-out;
    -webkit-transform: translateY(0px);
    -o-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}

.headroom--unpinned {
    top: -65px;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
    -webkit-transform: translateY(-65px);
    -o-transform: translateY(-65px);
    -moz-transform: translateY(-65px);
    -ms-transform: translateY(-65px);
    transform: translateY(-65px);
}

.headroom--pinned {
    top: 0;
    -webkit-transition: .5s;
    -o-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    transition: .5s;
}

/* Layout
-------------------------------------------------- */
.wrap {
    position: relative;
    /*background-color: #fafafa;*/
    margin-top: 30px;
    margin-bottom: 30px;
    min-height: 600px;
}

.side-left {
}

.side-right {
    padding: 0 0 0 15px;
    margin-left: -15px;
}

.wrap .avatar {
    padding: 3px;
}

/* POST LIST / 2019-01-18
-------------------------------------------------- */
.banner {
    position: relative;
    margin-bottom: 30px;
}

.banner .banner-item {
    overflow: hidden;
}

.banner .banner-item .index-banner-box {
    height: 200px;
    position: relative;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: inline-table;
    overflow: hidden;
    width: 100%;
}

.banner .banner-item .index-banner-box img {
    position: absolute;
    top: 0;
    left: 0
}

.banner .banner-item .promo-overlay {
    height: 100%;
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    z-index: 9;
    position: relative;
    width: 100%
}

.banner .banner-item .promo-overlay h4 {
}

.banner .banner-item .promo-overlay span {
    color: #000;
    line-height: 1.5em;
    padding: 8px 12px 8px 13px;
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 2px;
    background: #fff;
    display: inline-block;
    box-shadow: 4px 4px 0px rgba(251, 251, 251, 0.5);
    max-width: 60%;
    margin-left: -15px;
}

.banner .banner-item .overlay {
    opacity: 0.3;
}

.banner .banner-item:hover .overlay {
    opacity: 0
}

.banner .banner-item .top {
    display: inline-block;
    width: 100%;
    height: 100%;
}

.banner .banner-item .title {
    position: absolute;
    text-shadow: 1px 1px 2px #000;
    bottom: 0;
    padding: 18px;
    left: 0;
    right: 18px;
}

.banner .banner-item .title h3 {
    color: #fff;
    display: block;
    font-size: 16px;
    max-height: 48px;
    overflow: Hidden;
    margin: 0;
}

.banner .banner-item .title span {
    padding: 2px 7px;
    background-color: #19B5FE;
    color: white;
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    margin: 0 5px 5px 0;
    border-radius: 2px;
    display: inline-block;
    text-shadow: none;
}

.banner .banner-item .line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
}

.banner .banner-item .line:before, .banner .banner-item .line:after {
    position: absolute;
    top: 10px;
    right: 10px;
    bottom: 10px;
    left: 10px;
    content: '';
    -webkit-transition: opacity 0.35s, transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
}

.banner .banner-item .line:before {
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    border-color: rgba(255, 255, 255, 0.5);
}

.banner .banner-item .line:after {
    border-right: 1px solid transparent;
    border-left: 1px solid transparent;
    border-color: rgba(255, 255, 255, 0.5);
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.banner .banner-item .top:hover .line:before {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    opacity: 0;
}

.banner .banner-item .top:hover .line:after {
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    opacity: 0;
}

.overlay {
    width: 100%;
    height: 100%;
    background: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .95) 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, .01) 2%, rgba(0, 0, 0, .95) 100%);
    -webkit-transition: opacity .4s ease-in-out;
    transition: opacity .4s ease-in-out;
    position: absolute;
}

.thumbnail {
    border: 0;
    padding: 0;
    border-radius: 0;
    margin: 0;
}

.posts {
    position: relative;
    width: 100%
}

.posts .posts-list {
    padding: 0;
}

.content {
    position: relative;
    overflow: hidden;
    display: block;
    margin-bottom: 25px;
    background: #FFF;
    border-radius: 2px;
    -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}

.content-box {
    overflow: hidden;
    padding: 15px;
}

.posts-item {
    position: relative;
    line-height: normal;
}

.posts-item .item-title {
    position: relative;
    margin: 0 0 15px
}

.posts-item .item-title h2 {
    position: relative;
    line-height: 1.3;
    font-size: 18px;
    margin: 0;
}

.posts-item .item-text {
    line-height: 1.6;
    margin-bottom: 15px;
}

.posts-item .item-info {
    position: relative;
    display: inline-block
}

.posts-item .item-info ul {
    padding-left: 0;
}

.posts-item .item-info ul li {
    font-size: 12px;
    letter-spacing: -0.2px;
    float: left;
    padding: 0;
    margin: 0 10px 0 0;
    color: #748594;
    position: relative;
}

.posts-item .item-info ul li a {
    color: #748594
}

.posts-item .item-info ul li.post-author {
    padding-left: 30px
}

.posts-item .item-info ul li .avatar {
    position: absolute;
    top: -1px;
    left: 0;
    width: 20px
}

.posts-item .item-info ul li .avatar img {
    border: 1px solid #e5e5e5;
    border-radius: 50%;
    padding: 1px;
    width: 20px;
    height: 20px
}

.posts-item .item-info ul li i {
    margin-right: 5px;
}

.posts-item-img {
    position: relative;
    float: left;
    width: 240px;
    height: 135px;
    overflow: hidden
}

.posts-item-img img {
    width: 100%
}

.posts-item-img .overlay, .posts-item-img .overlay {
    opacity: 0
}

.posts-item-img a:hover .overlay, .posts-item-img a:hover .overlay {
    opacity: 0.2
}

.posts-item-gallery {
    margin-left: 260px;
    position: static;
}

.posts-item-gallery h2 {
    position: relative;
    margin: 0 0 15px 0;
    line-height: 1.3;
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.posts-item-gallery .item-text {
    min-height: 62px;
    line-height: 1.5;
    margin-bottom: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 3;
}

/* POST LIST
-------------------------------------------------- */
/* messages */
.topic-list .label {
    position: inherit;
    font-size: 12px;
    font-weight: normal;
    padding: 2px 6px;
}

.topic-list a, .topic-list a:focus, .topic-list a:hover {
    color: #555;
}

.topic-list .list-group-item {
    height: 58px;
}

.topic-list .list-group-item:hover {
    background-color: rgba(0, 181, 173, 0.04);
}

.topic-list .list-group-item .avatar {
    margin-top: 2px;
}

.topic-list .list-group-item .avatar.avatar-middle {
    width: 44px;
    height: 44px;
    padding: 0;
    border-color: #eee;
}

.topic-list .media-heading {
    white-space: nowrap;
    overflow: hidden;
}

.topic-list .reply_count_area {
    line-height: inherit;
}

.topic-list .count_of_votes {
    font-size: 15px;
    margin-top: 11px;
    color: #6ebef7;
    margin-bottom: -3px;
}

.topic-list .count_of_replies {
    font-size: 15px;
    margin-top: 11px;
    color: #bab9bb;
    margin-bottom: -3px;
}

.topic-list .count_of_visits {
    font-size: 15px;
    margin-top: 11px;
    color: #bab9bb;
    margin-bottom: -3px;
}

.topic-list .count_set {
    font-size: 12px;
    color: #bab9bb;
}

.streams .topic-list .media-heading {
    font-size: 15px;
    padding-top: 18px;
    padding-left: 8px;
}

.streams .topic-list .media-heading:hover {
    cursor: pointer;
}

/* messages end */
.list-group {
    margin-bottom: 0px;
}

.list-group .list-group-item {
    padding: 0px 15px;
    border: none;
    margin-bottom: 0px;
    border-bottom: 1px solid #f2f2f2;
}

.list-group .list-group-item:first-child {
    border-top-left-radius: 0px;
    border-top-right-radius: 0px;
}

.list-group-item.media .infos {
    margin-top: 16px;
    margin-left: 66px;
}

.reply_count_area {
    width: 200px;
    display: inline-block;
    text-align: right;
    float: left;
    line-height: 2em;
    margin-top: 18px;
}

.reply_count_area .count_of_replies {
    text-align: center;
}

.reply_count_area .count_seperator {
    margin: 0px 4px;
    text-align: center;
    font-size: 13px;
}

.reply_count_area .count_of_visits {
    text-align: center;
}

.reply_last_time {
    text-decoration: none;
    color: #778087;
    font-size: 12px;
    display: inline-block;
    margin-left: 20px;
    margin-top: 18px;
    padding-left: 10px;
    float: right !important;
}

.reply_last_time:hover {
    text-decoration: none;
}

.reply_last_time img {
    height: 20px;
    width: 20px;
    vertical-align: middle;
    margin-right: .5em;
    border-radius: 3px;
}

.reply_last_time .last_active_time {
    text-align: right;
    min-width: 50px;
    display: inline-block;
    white-space: nowrap;
    text-decoration: none;
}

/* Tag
-------------------------------------------------- */
.streams-tags {
    padding-top: 30px;
}

.streams-tags .row-item {
    margin-bottom: 15px;
}

.streams-tags .title {
    font-size: 18px;
    margin-top: 0;
}

.streams-tags .title i {
    color: #d2d2d2;
    margin-right: 5px;
}

.streams-tags .title .label {
    margin-left: 5px;
}

.streams-tags .media {
    background: #f6f6f6;
    padding: 10px;
    border-radius: 5px;
}

.streams-tags .media-left a {
    padding: 0;
}

.streams-tags .media-left a img {
    width: 42px;
    height: 42px;
    border-radius: 25px;
}

.streams-tags .media-body, .streams-tags .media-left, .streams-tags .media-right {
    vertical-align: middle;
}

.streams-tags .media-heading {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
}

.streams-tags .media-heading a {
    color: #999;
}

/* Detail
-------------------------------------------------- */
.topic {
    position: relative;
    max-height: 700px;
    overflow: hidden;
}

.topic .more-box {
    position: absolute;
    width: 100%;
    z-index: 10;
    left: 0;
    height: 140px;
    background: -moz-linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    background: -webkit-gradient(linear, 0 top, 0 60%, from(rgba(255, 255, 255, 0)), to(#fff));
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, .1), rgba(255, 255, 255, 0));
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.topic .more-box .btn-fulltext {
    color: #03a9f4;
    background-color: #fff;
    border: 1px solid #03a9f4;
}

.topic .more-box .icon {
    vertical-align: middle;
}

.topic .more-box .btn-fulltext:hover {
    color: #fff;
    background-color: #17b2f9;
    border-color: #17b2f9;
}

.fulltext {
    max-height: -webkit-max-content;
    max-height: -moz-max-content;
    max-height: max-content;
}

.fulltext .more-box {
    display: none;
}

.topic .copyright {
    color: #888;
    padding: 10px 15px;
    background-color: #f4f5f3;
    border-radius: 2px;
}

.topic .panel-body {
    border-bottom: none;
}

.topic .panel-footer {
    background-color: #fff;
    border-bottom: 1px solid #f0f0f0;
    border-top: none;
}

.topics-show .panel .panel-heading, .blog-pages .panel .panel-heading {
    padding: 15px 22px;
}

.topics-show .topic-title {
    font-size: 22px;
    color: #333;
    text-align: left;
    line-height: 135%;
    margin-bottom: 12px;
    font-weight: normal;
}

.topics-show .entry-content {
    padding: 22px;
}

.topics-show .ribbon {
    margin-top: 15px;
    margin-bottom: 15px;
    padding: 0 22px;
}

.topics-show .ribbon .ribbon-excellent, .topics-show .ribbon a {
    color: #8a8a8a;
    font-size: 14px;
}

.topics-show .admin-operation {
    text-align: center;
    margin-top: 10px;
    color: #999;
}

.topics-show .page-prev {
    text-align: left;
}

.topics-show .page-next {
    text-align: right;
}

.editor-preview-active-side, .editor-preview, .markdown-body, .markdown-reply {
    font-size: 15px;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow: hidden;
    line-height: 1.6;
    word-wrap: break-word;
}

.editor-preview-active-side > p, .editor-preview > p, .markdown-body > p, .markdown-reply > p {
    margin-bottom: 8px;
}

.markdown-reply > p > i {
    vertical-align: middle;
}

.markdown-body {
    min-height: 202px;
    line-height: 1.8;
    font-size: 14px;
    word-wrap: break-word;
}

.post-info-panel {
    background: #f8f9fa;
    border: 1px solid #e9ecef;
    padding: 20px 20px 8px;
    margin: 40px 0px -26px;
    color: #495057;
    font-size: 14px;
}

.post-info-panel .info {
    margin: 0 0 10px;
}

.post-info-panel .info,
.post-info-panel .info a {
    color: #8a8a8a;
}

.vote-box .btn {
    padding: 6px 20px;
}

.voted-users {
    padding: 25px 12px 5px;
}

.voted-users .avatar {
    margin: 4px;
}

.vote-box .btn-primary.active {
    background-color: #05c1b8;
    border-color: #15cfc7;
}

.users-show .list-group .list-group-item {
    padding: 10px 15px;
}

.users-show .messages a {
    color: rgb(0, 181, 173);
}

.users-show .messages a:focus, .users-show .messages a:hover {
    color: #03a9f4;
}

.about-user {
    margin-bottom: 20px;
}

.user-card {
    padding: 0;
}

.user-card .user-avatar {
    padding-top: 15px;
    padding-bottom: 10px;
    text-align: center;
}

.user-card .user-avatar img {
    width: 80px;
}

.user-card .user-name {
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    margin-bottom: 5px;
}

.about-user .list-group-item {
    padding: 10px 15px;
}

.about-user .user-datas {
    padding: 5px 0;
}

.about-user .user-datas ul {
    width: 100%;
    height: 50px;
    overflow: hidden;
    margin: 0;
    padding: 0
}

.about-user .user-datas ul li {
    float: left;
    width: 116px;
    height: 50px;
    text-align: center;
    border-right: 1px solid #e8e8e8;
}

.about-user .user-datas ul li:last-child {
    border-right-width: 0;
}

.about-user .user-datas ul li strong {
    height: 26px;
    line-height: 26px;
    font-size: 26px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight: normal;
    display: block;
    margin-bottom: 5px;
    color: rgb(0, 181, 173);
}

.about-user .user-datas ul li span {
    font-size: 12px;
    color: #999;
}

.user-nav {
    margin-bottom: 15px;
}

.user-nav .list-group-item i {
    padding-right: 15px;
}

.user-nav .list-group-item .label {
    float: right;
}

.user-nav:first-child {
    margin-top: 15px;
}

/* Right
-------------------------------------------------- */
.widget .panel-heading {
    text-align: left;
    padding: 15px 15px 5px;
    border-bottom: 0;
}

.widget .panel-title {
    padding-bottom: 15px;
    border-bottom: 2px solid #080808;
}

.widget ul.list {
    margin: 0;
    padding-left: 2px;
}

.widget ul.list a, .widget ul.list a:focus, .widget ul.list a:hover {
    color: #737373;
}

.widget ul.list li {
    margin-bottom: 8px;
    line-height: 22px;
    display: inline-block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 100%;
    font-size: 14px;
}

.side-right ul.list li:last-child {
    margin-bottom: 0;
}

/* User
-------------------------------------------------- */
.box {
    background-color: #fff;
    padding: 10px;
    margin: 0 0 20px 0;
    border: 1px solid #f0f0f0;
}

.user-basic-info .user {
    padding-bottom: 5px;
}

.user-basic-info .image {
    float: left;
}

.user-basic-info .info {
    margin-left: 105px;
}

.user-basic-info .heading {
    padding: 5px 0px;
}

.user-basic-info .role-label {
    margin-top: 6px;
    text-align: center;
}

.user-basic-info .role-label .label {
    position: inherit;
}

.user-basic-info .item {
    margin: 6px 0;
}

.user-basic-nav a {
    color: inherit;
    text-decoration: none;
    line-height: 24px;
}

.user-basic-nav a:hover, .user-basic-nav a.active {
    color: #05a1a2;
}

.user-basic-nav .list-group-item i {
    margin-right: 7px;
}

.user-basic-info .follow-info {
    text-align: center;
    margin-top: 15px;
}

.user-basic-info .follow-info a {
    display: block;
    text-decoration: none;
}

.user-basic-info .follow-info a.counter {
    font-size: 25px;
    color: #00b5ad;
}

.user-basic-info .follow-info a.counter:hover {
    color: #00c4bc;
}

.user-basic-info .follow-info a.text {
    color: #999;
}

/* 上传头像按钮 */
.upload-btn {
    text-align: center;
}

.upload-btn label {
    background-color: #62c162;
    color: white;
    padding: 6px 0px;
    font-size: 40%;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 240px;
    margin: 10px auto 0px auto;
}

.upload-btn label:hover {
    background-color: #5cb85c;
}

.upload-btn span {
    cursor: pointer;
}

.upload-btn input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: .0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
}

/*
修改头像
*/
.update_ava {
    width: 240px;
    min-height: 240px;
    margin: 10px auto;
    text-align: center;
    background-color: #fafafa;
    border: 1px solid #ebebeb;
    border-radius: 3px;
}

.account-tab > li > a {
    border-radius: 2px;
    padding: 6px 10px;
}

.thumbnail-box {
    height: 160px;
    width: 100%;
}

.thumbnail-box .convent_choice {
    background: url(../images/btn-add-image.png) no-repeat scroll center 25px rgba(0, 0, 0, 0);
    border: 1px dashed #E6E6E6;
    color: #CCCCCC;
    font-size: 18px;
    padding-top: 110px;
    position: relative;
    text-align: center;
    top: 0;
}

/* 上传头像按钮 */
.thumbnail-box .upload-btn {
    text-align: center;
    margin-bottom: 9px;
}

.thumbnail-box .upload-btn label {
    background-color: #62c162;
    color: white;
    padding: 6px 0px;
    font-size: 40%;
    font-weight: bold;
    cursor: pointer;
    border-radius: 2px;
    position: relative;
    overflow: hidden;
    display: block;
    width: 240px;
    margin: 10px auto 0px auto;
}

.thumbnail-box .upload-btn label:hover {
    background-color: #5cb85c;
}

.thumbnail-box .upload-btn span {
    cursor: pointer;
}

.thumbnail-box .upload-btn input {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    opacity: .0;
    filter: alpha(opacity=0);
    direction: ltr;
    cursor: pointer;
}

/*
 * Chat
 */
.chats {
    background: #fff;
    margin-bottom: 30px;
}

.chats h4 {
    display: block;
    line-height: 1.5;
    font-weight: 500;
    text-indent: 10px;
    font-size: 16px;
}

.chats .chat_header {
    border-bottom: 1px solid #f0f0f0;
}

.chats .chat_header h4 {
    margin: 0;
    padding: 15px 10px;
}

.chats .its {
    padding-left: 15px;
    padding-right: 15px;
}

.chats .its li {
    display: block;
    padding: 15px 0;
    border-bottom: 1px solid #e5e5e5;
}

.chats .its li .avt {
    float: left;
    display: block;
    width: 40px;
}

.chats .its li .avt img {
    width: 100%;
    border-radius: 25px;
}

.chats .chat_body {
    margin-left: 50px;
    font-size: 14px;
    line-height: 18px;
}

.chats .chat_body h5 {
    margin: 0;
    display: block;
    font-weight: 500;
    height: 25px;
    line-height: 20px;
    overflow: hidden;
}

.chats .chat_body a {
    color: #1f8902;
    font-size: 14px;
}

.chats .chat_body span {
    color: #b4b4b4;
    margin-left: 5px;
}

.chats .chat_body .quote {
    background: #f4f4f4;
    margin-top: 10px;
    padding: 10px;
}

.chats .reply_this a {
    font-size: 14px;
    height: 20px;
    cursor: pointer;
}

.chats .chat_p {
    color: #9c9c9c;
}

.chats .chat_reply {
}

.chat_post {
    padding: 15px;
}

.chat_post .cbox-title {
    margin-bottom: 10px;
    font-weight: 500;
}

.chat_post .cbox-post {

}

.chat_post .cbox-post a {
    color: #9c9c9c
}

.chat_post .cbox-input {
    border: 1px solid #e5e5e5;
    border-radius: 2px;
}

.chat_post .cbox-input textarea {
    border-style: none;
    border-radius: 2px;
    display: block;
    width: 100%;
    padding: 6px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    overflow-y: auto;
    overflow-x: hidden;
    resize: none;
}

.chat_post .fa-2 {
    font-size: 1.7em;
}

.chat_post .cbox-ats {
    padding: 0;
    margin-top: 10px;
    display: block;
}

.chat_post .ats-func {
    float: left;
}

.chat_post .OwO-logo:hover {
    color: #ff8a00 !important;
}

.chat_post .ats-issue {
    float: right;
}

.chat_post .ats-issue .btn {
    border-radius: 2px;
    padding: 5px 16px;
}

#chat_reply {
    color: #1f8902;
}

.OwO .OwO-logo {
    border: none !important;
}

.channel_featured {
    background-color: #5cb85c;
    color: #fff;
}

.channel_top {
    background-color: #fb903a;
    color: #fff;
}

/* editor
-------------------------------------------------- */
.mce-tinymce {
    z-index: 1;
}

.mce-panel {
    border: 0 solid #ccc !important;
    background-color: #f0f0f0;
}

div.mce-toolbar-grp {
    border-bottom: 1px solid #ddd;
    background: #f5f5f5;
    padding: 0;
    position: relative;
}

.mce-toolbar .mce-btn-group .mce-btn {
    border: 1px solid transparent;
    border-radius: 2px;
}

.mce-toolbar .mce-btn {
    border-color: transparent;
    background: 0 0;
    box-shadow: none;
    text-shadow: none;
    cursor: pointer;
}

/* footer
-------------------------------------------------- */
.footer {
    padding: 15px 0;
    color: #5f676f;
    font-size: 1.3rem;
    border-top: 1px solid #e5eff5;
    background: #fff;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.footer a {
    color: #738a94;
    text-decoration: none;
}

.footer a:hover {
    color: #343f44;
    text-decoration: none
}

.footer .footer-row, .footer .footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.footer .footer-row {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0;
    border-top: none;
}

.footer .footer-nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
}

.footer .footer-nav-logo img {
    width: auto;
    height: 22px;
}

.footer .footer-nav-item {
    padding: 0 15px;
}

/*back to top scroll button*/
.site-scroll-top {
    position: fixed;
    z-index: 999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 22px;
    border: 1px solid #d2d2d2;
    color: #76818c;
    text-align: center;
    bottom: 45px;
    right: 20px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    transition: all .3s;
    display: none;
}

.site-scroll-top:hover {
    background-color: #d2d2d2;
    color: #fff;
}

/* Tablet (Portrait)
================================================== */
@media only screen and (min-width: 768px) and (max-width: 992px) {
    .side-right {
        padding: 0 15px 0 15px;
        margin-left: 0;
    }

}

/* Mobile (Portrait & Landscape)
================================================== */
@media only screen and (max-width: 767px) {
    .side-right {
        padding: 0 15px 0 15px;
        margin-left: 0;
    }

    .topics-show .page-next {
        text-align: left;
    }

    .content {
        margin-bottom: 5px;
        border-bottom: 0;
        border-radius: 0;
        -webkit-box-shadow: none;
        -moz-box-shadow: none;
        box-shadow: none !important;
    }

    .content-box,
    .posts-aside {
        padding: 12px;
    }

    .posts-item .item-title {
        margin: 0 0 12px;
    }

    .posts-item-img {
        width: 33.3333%;
        height: auto;
        max-height: 89px;
    }

    .posts-item-img img {
        width: 100%;
        height: auto;
        min-height: 89px;
    }

    .posts-item-gallery {
        margin-left: 36%;
    }

    .posts-item-gallery h2 {
        max-height: none;
        margin-bottom: 0;
    }

    .posts-item .item-title h2 {
        margin: 0 0 10px 0;
        border-bottom-width: 0;
        padding: 0;
        font-weight: 700;
    }

    .posts-item .item-title h2,
    .posts-item-gallery h2 {
        font-size: 15px;
        line-height: 1.3;
        font-weight: 700;
        margin-bottom: 5px;
    }

    .posts-item .item-title h2:after {
        height: 0
    }

    .posts-aside .item-text {
        display: block;
        line-height: normal;
        margin-bottom: 10px;
        text-overflow: ellipsis;
        -webkit-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        overflow: hidden;
        font-size: 12px;
    }

    .posts-item-gallery .item-text {
        min-height: 40px;
        margin-bottom: 5px;
        -webkit-line-clamp: 2;
        display: -webkit-box;
    }

    .posts-item .item-info ul li.post-author {
        padding-left: 30px;
        letter-spacing: .6px;
    }

    .posts-item .item-info ul li .avatar {
        width: 23px;
        top: -1px;
    }

    .posts-item .item-info ul li .avatar img {
        width: 23px;
        height: 23px;
    }

    .posts-item .item-info ul li {
        margin: 0 4px 0 0;
        font-size: 10px;
    }

    .posts-item .item-info ul li a {
        font-size: 12px;
    }

    .posts-item .item-info ul li .label {
        font-weight: normal;
        padding: 1px 5px;
    }
}

/* Mobile (Landscape)
================================================== */
@media only screen and (min-width: 480px) and (max-width: 767px) {
}

/* Mobile (Portrait only)
================================================== */
@media only screen and (max-width: 479px) {

}
