body,
button,
input,
select,
textarea {
    margin: 0
}

body {
    background        : #f5f5f5;
    word-wrap         : break-word;
    --scrollbar-width : 0px;
    -webkit-transition: padding-top .3s ease-out 0s;
    -o-transition     : padding-top .3s ease-out 0s;
    transition        : padding-top .3s ease-out 0s
}


body {
    font-family            : var(--theme-font-family);
    font-size              : 14px;
    line-height            : 1.42857;
    color                  : #232323;
    -webkit-font-smoothing : antialiased;
    -moz-osx-font-smoothing: grayscale
}

a {
    background-color: transparent;
    color           : #206be7;
    text-decoration : none
}

p {
    margin: 0 0 10px
}

*,
:after,
:before,
input[type=search] {
    -webkit-box-sizing: border-box;
    box-sizing        : border-box
}

img {
    border-style  : none;
    vertical-align: middle
}


:root {
    --theme-color         : #206be7;
    --theme-hover         : #1162e8;
    --action-color        : #206be7;
    --theme-base-color    : #fff;
    --theme-body-bg-color : #f5f5f5;
    --theme-el-bg-color   : #fff;
    --theme-color-h       : 0;
    --theme-color-s       : 0%;
    --theme-color-l       : 15%;
    --theme-color-hsl     : var(--theme-color-h), var(--theme-color-s), var(--theme-color-l);
    --theme-black-color   : hsl(var(--theme-color-hsl));
    --theme-gray-color    : hsla(var(--theme-color-hsl), .8);
    --theme-light-color   : hsla(var(--theme-color-hsl), .6);
    --theme-line-color    : hsla(var(--theme-color-hsl), .07);
    --theme-border-color  : hsla(var(--theme-color-hsl), .2);
    --theme-font-family   : -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Ubuntu, Helvetica Neue, Helvetica, Arial, PingFang SC, Hiragino Sans GB, Microsoft YaHei UI, Microsoft YaHei, Source Han Sans CN, sans-serif;
    --theme-dropdown-arrow: url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='300' height='300'%3E%3Cpath d='M512 562.005l211.2-211.2 60.33 60.331L512 682.666l-271.53-271.53 60.33-60.33z'/%3E%3C/svg%3E");
    --theme-quote-bg      : url("data:image/svg+xml;charset=utf-8,%3Csvg class='icon' viewBox='0 0 1024 1024' xmlns='http://www.w3.org/2000/svg' width='180' height='180'%3E%3Cpath d='M195.541 739.03C151.595 692.351 128 640 128 555.135c0-149.333 104.832-283.179 257.28-349.355l38.101 58.795c-142.293 76.97-170.112 176.853-181.205 239.83 22.912-11.862 52.907-16 82.304-13.27 76.97 7.125 137.643 70.315 137.643 148.864a149.333 149.333 0 01-149.334 149.333 165.163 165.163 0 01-117.248-50.304zm426.667 0c-43.947-46.678-67.541-99.03-67.541-183.894 0-149.333 104.832-283.179 257.28-349.355l38.101 58.795c-142.293 76.97-170.112 176.853-181.205 239.83 22.912-11.862 52.906-16 82.304-13.27 76.97 7.125 137.642 70.315 137.642 148.864a149.333 149.333 0 01-149.333 149.333 165.163 165.163 0 01-117.248-50.304z'/%3E%3C/svg%3E")
}

.container:after,
.container:before {
    content: " ";
    display: table
}

.container:after {
    clear: both
}

.pull-right {
    float: right !important
}

.pull-left {
    float: left !important
}

.hide {
    display: none
}

.btn-xs {
    padding      : 6px 15px;
    font-size    : 12px;
    line-height  : 14px;
    border-radius: 3px;
}

.btn {
    display      : inline-block;
    margin-bottom: 0;
}

.btn.btn-primary {
    color             : #206be7;
    background-color  : #fff;
    border-color      : #fff;
    outline           : 0;
    -webkit-transition: all .1s ease-out 0s;
    -o-transition     : all .1s ease-out 0s;
    transition        : all .1s ease-out 0s
}

.clearfix:after,
.clearfix:before {
    content: " ";
    display: table
}

.clearfix:after {
    clear: both
}

.container {
    margin-right : auto;
    margin-left  : auto;
    padding-left : 10px;
    padding-right: 10px
}

.nav {
    margin-bottom: 0;
    padding-left : 0;
    list-style   : none
}


@media (min-width: 992px) {
    .navbar-header {
        float: left
    }

    .navbar-left {
        float: left !important
    }

    .navbar-right {
        float       : right !important;
        margin-right: -10px
    }

    .navbar-right~.navbar-right {
        margin-right: 0
    }

    .navbar-nav {
        float : left;
        margin: 0
    }

    .navbar-nav>li {
        float: left
    }

    .navbar-nav>li>a {
        padding-top   : 15px;
        padding-bottom: 15px
    }
}

@media (min-width: 1240px) {
    .container {
        width: 1200px
    }
}

body>header.header {
    position          : fixed;
    left              : 0;
    z-index           : 999;
    width             : 100%;
    border            : 0;
    background        : #206be7;
    -webkit-box-shadow: 0 0 3px 1px hsla(#206be7), .06);
    box-shadow        : 0 0 3px 1px hsla(#206be7, .06)
}

body>header.header .logo {
    height        : 64px;
    float         : none;
    display       : table-cell;
    padding       : 0;
    margin        : 0;
    font-size     : 20px;
    line-height   : 1;
    vertical-align: middle
}

body>header.header .logo img {
    max-height: 42px
}

.navbar-toggle {
    position        : relative;
    float           : right;
    margin-right    : 10px;
    padding         : 9px 10px;
    margin-top      : 8px;
    margin-bottom   : 8px;
    background-color: transparent;
    background-image: none;
    border          : 1px solid transparent;
    border-radius   : 2px
}

.navbar-toggle:focus {
    outline: 0
}

.navbar-toggle .icon-bar {
    display      : block;
    width        : 20px;
    height       : 2px;
    border-radius: 1px
}

.navbar-toggle .icon-bar+.icon-bar {
    margin-top: 5px
}

body>header.header .primary-menu {
    margin-left: 40px
}

body>header.header .nav>li:first-child {
    margin-left: 0
}

body>header.header .nav {
    font-size: 14px
}


body>header.header .nav>li>a {
    padding    : 0 14px;
    color      : #fff;
    line-height: 64px;
    background : 0 0
}

.navbar-action {
    position   : relative;
    z-index    : 1002;
    height     : 26px;
    font-size  : 0;
    margin-top : 19px;
    margin-left: 20px
}

.navbar-action #j-user-wrap {
    display    : inline-block;
    margin-left: 20px
}

.navbar-action #j-user-wrap.hide {
    display: none;
}

