body {
    background-color: #efefef;
    font-family: Helvetica Neue, Luxi Sans, DejaVu Sans, Tahoma, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    font-size: 16px;
    color: #565758;
    overflow-x: hidden;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0;
    -moz-osx-font-smoothing: grayscale;
    -webkit-overflow-scrolling: touch;
}

a {
    color: #000125;
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

a:hover,
a:focus {
    color: #0286cd;
    text-decoration: none;
    outline: 0;
}

a:before,
a:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.ia, .ib {
    word-wrap: break-word;

    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.ia {
    color: #666;
}

.ib {
    color: #bfbfbf;
}

.ib:hover, .ia:hover,
.ib:focus, .ia:focus {
    color: #0286CD;
    text-decoration: none;
    outline: 0;
}

.ib:before, .ia:before,
.ib:after, .ia:after {
    -webkit-transition: color 0.1s ease-in, background 0.1s ease-in;
    -moz-transition: color 0.1s ease-in, background 0.1s ease-in;
    -ms-transition: color 0.1s ease-in, background 0.1s ease-in;
    -o-transition: color 0.1s ease-in, background 0.1s ease-in;
    transition: color 0.1s ease-in, background 0.1s ease-in;
}

.mainWrap:after {
    padding-top: 20px;
}

.navbar-default .navbar-toggle .icon-bar {
    background-color: #fff;
}

/*导航背景*/
.navbar-default {
    background-color: #080808;
    border-bottom: 1px solid #eee;
}

/*注册登录按钮边框*/
.btn-group-theme > a, .btn-group-theme > a:hover, .btn-current, .btn-current:hover {
    color: #0286CD;
    border-color: #0286CD;
}

/*注册登录按钮*/
.form-control:focus {
    border-color: #ccc;
    box-shadow: inset 0 0 0 0 rgba(0, 0, 0, 0), 0 0 8px rgba(77, 95, 109, 0.25);
}

/* 注册登录按钮 */
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
    background-color: rgba(34, 34, 34, 0.9);
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #0286CD;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #334455;
    border-bottom: 1px solid #0286CD;
    background-color: transparent;
}

.nav-side > li.active > a,
.nav-side > li.active > a:focus,
.nav-side > li.active > a:hover {
    color: #0286CD;
    background: transparent;
}

.nav-side > li.active i {
    color: #0286CD;
    background: transparent;
}

.panel-heading-menu {
    display: inline-block;
    margin-left: 10px;
}

.panel-heading-menu > a {
    margin: 0 8px;
}

.panel-heading-menu .active {
    color: #0286CD;
}

.btn-sm, .btn-sm:active {
    padding: 3px 8px;
    border: 1px solid #0286CD;
    color: #0286CD !important;
    background-color: #fefefe !important;
}

.arrows {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    left: 35%;
    bottom: -2px;
    border-style: solid;
    border-width: 10px;
    border-color: transparent transparent #f8f9fb transparent;
}

.arrows-xs {
    display: inline-block;
    position: absolute;
    width: 0;
    height: 0;
    left: 45%;
    bottom: 1px;
    border-style: solid;
    border-width: 2px;
    border-color: #0286CD;
    border-radius: 100%;
}

.navCategory {
    height: 65px;
    background: #fff;
    line-height: 65px;
}

.explore-navCategory {
    line-height: 64px;
}

.explore-navCategory a {
    font-size: 20px;
    display: block;
    color: #111;
    text-align: center;
}

.topic-navCategory a {
    margin-right: 10px;
}

.explore-navCategory .current, .explore-navCategory a:hover {
    border-bottom: 1px solid #0286CD;
}

.navbar-xs-bottom {
    background-color: #f2f2f2;
    border-top: 1px solid #ddd;
}

.navbar-xs-bottom li > a {
    color: #555;
}

.navbar-xs-bottom ul > .active {
    border-bottom: 1px solid;
}

.navbar-default .navbar-brand {
    color: #fff;
}

/* 导航文字颜色 */
.navbar-default .navbar-nav > li > a, .navbar-default .navbar-nav > li > a:hover, .navbar-default .navbar-nav > li > a:focus {
    color: #ecf0f1;
}

.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:focus, .navbar-default .navbar-nav > .active > a:hover {
    color: #fff;
    border-bottom: 1px solid #fff;
    background-color: transparent;
}

.nav > .dropdown > a:focus, .nav > .dropdown > a:hover {
    color: #fff;
    background-color: #92B3EF;
}

.nav > .dropdown > a > span {
    color: #fff;
}

/* 导航下拉背景色 */
.nav > .dropdown.open > a, .nav > .dropdown.open > a:focus, .nav > .dropdown .open > a:hover {
    color: #fff;
    background-color: #0286CD;
}

/* 导航下拉背景色结束 */
.btn:active {
    background-color: #f1f1f1 !important;
}

.btn-primary.active, .btn-primary:active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    background-color: #286090 !important;
    border-color: #204d74;
}

