@charset "UTF-8";

/*!
 * Theme Name: 		qsyrapid blog
 * Theme URI: 		https://www.wbolt.com/
 * Author: 			wbolt team
 * Author URI: 		http://www.wbolt.com
 * Description: 	qsyrapid blog 自定义博客主题
 * Tags:            博客主题, Blog, 免费主题, 响应式, SEO, 百度推送, 百度
 * Text Domain: 	闪电博
 *
 * License: GNU General Public License v3.0 or later
 * License URI: https://www.gnu.org/licenses/gpl-3.0.html
 */
.ib,
.rec-ul .rec-btn,
.rec-ul .rec-cover,
.rec-ul .rec-name,
.rec-ul .rec-price,
.recDl,
.recDl dd,
.recDl dt,
.recUl,
.recUl li,
.rmb,
.wb-navigation a,
.wb-navigation span,
.wb-navigation strong {
    display: inline-block
}

.mediaBox,
.mediaBox .desText,
.mediaBox dd,
.rec-desBox,
.rec-desBox .desText,
.rec-desBox dd {
    overflow: hidden
}

.gallery-caption,
.wp-caption {
    color: var(--baseFontColor, #666);
    font-style: italic;
    max-width: 100%;
    margin: 0;
    padding: 0
}

.wp-caption img[class*=wp-image-] {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.wp-caption .wp-caption-text {
    margin: 15px 0
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    height: 1px;
    overflow: hidden;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important
}

.bypostauthor {
    font-size: inherit
}

.alignleft {
    display: inline;
    float: left;
    margin-right: 15px
}

.alignright {
    display: inline;
    float: right;
    margin-left: 15px
}

.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.gallery {
    margin-bottom: 20px;
    margin-left: -4px
}

.gallery-item {
    float: left;
    margin: 0 4px 4px 0;
    overflow: hidden;
    position: relative
}

.gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-2 figure.gallery-item:nth-of-type(2n+1),
.widget-area .gallery-columns-3 figure.gallery-item:nth-of-type(3n+1),
.widget-area .gallery-columns-4 figure.gallery-item:nth-of-type(4n+1),
.widget-area .gallery-columns-5 figure.gallery-item:nth-of-type(5n+1),
.widget-area .gallery-columns-6 figure.gallery-item:nth-of-type(6n+1),
.widget-area .gallery-columns-7 figure.gallery-item:nth-of-type(7n+1),
.widget-area .gallery-columns-8 figure.gallery-item:nth-of-type(8n+1),
.widget-area .gallery-columns-9 figure.gallery-item:nth-of-type(9n+1) {
    clear: left
}

.gallery-caption {
    background-color: rgba(0, 0, 0, .7);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 14px;
    line-height: 1.3;
    margin: 0;
    max-height: 50%;
    opacity: 0;
    padding: 2px 8px;
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: left;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    width: 100%
}

.gallery-caption:before {
    -webkit-box-shadow: 0 -10px 15px #000 inset;
    box-shadow: 0 -10px 15px #000 inset;
    content: "";
    height: 100%;
    min-height: 49px;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.gallery-item:hover .gallery-caption {
    opacity: 1
}

.wp-editor {
    background-color: #fff;
    margin: 20px
}

.widget ul:not([class]) li {
    margin-left: 20px;
    font-size: 14px;
    list-style: disc
}

.widget ul:not([class]) li+li {
    margin-top: 5px
}

blockquote,
body,
code,
dd,
div,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset,
img {
    border: 0 none
}

address,
caption,
cite,
code,
dfn,
em,
i,
strong,
th,
var {
    font-style: normal;
    font-weight: 400
}

ol,
ul {
    list-style: none
}

caption,
th {
    text-align: left
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
    font-weight: 400
}

q:after,
q:before {
    content: ''
}

abbr,
acronym {
    border: 0;
    font-variant: normal
}

sup {
    vertical-align: text-top
}

sub {
    vertical-align: text-bottom
}

button,
input,
option,
select,
textarea {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    color: inherit
}

legend {
    color: #000
}

*,
a,
input {
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
    -webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
    outline: 0 !important
}

.cf:after,
.form-box .form-group:after {
    content: "";
    display: table;
    clear: both
}

.cf,
.form-box .form-group {
    zoom: 1
}

.fl {
    float: left
}

.fr {
    float: right
}

.ov-h {
    overflow: hidden
}

.txtLeft {
    text-align: left
}

.txtCenter {
    text-align: center
}

.txtRight {
    text-align: right
}

.darkFont {
    color: #333
}

.lightFont {
    color: #c3c3c3
}

.wk {
    color: #999
}

.pst-r {
    position: relative
}

.pst-a {
    position: absolute
}

.pst-f {
    position: fixed
}

.sppd {
    padding: 15px
}

.sppd-h {
    padding-right: 15px;
    padding-left: 15px
}

.sppd-v {
    padding-top: 15px;
    padding-bottom: 15px
}

.sppd-right {
    padding-right: 15px
}

.sppd-left {
    padding-left: 15px
}

.sppd-top {
    padding-top: 15px
}

.sppd-bottom {
    padding-bottom: 15px
}

.sppd-reset {
    padding: 0
}

.sppd-db {
    padding: 30px
}

.sppd-right-db {
    padding-right: 30px
}

.sppd-left-db {
    padding-left: 30px
}

.sppd-top-db {
    padding-top: 30px
}

.sppd-bottom-db {
    padding-bottom: 30px
}

.spmg {
    margin: 15px
}

.spmg-h {
    margin-right: 15px;
    margin-left: 15px
}

.spmg-v {
    margin-top: 15px;
    margin-bottom: 15px
}

.spmg-right {
    margin-right: 15px
}

.spmg-left {
    margin-left: 15px
}

.spmg-top {
    margin-top: 15px
}

.spmg-bottom {
    margin-bottom: 15px
}

.mb {
    margin-bottom: 15px
}

.spmg-db {
    margin: 30px
}

.spmg-right-db {
    margin-right: 30px
}

.spmg-left-db {
    margin-left: 30px
}

.spmg-top-db {
    margin-top: 30px
}

.spmg-bottom-db {
    margin-bottom: 30px
}

.spmg-v-db {
    margin-top: 30px;
    margin-bottom: 30px
}

.spmg-h-db {
    margin-left: 30px;
    margin-right: 30px
}

.spLine {
    border-top: solid 1px var(--baseBgColor, #ebebeb);
    height: 15px;
    margin-top: 15px
}

.spLine-dot {
    border-top: dashed 1px var(--baseBgColor, #ebebeb);
    height: 15px;
    margin-top: 15px
}

.w100 {
    width: 100%
}

.w5 {
    width: 5%
}

.w10 {
    width: 10%
}

.w15 {
    width: 15%
}

.w20 {
    width: 20%
}

.w25 {
    width: 25%
}

.w30 {
    width: 30%
}

.w33 {
    width: 33.33%
}

.w35 {
    width: 35%
}

.w40 {
    width: 40%
}

.w45 {
    width: 45%
}

.w50 {
    width: 50%
}

.w55 {
    width: 55%
}

.w60 {
    width: 60%
}

.w70 {
    width: 70%
}

.w75 {
    width: 75%
}

.w80 {
    width: 80%
}

.w90 {
    width: 90%
}

.hl {
    color: #f70
}

.rmb {
    font-family: Arial;
    margin-right: 3px
}

.hide {
    display: none
}

.show {
    display: block
}

.link {
    color: var(--mainColor, #397af9)
}

.sticky-top {
    position: sticky;
    position: -webkit-sticky;
    top: 0
}

.admin-bar .sticky-top {
    top: 32px
}

.table {
    width: 100%
}

.table td,
.table th {
    padding: 15px
}

.table-fixed {
    table-layout: fixed
}

.table-border td,
.table-border th {
    border: 1px solid #f5f5f5
}

.thead th,
thead th {
    font-weight: 400;
    color: #999
}

.table-list th {
    color: #999
}

.table-list tr {
    border-bottom: 1px solid #f5f5f5
}

.table-hover tbody tr:hover>td {
    background-color: var(--baseBgColor, #fbfbfb)
}

.table-striped tbody>tr:nth-child(even)>td {
    background-color: #f9f9f9
}

.table-line th {
    background-color: #fff;
    color: #999;
    font-weight: 400
}

.table-line td,
.table-line th {
    border-top: 1px solid #f5f5f5
}

.table-line thead:first-child tr:first-child td,
.table-line thead:first-child tr:first-child th {
    border-top: 0
}

svg.wb-icon {
    stroke-width: 0;
    stroke: currentColor
}

.wb-icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle
}

.rec-desBox .kw,
.rec-desBox dt {
    float: left;
    margin-right: 10px
}

.mediaBox .media,
.mediaBox dt {
    float: left;
    margin-right: 10px
}

.media-pic {
    float: left
}

.media-body {
    overflow: hidden
}

.rec-ul {
    overflow: hidden
}

.rec-ul li {
    float: left;
    width: 20%;
    text-align: center;
    position: relative
}

.rec-ul .rec-name {
    padding: 0 15px;
    margin-bottom: 10px;
    line-height: 1.2em;
    height: 2.4em;
    overflow: hidden
}

.rec-ul .rec-cover {
    border: 1px solid var(--baseBgColor, #ebebeb);
    width: 140px;
    height: 140px;
    margin-bottom: 10px
}

.rec-ul .rec-cover img {
    max-width: 100%
}

.rec-ul .rec-price {
    margin-bottom: 10px
}

.rec-ul-bull {
    overflow: hidden
}

.rec-ul-bull li {
    text-indent: 12px;
    position: relative
}

.rec-ul-bull li:before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--baseFontColor, #666);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px
}

.rec-ul-bull li a {
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.wb-navigation {
    line-height: 36px;
    color: var(--baseFontColor, #666);
    text-align: center;
    font-size: 0
}

.wb-navigation a,
.wb-navigation span,
.wb-navigation strong {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-size: 12px;
    vertical-align: middle;
    margin-right: 20px;
    min-width: 36px;
    background-color: #fff;
    height: 36px;
    text-align: center;
    line-height: 36px;
    border-radius: 14px;
    padding-left: 5px;
    padding-right: 5px
}

.wb-navigation a {
    color: var(--baseFontColor, #666)
}

.wb-navigation a:hover {
    border-color: var(--mainColor, #397af9)
}

.wb-navigation .current {
    background: #fff;
    color: var(--mainColor, #397af9);
    font-weight: 700;
    line-height: 32px;
    color: var(--mainColor, #397af9)
}

.wb-navigation .next,
.wb-navigation .prev {
    padding: 0 15px;
    background-color: #ebf8ff;
    color: var(--mainColor, #397af9)
}

.wb-navigation .next:active,
.wb-navigation .next:hover,
.wb-navigation .prev:active,
.wb-navigation .prev:hover {
    background-color: var(--mainColor, #397af9);
    color: #fff
}

.articles-list~.wb-navigation {
    margin-top: 20px
}

.articles-list~.pagination-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
}

.pagination-wrap .page-numbers {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.com-popover {
    display: none;
    background-color: #fff;
    position: fixed;
    min-width: 250px;
    min-height: 160px;
    z-index: 1001;
    -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1);
    border-radius: 5px
}

.com-popover .hd {
    padding: 10px;
    line-height: 1;
    font-size: 16px;
    font-weight: 700;
    position: relative;
    min-height: 16px
}

.com-popover .wb-ppo-close {
    width: 14px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px;
    z-index: 3
}

.com-popover .wb-ppo-close svg {
    fill: #999;
    width: 14px;
    height: 14px
}

.com-popover .bd {
    padding: 10px
}

.com-popover .ft {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.com-popover .ft .btn {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-left: 5px;
    margin-right: 5px
}

.com-popover .ft .btn:first-child {
    margin-left: 25px
}

.com-popover .ft .btn:last-child {
    margin-right: 25px
}

.com-popover .msg {
    text-align: center;
    font-size: 16px
}

.com-popover .btn {
    height: 32px;
    line-height: 32px;
    font-size: 12px
}

.com-popover .btn.btn-outlined {
    line-height: 28px
}

.pst-fixed {
    position: fixed !important;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.pst-c {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.pst-r {
    position: absolute;
    right: 15px;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.pst-l {
    position: absolute;
    left: 15px;
    -webkit-transform: translate(0, 0) !important;
    -ms-transform: translate(0, 0) !important;
    transform: translate(0, 0) !important;
    -webkit-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important
}

.toast {
    padding: 10px;
    white-space: nowrap;
    background-color: #ccc;
    background-color: rgba(0, 0, 0, .7);
    border-radius: 3px;
    color: #fff;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%);
    -webkit-transform: translate3d(-50%, -120%, 0);
    transform: translate3d(-50%, -120%, 0)
}

.wb-mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0);
    z-index: 1000;
    -webkit-transition: background-color .3s cubic-bezier(.31, 1, .34, 1);
    transition: background-color .3s cubic-bezier(.31, 1, .34, 1)
}

.wb-mask.mask-active {
    background-color: rgba(0, 0, 0, .6)
}

@media (max-width:768px) {
    .com-popover {
        position: fixed !important;
        top: 50% !important;
        width: 300px !important;
        -webkit-transform: translate3d(-50%, -50%, 0) !important;
        transform: translate3d(-50%, -50%, 0) !important;
        left: 50% !important
    }

    .com-popover:after,
    .com-popover:before {
        display: none !important
    }
}

.bread-crumbs {
    text-align: left;
    line-height: 54px;
    font-size: 12px;
    color: #999
}

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

.bread-crumbs a,
.bread-crumbs i,
.bread-crumbs strong {
    display: inline-block;
    vertical-align: middle
}

.bread-crumbs a {
    color: #999
}

.bread-crumbs i {
    text-indent: 0
}

.bread-crumbs strong {
    font-weight: 400;
    color: var(--baseFontColor, #666)
}

@media (max-width:768px) {
    .bread-crumbs {
        line-height: 44px;
        margin-left: 10px;
        margin-right: 10px
    }
}

.wb-dialog-df {
    opacity: 0;
    -webkit-transform: translate(-50%, -40%);
    -ms-transform: translate(-50%, -40%);
    transform: translate(-50%, -40%);
    -webkit-transform: translate3d(-50%, -40%, 0);
    transform: translate3d(-50%, -40%, 0);
    -webkit-transition-property: opacity, -webkit-transform;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
    color: #000
}

.wb-dialog-df.wb-fadein {
    opacity: 1;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    display: block
}

.wb-dialog-df.wb-fadeout {
    opacity: 0;
    -webkit-transition-duration: .3s;
    transition-duration: .3s;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

@-webkit-keyframes circleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .4
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

@keyframes circleIn {
    0% {
        -webkit-transform: scale(0);
        transform: scale(0);
        opacity: .4
    }

    100% {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 0
    }
}

.btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    height: 43px;
    line-height: 43px;
    min-width: 80px;
    padding: 0 10px;
    font-size: 14px;
    font-weight: 500;
    color: inherit;
    text-align: center;
    white-space: nowrap;
    cursor: pointer;
    background-color: #fff;
    border-radius: 5px;
    text-decoration: none;
    border: 0 none
}

.wb-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 32px;
    height: 32px;
    font-size: 14px;
    border-radius: 3px;
    min-width: 76px;
    padding: 0 10px;
    text-align: center;
    border: 0 none;
    cursor: pointer;
    text-decoration: none;
    position: relative;
    overflow: hidden
}

.wb-btn:before {
    content: '';
    width: 200px;
    height: 200px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    top: 50%;
    left: 50%;
    margin-top: -100px;
    margin-left: -100px;
    display: none
}

.wb-btn:hover:before {
    -webkit-animation: circleIn .3s linear;
    animation: circleIn .3s linear;
    display: block;
    animation-fill-mode: forwards;
    -webkit-animation-fill-mode: forwards
}

.btn-primary {
    color: #fff;
    background-color: var(--mainColor, #397af9)
}

.btn-primary:hover {
    color: #fff;
    background-color: var(--mainColorHover, #2069f8)
}

.btn-primary:active {
    color: #fff;
    background-color: var(--mainColorHover, #2069f8)
}

.btn-outlined {
    display: inline-block;
    border-radius: 3px;
    border: 2px solid var(--mainColor, #397af9);
    text-align: center;
    color: var(--mainColor, #397af9);
    font-size: 0
}

.btn-outlined svg {
    fill: var(--mainColor, #397af9)
}

.btn-outlined span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px
}

.btn-outlined svg+span {
    margin-left: 6px
}

.btn-outlined:active,
.btn-outlined:hover {
    background-color: var(--mainColor, #397af9);
    color: #fff
}

.btn-outlined:active svg,
.btn-outlined:hover svg {
    fill: #fff
}

.form-box dd,
.form-box dt {
    float: left
}

.form-box .form-group {
    padding-bottom: 20px
}

.form-box input {
    vertical-align: middle
}

.form-box .btn-bar {
    padding-left: 127px
}

.form-box .tip-txt {
    padding: 10px;
    font-size: 12px
}

.form-control {
    background-color: var(--baseBgColor, #fbfbfb);
    border: 1px solid var(--baseBgColor, #ebebeb);
    text-indent: 10px;
    height: 38px
}

.form-control::-webkit-input-placeholder {
    color: #999
}

.form-control:-ms-input-placeholder {
    color: #999
}

.form-control::-ms-input-placeholder {
    color: #999
}

.form-control::placeholder {
    color: #999
}

@media (max-width:768px) {
    .form-box .form-group dt {
        padding-left: 20px
    }
}

.tab-cont {
    display: none
}

.tab-cont.current {
    display: block
}

.adbanner-block {
    display: block
}

.adbanner-block .adbn-img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.adbanner-block.under-list-title {
    margin-top: 15px;
    margin-bottom: 15px
}

.header {
    width: 100%;
    position: relative;
    z-index: 100;
    height: 191px;
    background-color: #f7f7f7;
    -webkit-user-select: none;
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position-x: 60%;
    background-position-y: top;
    overflow: hidden
}

.header .mask-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 2
}

.header .logo {
    max-width: 160px
}

.header .logo strong {
    font-size: 28px;
    font-weight: 700;
    color: #397af9;
    text-transform: uppercase;
    max-width: 7em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.header .search-form {
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -20px;
    z-index: 5;
    width: 560px
}

.header .inner {
    height: 191px;
    position: relative;
    z-index: 5
}

.header .bg-header {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1
}

.header .bg-header img {
    max-width: 100%;
    min-height: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-46%, -50%);
    -ms-transform: translate(-46%, -50%);
    transform: translate(-46%, -50%)
}

.logo {
    position: relative;
    height: 191px;
    z-index: 5
}

.logo a {
    position: relative;
    display: block;
    height: 191px;
    overflow: hidden;
    line-height: 191px;
    font-weight: 700;
    color: #397af9;
    font-size: 0
}

.logo img {
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    max-width: 100%
}

.search-form {
    position: relative;
    height: 40px
}

.search-form .form-control {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 40px 0 18px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    z-index: 1;
    font-size: 14px;
    border-radius: 40px;
    color: #333;
    border: 0 none
}

.search-form .form-control::-webkit-input-placeholder {
    color: #999
}

.search-form .form-control:-ms-input-placeholder {
    color: #999
}

.search-form .form-control::-ms-input-placeholder {
    color: #999
}

.search-form .form-control::placeholder {
    color: #999
}

.search-form .btn-search {
    background: 0 0;
    width: 38px;
    height: 38px;
    position: absolute;
    top: 0;
    right: 0;
    border: 0 none;
    border-radius: 38px;
    background-color: #397af9;
    z-index: 2;
    padding: 0;
    vertical-align: middle;
    text-align: center;
    color: var(--baseFontColor, #666);
    cursor: pointer
}

.search-form .btn-search:active,
.search-form .btn-search:focus {
    outline: 0
}

.search-form .btn-search:active,
.search-form .btn-search:hover {
    background-color: var(--mainColorHover, #2069f8)
}

.search-form .btn-search:active svg,
.search-form .btn-search:hover svg {
    fill: #fff
}

.search-form svg {
    fill: #fff
}

.search-form .form-control:focus {
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn-nav {
    display: none;
    width: 16px;
    height: 14px;
    line-height: 1;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -17px;
    border-radius: 18px
}

.btn-nav::after,
.btn-nav::before {
    content: '';
    display: block;
    height: 2px;
    width: 16px;
    background-color: #999;
    position: absolute;
    right: 10px;
    border-radius: 2px;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-nav::before {
    top: 10px
}

.btn-nav::after {
    bottom: 10px
}

.btn-nav:active {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    background-color: #f2f2f2
}

.btn-nav i {
    display: block;
    height: 2px;
    border-radius: 2px;
    position: relative;
    margin-top: 6px;
    font-size: 0
}

.btn-nav i::after,
.btn-nav i::before {
    content: '';
    display: block;
    height: 2px;
    width: 16px;
    border-radius: 2px;
    background-color: #999;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out
}

.btn-search-m {
    width: 16px;
    height: 16px;
    padding: 10px;
    position: absolute;
    top: 50%;
    right: 36px;
    margin-top: -18px;
    border-radius: 18px
}

.btn-search-m svg {
    display: block;
    fill: #999
}

.btn-search-m:active {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    background-color: #f2f2f2
}

@media (max-width:800px) {
    .header .logo {
        height: 60px
    }

    .header .logo strong {
        display: block
    }

    .header .inner>.search-form {
        right: 10px;
        width: 240px
    }
}

@media (max-width:768px) {
    .header {
        height: 60px;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        background-image: none !important;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05)
    }

    .header .inner {
        height: 60px
    }

    .header .inner>.search-form {
        width: 180px
    }

    .header .logo {
        margin-left: 10px
    }

    .header .logo a {
        height: 60px
    }

    .header .logo img {
        max-width: 100px
    }

    .header .logo strong {
        height: 60px;
        line-height: 60px;
        font-size: 18px
    }

    .btn-nav {
        display: block
    }

    .nav-top .nav>li:nth-child(n+4) {
        display: block
    }

    .nav-top .nav>li:last-child {
        display: inline-block !important
    }

    .top-links {
        display: none
    }
}

@media screen and (min-width:768px) and (max-width:1020px) {
    .header {
        height: 60px;
        position: sticky;
        position: -webkit-sticky;
        top: 0;
        background-image: none !important;
        -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, .05);
        box-shadow: 0 1px 3px rgba(0, 0, 0, .05)
    }
}

.footer {
    text-align: left;
    color: rgba(255, 255, 255, .7);
    background-color: #fff;
    width: 100%;
    margin-top: 50px;
    border-top: 1px solid #eee
}

.footer .pw {
    padding: 14px 0 30px
}

.footer a {
    color: #666
}

.footer a:hover {
    color: #4d4d4d
}

.footer .social-icons {
    font-size: 0;
    margin-top: 15px
}

.footer .social-icons a {
    height: 32px;
    display: inline-block;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 15px
}

.footer .social-icons a:hover svg {
    fill: #878787
}

.footer .social-icons svg {
    width: 32px;
    height: 32px;
    fill: #999;
    -webkit-transition: fill .3s cubic-bezier(.31, 1, .34, 1);
    transition: fill .3s cubic-bezier(.31, 1, .34, 1)
}

.footer .with-popover {
    position: relative
}

.footer .with-popover:hover .popover-img {
    display: block
}

.footer .popover-img {
    display: none;
    width: 120px;
    background-color: #fff;
    border-radius: 5px;
    top: -5px;
    left: 50%;
    -webkit-transform: translate(-50%, -100%);
    -ms-transform: translate(-50%, -100%);
    transform: translate(-50%, -100%);
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom;
    position: absolute;
    -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1)
}

.footer .popover-img::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1);
    -webkit-transform: rotate(-45deg) translate(-50%, 0);
    -ms-transform: rotate(-45deg) translate(-50%, 0);
    transform: rotate(-45deg) translate(-50%, 0);
    left: 50%;
    margin-left: -3px;
    bottom: 0;
    z-index: 0
}

.footer .popover-img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px
}

.footer .popover-img img {
    position: relative;
    display: block;
    width: 90%;
    height: auto;
    margin: 5%;
    z-index: 3
}

.nav-footer {
    position: absolute;
    right: 0;
    top: 14px;
    font-size: 14px;
    line-height: 22px;
    color: #666
}

.nav-footer li {
    display: inline-block
}

.nav-footer li:first-child a::before {
    display: none
}

.nav-footer li a {
    display: inline-block;
    padding: 5px 0;
    line-height: 1
}

.nav-footer li a::before {
    content: "|";
    color: #666 !important;
    margin: 0 10px
}

.copyright {
    color: #666;
    line-height: 22px
}

@media (max-width:768px) {
    .footer {
        margin-top: 0
    }

    .copyright {
        margin-left: 10px;
        margin-right: 10px;
        text-align: left
    }

    .nav-footer {
        position: relative;
        top: auto;
        right: auto;
        padding: 0 10px
    }
}

.nav-top {
    position: relative;
    z-index: 2;
    white-space: nowrap
}

.nav-top .nav>li {
    padding: 0 15px;
    line-height: 68px;
    position: relative;
    display: inline-block;
    font-size: 0
}

.nav-top .nav>li:nth-of-type(n+9) {
    display: none
}

.nav-top .nav>li>a {
    display: inline-block;
    font-size: 16px;
    vertical-align: middle
}

.nav-top .nav>li.menu-item-has-children::after {
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    border-left: 2px solid var(--baseFontColor, #666);
    border-bottom: 2px solid var(--baseFontColor, #666);
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    margin-left: 6px;
    z-index: 5;
    -webkit-transition: all .3s cubic-bezier(.31, 1, .34, 1);
    transition: all .3s cubic-bezier(.31, 1, .34, 1)
}

.nav-top .nav>li:hover>a {
    color: #397af9
}

.nav-top .nav>li:hover .sub-menu.lv-0 {
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-transform: translate(-50%, 0) scale(1);
    -ms-transform: translate(-50%, 0) scale(1);
    transform: translate(-50%, 0) scale(1);
    visibility: visible;
    -webkit-transition: all .3s cubic-bezier(.31, 1, .34, 1);
    transition: all .3s cubic-bezier(.31, 1, .34, 1);
    opacity: 1
}

.nav-top .nav>li:hover::after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
    border-left: 2px solid #397af9;
    border-bottom: 2px solid #397af9;
    margin-top: 3px
}

.nav-top .more-items {
    display: inline-block !important;
    text-align: center
}

.nav-top .more-items em {
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #999;
    margin: 0 5px 0 0
}

.sub-menu {
    opacity: 0;
    visibility: hidden;
    min-width: 110px;
    max-width: 180px;
    background-color: #fff;
    padding: 15px 5px;
    position: absolute;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1);
    -webkit-transform: translate(-50%, 0) scale(0);
    -ms-transform: translate(-50%, 0) scale(0);
    transform: translate(-50%, 0) scale(0);
    -webkit-transition: all .3s cubic-bezier(.31, 1, .34, 1) .3s;
    transition: all .3s cubic-bezier(.31, 1, .34, 1) .3s;
    left: 50%;
    top: 60px;
    z-index: 997
}

.sub-menu::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 5px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1);
    box-shadow: 0 0 9px 3px rgba(0, 0, 0, .1);
    -webkit-transform: rotate(45deg) translate(-50%, 0);
    -ms-transform: rotate(45deg) translate(-50%, 0);
    transform: rotate(45deg) translate(-50%, 0);
    left: 50%;
    top: 0;
    z-index: 0;
    margin-left: -3px
}

.sub-menu::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #fff;
    border-radius: 5px
}

.sub-menu li {
    line-height: 26px;
    position: relative;
    z-index: 2;
    text-align: center
}

.sub-menu a {
    font-size: 14px;
    display: block;
    text-align: left;
    margin-left: 10px;
    margin-right: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.sub-menu.lv-1 {
    -webkit-transform: translate(120%, -50%) scale(1);
    -ms-transform: translate(120%, -50%) scale(1);
    transform: translate(120%, -50%) scale(1);
    left: 0;
    top: 50%;
    z-index: 1;
    -webkit-transition: all .3s ease .1s;
    transition: all .3s ease .1s
}

.sub-menu.lv-1::before {
    -webkit-transform: rotate(45deg) translate(-50%, -50%);
    -ms-transform: rotate(45deg) translate(-50%, -50%);
    transform: rotate(45deg) translate(-50%, -50%);
    -webkit-transform-origin: left center;
    -ms-transform-origin: left center;
    transform-origin: left center;
    left: 0;
    top: 50%;
    z-index: 0
}

.nav-top .sub-menu.lv-0 li:hover .sub-menu.lv-1 {
    display: block;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
    transform-origin: 50% 0;
    margin-left: 10px;
    visibility: visible;
    -webkit-transform: translate(100%, -50%) scale(1);
    -ms-transform: translate(100%, -50%) scale(1);
    transform: translate(100%, -50%) scale(1);
    -webkit-transition: all .3s ease 0s;
    transition: all .3s ease 0s;
    opacity: 1
}

.nav-top-m {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #333;
    overflow-y: auto;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    width: 290px;
    padding-top: 65px;
    padding-left: 20px;
    padding-right: 20px;
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
    z-index: 1001;
    -webkit-transition: -webkit-transform .3s cubic-bezier(.31, 1, .34, 1);
    transition: -webkit-transform .3s cubic-bezier(.31, 1, .34, 1);
    transition: transform .3s cubic-bezier(.31, 1, .34, 1);
    transition: transform .3s cubic-bezier(.31, 1, .34, 1), -webkit-transform .3s cubic-bezier(.31, 1, .34, 1)
}

.nav-top-m .search-form {
    position: relative;
    width: auto;
    top: auto;
    right: auto;
    margin-top: 0
}

.nav-top-m .search-form .form-control {
    background-color: #fff
}

.nav-top-m .btn-close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 20px 10px 10px;
    z-index: 1002
}

.nav-top-m .btn-close::before {
    content: '';
    width: 36px;
    height: 36px;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 18px;
    -webkit-transition: background-color .3s cubic-bezier(.31, 1, .34, 1);
    transition: background-color .3s cubic-bezier(.31, 1, .34, 1)
}

.nav-top-m .btn-close:active::before {
    background-color: rgba(255, 255, 255, .05)
}

.nav-top-m .btn-close svg {
    fill: #999
}

.nav-m {
    margin-top: 15px;
    max-height: calc(100vh - 200px);
    overflow-y: auto
}

.nav-m>li>a {
    display: inline-block;
    padding: 10px;
    vertical-align: middle
}

.nav-m a {
    display: block;
    line-height: 22px;
    font-size: 16px
}

.nav-m>li>.sub-menu-m {
    padding-left: 16px;
    font-size: 16px
}

.nav-m>li>.sub-menu-m a {
    padding: 10px;
    color: #999
}

.nav-m .nav-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    vertical-align: middle;
    padding: 10px;
    margin: -10px;
    -webkit-transition: background-color .3s cubic-bezier(.31, 1, .34, 1), -webkit-transform .3s cubic-bezier(.31, 1, .34, 1);
    transition: background-color .3s cubic-bezier(.31, 1, .34, 1), -webkit-transform .3s cubic-bezier(.31, 1, .34, 1);
    transition: transform .3s cubic-bezier(.31, 1, .34, 1), background-color .3s cubic-bezier(.31, 1, .34, 1);
    transition: transform .3s cubic-bezier(.31, 1, .34, 1), background-color .3s cubic-bezier(.31, 1, .34, 1), -webkit-transform .3s cubic-bezier(.31, 1, .34, 1);
    background-color: rgba(255, 255, 255, 0);
    border-radius: 18px
}

.nav-m .nav-arrow:active {
    background-color: rgba(255, 255, 255, .05)
}

.nav-m .nav-arrow::after {
    content: '';
    border-left: 2px solid var(--baseFontColor, #666);
    border-bottom: 2px solid var(--baseFontColor, #666);
    display: block;
    width: 6px;
    height: 6px
}

.nav-m .nav-arrow.active-submenu {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.nav-m .sub-menu-m {
    display: none
}

.nav-m .active-submenu+.sub-menu-m {
    display: block
}

@media (max-width:1200px) {
    .nav-top .nav>li:nth-of-type(n+4) {
        display: none
    }
}

@media (max-width:768px) {
    body {
        -webkit-transition: -webkit-transform .3s cubic-bezier(.31, 1, .34, 1);
        transition: -webkit-transform .3s cubic-bezier(.31, 1, .34, 1);
        transition: transform .3s cubic-bezier(.31, 1, .34, 1);
        transition: transform .3s cubic-bezier(.31, 1, .34, 1), -webkit-transform .3s cubic-bezier(.31, 1, .34, 1)
    }

    body.display-nav-m {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        -webkit-transform: translate(290px, 0);
        -ms-transform: translate(290px, 0);
        transform: translate(290px, 0)
    }

    .nav-top {
        display: none
    }
}

.sidebar .tab-nav {
    height: 36px;
    padding-top: 10px;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.sidebar .tab-nav li {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 36px;
    height: 36px;
    z-index: 2;
    text-align: center
}

.sidebar .tab-nav li span {
    position: relative;
    z-index: 3
}

.sidebar .tab-nav li a {
    border-radius: 3px;
    display: inline-block;
    position: relative;
    font-size: 14px;
    padding: 0 10px;
    color: #999
}

.sidebar .tab-nav li.current a {
    color: #fff;
    background-color: #397af9
}

.sidebar .tab-nav li.current a::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 3px;
    background-color: #397af9;
    -webkit-transform: rotate(-45deg) translate(-50%, 0);
    -ms-transform: rotate(-45deg) translate(-50%, 0);
    transform: rotate(-45deg) translate(-50%, 0);
    left: 50%;
    margin-left: -3px;
    bottom: 2px;
    z-index: 0
}

.sidebar .tab-nav li.current a::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #397af9;
    border-radius: 3px
}

.sidebar .tab-cont {
    padding: 20px
}

.sidebar .post-list {
    height: 210px
}

.sidebar .post-list li {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    line-height: 21px
}

.sidebar .tag-list {
    height: 210px;
    overflow: hidden
}

.sidebar .tag-list a {
    position: relative;
    margin-right: 15px;
    display: inline-block;
    line-height: 21px;
    padding-left: 10px;
    margin-bottom: 10px
}

.sidebar .tag-list a::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background-color: var(--baseFontColor, #666);
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -2px
}

.sidebar .tag-list a:hover::before {
    background-color: #397af9
}

.sidebar .adbanner {
    text-align: center
}

.sidebar .adbanner img {
    display: block;
    width: 100%;
    height: auto
}

.sidebar .widget ul {
    margin-left: 15px;
    margin-right: 15px;
    padding-left: 6px
}

.sidebar .widget ul li {
    padding: 8px 0
}

.sb-inner.sticky-top {
    position: sticky;
    position: -webkit-sticky;
    top: 15px
}

.admin-bar .sb-inner.sticky-top {
    top: 47px
}

.widget-title,
.widgettitle {
    padding: 12px 20px;
    line-height: 22px;
    z-index: 2;
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400
}

.widget-title+div,
.widgettitle+div {
    padding: 0 20px 25px
}

.box-adbanner {
    width: 300px;
    max-height: 300px
}

.widget-links .links-items {
    font-size: 0;
    padding-right: 0
}

.widget-links .links-items a {
    display: inline-block;
    line-height: 16px;
    height: 16px;
    padding: 5px 0;
    width: 33%;
    overflow: hidden
}

.widget-links .links-items img {
    height: 16px;
    width: auto;
    margin-right: 7px;
    float: left
}

.widget-links .links-items span {
    display: block;
    font-size: 12px;
    line-height: 16px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget_categories {
    line-height: 24px
}

.widget_categories li {
    margin-top: 10px;
    font-size: 14px;
    color: #9cbdfc;
    padding: 0 !important
}

.widget_categories li:first-child {
    margin-top: 0
}

.widget_categories li a {
    color: #397af9
}

.widget_categories li:active,
.widget_categories li:hover {
    color: #6b9bfb
}

.widget_categories li:active a,
.widget_categories li:hover a {
    color: #0859f8
}

.widget-tags {
    font-size: 0
}

.widget-tags li {
    display: inline-block;
    margin: 10px 10px 0 0;
    height: 24px;
    line-height: 24px;
    padding: 0 !important
}

.widget-tags li a {
    display: block;
    border-radius: 24px;
    background-color: #e8f8ff;
    font-size: 12px !important;
    color: #397af9;
    padding: 0 10px;
    margin-top: 0 !important
}

.widget-tags li a:active,
.widget-tags li a:hover {
    background-color: #397af9;
    color: #fff
}

.widget-hot .post-list {
    height: auto;
    font-size: 14px
}

.widget-hot .post-list a {
    color: #397af9;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget-hot .post-list a:hover {
    text-decoration: underline
}

.widget_wb_comment_widget .list-comments {
    margin-top: 0
}

.widget_wb_comment_widget .list-comments>li {
    margin-bottom: 0;
    padding: 10px 0 8px !important
}

.widget_wb_comment_widget .list-comments .hd {
    padding-bottom: 0;
    line-height: 20px
}

.widget_wb_comment_widget .list-comments .bd {
    margin-top: 6px;
    line-height: 16px
}

.widget_wb_comment_widget .list-comments .bd p {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.widget_wb_comment_widget .list-comments .media-bady {
    padding-left: 10px
}

.widget_wb_comment_widget .list-comments .name {
    vertical-align: top
}

.widget_wb_comment_widget .list-comments .name .fn {
    display: inline-block;
    max-width: 60px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.widget_wb_comment_widget .list-comments .name a {
    color: #397af9
}

.widget_wb_comment_widget .list-comments .data {
    vertical-align: top
}

.widget_wb_stat_summary_widget .widget-data-items {
    font-size: 0;
    line-height: 20px
}

.widget_wb_stat_summary_widget .widget-data-items li {
    font-size: 14px;
    display: inline-block;
    width: 50%;
    padding: 5px 0 !important
}

.widget_wb_stat_summary_widget .widget-data-items b {
    font-weight: 400
}

.widget_wb_stat_summary_widget .widget-data-items span {
    color: #397af9
}

.header-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 86px;
    background-color: #fff;
    text-align: left
}

.header-list .ctrl-item {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    -webkit-transition: -webkit-box-shadow .3s cubic-bezier(.31, 1, .34, 1);
    transition: -webkit-box-shadow .3s cubic-bezier(.31, 1, .34, 1);
    transition: box-shadow .3s cubic-bezier(.31, 1, .34, 1);
    transition: box-shadow .3s cubic-bezier(.31, 1, .34, 1), -webkit-box-shadow .3s cubic-bezier(.31, 1, .34, 1);
    vertical-align: middle;
    text-align: center
}

.header-list .ctrl-item:not(.current):hover {
    z-index: 4;
    -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, .1);
    box-shadow: 0 0 4px rgba(0, 0, 0, .1)
}

.header-list .ctrl-item:not(.current):active {
    -webkit-box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    box-shadow: 0 0 1px rgba(0, 0, 0, .1);
    background-color: #f2f2f2
}

.header-list .ctrl-item svg {
    fill: var(--baseFontColor, #666);
    position: relative;
    z-index: 2
}

.header-list .ctrl-item.current svg {
    fill: #397af9
}

.header-list+.articles-list {
    margin-top: 20px
}

.title-list {
    position: relative;
    z-index: 1;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.title-list h1 {
    line-height: 34px;
    font-weight: 700;
    font-size: 28px
}

.title-list p {
    font-size: 14px;
    color: #666
}

.title-list .description {
    line-height: 22px;
    font-size: 14px;
    color: #666
}

.title-main {
    padding: 40px 0 15px;
    font-size: 24px;
    font-weight: 700
}

.title-main span {
    font-size: 24px;
    line-height: 30px;
    font-weight: 400;
    color: #999;
    display: inline-block;
    vertical-align: bottom
}

.articles-list {
    font-size: 0;
    width: 100%;
    max-width: 1360px;
    margin-left: auto;
    margin-right: auto;
    margin: 0 auto;
}

.articles-list.with-list-mode {
    -webkit-transition: opacity .3s cubic-bezier(.31, 1, .34, 1);
    transition: opacity .3s cubic-bezier(.31, 1, .34, 1);
    opacity: 0
}

.articles-list .post {
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
    overflow: visible;
    position: relative;
    text-align: left;
    margin: 0 0 30px;
}

.articles-list .inner {
    position: relative;
    width: 320px;
    min-height: 340px;
    background-color: #fff;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 3px;
    -webkit-transition: all .5s;
    transition: all .5s
}

.articles-list .inner:hover {
    background-color: #397af9
}

.articles-list .inner:hover .post-title {
    color: #fff
}

.articles-list .inner:hover .post-categories li a {
    color: #fff
}

.articles-list .inner:hover .post-metas svg {
    fill: #fff
}

.articles-list .inner:hover .post-metas em {
    color: #fff
}

.articles-list .post-title {
    display: block;
    line-height: 22px;
    font-size: 16px;
    height: 44px;
    font-weight: 700;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    -webkit-transition: color .3s cubic-bezier(.31, 1, .34, 1);
    transition: color .3s cubic-bezier(.31, 1, .34, 1)
}

.articles-list .post-title a:hover {
    color: #397af9
}

.articles-list .media-body {
    padding: 10px 20px 23px
}

.articles-list .summary {
    line-height: 18px;
    font-size: 12px;
    margin-bottom: 20px;
    margin-top: 5px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 54px;
    color: #999
}

.articles-list .post-adbanner.adb-b {
    display: none
}

.articles-list .post-adbanner.adb-a {
    display: inline-block
}

.articles-list .post-adbanner .adbn-img {
    display: block;
    width: 100%;
    height: auto
}

.articles-list .media-pic {
    display: block;
    float: none;
    overflow: hidden;
    position: relative;
    height: 0;
    padding-top: 56%
}

.articles-list .media-pic img {
    display: block;
    width: 100%;
    height: auto;
    position: relative;
    z-index: 1
}

.articles-list .post-date {
    font-size: 12px;
    width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.articles-list .post-date em {
    font-style: italic
}

.articles-list .post-cate {
    position: absolute;
    background-color: rgba(0, 0, 0, .5);
    left: 0;
    top: 0;
    z-index: 3;
    font-size: 0
}

.articles-list .cate-tag {
    position: relative;
    color: #fff;
    display: inline-block;
    line-height: 1;
    padding: 5px;
    font-size: 12px
}

.articles-list .cate-tag:hover {
    color: #397af9
}

.articles-list .cate-tag+.cate-tag:before {
    content: '';
    width: 1px;
    height: 10px;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -5px
}

.articles-list .post-metas {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 10px;
    font-size: 0
}

.articles-list .post-metas .primary {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

.articles-list .post-metas svg {
    fill: #c3c3c3
}

.articles-list .post-metas em {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #c3c3c3;
    margin-left: 6px
}

.articles-list .meta-item+.meta-item {
    margin-left: 20px
}

.articles-list.list-mode-a {
    opacity: 1
}

.articles-list.list-mode-a .adb-b {
    display: none !important
}

.articles-list.list-mode-a .adb-a {
    display: inline-block !important
}

.articles-list.list-mode-b {
    margin-left: 0;
    margin-right: 0;
    opacity: 1
}

.articles-list.list-mode-b .post {
    display: block;
    width: 100%;
}

.articles-list.list-mode-b .post .inner {
    width: auto;
    padding: 16px 50px;
    min-height: auto;
    margin: 0
}

.articles-list.list-mode-b .post+.post {
    position: relative
}

.articles-list.list-mode-b .post+.post:before {
    content: '';
    display: block;
    border-top: 1px solid var(--baseBgColor, #ebebeb);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

@media only screen and (-webkit-min-device-pixel-ratio:1.5) {
    .articles-list.list-mode-b .post+.post:before {
        -webkit-transform: scaleY(.7);
        -ms-transform: scaleY(.7);
        transform: scaleY(.7);
        -webkit-transform-origin: left top
    }
}

@media only screen and (-webkit-min-device-pixel-ratio:2) {
    .articles-list.list-mode-b .post+.post:before {
        -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
        transform: scaleY(.5)
    }
}

.articles-list.list-mode-b .media-pic {
    height: auto;
    position: relative;
    padding-top: 0;
    margin-right: 0
}

.articles-list.list-mode-b .media-body {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: block;
    padding: 0
}

.articles-list.list-mode-b .post-title {
    line-height: 32px;
    font-size: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin: 10px 0 18px
}

.articles-list.list-mode-b .summary {
    font-size: 14px;
    height: 20px;
    color: #666;
    margin: 0
}

.articles-list.list-mode-b .classify {
    height: 20px;
    font-size: 14px
}

.articles-list.list-mode-b .classify a {
    color: #666
}

.articles-list.list-mode-b .classify a:hover {
    color: #397af9
}

.articles-list.list-mode-b .post-categories {
    height: 20px;
    font-size: 14px;
    overflow: hidden
}

.articles-list.list-mode-b .post-categories li {
    float: left;
    margin-left: 10px
}

.articles-list.list-mode-b .post-categories li:first-child {
    margin-left: 0
}

.articles-list.list-mode-b .post-categories li a {
    color: #666
}

.articles-list.list-mode-b .post-cate {
    top: 20px;
    left: 20px
}

.articles-list.list-mode-b .no-cover .media-pic {
    display: none
}

.articles-list.list-mode-b .no-cover .post-cate {
    position: static;
    display: inline-block;
    vertical-align: middle
}

.articles-list.list-mode-b .adb-a {
    display: none !important
}

.articles-list.list-mode-b .adb-b {
    display: block !important
}

.loading-bar {
    display: none;
    height: 40px;
    width: 100%;
    background: url(../images/loading.gif) center no-repeat
}

.btn-load-more {
    display: none;
    margin: 30px 20px 40px;
    border: 1px solid var(--baseBgColor, #ebebeb);
    font-size: 12px;
    border-radius: 3px;
    color: var(--baseFontColor, #666)
}

.btn-load-more:active,
.btn-load-more:hover {
    background-color: #f2f2f2
}

@media (min-width:1400px) {
    /* .articles-list {
        margin-left: -15px;
        margin-right: -15px
    } */

    .articles-list .post .inner {
        width: 300px;
        margin-left: 15px;
        margin-right: 15px
    }
}

@media (max-width:1400px) {
    /* .articles-list {
        margin-left: -15px;
        margin-right: -15px
    } */

    .articles-list .post .inner {
        width: 250px;
        margin-left: 15px;
        margin-right: 15px
    }

    .articles-list .media-body {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (max-width:1200px) {
    /* .articles-list {
        margin-left: -15px;
        margin-right: -15px
    } */

    .articles-list .post {
        margin-bottom: 20px
    }

    .articles-list .post .inner {
        width: 300px;
        margin-left: 15px;
        margin-right: 15px;
        margin-bottom: 15px
    }

    .wb-navigation .next,
    .wb-navigation .prev {
        padding: 0 10px
    }

    .wb-navigation a,
    .wb-navigation span,
    .wb-navigation strong {
        padding-left: 0;
        padding-right: 0;
        margin-right: 10px
    }
}

@media (max-width:1024px) {
    .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .articles-list {
        /* margin-left: -15px;
        margin-right: -15px; */
        text-align: center
    }

    .articles-list .post {
        margin-bottom: 10px
    }

    .articles-list .post .inner {
        width: 250px;
        margin-left: 15px;
        margin-right: 15px;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }
}

@media (max-width:768px) {
    .header-list {
        min-height: 44px;
        padding: 0 10px
    }

    .title-list h1 {
        font-size: 16px
    }

    .title-list .description {
        display: none
    }

    .header-list+.articles-list {
        margin-top: 0
    }

    .articles-list {
        margin-left: 0;
        margin-right: 0
    }

    .articles-list .post {
        display: block;
        margin: 10px 0
    }

    .articles-list .post .inner {
        width: 100%;
        border-radius: 0;
        min-height: 300px
    }

    .articles-list .post-title {
        height: auto;
        max-height: 44px;
        margin-bottom: 15px
    }

    .articles-list .summary {
        display: none
    }

    .articles-list .media-body {
        padding-bottom: 30px
    }

    .articles-list.list-mode-b {
        position: relative
    }

    .articles-list.list-mode-b:before {
        content: '';
        display: block;
        border-top: 1px solid var(--baseBgColor, #ebebeb);
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        z-index: 2
    }
}

@media only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:1.5) {
    .articles-list.list-mode-b:before {
        -webkit-transform: scaleY(.7);
        -ms-transform: scaleY(.7);
        transform: scaleY(.7);
        -webkit-transform-origin: left top
    }
}

@media only screen and (max-width:768px) and (-webkit-min-device-pixel-ratio:2) {
    .articles-list.list-mode-b:before {
        -webkit-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
        transform: scaleY(.5)
    }
}

@media (max-width:768px) {
    .articles-list.list-mode-b .post .inner {
        padding: 20px 10px
    }

    .articles-list.list-mode-b .post-title {
        min-height: 44px;
        margin-bottom: 8px;
        font-weight: 400;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        white-space: normal;
        height: auto;
        max-height: none
    }

    .articles-list.list-mode-b .summary {
        display: none
    }

    .articles-list.list-mode-b .post-metas .meta-item:last-child {
        display: none
    }

    .articles-list.list-mode-b .post-cate {
        left: 10px
    }

    .wb-navigation {
        display: none
    }

    .btn-load-more {
        display: block
    }
}

.ppo-dl .dl-info {
    padding-bottom: 30px
}

.main-detail {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.main-detail .detail-wrap {
    width: 90%;
    max-width: 1350px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.main-detail .detail-wrap .detail-wrap-inner {
    flex: 1;
    width: calc(100% - 320px);
}

.main-detail .detail-container {
    background-color: #fff;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    box-shadow: 0 0 20px rgba(0, 0, 0, .1);
    border-radius: 3px
}

.main-detail .adbanner-block {
    text-align: center;
    margin-bottom: 15px
}

.main-detail .adbanner-block a {
    display: block
}

.main-detail .adbanner-block img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto
}

.main-detail .post-metas {
    font-size: 0;
    overflow: hidden
}

.main-detail .post-metas svg {
    fill: #c3c3c3
}

.main-detail .post-metas em {
    display: inline-block;
    vertical-align: middle;
    font-size: 12px;
    color: #c3c3c3;
    margin-left: 6px
}

.main-detail .meta-item {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px
}

.main-detail .meta-date {
    margin-left: 0;
    float: left
}

.main-detail .meta-right {
    float: right
}

.main-detail h3 {
    line-height: 30px;
    font-size: 20px;
    font-weight: 700;
    padding-left: 12px;
    position: relative
}

.main-detail h3:before {
    content: '';
    display: block;
    width: 3px;
    position: absolute;
    background-color: #397af9;
    height: 20px;
    top: 5px;
    left: 0;
    border-radius: 3px
}

.main-detail .wbp-cbm .wb-btn-dwqr {
    width: 120px !important;
    height: 48px !important;
    line-height: 48px !important;
    border-radius: 14px;
    vertical-align: top;
    background-color: #397af9;
    border: none;
    color: #fff;
    margin-left: 8px;
    margin-right: 8px
}

.main-detail .wbp-cbm .wb-btn-dwqr svg {
    fill: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-left: 0;
    display: inline-block;
    vertical-align: middle;
    margin-right: 5px
}

.main-detail .wbp-cbm .wb-btn-dwqr span {
    font-size: 14px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 48px !important;
    padding-top: 0
}

.main-detail .wbp-cbm .wb-btn-dwqr:active,
.main-detail .wbp-cbm .wb-btn-dwqr:hover {
    background-color: var(--mainColorHover, #2069f8)
}

.main-detail .wbp-cbm .j-dwqr-donate-btn {
    background-color: #ebf8ff;
    color: #397af9
}

.main-detail .wbp-cbm .j-dwqr-donate-btn svg {
    fill: #397af9
}

.main-detail .wbp-cbm .j-dwqr-donate-btn span {
    color: #397af9
}

.main-detail .wbp-cbm .j-dwqr-donate-btn:active,
.main-detail .wbp-cbm .j-dwqr-donate-btn:hover {
    background-color: #d2efff
}

.main-detail .wbp-cbm .j-dwqr-donate-btn:active svg,
.main-detail .wbp-cbm .j-dwqr-donate-btn:hover svg {
    fill: #397af9
}

.main-detail .wbp-cbm .j-dwqr-donate-btn:active span,
.main-detail .wbp-cbm .j-dwqr-donate-btn:hover span {
    color: #397af9
}

.main-detail .post-navigation {
    margin-top: 20px;
    padding: 0 40px;
    zoom: 1;
    font-size: 14px;
    line-height: 20px
}

.main-detail .post-navigation::after {
    content: "";
    display: table;
    clear: both
}

.main-detail .post-navigation a {
    display: block;
    position: relative;
    cursor: pointer
}

.main-detail .post-navigation a::before {
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
    -ms-transform: translateY(-50%) rotate(45deg);
    transform: translateY(-50%) rotate(45deg);
    content: ""
}

.main-detail .post-navigation a:active::before,
.main-detail .post-navigation a:hover::before {
    border-color: #397af9
}

.main-detail .post-navigation a:active .nav-subtitle,
.main-detail .post-navigation a:hover .nav-subtitle {
    color: #397af9
}

.main-detail .post-navigation a:active .nav-title,
.main-detail .post-navigation a:hover .nav-title {
    color: #397af9
}

.main-detail .post-navigation .nav-subtitle {
    display: block;
    font-size: 14px;
    font-weight: 700;
    color: #666
}

.main-detail .post-navigation .nav-title {
    display: block;
    color: #999;
    max-width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.main-detail .nav-previous {
    float: left;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-detail .nav-previous a {
    padding-left: 26px
}

.main-detail .nav-previous a::before {
    left: 0;
    border-left: 2px solid #666;
    border-bottom: 2px solid #666
}

.main-detail .nav-next {
    float: right;
    text-align: right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.main-detail .nav-next a {
    padding-right: 26px
}

.main-detail .nav-next a::before {
    right: 0;
    border-right: 2px solid #666;
    border-top: 2px solid #666
}

.article-header {
    padding: 35px 0 30px
}

.article-header .post-meta {
    padding-bottom: 10px;
    color: #999
}

.article-header .post-meta em {
    margin: 0 5px
}

.article-header .post-meta a {
    color: inherit
}

.article-header .post-categories {
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px
}

.article-header .post-categories li {
    float: left
}

.article-header .post-categories li:before {
    content: "、"
}

.article-header .post-categories li:first-child:before {
    content: ""
}

.article-header .post-categories li a:hover {
    color: #397af9
}

.title-detail {
    line-height: 34px;
    font-size: 28px;
    padding-bottom: 20px;
    margin-top: 10px
}

.article-detail {
    font-size: 16px;
    line-height: 1.5;
    padding-bottom: 20px;
    word-break: break-all;
    zoom: 1
}

.article-detail::after {
    content: "";
    display: table;
    clear: both
}

.article-detail a {
    color: var(--mainColor, var(--mainColor, #397af9))
}

.article-detail a:hover {
    text-decoration: underline
}

.article-detail li {
    margin-left: 30px
}

.article-detail dl,
.article-detail ol,
.article-detail ul {
    margin-bottom: 1.5em
}

.article-detail ul li {
    list-style: disc
}

.article-detail ol li {
    list-style: decimal
}

.article-detail .code-pre,
.article-detail pre {
    padding: 10px;
    background-color: var(--baseBgColor, #fbfbfb);
    border-radius: 5px;
    font-size: 14px;
    overflow-x: auto;
    white-space: pre;
    word-wrap: normal
}

.article-detail p~.code-pre,
.article-detail p~pre {
    margin-bottom: 30px;
    margin-top: -20px
}

.article-detail blockquote {
    background: #fff;
    padding: 34px 60px;
    position: relative;
    font-size: 16px;
    line-height: 28px;
    color: #333;
    font-weight: 700
}

.article-detail blockquote:after,
.article-detail blockquote:before {
    content: '';
    position: absolute;
    width: 27px;
    height: 23px;
    background-repeat: no-repeat;
    background-image: url("data:image/svg+xml,%3Csvg width=%2227%22 height=%2223%22 viewBox=%220 0 27 23%22 fill=%22none%22 xmlns=%22http://www.w3.org/2000/svg%22%3E%3Cpath d=%22M26.2207 22.8323V11.2517H20.5371V10.8898C20.5371 9.11319 21.0059 7.67109 21.9434 6.56347C22.8809 5.45585 24.3652 4.60595 26.3965 4.01375V0C22.7051 0.438662 19.9414 1.85335 18.1055 4.24405C16.2695 6.63476 15.3516 10.0234 15.3516 14.41V22.8323H26.2207Z%22 fill=%22%23C3C3C3%22/%3E%3Cpath d=%22M10.8691 22.8323V11.2517H5.15625V10.8898C5.15625 9.11319 5.62988 7.67109 6.57715 6.56347C7.52441 5.45585 9.01367 4.60595 11.0449 4.01375V0C7.35352 0.438662 4.58984 1.85335 2.75391 4.24405C0.917969 6.63476 0 10.0234 0 14.41V22.8323H10.8691Z%22 fill=%22%23C3C3C3%22/%3E%3C/svg%3E")
}

.article-detail blockquote:before {
    left: 20px;
    top: 10px
}

.article-detail blockquote:after {
    right: 20px;
    bottom: 10px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.article-detail blockquote p:last-child {
    padding-bottom: 0
}

.article-detail h2 {
    font-size: 24px;
    line-height: 34px
}

.article-detail h4 {
    font-size: 16px;
    font-weight: 700;
    color: #333;
    margin: 20px 0 15px
}

.article-detail blockquote:first-child,
.article-detail h3:first-child {
    margin-top: 0
}

.article-detail blockquote+h3 {
    margin-top: 30px
}

.article-detail p {
    padding-bottom: 1.5em
}

.article-detail p+p {
    padding-top: 0
}

.article-detail *+p {
    padding-top: 1.5em
}

.article-detail li p {
    padding-bottom: 0
}

.article-detail table {
    margin-bottom: 30px;
    width: 100%
}

.article-detail td,
.article-detail th {
    font-size: 14px;
    border: 1px solid var(--baseBgColor, #ebebeb);
    padding: 5px 10px
}

.article-detail td {
    background-color: transparent
}

.article-detail table tr:first-child td,
.article-detail table tr:first-child th {
    background-color: #397af9;
    color: #fff;
    text-align: center
}

.article-detail table thead~tbody tr:first-child td,
.article-detail table thead~tbody tr:first-child th {
    background-color: transparent;
    color: inherit;
    text-align: left
}

.article-detail img {
    max-width: 100%;
    height: auto;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px
}

.article-detail b,
.article-detail strong {
    font-weight: 700
}

.article-detail em,
.article-detail i {
    font-style: italic
}

.article-detail u {
    text-decoration: underline
}

.article-detail del {
    text-decoration: line-through
}

.article-detail video {
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto
}

.tag-items {
    font-size: 0;
    padding-bottom: 30px
}

.tag-items a {
    display: inline-block;
    border-radius: 24px;
    background-color: #ebf8ff;
    line-height: 24px;
    padding: 0 10px;
    margin-top: 10px;
    font-size: 14px;
    vertical-align: top;
    margin-right: 10px;
    color: #397af9
}

.tag-items a:hover {
    background-color: #397af9;
    color: #fff
}

@media (max-width:768px) {
    .main-detail {
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .main-detail .detail-container {
        padding-left: 10px;
        padding-right: 10px;
        margin-left: 0;
        -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .1);
        box-shadow: 0 0 10px rgba(0, 0, 0, .1)
    }

    .main-detail .post-metas {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-detail .post-metas .meta-author {
        display: none
    }

    .main-detail .post-metas .meta-date {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        margin-left: 0
    }

    .main-detail .post-metas .meta-comment {
        margin-right: 0
    }

    .article-header {
        text-align: left
    }

    .article-detail blockquote {
        border-left-width: 1px
    }
}

.ctrl-area-cbm {
    margin-top: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
    border-top: 1px solid var(--baseBgColor, #ebebeb);
    text-align: center;
    font-size: 0
}

.ctrl-area-cbm .ctrl-item {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.ctrl-area-cbm .btn-ctrl {
    min-width: 120px;
    height: 48px;
    line-height: 44px;
    margin: 0 10px;
    vertical-align: middle
}

.wb-btn.share {
    background: 0 0 !important;
    float: none !important;
    margin: 0 !important;
    color: #397af9 !important;
    width: auto !important;
    display: block !important
}

.wb-btn.share:active,
.wb-btn.share:hover {
    background-color: #397af9 !important;
    color: #fff !important
}

.wb-btn.share::after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 2
}

.related-posts .text-item {
    display: block;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #397af9
}

.related-posts .text-item a {
    color: #397af9
}

.related-posts .text-item a:hover {
    text-decoration: underline
}

.related-posts .list-ul {
    padding-top: 10px;
    margin-bottom: 25px
}

.related-posts .list-ul li {
    position: relative;
    line-height: 20px;
    margin-top: 14px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}

.related-posts .articles-list {
    padding-top: 10px
}

.related-posts .articles-list .post {
    width: 33.33%
}

.related-posts .articles-list .post .inner {
    min-height: auto;
    width: calc(100% - 30px)
}

.related-posts .articles-list .post .inner:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.related-posts .articles-list .media-body {
    padding: 10px 0
}

.related-posts .articles-list .post-title {
    font-size: 14px;
    line-height: 22px;
    height: 44px;
    font-weight: 400
}

.sc-comments .sc-title {
    margin-bottom: 20px
}

.comment-form .form-item {
    display: block;
    padding-bottom: 10px;
    max-width: 380px
}

.comment-form .form-control {
    width: 100%
}

.comment-form .btn-bar {
    padding-top: 10px
}

.textarea-comments {
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 114px;
    padding: 10px;
    background-color: var(--baseBgColor, #fbfbfb);
    border: 1px solid var(--baseBgColor, #ebebeb);
    margin-bottom: 10px
}

.textarea-comments::-webkit-input-placeholder {
    color: #999
}

.textarea-comments:-ms-input-placeholder {
    color: #999
}

.textarea-comments::-ms-input-placeholder {
    color: #999
}

.textarea-comments::placeholder {
    color: #999
}

.title-comments {
    margin-top: 20px;
    font-size: 16px;
    line-height: 22px;
    font-weight: 700
}

.comment-respond .comment-reply-title {
    font-size: 12px;
    color: #397af9;
    float: right
}

.comment-respond .comment-reply-title:before {
    display: none;
    padding-left: 0
}

.tip-txt {
    font-size: 12px
}

.list-comments {
    margin-top: 20px;
    font-size: 12px
}

.list-comments .comment-respond {
    margin: 20px auto 20px 70px;
    font-size: 14px
}

.list-comments .comment-txt {
    position: relative;
    padding-bottom: 10px
}

.list-comments>li {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid var(--baseBgColor, #ebebeb)
}

.list-comments>li:last-child {
    border-bottom: none
}

.list-comments .media-pic {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 100%
}

.list-comments .media-pic img {
    display: block;
    width: 100%;
    height: auto
}

.list-comments .media-body {
    padding-left: 20px
}

.list-comments .hd {
    text-indent: 0;
    padding-bottom: 10px
}

.list-comments .bd {
    font-size: 12px
}

.list-comments .avatar {
    width: 100%;
    height: auto
}

.list-comments .name {
    display: inline-block
}

.list-comments .fn {
    color: #397af9;
    text-transform: uppercase
}

.list-comments .date {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    color: #999;
    font-size: 12px
}

.list-comments .btn-reply {
    color: #397af9
}

.list-comments .children {
    position: relative;
    padding: 15px 20px 0;
    margin-top: 10px;
    background-color: #f8f8f8;
    border-radius: 3px
}

.list-comments .children::before {
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    position: absolute;
    border-radius: 5px;
    background-color: #f8f8f8;
    -webkit-transform: rotate(45deg) translate(-50%, 0) skew(10deg);
    -ms-transform: rotate(45deg) translate(-50%, 0) skew(10deg);
    transform: rotate(45deg) translate(-50%, 0) skew(10deg);
    left: 20px;
    top: 0;
    z-index: 0
}

.list-comments .children::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: #f8f8f8;
    border-radius: 5px
}

.list-comments .children .comment-item {
    border-bottom: 1px solid var(--baseBgColor, #ebebeb)
}

.list-comments .children .comment-item:last-child {
    border-bottom: 0 none
}

.list-comments .children li {
    position: relative;
    margin-left: auto;
    min-height: 70px;
    margin-bottom: 15px;
    z-index: 2
}

.list-comments .children li .media-body {
    padding-left: 20px
}

.list-comments .children li:last-child {
    border-bottom: 0 none
}

.comment-reply-link {
    color: #397af9;
    padding: 10px;
    position: absolute;
    top: -10px;
    right: -10px
}

.logged-in-as {
    padding: 10px 0
}

.must-log-in {
    padding: 0 0 20px
}

.must-log-in a {
    color: #397af9
}

.content-empty {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff
}

.content-empty .content-inner {
    text-align: center;
    margin: 0 auto
}

.content-empty .content-inner p {
    font-size: 14px
}

.content-empty .content-inner .search-form {
    margin-top: 20px
}

.content-empty .search-form .form-control {
    background-color: #eee
}

.content-empty .search-form .form-control:focus {
    -webkit-box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06);
    box-shadow: 0 0 24px 0 rgba(0, 0, 0, .06)
}

@media (max-width:768px) {
    .content-empty .content-inner {
        padding-left: 30px;
        padding-right: 30px
    }

    .content-empty .content-inner p {
        text-align: left
    }
}

.header-page {
    padding: 25px 0;
    text-align: left
}

.header-page h1 {
    line-height: 34px;
    font-weight: 700;
    font-size: 24px
}

.widget-wbdl {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 12px 20px;
    margin-bottom: 15px
}

body,
html {
    min-height: 100vh
}

body {
    font-size: 12px;
    line-height: 1.5;
    font-family: "SF Pro SC", "SF Pro Text", "SF Pro Icons", "PingFang SC", "Helvetica Neue", Helvetica, Arial, "微软雅黑", "microsoft yahei", sans-serif;
    color: var(--baseFontColor, #666);
    background-color: #f8f8f8
}

a {
    text-decoration: none;
    color: var(--mainColor, var(--baseFontColor, #666));
    cursor: pointer
}

a:hover {
    color: var(--mainColor, var(--mainColor, #397af9));
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

::-moz-selection {
    background: #397af9;
    color: #fff;
    text-shadow: none
}

::selection {
    background: #397af9;
    color: #fff;
    text-shadow: none
}

input:focus {
    -webkit-box-shadow: 0 0 2px #397af9;
    box-shadow: 0 0 2px #397af9
}

.pw {
    margin: 0 auto;
    min-width: 320px
}

.pw-v {
    position: relative
}

.container {
    padding-top: 50px;
    position: relative;
    display: table;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: calc(100vh - 68px - 55px - 224px)
}

@media (max-width:768px) {
    .container {
        padding-top: 20px
    }
}

.bread-crumbs+.container {
    padding-top: 0
}

.sidebar {
    width: 320px;
    font-size: 12px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.sidebar section {
    display: block;
    width: 320px;
    margin-left: auto;
    margin-right: auto
}

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

.main .main-wrap {
    width: 90%;
    max-width: 1350px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
}

.main .main-wrap .main-wrap-inner {
    flex: 1;
    width: calc(100% - 320px);
}

.content {
    font-size: 12px
}

.bktop {
    display: none;
    width: 48px;
    height: 48px;
    line-height: 48px;
    font-size: 0;
    position: fixed;
    right: 20px;
    bottom: 50px;
    z-index: 60;
    background-color: #ebf8ff;
    border-radius: 48px;
    text-align: center
}

.bktop svg {
    display: inline-block;
    vertical-align: middle;
    fill: #397af9
}

.bktop:hover {
    background-color: #397af9
}

.bktop:hover svg {
    fill: #fff
}

@media (max-width:1400px) {
    .bktop {
        width: 45px;
        height: 45px;
        line-height: 41px;
        right: 5px
    }
}

@media (min-width:1400px) {
    .pw {
        width: 1340px
    }

    /* .main {
        width: 960px
    } */

    .sidebar {
        margin-left: 60px
    }
}

@media (max-width:1400px) {
    .pw {
        width: 1170px
    }

    /* .main {
        width: 810px
    } */

    .sidebar {
        margin-left: 40px
    }
}

@media (max-width:1200px) {
    .pw {
        width: 980px
    }

    /* .main {
        width: 630px
    } */

    .sidebar {
        margin-left: 30px
    }
}

@media (max-width:1024px) {
    .container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .pw {
        width: 90%
    }

    .main {
        width: 100%
    }

    .sidebar {
        width: 100%;
        margin-left: 0;
        margin-top: 10px
    }

    .sidebar section {
        width: 100%
    }
}

@media (max-width:768px) {
    .pw {
        width: 100%
    }

    .main {
        width: 100%;
        margin-left: 0;
        margin-right: 0
    }

    .main-detail .detail-container {
        padding-left: 10px;
        padding-right: 10px
    }

    .main-detail .post-navigation {
        padding: 0 10px
    }

    .main-detail .post-navigation .nav-previous a {
        padding-left: 16px
    }

    .main-detail .post-navigation .nav-next a {
        padding-right: 16px
    }

    .widget-title,
    .widgettitle {
        padding: 12px 10px
    }

    .sidebar .widget ul {
        margin-left: 10px;
        margin-right: 10px;
        padding-left: 0
    }

    .main .main-wrap {
        flex-direction: column;
    }

    .main .main-wrap .main-wrap-inner {
        width: 100%;
    }

    .main-detail .detail-wrap {
        flex-direction: column;
    }

    .main-detail .detail-wrap .detail-wrap-inner {
        width: 100%;
    }
}

@media screen and (min-width:768px) and (max-width:1020px) {
    .main .main-wrap {
        flex-direction: column;
    }

    .main .main-wrap .main-wrap-inner {
        width: 100%;
    }

    .main-detail .detail-wrap {
        flex-direction: column;
    }

    .main-detail .detail-wrap .detail-wrap-inner {
        width: 100%;
    }
}


/*!v1.0.5*/
.wbui {
    position: relative;
    z-index: 19891014
}

.wbui * {
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

.wbui-main,
.wbui-mask {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.wbui-mask {
    background-color: rgba(0, 0, 0, .7);
    pointer-events: auto
}

.wbui-main {
    display: table;
    pointer-events: none
}

.wbui-main .wbui-section {
    display: table-cell;
    vertical-align: middle;
    text-align: center
}

.wbui-title {
    line-height: 40px;
    border-bottom: 1px solid var(--baseBgColor, #ebebeb);
    padding-left: 10px;
    font-size: 14px;
    font-weight: 700;
    margin: 0
}

.wbui-close {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 40px;
    padding: 0 10px;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 3
}

.wbui-close i {
    display: inline-block;
    vertical-align: middle;
    width: 14px;
    height: 14px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2214%22 height=%2214%22%3E%3Cpath fill=%22%23666%22 fill-rule=%22evenodd%22 d=%22M13.7.3c-.4-.4-1-.4-1.4 0L7 5.6 1.7.3C1.3-.1.7-.1.3.3c-.4.4-.4 1 0 1.4L5.6 7 .3 12.3c-.4.4-.4 1 0 1.4.2.2.4.3.7.3.3 0 .5-.1.7-.3L7 8.4l5.3 5.3c.2.2.5.3.7.3.2 0 .5-.1.7-.3.4-.4.4-1 0-1.4L8.4 7l5.3-5.3c.4-.4.4-1 0-1.4%22/%3E%3C/svg%3E")
}

.wbui-child {
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.wbui-dialog .wbui-child {
    width: 320px;
    position: relative;
    display: inline-block;
    text-align: left;
    background-color: #fff;
    font-size: 14px;
    pointer-events: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, .16);
    box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, .16);
    border-radius: 6px
}

.wbui-toast .wbui-child {
    display: inline-block;
    border: none;
    border-radius: 5px;
    background-color: rgba(0, 0, 0, .85);
    color: #fff
}

.wbui-toast .wbui-cont {
    padding: 10px
}

.wbui-loading .wbui-child {
    width: auto;
    max-width: 260px;
    min-width: 40px;
    border: none;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #fff;
    margin-left: auto;
    margin-right: auto;
    background: rgba(0, 0, 0, .7);
    border-radius: 6px;
    display: inline-block;
    height: auto
}

.wbui-loading .wbui-cont {
    text-align: center;
    padding: 0 10px;
    line-height: 40px;
    height: 40px
}

.wbui-loading .wbui-cont i {
    width: 12px;
    height: 12px;
    margin-left: 8px;
    display: inline-block;
    background-color: #fff;
    border-radius: 100%;
    -webkit-animation: wbui-loading-anim 1.4s infinite ease-in-out;
    animation: wbui-loading-anim 1.4s infinite ease-in-out;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.wbui-loading .wbui-cont i:first-child {
    margin-left: 0;
    -webkit-animation-delay: -.32s;
    animation-delay: -.32s
}

.wbui-loading .wbui-cont i.wbui-load {
    -webkit-animation-delay: -.16s;
    animation-delay: -.16s
}

.wbui-loading .wbui-cont p {
    margin-top: 20px
}

.wbui-loading .wbui-cont>div {
    line-height: 22px;
    padding-top: 7px;
    margin-bottom: 20px;
    font-size: 14px
}

.wbui-iframe .wbui-main {
    pointer-events: auto
}

.wbui-iframe .wbui-child {
    width: 800px;
    height: 600px;
    position: relative;
    background-color: #fff;
    border: 1px solid #e0e0e0;
    -webkit-box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, .16);
    box-shadow: 3px 3px 9px 0 rgba(0, 0, 0, .16);
    border-radius: 6px;
    margin-left: auto;
    margin-right: auto
}

.wbui-iframe .wbui-cont {
    height: 100%;
    padding: 0
}

.wbui-iframe .wbui-title {
    margin: 0;
    text-align: left
}

.wbui-iframe .wbui-title+.wbui-cont {
    height: calc(100% - 41px)
}

.wbui-iframe iframe {
    display: block;
    width: 100%;
    height: 100%
}

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

.wbui-cont {
    padding: 50px 30px;
    line-height: 22px;
    text-align: center
}

.wbui-btn {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    position: relative;
    height: 45px;
    line-height: 45px;
    font-size: 0;
    text-align: right;
    border-top: 1px solid var(--baseBgColor, #ebebeb)
}

.wbui-btn span {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    text-align: center;
    cursor: pointer;
    min-width: 70px;
    line-height: 28px;
    height: 28px;
    font-size: 12px;
    border-radius: 6px;
    vertical-align: middle;
    margin-right: 10px
}

.wbui-btn span[yes] {
    background-color: #397af9;
    color: #fff
}

.wbui-btn span[yes]:active,
.wbui-btn span[yes]:hover {
    background-color: var(--mainColorHover, #2069f8)
}

.wbui-btn span[no] {
    border: 1px solid #999;
    line-height: 26px
}

.wbui-btn span[no]:active,
.wbui-btn span[no]:hover {
    background-color: #f2f2f2
}

.wbui-msg .wbui-cont {
    padding: 10px 20px
}

@-webkit-keyframes wbui-loading-anim {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes wbui-loading-anim {

    0%,
    100%,
    80% {
        -webkit-transform: scale(0);
        transform: scale(0)
    }

    40% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes wbui-anim-fade {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.18, 1.18, 1);
        transform: scale3d(1.18, 1.18, 1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@keyframes wbui-anim-fade {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(1.18, 1.18, 1);
        transform: scale3d(1.18, 1.18, 1)
    }

    100% {
        opacity: 1;
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1)
    }
}

@-webkit-keyframes wbui-anim-def {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

@keyframes wbui-anim-def {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }

    100% {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
}

.wbui-anim-fade {
    -webkit-animation-name: wbui-anim-fade;
    animation-name: wbui-anim-fade
}

.wbui-anim-def {
    -webkit-animation-name: wbui-anim-def;
    animation-name: wbui-anim-def
}