.navbar-action .login {
    display    : none;
    font-size  : 14px;
    color      : #fff;
    line-height: 26px
}

.navbar-action .login.cur {
    display: inline-block
}


.navbar-action .login:first-child {
    position     : relative;
    padding-right: 9px;
    margin-right : 8px
}

.navbar-action .login:first-child:after {
    position  : absolute;
    right     : 0;
    top       : 6px;
    width     : 1px;
    height    : 14px;
    content   : "";
    background: #fff;
    opacity   : .9
}

.navbar-action .publish {
    margin-left   : 20px;
    padding-top   : 5px;
    padding-bottom: 5px;
    font-weight   : 400;
    vertical-align: top
}

.navbar-search-icon {
    display       : inline-block;
    text-align    : center;
    vertical-align: top
}


.navbar-search-icon i {
    display    : inline-block;
    width      : 22px;
    font-size  : 20px;
    line-height: 26px;
    color      : #fff;
}

.navbar-search {
    display : none;
    position: absolute;
    left    : 0;
    top     : 20px;
    width   : 100%;
    z-index : 1
}

.navbar-search-inner {
    width : 360px;
    margin: 0 auto
}

.navbar-search-close {
    display       : inline-block;
    width         : 26px;
    font-size     : 18px;
    line-height   : 26px;
    text-align    : center;
    color         : var(--theme-gray-color);
    vertical-align: top;
    cursor        : pointer
}

.navbar-search-input {
    width        : 280px;
    height       : 16px;
    padding      : 0 7px 0 15px;
    margin-left  : 8px;
    margin-top   : 5px;
    font-size    : 14px;
    color        : var(--theme-el-bg-color);
    line-height  : 16px;
    border       : 0;
    border-left  : 1px solid var(--theme-el-bg-color);
    border-radius: 0
}

.navbar-search-input::-webkit-input-placeholder {
    color: var(--theme-el-bg-color);
}

.navbar-search-input::-moz-placeholder {
    color: var(--theme-el-bg-color);
}

.navbar-search-input::-moz-placeholder {
    color: var(--theme-el-bg-color);
}

.navbar-search-input::-ms-input-placeholder {
    color: var(--theme-el-bg-color);
}

.navbar-search-btn,
.navbar-search-input {
    display       : inline-block;
    background    : 0 0;
    outline       : 0;
    vertical-align: top
}

.navbar-search-btn {
    padding    : 0;
    line-height: 26px;
    border     : 0;
    font-size  : 18px
}

.navbar-search-btn,
.navbar-search-inner .icon-close {
    color : var(--theme-el-bg-color);
    cursor: pointer
}





#wrap {
    padding-top: 64px;
}

.wrap {
    margin-top: 20px;
}

.main {
    width: 860px
}

.main,
.main-archive {
    width             : 860px;
    float             : left;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition     : all .3s ease-out 0s;
    transition        : all .3s ease-out 0s
}

.swiper-container {
    position: relative;
    overflow: hidden;
    z-index : 1
}

.slider-wrap {
    display         : -webkit-box;
    display         : -ms-flexbox;
    display         : flex;
    margin-bottom   : 40px;
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between
}

.slider-wrap {
    margin-bottom: 20px
}



.main-slider {
    width    : 100%;
    height   : 320px;
    direction: ltr
}

.main-slider .swiper-wrapper {
    height       : 100%;
    padding      : 0 !important;
    margin       : 0 !important;
    -ms-flex-wrap: nowrap;
    flex-wrap    : nowrap
}

.main-slider .swiper-pagination {
    width : auto;
    right : 20px;
    left  : auto;
    bottom: 26px;
    height: 6px;
}

.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    width              : 40px;
    height             : 40px;
    margin-top         : -20px;
    opacity            : 0;
    border-radius      : 40px;
    -webkit-transition : all .3s;
    -o-transition      : all .3s;
    transition         : all .3s;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none
}

.main-slider .swiper-button-prev {
    left: -20px
}

.main-slider .swiper-button-next {
    left : auto;
    right: -20px
}

.main-slider .swiper-button-next,
.main-slider .swiper-button-prev {
    --swiper-navigation-size: 20px;
    color                   : rgb(253, 252, 252);
}


.main-slider:hover .swiper-button-next,
.main-slider:hover .swiper-button-prev {
    opacity   : .8;
    background: rgba(0, 0, 0, .3)
}

.main-slider:hover .swiper-button-prev {
    left: 8px
}

.main-slider:hover .swiper-button-next {
    right: 8px
}


.swiper-pagination span {
    height          : 6px;
    width           : 8px;
    margin          : 0 3px !important;
    border-radius   : 6px !important;
    background-color: rgba(255, 255, 255, .8);
    vertical-align  : top
}

.swiper-pagination .swiper-pagination-bullet-active {
    width             : 18px;
    background-color  : #206be7;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition     : all .3s ease-out 0s;
    transition        : all .3s ease-out 0s
}

.slide-title {
    position          : absolute;
    z-index           : 1;
    width             : 100%;
    bottom            : 0;
    left              : 0;
    padding           : 40px 20px 16px;
    margin            : 0;
    font-size         : 18px;
    line-height       : 26px;
    font-weight       : 500;
    color             : #fff;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    background        : var(--theme-black-color);
    background        : -o-linear-gradient(top, transparent, rgba(0, 0, 0, .7));
    background        : linear-gradient(180deg, transparent, rgba(0, 0, 0, .7))
}

.slide-title a {
    display           : block;
    color             : #fff;
    width             : 80%;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    overflow          : hidden
}

.swiper-slide img {
    width             : 100%;
    height            : 100%;
    -o-object-fit     : cover;
    object-fit        : cover;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition     : all .3s ease-out 0s;
    transition        : all .3s ease-out 0s
}

.feature-post {
    width            : 226px;
    padding          : 0;
    margin           : 0 0 0 14px;
    list-style       : none;
    -ms-flex-negative: 0;
    flex-shrink      : 0
}

.feature-post li {
    position     : relative;
    height       : 153px;
    margin-bottom: 14px
}

.feature-post li,
.main-slider {
    border-radius: 4px;
    overflow     : hidden;
    background   : rgba(255, 255, 255, .15)
}

.feature-post li:last-child {
    margin-bottom: 0
}


.feature-post a {
    display: block
}


.feature-post img {
    width             : 100%;
    height            : 100%;
    vertical-align    : top;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition     : all .3s ease-out 0s;
    transition        : all .3s ease-out 0s
}