.btn-group-theme > a:hover, .btn-default:hover, .btn-default:focus, .btn-current:focus {
    background-color: #fff;
}

.btn-current:hover, .btn-current:focus {
    color: #0286CD;
    border-color: #0286CD;
}

.btn-selected, .btn-selected:hover, .btn-selected:focus, .btn-selected:active {
    color: #fff;
    background-color: #0286CD;
}

.btn-info, .btn-info:hover, .btn-info:active {
    background-color: #0286CD !important;
    border-color: #0286CD;
}

.nav-tabs > li.active > a, .nav-tabs > li.active > a:focus, .nav-tabs > li.active > a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0286CD;
}

.nav-tabs > li > a:hover {
    border-color: transparent;
}

.nav-tabs > li {
    margin-bottom: -1px;
}

.nav-tabs-contentType > li > a {
    padding-top: 0;
    padding-bottom: 10px;
    text-align: center;
    color: #333;
    font-weight: 400;
    font-size: 20px;
    border: none;
    cursor: pointer;
    border-bottom: 2px solid transparent;
}

.nav-tabs-contentType > li > a:focus, .nav-tabs-contentType > li > a:hover {
    background-color: transparent;
    border: none;
    border-bottom: 1px solid #0286CD;
}

.nav-tabs-contentType > li.active > a, .nav-tabs-contentType > li.active > a:focus, .nav-tabs-contentType > li.active > a:hover {
    border: none;
    border-bottom: 1px solid #0286CD;
}

.btn-lg-line-fix {
    line-height: 1.428
}

.btn-small-padding {
    padding: 1px 3px
}

.hot-topic-title > a {
    font-size: 16px;
    margin: 3px 0;
    display: block;
}

.btn-count:focus,
.btn-count:active,
.btn-count:active:focus,
.btn-count.active:focus,
.btn-count.focus,
.btn-count:active.focus,
.btn-count.active.focus {
    box-shadow: none;
    background-color: #f5f5f5 !important;
}

.btn-topic.focus,
.btn-topic:focus,
.btn-topic:active:focus,
.btn-topic.active:focus,
.btn-topic:hover,
.btn-topic-active,
.btn-topic-active:active,
.btn-topic-active.focus,
.btn-topic-active:active:focus {
    color: #0286CD !important;
    background-color: #ffffff !important;
    border-color: #0286CD !important;
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, .125) !important;
}

.xs-topic-list-follow {
    margin-top: 10px;
}

.topic-list-follow {
    width: 80px;
    text-align: center;
}

.btn-followed {
    color: #0286CD;
    border: 1px solid #0286CD;
}

.btn-un-follow {
    color: #6d6d6d !important;
    border: 1px solid #ddd !important;
}

.btn-topic-show {
    color: #0286CD !important;
    background-color: #fff !important;
    border-color: #0286CD !important;
    box-shadow: none !important;
    margin: 0 5px 5px 0;
}

.btn-topic-show.focus,
.btn-topic-show:focus,
.btn-topic-show:active:focus,
.btn-topic-show.active:focus,
.btn-topic-show:hover {
    color: #fff !important;
    background-color: #0286CD !important;
}

.btn-topic-small {
    border: 1px solid #eee;
    padding: 2px 5px;
    color: #000;
    font-size: 12px !important;
}

.btn-topic-small.focus,
.btn-topic-small:focus,
.btn-topic-small:active:focus,
.btn-topic-small.active:focus,
.btn-topic-small:hover {
    color: #0286CD !important;
    background-color: #fff !important;
    border-color: #0286CD !important;
    box-shadow: none !important;
    padding: 2px 5px;
}

.btn-up {
    display: inline-block;
    border: 1px solid #ddd;
    height: 25px;
    line-height: 25px;
    padding: 0 8px;
}

.btn-up > i {
    margin: 0;
    display: block;
}

.btn-up > b {
    clear: both;
}