.feature-post span {
    position          : absolute;
    display           : block;
    left              : 0;
    bottom            : 0;
    width             : 100%;
    padding           : 10px 15px;
    line-height       : 24px;
    color             : #fff;
    font-size         : 16px;
    font-weight       : 500;
    background        : -o-linear-gradient(top, transparent, rgba(0, 0, 0, .7));
    background        : linear-gradient(180deg, transparent, rgba(0, 0, 0, .7));
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    overflow          : hidden;
    /*-o-text-overflow  : ellipsis;*/
    /*text-overflow     : ellipsis;*/
    /*white-space       : nowrap;*/
    /*word-wrap         : normal*/
}



.sec-panel {
    margin-bottom: 20px;
    background   : var(--theme-el-bg-color)
}

.sec-panel-head {
    padding      : 20px 20px 0;
    margin-bottom: 0
}

.sec-panel-head h1,
.sec-panel-head h2,
.sec-panel-head h3 {
    border-bottom: 0;
    line-height  : 26px
}

.sec-panel-head h1,
.sec-panel-head h2,
.sec-panel-head h3 {
    margin     : 0;
    padding    : 0;
    font-size  : 18px;
    line-height: 24px;
    font-weight: 500;
    color      : var(--theme-black-color)
}

.sec-panel-head small {
    display       : inline-block;
    font-size     : 14px;
    margin-left   : 10px;
    color         : var(--theme-gray-color);
    font-weight   : 400;
    line-height   : inherit;
    vertical-align: top
}


.sec-panel-head h1 span,
.sec-panel-head h2 span,
.sec-panel-head h3 span {
    position    : relative;
    display     : inline-block;
    padding-left: 12px
}

.sec-panel-head h1 span,
.sec-panel-head h2 span,
.sec-panel-head h3 span {
    padding-bottom: 0;
    padding-left  : 0;
    color         : var(--theme-black-color)
}

.sec-panel-head .more {
    float      : right;
    font-size  : 14px;
    font-weight: 400;
    color      : var(--theme-light-color)
}

.sec-panel-body {
    padding: 20px;
}

.sidebar {
    width: 300px;
    float: right;
}

.widget {
    margin-bottom: 20px;
    padding      : 15px;
    background   : #fff
}

.widget-title {
    margin     : 2px 0 15px;
    padding    : 0 0 0 12px;
    font-size  : 16px;
    font-weight: 500;
    line-height: 1;
    position   : relative;
}

.widget-title:before {
    position        : absolute;
    left            : 0;
    top             : 0;
    width           : 3px;
    height          : 100%;
    content         : "";
    background-color: #206be7;
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent);
    border-radius   : 3px
}


.widget-title-more {
    float      : right;
    font-size  : 13px;
    font-weight: 400;
    color      : #26262699;
    line-height: 19px
}

.widget_image_myimg img,
.widget_media_image img {
    width         : 100%;
    height        : auto;
    vertical-align: top;
    border-radius : 4px
}

.widget_image_myimg {
    background: 0 0;
    padding   : 0px;
}

.widget ol,
.widget ul {
    margin: 0
}

.special-item-bottom,
.widget ol,
.widget ul {
    margin    : 20px 0 0;
    padding   : 0;
    list-style: none
}

.widget ol li,
.widget ul li {
    position   : relative;
    padding    : 5px 0 10px 12px;
    line-height: 1.46
}

.widget ol li li,
.widget ul li li {
    padding-left : 20px;
    border-bottom: 0
}

.widget-kx-list {
    margin-left: 1px !important;
    line-height: 1.6;
    border-left: 1px dashed hsla(var(--theme-color-hsl), .2)
}

.widget-kx-list .kx-item {
    margin-bottom: 15px;
    padding      : 5px 0 5px 18px;
    line-height  : 1.6
}

.widget-kx-list .kx-item:after,
.widget-kx-list .kx-item:before {
    position          : absolute;
    margin-left       : -6px;
    left              : 0;
    top               : 10px;
    width             : 4px;
    height            : 4px;
    border-radius     : 6px;
    border            : 4px solid var(--theme-color);
    background        : var(--theme-el-bg-color);
    -webkit-box-sizing: content-box;
    box-sizing        : content-box;
    opacity           : .4;
    content           : ""
}


.widget-kx-list .kx-item:before {
    border : 4px solid var(--theme-el-bg-color);
    opacity: 1
}

.widget-kx-list .kx-title {
    color    : #262626;
    font-size: 14px;
    display  : block
}

.kx-meta {
    margin-top: 20px;
    font-size : 0;
    color     : var(--theme-light-color)
}

.widget-kx-list .kx-meta {
    margin-top: 10px
}

.widget-kx-list .kx-meta span {
    margin-right  : 4px;
    font-size     : 12px;
    vertical-align: top
}



.widget-kx-list .kx-share {
    display  : none;
    float    : right;
    font-size: 0
}

.widget-kx-list .kx-item:hover .kx-share {
    display: block
}

.widget-kx-list .kx-share span {
    vertical-align: top
}

.widget-kx-list .kx-share .share-icon {
    font-size   : 16px;
    margin-right: 9px
}

.widget-kx-list .kx-content {
    display  : none;
    margin   : 10px 0;
    font-size: 14px;
    color    : #262626cc
}

.widget-kx-list .kx-item:before {
    border : 4px solid var(--theme-el-bg-color);
    opacity: 1
}

.widget_lastest_products .p-list {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    -ms-flex-wrap: wrap;
    flex-wrap    : wrap;
    margin       : 0 -7px !important;
    padding-top  : 7px
}

.widget_lastest_products .p-item {
    width  : 50%;
    padding: 0 7px;
    margin : 0 0 15px;
    border : 0
}

.widget_lastest_products .p-item-wrap .thumb {
    position     : relative;
    display      : block;
    border-radius: 4px;
    background   : #f8f9fa;
    height       : 80px;
    overflow     : hidden
}

.widget_lastest_products .p-item-wrap .thumb img {
    display           : block;
    width             : 100%;
    height            : 100%;
    -o-object-fit     : cover;
    object-fit        : cover;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition     : all .3s ease-out 0s;
    transition        : all .3s ease-out 0s
}

.widget_lastest_products .p-item-wrap .title {
    margin : 0;
    bottom : 0;
    opacity: 1;
    padding: 6px 0 0
}

.widget_lastest_products .p-item-wrap .title a {
    height            : 36px;
    font-size         : 14px;
    font-weight       : 400;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    -webkit-box-orient: vertical;
    display           : block;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    line-height       : 18px
}

.widget ul a {
    color: var(--theme-gray-color)
}



.footer {
    padding   : 50px 0;
    color     : rgba(255, 255, 255, .7);
    background: #2d3236
}

.footer-col {
    display       : inline-block;
    font-size     : 0;
    vertical-align: middle;
    margin-right  : 32px
}

.footer-col-logo img {
    display   : block;
    max-width : 160px;
    max-height: 60px;
    height    : auto
}

.footer .footer-nav,
.footer .menu ul,
.footer ul.menu {
    padding   : 0;
    margin    : 0 0 12px;
    font-size : 14px;
    list-style: none
}

.footer .footer-nav a,
.footer .menu ul a,
.footer ul.menu a {
    display       : inline-block;
    padding-right : 10px;
    vertical-align: top
}

.footer .footer-nav li:last-child:after,
.footer .menu ul li:last-child:after,
.footer ul.menu li:last-child:after {
    display: none
}

.footer .footer-nav li,
.footer .menu ul li,
.footer ul.menu li {
    display     : inline-block;
    margin-right: 10px;
    line-height : 18px
}

.footer .footer-nav li:after,
.footer .menu ul li:after,
.footer ul.menu li:after {
    display       : inline-block;
    font-size     : 12px;
    line-height   : 18px;
    opacity       : .8;
    content       : "|";
    vertical-align: top
}

.footer a {
    color: inherit
}

.footer .copyright {
    font-size: 14px
}

.footer-col-sns {
    float       : right;
    margin-right: 0
}


.footer-sns {
    display   : inline-block;
    margin-top: 3px;
    font-size : 0
}

.footer-sns a {
    display       : inline-block;
    margin        : 7px 0 7px 20px;
    vertical-align: top
}


.footer-sns .sns-icon {
    display      : inline-block;
    position     : relative;
    width        : 40px;
    height       : 40px;
    font-size    : 20px;
    line-height  : 40px;
    border-radius: 50%;
    text-align   : center;
    background   : rgba(255, 255, 255, .1);
    color        : rgba(255, 255, 255, .8);
    z-index      : 0
}

.sns-wx span {
    position           : absolute;
    z-index            : 1;
    top                : -170px;
    left               : 0;
    margin-left        : -57px;
    width              : 150px;
    height             : 150px;
    background-color   : #fff;
    background-size    : 95% auto;
    background-position: 50%;
    background-repeat  : no-repeat;
    -webkit-box-shadow : 0 0 5px 1px rgba(0, 0, 0, .3);
    box-shadow         : 0 0 5px 1px rgba(0, 0, 0, .3);
    opacity            : 0
}

.footer a:hover {
    color          : rgba(255, 255, 255, .9);
    text-decoration: none
}

.sns-wx {
    position: relative;
    overflow: hidden
}

.sns-wx:hover span {
    top    : -165px;
    opacity: 1
}

.sns-wx:hover {
    overflow: visible
}

.sns-wx span:after {
    position        : absolute;
    bottom          : -16px;
    left            : 50%;
    width           : 0;
    height          : 0;
    margin-left     : -8px;
    line-height     : 0;
    border          : 8px solid transparent;
    border-top-color: #fff;
    content         : ""
}

.footer-sns .sns-icon {
    display      : inline-block;
    position     : relative;
    width        : 40px;
    height       : 40px;
    font-size    : 20px;
    line-height  : 40px;
    border-radius: 50%;
    text-align   : center;
    background   : rgba(255, 255, 255, .1);
    color        : rgba(255, 255, 255, .8);
    z-index      : 0
}

.footer-sns .sns-icon:hover {
    color: #fff
}

.footer-sns .sns-icon:hover:after {
    -webkit-transform : scale(1);
    -ms-transform     : scale(1);
    transform         : scale(1);
    opacity           : 1;
    -webkit-transition: all .5s cubic-bezier(.3, 0, 0, 1.3) 0s;
    -o-transition     : all .5s cubic-bezier(.3, 0, 0, 1.3) 0s;
    transition        : all .5s cubic-bezier(.3, 0, 0, 1.3) 0s
}


.action {
    position             : fixed;
    z-index              : 999;
    bottom               : 20%;
    right                : 20px;
    width                : 40px;
    display              : -webkit-box;
    display              : -ms-flexbox;
    display              : flex;
    -webkit-box-orient   : vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction   : column;
    flex-direction       : column
}

.action.action-pos-1 {
    right      : auto;
    left       : 50%;
    margin-left: 610px
}

.action .action-item {
    position          : relative;
    z-index           : 0;
    display           : block;
    width             : 40px;
    height            : 40px;
    line-height       : 40px;
    color             : var(--theme-light-color);
    text-align        : center;
    background        : var(--theme-body-bg-color);
    text-decoration   : none;
    border-top        : 1px solid hsla(var(--theme-color-hsl), .1);
    -webkit-box-sizing: content-box;
    box-sizing        : content-box
}

.action.action-color-1 .action-item {
    position        : relative;
    z-index         : 0;
    color           : #fff;
    background-color: var(--action-color)
}

.action .action-item:first-child,
.action .action-item:first-child:before {
    border-top-left-radius : 3px;
    border-top-right-radius: 3px
}


.action .action-item:before {
    position  : absolute;
    z-index   : -1;
    left      : 0;
    right     : 0;
    top       : 0;
    bottom    : 0;
    background: var(--theme-line-color);
    content   : ""
}

.action .action-item-icon {
    font-size  : 20px;
    line-height: 40px
}

.action .action-item:last-child,
.action .action-item:last-child:before {
    border-bottom-left-radius : 3px;
    border-bottom-right-radius: 3px
}

.action .action-item:hover {
    color           : #fff;
    background-color: var(--theme-hover);
    cursor          : pointer
}

.action .gotop,
.action .gotop.active {
    opacity           : 0;
    -webkit-transition: opacity .3s ease;
    -o-transition     : opacity .3s ease;
    transition        : opacity .3s ease
}

.action .gotop.active {
    opacity: 1
}

.action.hide-gotop .action-item:nth-last-child(2),
.action.hide-gotop .action-item:nth-last-child(2):before {
    border-bottom-left-radius : 3px;
    border-bottom-right-radius: 3px
}


/*文章列表*/



.main-list .post-loop,
.mix-tabs .post-loop {
    margin-top   : 1px;
    padding      : 0 20px;
    margin-bottom: 0
}

.post-loop-default .item {
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    padding      : 20px 0;
    border-bottom: 1px solid var(--theme-line-color);
    overflow     : hidden
}

.post-loop-default .item,
.post-loop-default .item:hover {
    -webkit-transition: all .3s ease 0s;
    -o-transition     : all .3s ease 0s;
    transition        : all .3s ease 0s
}

.post-loop-default .item:hover {
    margin    : 0 -20px;
    padding   : 20px;
    background: hsla(var(--theme-color-hsl), .03)
}