.up-count-flag {
    font-size: 14px;
}

.btn-up:hover, .btn-down:hover, .act {
    background-color: #0286CD;
    color: #fff;
}

.btn-up:hover > i, .btn-down:hover > i, .act > i {
    color: #fff;
}

.btn-down {
    display: inline-block;
    border: 1px solid #ddd;
    max-width: 25px;
    min-width: 25px;
    height: 25px;
    line-height: 25px;
    padding: 0;
}

.btn-down > i {
    margin: 0;
}

.publish-button {
    font-size: 38px;
    cursor: pointer;
    border: 1px solid #0286cd;
    border-radius: 3px;
    padding: 5px 60px;
    color: #0286CD;
}

.btn-disable,
.btn-disable:hover,
.btn-disable:focus,
.btn-disable:active,
.btn-disable:active:hover,
.btn-disable.active:focus {
    color: #fff !important;
    background: #ddd !important;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
}

.publish-button:hover,
.publish-button:focus,
.publish-button:active,
.publish-button:active:hover,
.publish-button.active:focus {
    color: #FFF;
    background: #0286CD;
}

.invite-input,
.invite-input:focus {
    border-color: #0286CD;
}

.invite-btn {
    color: #0286CD;
    background: #fff !important;
    border: 1px solid #0286CD;
    outline: none !important;
    box-shadow: none !important;
}

.invite-btn:hover,
.invite-btn:focus,
.invite-btn:active,
.invite-btn:active:hover,
.invite-btn.active:focus {
    color: #0286CD;
    border: 1px solid #0286CD;
}

.btn-publish:hover,
.btn-publish:focus,
.btn-publish:active,
.btn-publish:active:hover,
.btn-publish.active:focus {
    color: #fff !important;
    background-color: #0286CD !important;
    border: #0286CD 1px solid !important;
}

.search-input {
    background-color: #2d2d2d;
    border: 1px solid #292929;
    color: #ccc;
}

.search-input:focus {
    border-color: #333232 !important;
}

.search-btn, .search-btn:hover, .search-btn:active {
    background: #313131 !important;
    border-color: #333232 !important;
    outline: none !important;
}

.search-icon {
    color: #989898;
}

.topic-slide-list {
    margin-bottom: 10px;
}

.topic-slide-list .panel-heading {
    padding: 2px 15px;
}

.topic-signs {
    padding-top: 5px;
}

.topic-order {
    margin: 5px 0;
}

.topic-signs > i {
    font-size: 48px;
}

.topic-category {
    margin: 5px 5px 5px 0;
    padding: 10px 10px 10px 0;
}

.content-menu-title > a {
    display: inline-block;
    margin: 2px;
}

.content-hit {
    padding-top: 15px;
    color: #777;
}

.topic-category > .active {
    color: #0286CD;
    padding-bottom: 12px;
    border-bottom: 1px solid #0286CD
}

.list-group-item.active, .list-group-item.active:focus, .list-group-item.active:hover {
    background-color: #0286CD !important;
    border-color: #0286CD !important;
}

.type-menu {
    font-size: 20px;
}

.type-menu > a {
    padding-right: 10px;
    color: #555;
    font-size: 22px;
    font-weight: 400;
}

.type-menu > .active {
    color: #7594B3;
}

.order-menu {
    color: #f2f2f2;
}

.order-menu > a {
    margin: 0 5px;
    color: #dcdcdc;
}

.order-menu > a:hover {
    color: #0286CD
}

.order-menu > .active {
    color: #ababab;
}

.media-body > .content-user {
    margin-top: 10px;
    font-size: 85%;
}

.user-menu > .dropdown-menu {

}

.user-menu > .dropdown-menu > li.user-header {
    height: 175px;
    padding: 10px;
    text-align: center;
}

.user-menu > .dropdown-menu > li.user-body {
    padding: 15px;
    border-bottom: 1px solid #f4f4f4;
}

.user-menu > .dropdown-menu > .user-footer {
    padding: 0 20px;
}

.article-heading {
    min-height: 100px;
}

.article-body {
    padding: 15px;
}

.article-footer > .row {
}

.article-content-act {
    position: fixed;
    margin-left: 90px;
    top: 160px;
}

.article-content-act > li {
    text-align: center;
    border: 1px solid #fff;
    background-color: #fff;
    border-radius: 50%;
    padding: 6px !important;
    margin-bottom: 8px;
    width: 45px;
    height: 45px;
}