.post-loop-default .item-img {
    position         : relative;
    width            : 30%;
    overflow         : hidden;
    border-radius    : 4px;
    -ms-flex-negative: 0;
    flex-shrink      : 0;
    -webkit-box-flex : 0;
    -ms-flex-positive: 0;
    flex-grow        : 0
}

.post-loop-default .item-img .item-img-inner {
    position: absolute;
    left    : 0;
    top     : 0;
    width   : 100%;
    height  : 100%
}

.post-loop-default .item-img img {
    -o-object-fit: cover;
    object-fit   : cover
}

.post-loop-default .item-img:before {
    content    : "";
    display    : block;
    padding-top: 52.5%
}

.post-loop-default .item-img:before {
    padding-top: 62.5% !important
}


.post-loop-default .item-category {
    position        : absolute;
    left            : 10px;
    top             : 15px;
    padding         : 4px 8px;
    font-size       : 12px;
    line-height     : 14px;
    color           : #fff;
    background-color: #000;
    filter          : alpha(opacity=60);
    background      : rgba(0, 0, 0, .6);
    border-radius   : 3px;
    text-decoration : none
}

.post-loop-default .item-img img,
.post-loop-default .item3 .item-images .item-images-el {
    width             : 100%;
    height            : 100%;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition     : all .3s ease-out 0s;
    transition        : all .3s ease-out 0s
}

.post-loop-default .item-content {
    position    : relative;
    width       : 100%;
    padding-left: 20px
}

.post-loop-default .item-title {
    margin     : 0 0 10px;
    font-size  : 18px;
    line-height: 1.5;
    font-weight: 500
}

.post-loop-default .item-excerpt,
.post-loop-default .item-title a {
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    -webkit-box-orient: vertical;
    display           : block;
    display           : -webkit-box;
    -webkit-line-clamp: 2
}

.post-loop-default .item-title a {
    color          : var(--theme-black-color);
    max-height     : 56px;
    text-decoration: none
}

.post-loop-default .item-excerpt {
    height       : 52px;
    margin-bottom: 34px;
    line-height  : 1.625;
    color        : var(--theme-gray-color);
    font-size    : 14px
}

.post-loop-default .item-excerpt p {
    margin-bottom: 0
}

.post-loop-default .item-meta {
    position     : absolute;
    bottom       : 0;
    width        : 100%;
    padding-right: 20px;
    color        : var(--theme-light-color);
    font-size    : 12px
}

.post-loop-default .item-meta .item-meta-li {
    display       : inline-block;
    margin-right  : 10px;
    vertical-align: top;
    line-height   : 24px
}

.post-loop-default .item-meta a.avatar {
    height        : 24px;
    line-height   : 24px;
    display       : inline-block;
    vertical-align: top
}

.post-loop-default .item-meta a.avatar img {
    display       : inline-block;
    width         : 24px;
    height        : 24px;
    margin-right  : 3px;
    border-radius : 50%;
    background    : #f5f5f5;
    vertical-align: top
}

.post-loop-default .item-meta .item-meta-right {
    float: right
}


.post-loop-default .item-meta .item-meta-li:last-child {
    margin-right: 0
}

.post-loop-default .item-meta .item-meta-li.dot {
    margin-left : -7px;
    margin-right: 8px;
    font-size   : 20px;
    opacity     : .8
}

.post-loop-default .item-meta .item-meta-li .wi {
    margin-right  : 2px;
    font-size     : 14px;
    vertical-align: top
}

.post-loop-default .item-meta a {
    color          : var(--theme-light-color);
    text-decoration: none
}

.widget_post_tabs .post-tabs-hd {
    margin: -15px 0 0
}


.widget ol,
.widget ul {
    margin: 0
}


.widget_post_hot .item-date,
.widget_post_tabs .item-date,
.widget_post_thumb .item-date {
    position   : absolute;
    bottom     : 0;
    margin     : 0;
    font-size  : 12px;
    color      : var(--theme-light-color);
    line-height: 14px
}

.widget_post_tabs .post-tabs-hd-inner.post-tabs-4 {
    -webkit-box-pack: justify;
    -ms-flex-pack   : justify;
    justify-content : space-between
}

.widget_post_tabs .post-tabs-hd,
.widget_post_tabs .post-tabs-hd-inner {
    display        : -webkit-box;
    display        : -ms-flexbox;
    display        : flex;
    -ms-flex-pack  : distribute;
    justify-content: space-around
}

.widget_post_tabs .post-tabs-hd .post-tabs-item {
    padding            : 0 20px;
    line-height        : 52px;
    font-size          : 16px;
    font-weight        : 600;
    color              : var(--theme-gray-color);
    cursor             : pointer;
    -webkit-user-select: none;
    -moz-user-select   : none;
    -ms-user-select    : none;
    user-select        : none
}

.widget_post_tabs .post-tabs-hd-inner {
    position: relative;
    width   : 100%
}

.widget_post_tabs .post-tabs-hd .post-tabs-item.active {
    position: relative;
    color   : var(--theme-color)
}

.widget_post_tabs .post-tabs-hd-inner:before {
    position        : absolute;
    left            : 0;
    right           : 0;
    bottom          : -2px;
    height          : 2px;
    background-color: var(--theme-line-color);
    content         : ""
}

.widget_post_tabs .post-tabs-hd-inner:before {
    left : -15px;
    right: -15px
}

.widget_post_tabs .post-tabs-hd .post-tabs-item.active:after {
    position        : absolute;
    bottom          : -2px;
    left            : 0;
    width           : 100%;
    height          : 2px;
    background-color: var(--theme-color);
    content         : ""
}

.widget_post_tabs .post-tabs-list {
    display: none;
}

.widget_post_tabs .post-tabs-list.active {
    display: block;
}

/*友情链接*/
.list-links {
    margin-right : -20px;
    margin-bottom: -7px
}

.list-links a {
    display    : inline-block;
    margin     : 0 20px 12px 0;
    color      : var(--theme-light-color);
    line-height: 1
}

.list-links a:focus,
.list-links a:hover {
    color          : var(--theme-hover);
    text-decoration: none
}

.banner {
    display            : -webkit-box;
    display            : -ms-flexbox;
    display            : flex;
    width              : 100%;
    background-position: 50%;
    background-size    : cover;
    background-repeat  : no-repeat;
    -webkit-box-align  : center;
    -ms-flex-align     : center;
    align-items        : center
}

.banner-inner {
    text-align: center
}

.banner-inner h1 {
    margin   : 0;
    padding  : 0;
    font-size: 26px;
    color    : var(--theme-black-color)
}

.banner-white .banner-inner h1 {
    color: #fff
}

.banner-white .banner-inner .page-description,
.banner-white .banner-inner .term-description {
    color: #f9f9f9
}

.banner-inner p {
    margin: 0 auto
}

/*文章页*/

.breadcrumb {
    padding      : 0;
    margin-bottom: 20px;
    list-style   : none;
    font-size    : 0;
    background   : none;
    margin-left  : 0px;
    color        : var(--theme-gray-color)
}

.breadcrumb>li {
    display       : inline-block;
    font-size     : 12px;
    color         : inherit;
    vertical-align: top;
    line-height   : 1
}

.breadcrumb>li a {
    color      : inherit;
    line-height: inherit
}

.breadcrumb>li a:hover {
    color: var(--theme-hover)
}

.breadcrumb>li .wi {
    margin        : 0 3px;
    opacity       : .8;
    vertical-align: top;
    font-size     : 12px;
}


.entry-main {
    background   : var(--theme-el-bg-color);
    padding      : 20px;
    margin-bottom: 20px
}

.entry .entry-content figure,
.entry .entry-head {
    margin-bottom: 20px
}

.entry .entry-content img {
    height: auto
}

.entry .entry-content audio,
.entry .entry-content embed,
.entry .entry-content iframe,
.entry .entry-content img,
.entry .entry-content video {
    max-width     : 100%;
    vertical-align: top
}

.entry .entry-excerpt {
    padding      : 15px;
    margin-bottom: 20px;
    font-size    : 16px;
    line-height  : 1.8;
    color        : var(--theme-light-color);
    background   : hsla(var(--theme-color-hsl), .03);
    border       : 1px solid var(--theme-line-color);
    border-radius: 3px
}

.entry .entry-title {
    margin-top   : 0;
    margin-bottom: 20px;
    font-size    : 24px;
    line-height  : 1.4;
    font-weight  : 500;
}

.entry .entry-info {
    padding-bottom: 10px;
    color         : var(--theme-light-color)
}

.entry .entry-info .dot {
    margin: 0 5px;
    color : var(--theme-light-color)
}

.entry .entry-info a {
    color: inherit
}

.entry .entry-info .nickname {
    color: var(--theme-color)
}

.entry .entry-content {
    position     : relative;
    margin-bottom: 30px;
    font-size    : 16px;
    color        : var(--theme-black-color);
    line-height  : 1.8
}

.entry .entry-content:after,
.entry .entry-content:before {
    content: " ";
    display: table
}

.entry .entry-content:after {
    clear: both
}


.entry .entry-content .h1,
.entry .entry-content .h2,
.entry .entry-content .h3,
.entry .entry-content h1,
.entry .entry-content h2,
.entry .entry-content h3 {
    margin     : 32px 0 16px;
    line-height: 1.4;
    font-weight: 500
}

.entry .entry-content h4,
.entry .entry-content h5 {
    font-weight: 500
}

.entry .entry-content .h1,
.entry .entry-content h1 {
    font-size: 24px
}

.entry .entry-content .h2,
.entry .entry-content h2 {
    padding-bottom: 12px;
    font-size     : 20px;
    border-bottom : 1px solid var(--theme-line-color)
}

.entry .entry-content .h3,
.entry .entry-content h3 {
    font-size: 18px
}

.entry .entry-content>.h3,
.entry .entry-content>h3 {
    position    : relative;
    padding-left: 18px;
    line-height : 1.46;
    border      : 0
}

.entry .entry-content>.h3:before,
.entry .entry-content>h3:before {
    position        : absolute;
    top             : 4px;
    left            : 0;
    content         : "";
    width           : 3px;
    height          : calc(100% - 8px);
    border-radius   : 3px;
    background-color: var(--theme-color);
    background-image: -o-linear-gradient(top, rgba(255, 255, 255, .15), transparent);
    background-image: linear-gradient(180deg, rgba(255, 255, 255, .15), transparent)
}

.entry .entry-content p {
    margin-bottom: 20px;
    line-height  : 1.8;
    word-wrap    : break-word
}

.entry .entry-content p.pic_center {
    text-align: center;
}

.entry .entry-content p>img {
    vertical-align: baseline
}

.entry-tag {
    font-size: 0
}

.entry-tag a,
.entry-tag a:before {
    display      : inline-block;
    font-size    : 14px;
    border-radius: 20px
}


.entry-tag a {
    margin            : 0 10px 5px 0;
    padding           : 4px 10px 4px 0;
    line-height       : 14px;
    color             : var(--theme-black-color);
    background        : hsla(var(--theme-color-hsl), .05);
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    box-shadow        : 0 0 1px rgba(0, 0, 0, .1)
}

.entry-tag a:before {
    margin        : -4px 6px -4px 0;
    padding       : 4px 7px;
    line-height   : inherit;
    color         : #fff;
    background    : var(--theme-color);
    content       : "#";
    vertical-align: top
}

.entry-page {
    overflow: hidden
}

.entry-page-next,
.entry-page-prev {
    position           : relative;
    width              : 49%;
    padding            : 60px 15px 10px;
    color              : #fff;
    background-size    : cover;
    background-position: 50%;
    border-radius      : 4px;
    overflow           : hidden
}

.entry-page-prev {
    float: left
}

.entry-page {
    margin-bottom: 20px
}

.entry-page-next {
    float: right
}

.entry-page-next a:hover,
.entry-page-prev a:hover {
    color          : #fff;
    text-decoration: none
}

.entry-page-next .entry-page-info,
.entry-page-prev .entry-page-info {
    position   : relative;
    font-size  : 12px;
    line-height: 16px;
    overflow   : hidden
}

.entry-page-next a span,
.entry-page-prev a span {
    display           : block;
    padding           : 10px 15px 0;
    height            : 50px;
    line-height       : 20px;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    -webkit-box-orient: vertical;
    display           : -webkit-box;
    -webkit-line-clamp: 2
}



.entry-page-next:before,
.entry-page-prev:before {
    position  : absolute;
    left      : 0;
    top       : 0;
    width     : 100%;
    height    : 100%;
    background: rgba(0, 0, 0, .5);
    content   : ""
}

.entry-page-next:hover:before,
.entry-page-prev:hover:before {
    background: rgba(0, 0, 0, .7)
}

.entry-page-next a,
.entry-page-prev a {
    position : absolute;
    left     : 0;
    top      : 0;
    width    : 100%;
    height   : 100%;
    z-index  : 1;
    color    : #fff;
    font-size: 16px
}

.entry-action {
    margin-top   : 30px;
    margin-bottom: 30px;
    text-align   : center
}