.article-modal-title a {
    font-size: 18px;
    font-weight: 600;
}

.posts-v-data {

}

.praise > i, .praised > i {
    vertical-align: middle;
    font-size: 26px;
    border: 2px solid #ddd;
    border-radius: 50%;
    padding: 2px;
    color: #DDD;
}

.praise:hover > i, .praised > i {
    border: 2px solid #0286CD;
    color: #0286CD;
}

.article-content-act > li > a {
    height: 100% !important;
    display: block !important;
    background-size: 90% !important;
    background-position: center !important;
    margin: 0 !important;
}

.article-content-act > li .qq {
    background: url(../images/share/qq2.png) no-repeat;
}

.article-content-act > li .qq:hover {
    background: url(../images/share/qq1.png) no-repeat;
}

.article-content-act > li .weibo {
    background: url(../images/share/weibo2.png) no-repeat;
}

.article-content-act > li .weibo:hover {
    background: url(../images/share/weibo1.png) no-repeat;
}

.article-content-act > li .weixin {
    background: url(../images/share/weixin2.png) no-repeat;
}

.article-content-act > li .weixin:hover {
    background: url(../images/share/weixin1.png) no-repeat;
}

.del-message-id:hover > i, .del-message-dialog:hover > i {
    color: #fff;
    border-radius: 5px;
    background: #c5c5c5;
}

.title {
    word-break: break-all;
    font-weight: bold;
    line-height: 1.5;
    color: #555;
    margin: 15px 0;
}

.nav-topic > li, .nav-topic > li > a {
    color: #000;
    background-color: transparent;
    padding: 0;
    margin-right: 5px;
}

.nav-topic > li.active > a, .nav-topic > li.active > a:focus, .nav-topic > li.active > a:hover {
    color: #0286CD;
    background-color: transparent;
    padding: 0;
    margin-right: 5px;
}

.label-action {
    padding-left: 10px;
    color: #0286CD
}

.label-action:hover, .label-action:focus {
    color: #0286CD
}

.title-pagination > .active {
    background: #0286CD;
    color: #fff;
    border-radius: 3px;
}

.author-qr {
    color: #a9a9a9;
}

.author-qr > img {
    width: 120px;
    margin: 10px 0;
    opacity: 1;
}

.user-avatar {

}

.user-content-tab .current {
    border-bottom: 1px solid #0286CD;
}

.user-settings > .nav-tabs > li.active > a, .user-settings > .nav-tabs > li.active > a:hover {
    color: #555;
    cursor: default;
    border: 1px solid #ddd;
    border-bottom-color: #fff;
}

.content {
    word-break: break-all;
}

.content-title {
    font-size: 22px;
    color: #111;
    font-weight: 400;
    margin: 8px 0;
}

.content > table {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
    border: none;
    border-collapse: collapse;
}

.content > table th, .content > table td {
    border: 1px solid #d2d2d2;
    padding: 3px 5px;
    min-width: 50px;
    height: 20px;
}

.panel-cpf-slide h4 {
    border-left: 3px solid #0286cd;
    padding-left: 10px;
}

.panel-cpf-slide .panel-heading {
    border-bottom: 1px solid #f2f2f2;
}

.panel-cpf-default > .panel-heading {
    color: #333;
    border-color: #f2f2f2;
    padding: 9px 10px 9px 10px
}

.mode-nav a {
    padding-left: 10px;
}

.panel-explore-question, .panel-explore-article {
    border: none;
    box-shadow: none;
    background: #efefef;
}

.panel-explore-question > .panel-heading, .panel-explore-article > .panel-heading {
    background: #fff;
}

.answer-stat {
    margin-top: 10px;
}

.question-answer {
    color: #565758;
}

.question-answer:hover {
    color: #0286CD;
}

.content-question-list {
    background: #fff;
    margin-bottom: 10px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 1px 2px 1px 0 rgba(26, 26, 26, .1);
    box-sizing: border-box;
}

.content-article-list {
    background: #ffffff;
    margin-bottom: 16px;
    overflow: hidden;
    border-radius: 3px;
    box-shadow: 1px 2px 1px 0 rgba(26, 26, 26, .1);
    box-sizing: border-box;
}

small {
    color: #999;
}

@media (max-width: 767px) {
    .navbar-default .navbar-nav .open .dropdown-menu > li > a {
        color: #fff;
    }
}