.entry-action .btn-zan {
    display       : inline-block;
    padding       : 4px 30px;
    font-size     : 18px;
    line-height   : 30px;
    color         : var(--theme-color);
    border        : 1px solid var(--theme-color);
    border-radius : 4px;
    vertical-align: top
}

.entry-action .btn-zan i {
    position      : relative;
    vertical-align: top
}

.entry-action .btn-zan:hover {
    cursor: pointer;
}

.sec-panel-head {
    padding-bottom: 15px
}

.sec-panel-head h3 span {
    padding-bottom: 0;
    padding-left  : 0;
    color         : var(--theme-black-color)
}

.sec-panel-head h3 {
    border-bottom: 0;
    font-size    : 22px;
    line-height  : 1
}


.widget_post_hot .item {
    -webkit-box-align: start;
    -ms-flex-align   : start;
    align-items      : start
}

.widget_post_hot .item,
.widget_post_tabs .item,
.widget_post_thumb .item {
    margin       : 0;
    padding      : 15px 0;
    display      : -webkit-box;
    display      : -ms-flexbox;
    display      : flex;
    width        : 100%;
    overflow     : hidden;
    border-bottom: 1px dashed var(--theme-line-color)
}

.widget_post_hot .item:first-child:before {
    top    : .5em;
    content: "TOP 1"
}

.widget_post_hot .item:nth-child(2) {
    margin-top: 15px;
    border-top: 1px dashed var(--theme-line-color)
}

.widget_post_hot .item:first-child:before,
.widget_post_hot .item:nth-child(2):before,
.widget_post_hot .item:nth-child(3):before {
    display           : block;
    width             : auto;
    height            : auto;
    position          : absolute;
    left              : 0;
    top               : 15px;
    z-index           : 1;
    padding           : 3px 6px 3px 4px;
    color             : #fff;
    font-size         : 12px;
    line-height       : 12px;
    font-weight       : 500;
    text-align        : center;
    border-radius     : 0 10px 10px 0;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .2);
    box-shadow        : 0 1px 4px rgba(0, 0, 0, .2);
    background        : -o-linear-gradient(315deg, #f84975 10%, #f36 100%);
    background        : linear-gradient(135deg, #f84975 10%, #f36);
    border            : 0
}

.widget_post_hot .item:nth-child(2):before {
    content   : "TOP 2";
    background: -o-linear-gradient(315deg, #ff7a66 10%, #ff2d2d 100%);
    background: linear-gradient(135deg, #ff7a66 10%, #ff2d2d)
}

.widget_post_hot .item:first-child .item-img {
    width        : 100%;
    border-radius: 0
}

.widget_post_hot .item:first-child .item-img a {
    height: 168px;
}

.widget_post_hot .item-img-inner,
.widget_post_tabs .item-img-inner,
.widget_post_thumb .item-img-inner {
    display: block;
    height : 63px;
}

.widget_post_hot .item-img img,
.widget_post_tabs .item-img img,
.widget_post_thumb .item-img img {
    display           : block;
    width             : 100%;
    height            : 100%;
    -o-object-fit     : cover;
    object-fit        : cover;
    -webkit-transition: all .3s ease-out 0s;
    -o-transition     : all .3s ease-out 0s;
    transition        : all .3s ease-out 0s
}

.widget_post_hot .item:first-child {
    position     : relative;
    display      : block;
    padding      : 0;
    border-radius: 4px;
    overflow     : hidden;
    border-bottom: 0
}

.widget_post_hot .item:first-child .item-content {
    position  : absolute;
    bottom    : 0;
    left      : 0;
    width     : 100%;
    margin    : 0;
    padding   : 30px 10px 15px;
    background: -o-linear-gradient(top, transparent, rgba(0, 0, 0, .7));
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .7))
}

.widget_post_hot .item:first-child .item-title a,
.widget_post_hot .item:first-child .item-title a:hover {
    color: #fff
}

.widget_post_hot .item .item-hot {
    font-size  : 12px;
    line-height: 16px;
    color      : var(--theme-gray-color)
}

.widget_post_hot .item:first-child .item-hot {
    margin-bottom: 5px;
    color        : #fff
}

.widget_post_hot .item-img,
.widget_post_tabs .item-img,
.widget_post_thumb .item-img {
    width            : 100px;
    -ms-flex-negative: 0;
    flex-shrink      : 0;
    overflow         : hidden;
    border-radius    : 4px
}

.widget_post_hot .item-content,
.widget_post_tabs .item-content,
.widget_post_thumb .item-content {
    position         : relative;
    margin-left      : 10px;
    width            : calc(100% - 110px);
    -ms-flex-negative: 1;
    flex-shrink      : 1
}

.widget_post_hot .item-title,
.widget_post_tabs .item-title,
.widget_post_thumb .item-title {
    height            : 38px;
    margin-bottom     : 10px;
    overflow          : hidden;
    -o-text-overflow  : ellipsis;
    text-overflow     : ellipsis;
    -webkit-box-orient: vertical;
    display           : block;
    display           : -webkit-box;
    -webkit-line-clamp: 2;
    line-height       : 1.4
}

ul.page-numbers,
ul.pagination {
    display     : block;
    text-align  : center;
    padding-left: 0 !important;
    margin      : 0 !important
}



ul.pagination>a,
ul.pagination>span {
    padding           : 0;
    vertical-align    : top;
    display           : inline-block;
    font-size         : 13px;
    line-height       : 28px;
    cursor            : pointer;
    -webkit-box-sizing: border-box;
    box-sizing        : border-box;
    text-align        : center;
    margin            : 0 5px !important;
    background-color  : hsla(var(--member-color-hsl), .05);
    min-width         : 30px;
    border-radius     : 2px
}

ul.pagination>span.page_nowindex {
    color     : #fff;
    background: var(--member-color, var(--theme-color, #206be7))
}

.adv_box{
    text-align: center;
    padding: 10px auto;
}

.adv_box img{
    max-width: 100%;
}

@media (max-width: 991px) and (max-width:767px) {
    .navbar-toggle {
        display           : block;
        margin            : 7px 0 0;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition     : all .3s ease-out 0s;
        transition        : all .3s ease-out 0s
    }

    .navbar-collapse.collapse {
        display: none !important
    }

    .icon-bar {
        -webkit-transition: all .3s ease-out .3s;
        -o-transition     : all .3s ease-out .3s;
        transition        : all .3s ease-out .3s;
        background        : var(--theme-el-bg-color)
    }

    #wrap {
        padding-top: 50px;
        overflow   : hidden
    }

    .main {
        width: auto;
        float: none !important
    }

    .sidebar {
        display: none
    }

    .main-slider {
        width : 100%;
        height: auto;
        float : none !important
    }


    .slider-wrap {
        margin: -20px -15px 30px
    }

    .main-slider {
        border-radius: 0
    }

    .slider-wrap {
        display      : block;
        margin-bottom: 10px
    }

    .entry-content-slider .swiper-button-next,
    .entry-content-slider .swiper-button-prev,
    .slider-wrap .swiper-button-next,
    .slider-wrap .swiper-button-prev {
        display: none
    }

    .swiper-slide img {
        height: 214px;
    }

    .feature-post {
        display          : -webkit-box;
        display          : -ms-flexbox;
        display          : flex;
        width            : 100%;
        margin           : 15px 0 0;
        float            : none !important;
        -webkit-box-align: start;
        -ms-flex-align   : start;
        align-items      : flex-start
    }

    .feature-post li {
        width            : 50%;
        height           : auto;
        -ms-flex-negative: 1;
        flex-shrink      : 1
    }

    .feature-post li:first-child {
        margin-right : 15px;
        margin-bottom: 0
    }

    .feature-post img {
        height: auto
    }

    .feature-post {
        padding: 0 15px
    }

    .post-loop-default .item-excerpt {
        display: none
    }

    .post-loop-default .item-title {
        font-size  : 17px;
        line-height: 1.4;
        font-weight: 400
    }

    .post-loop-default .item-img {
        width: 33%
    }

    .post-loop-default .item-meta .author,
    .post-loop-default .item-meta .comments,
    .post-loop-default .item-meta .likes,
    .post-loop-default .item-meta .stars {
        display: none
    }

    .navbar-on {
        -webkit-transition: all .3s ease-out 0s;
        -o-transition     : all .3s ease-out 0s;
        transition        : all .3s ease-out 0s;
        position          : fixed;
        top               : 0;
        left              : 0;
        right             : 0;
        bottom            : 0;
        overflow          : hidden;
        -webkit-transform : translateX(80%);
        -ms-transform     : translateX(80%);
        transform         : translateX(80%)
    }

    .navbar-on .navbar-toggle {
        position          : fixed;
        top               : 0;
        z-index           : 1000;
        right             : 100%;
        background        : 0 0 !important;
        border            : 0 !important;
        margin-top        : 8px;
        color             : #fff;
        -webkit-transition: all .3s ease-out 0s;
        -o-transition     : all .3s ease-out 0s;
        transition        : all .3s ease-out 0s
    }

    .navbar-on .icon-bar-1 {
        margin-bottom    : 0;
        -webkit-transform: rotate(-45deg) translate(-5px, 5px);
        -ms-transform    : rotate(-45deg) translate(-5px, 5px);
        transform        : rotate(-45deg) translate(-5px, 5px)
    }

    .navbar-on .icon-bar-2 {
        opacity: 0
    }

    .navbar-on .icon-bar-3 {
        -webkit-transform: rotate(45deg) translate(-5px, -5px);
        -ms-transform    : rotate(45deg) translate(-5px, -5px);
        transform        : rotate(45deg) translate(-5px, -5px)
    }

    .navbar-collapse {
        position          : fixed !important;
        bottom            : 0;
        top               : 0;
        right             : 100%;
        z-index           : 998;
        padding           : 50px 0;
        width             : 80%;
        height            : 100% !important;
        margin            : 0 !important;
        background        : var(--theme-color);
        -webkit-transition: all .3s ease-out 0s;
        -o-transition     : all .3s ease-out 0s;
        transition        : all .3s ease-out 0s;
        overflow          : auto;
        border            : 0
    }

    body>header.header .primary-menu {
        margin : 0;
        float  : none !important;
        display: flex;
    }

    .navbar-on .navbar-collapse {
        display   : block !important;
        overflow-y: auto
    }

    .navbar-action {
        float   : none !important;
        margin  : 0;
        height  : auto;
        padding : 20px 0 30px;
        overflow: hidden
    }

    .navbar-action #j-user-wrap {
        display         : -webkit-box;
        display         : -ms-flexbox;
        display         : flex;
        width           : 100%;
        padding         : 20px;
        margin          : 0;
        -webkit-box-pack: justify;
        -ms-flex-pack   : justify;
        justify-content : space-between
    }


    .navbar-on .navbar-on-shadow {
        position  : fixed;
        z-index   : 10000000000;
        width     : 100%;
        height    : 100%;
        left      : 0;
        top       : 0;
        content   : "";
        background: rgba(0, 0, 0, .3)
    }

    body>header.header .menu-item {
        width: 50%;
        float: left;
    }

    body>header.header .menu-item a {
        display      : block !important;
        padding      : 0 20px;
        font-weight  : 400;
        line-height  : 48px !important;
        color        : #fff;
        border-bottom: 1px solid rgba(0, 0, 0, .05)
    }

    .navbar-search {
        position  : relative;
        display   : block !important;
        width     : 100%;
        padding   : 0 20px;
        height    : auto;
        border    : 0;
        background: 0 0
    }

    .navbar-search-inner {
        width   : 100%;
        position: relative
    }

    .navbar-search-input {
        width      : 100%;
        height     : 36px;
        padding    : 5px 10px;
        line-height: 20px;
        margin     : 0;
        color      : #333 !important;
        background : #fff;
        border     : 1px solid #fff
    }

    .icon-close {
        display: none !important
    }

    .navbar-search-btn {
        position   : absolute;
        right      : 10px;
        top        : 0;
        line-height: 36px;
        color      : var(--theme-gray-color) !important
    }

    .navbar-action .publish {
        margin          : 0 20px;
        padding         : 8px 30px;
        line-height     : 22px;
        color           : #fff;
        border          : 0;
        display         : block;
        text-align      : center;
        border-radius   : 0;
        background-color: rgba(255, 255, 255, .1) !important
    }

    .navbar-action .login {
        width      : 48%;
        margin     : 20px;
        padding    : 8px 30px !important;
        line-height: 22px;
        text-align : center;
        color      : rgba(255, 255, 255, .8);
        background : rgba(255, 255, 255, .1)
    }

    .navbar-action .login.cur {
        margin: 0
    }

    .navbar-search-icon {
        display: none !important
    }

    .navbar-action .login:first-child:after {
        opacity: 0
    }

    .navbar-search-input::-webkit-input-placeholder {
        color: var(--theme-gray-color);
    }

    .navbar-search-input::-moz-placeholder {
        color: var(--theme-gray-color);
    }

    .navbar-search-input::-moz-placeholder {
        color: var(--theme-gray-color);
    }

    .navbar-search-input::-ms-input-placeholder {
        color: var(--theme-gray-color);
    }

    body>header.header .logo {
        height:50px
    }

}

@media (min-width: 992px) {
    .navbar-toggle {
        display: none
    }
}