@charset "UTF-8";
/*
 Theme Name: QcTheme
 Theme URI: https://www.qcwlseo.com/
 Author: 倾尘SEO
 Author URI: https://www.qcwlseo.com/
 Description: 倾尘主题基于倾尘盒子制作的一款企业主题.
 Version: 1.0.4
 Tested up to: 6.3
 Requires at least: 6.0
 Requires PHP: 7.2
 Tags: blog, one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready, block-patterns,qeone */
/*-------------------------------------------------------------- root --------------------------------------------------------------*/
body {
    --qct-global-width: 1220px;
    --qct-border-radius: 4px;
    --qct-border-color: #dedede;
    --qct-global-main-color: #037ef3;
    --qct-global-accent-color: #555;
    --qct-global-line-color: #ebebeb;
    --qct-global-bg-color: #eff0f2;
    --qct-global-cbg-color: #fff;
    --qct-global-font-color: #333;
    --qct-global-cfont-color: #eee;
    --qct-global-button-color: #037ef3;
    --qct-global-button-text-color: #fff;
    --qct-global-button-border-color: #037ef3;
    --qct-global-button-bg-color: #037ef3;
    --qct-global-button-hover-color: #037ef3;
    --qct-global-footer-text: #eee;
    --qct-global-footer-bg: #121212;
    --qct-global-img-filter: 100%;
    --qct-global-widget-titlebg: #fafafa;
    --qct-global-blur-bg: rgba(255, 255, 255, 0.8);
    --qct-global-shadow-bg: rgb(190 190 190 / 46%);
}

.dark-mode {
    --qct-border-color: #555;
    --qct-global-main-color: #aaa;
    --qct-global-accent-color: #444;
    --qct-global-line-color: #444;
    --qct-global-bg-color: #333;
    --qct-global-cbg-color: #444;
    --qct-global-font-color: #aaa;
    --qct-global-cfont-color: #333;
    --qct-global-button-color: #037ef3;
    --qct-global-button-text-color: #fff;
    --qct-global-button-border-color: #037ef3;
    --qct-global-button-bg-color: #037ef3;
    --qct-global-button-hover-color: #037ef3;
    --qct-home-even-bg-color: #444;
    --qct-home-odd-bg-color: #555;
    --qct-global-img-filter: 70%;
    --qct-global-widget-titlebg: #3c3c3c;
    --qct-global-blur-bg: rgba(50, 51, 53, 0.8);
    --qct-global-shadow-bg: rgb(22 13 13 / 46%);
}

/*-------------------------------------------------------------- 0. Reset --------------------------------------------------------------*/
html {-webkit-text-size-adjust: 100%}

*, *:before, *:after {box-sizing: border-box}

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {margin: 0; padding: 0; border: 0; outline: 0; font-size: 100%; font-family: inherit; font-style: inherit; vertical-align: baseline; background: transparent; word-wrap: break-word}

body {background: var(--qct-global-bg-color, #eff0f2); position: relative; font-size: 15px; line-height: 1.5; font-family: "Microsoft Yahei", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Ubuntu, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft Yahei UI", "Source Han Sans CN", sans-serif; color: var(--qct-global-font-color, #4e5358);}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main {display: block}

nav ul {list-style: none}

blockquote, q {quotes: none}

blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none}

a {margin: 0; padding: 0; font-size: 100%; vertical-align: baseline; background: transparent; text-decoration: none}

ins {color: var(--qct-global-font-color, #333); text-decoration: none}

mark {font-style: italic; font-weight: bold; background-color: #ff9; color: var(--qct-global-font-color, #4e5358)}

del {text-decoration: line-through}

abbr[title], dfn[title] {border-bottom: 1px dotted; cursor: help}

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

hr {display: block; height: 1px; border: 0; border-top: 1px solid var(--qct-border-color); margin: 1em 0; padding: 0}

input, select {vertical-align: middle}

sup {top: -.5em}

sub, sup {font-size: 75%; line-height: 0; position: relative; vertical-align: baseline}

figure > img {display: block}

img {height: auto; max-width: 100%; filter: brightness(var(--qct-global-img-filter))}

img[class*="align"], img[class*="attachment-"] { height: auto}

embed, iframe, object { max-width: 100%; width: 100%}

.no-list-style { list-style: none; margin: 0; padding: 0}

.center { text-align: center !important;}

.left { text-align: left !important;}

.right { text-align: right !important;}

.brc { border-radius: var(--qct-border-radius); overflow: hidden}

.full-width { width: 100% !important; margin: 0 !important}

.p0 { padding: 0 !important;}

.pl0 { padding-left: 0 !important;}

.pr0 { padding-right: 0 !important;}

.relative { position: relative}

.absolute { position: absolute}

.waterfall { column-count: 4; column-gap: 0px; min-height: 100vh;}

.hollows .waterfall .qc_grid_1_1, .hollows .waterfall .qc_grid_1_2, .hollows .waterfall .qc_grid_1_3, .hollows .waterfall .qc_grid_1_4 { width: calc(100% - 20px); break-inside: avoid;}

.hollows .waterfall .qc_grid_1_4.qct-card .img { height: unset;}

/*------------------------------------------------------------ FROM表单 ------------------------------------------------------------*/
.cd-form {}

.cd-form::after {clear: both;content: "";display: table;}

.cd-form fieldset {margin: 24px 0;}

.cd-form legend {padding-bottom: 10px;margin-bottom: 20px;border-bottom: 1px solid #ecf0f1;}

.cd-form .cd-label {display: block;font-size: 14px;margin-bottom: 10px;}

.cd-form input, .cd-form textarea, .cd-form select, .cd-form label {font-size: 14px;}

.cd-form .cd-input {position: relative;width: 100%;}

.cd-form input[type="text"], .cd-form input[type="email"], .cd-form textarea, .cd-form select, .cd-form legend {display: block;width: 100%;-webkit-appearance: none;-moz-appearance: none;-ms-appearance: none;-o-appearance: none;appearance: none;}

.cd-form input[type="text"], .cd-form input[type="email"], .cd-form textarea, .cd-form select {padding: 12px;border: 1px solid #ebeced;background-color: #ffffff;border-radius: 4px;position: relative;}

.cd-form input[type="text"][required] + .cd-required, .cd-form input[type="email"][required] + .cd-required, .cd-form textarea + .cd-required, .cd-form select + .cd-required {background: red;position: absolute;width: 5px;height: 5px;border-radius: 5px;top: 8px;right: 8px;z-index: 1;}

.cd-form input[type="text"]:focus, .cd-form input[type="email"]:focus, .cd-form textarea:focus, .cd-form select:focus {outline: none;border-color: #2c97de;box-shadow: 0 0 5px rgba(44, 151, 222, 0.2);}

.cd-form .cd-select {position: relative;}

.cd-form .cd-select::after {content: '';position: absolute;z-index: 1;right: 16px;top: 50%;margin-top: -8px;display: block;width: 16px;height: 16px;background: url("../img/cd-icon-arrow.svg") no-repeat center center;pointer-events: none;}

.cd-form select {box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);cursor: pointer;}

.cd-form select::-ms-expand {display: none;}

.cd-form input[type=radio], .cd-form input[type=checkbox] {position: absolute;left: 0;top: 50%;-webkit-transform: translateY(-50%);-moz-transform: translateY(-50%);-ms-transform: translateY(-50%);-o-transform: translateY(-50%);transform: translateY(-50%);margin: 0;padding: 0;opacity: 0;z-index: 2;}

.cd-form input[type="radio"] + label, .cd-form input[type="checkbox"] + label {padding-left: 24px;}

.cd-form input[type="radio"] + label::before, .cd-form input[type="radio"] + label::after, .cd-form input[type="checkbox"] + label::before, .cd-form input[type="checkbox"] + label::after {content: '';display: block;position: absolute;left: 0;top: 50%;margin-top: -8px;width: 16px;height: 16px;}

.cd-form input[type="radio"] + label::before, .cd-form input[type="checkbox"] + label::before {border: 1px solid #cfd9db;background: #ffffff;box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.08);}

.cd-form input[type="radio"] + label::before, .cd-form input[type="radio"] + label::after {border-radius: 50%;}

.cd-form input[type="checkbox"] + label::before, .cd-form input[type="checkbox"] + label::after {border-radius: .25em;}

.cd-form input[type="radio"] + label::after, .cd-form input[type="checkbox"] + label::after {background-color: #2c97de;background-position: center center;background-repeat: no-repeat;box-shadow: 0 0 5px rgba(44, 151, 222, 0.4);display: none;}

.cd-form input[type="radio"] + label::after {background-image: url("../img/cd-icon-radio.svg");}

.cd-form input[type="checkbox"] + label::after {background-image: url("../img/cd-icon-check.svg");}

.cd-form input[type="radio"]:checked + label::after, .cd-form input[type="checkbox"]:checked + label::after {display: block;}

.cd-form input[type="radio"]:checked + label::before, .cd-form input[type="radio"]:checked + label::after, .cd-form input[type="checkbox"]:checked + label::before, .cd-form input[type="checkbox"]:checked + label::after {-webkit-animation: cd-bounce 0.3s;-moz-animation: cd-bounce 0.3s;animation: cd-bounce 0.3s;}

.cd-form textarea {min-height: 200px;resize: vertical;overflow: auto;}

.cd-form [required] {}

/*-------------------------------------------------------------- # Accessibility --------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/*-------------------------------------------------------------- # Media --------------------------------------------------------------*/
.page-content .wp-smiley, .entry-content .wp-smiley, .comment-content .wp-smiley {
    border: none;
    margin-bottom: 0;
    margin-top: 0;
    padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed, iframe, object {
    max-width: 100%;
}

/*-------------------------------------------------------------- ## Captions --------------------------------------------------------------*/
.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
}

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

.wp-caption .wp-caption-text {
    margin: 0.5075em 0;
}

.wp-caption-text {
    text-align: center;
}

/*-------------------------------------------------------------- ## Galleries --------------------------------------------------------------*/
.gallery {
    margin-bottom: 1.5em;
}

.gallery-item {
    display: inline-block;
    text-align: center;
    vertical-align: top;
    width: 100%;
}

.gallery-columns-2 .gallery-item {
    max-width: 50%;
}

.gallery-columns-3 .gallery-item {
    max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
    max-width: 25%;
}

.gallery-columns-5 .gallery-item {
    max-width: 20%;
}

.gallery-columns-6 .gallery-item {
    max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
    max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
    max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
    max-width: 11.11%;
}

.gallery-caption {
    display: block;
}

/*-------------------------------------------------------------- 1. Defaults --------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    line-height: 1.2
}

strong, b {
    font-weight: bold
}

input, textarea, select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input, input[type="text"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="password"], input[type="tel"], textarea {
    font-size: 1em;
    font-weight: normal;
    background-color: #fff;
    border: 1px solid var(--qct-border-color);
    outline: none;
    color: var(--qct-global-font-color, #333)
}

input:focus, input[type="text"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="password"]:focus, input[type="tel"]:focus, textarea:focus {
    border-color: var(--qct-border-color);
    outline: none
}

textarea {
    padding: 10px 15px
}

input[type="text"], input[type="email"], input[type="number"], input[type="url"], input[type="search"], input[type="password"], input[type="tel"] {
    height: 36px;
    line-height: 36px;
    padding: 0 10px
}

a.roll-button, button, .btn, input[type="submit"], input[type="reset"], input[type="button"] {
    border: none;
    color: var(--qct-global-font-color, #333);
    display: inline-block;
    padding: 0 15px;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    font-size: 1em;
    height: 40px;
    line-height: 40px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-appearance: none;
    -webkit-backface-visibility: hidden;
    transition: all 0.3s;
    text-decoration: none
}

a.roll-button:hover, button:hover, .btn:hover, input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover {
    color: var(--qct-global-font-color, #333);
    opacity: 0.85;
    /*box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2)*/
}

a.roll-button {
    display: inline-block;
    height: 42px;
    line-height: 42px
}

a.roll-button:link, a.roll-button:visited {
    color: var(--qct-global-font-color, #333)
}

a.roll-button:hover, button:hover, .btn:hover, input[type="reset"]:hover, input[type="submit"]:hover, input[type="button"]:hover {
    color: var(--qct-global-font-color, #333);
    opacity: 0.85;
    text-decoration: none
}

button:focus, textarea:focus {
    outline: 0
}

.click-button:before {
    content: " ";
    clear: both;
    display: block
}

.action-button a:link, .action-button a:visited {
    display: inline-block;
    font-size: 1em;
    font-weight: bold;
    line-height: 1;
    margin: 0 10px 20px 0;
    padding: 14px 18px;
    height: auto;
    text-align: center
}

.action-button .subtitle {
    display: block;
    font-weight: normal;
    font-size: 0.72em;
    line-height: 1;
    margin: 6px 0 0
}

.blue-button a:link, .blue-button a:visited {
    background-color: #037ef3
}

.green-button a:link, .green-button a:visited {
    background-color: #2c9f45
}

.orange-button a:link, .orange-button a:visited {
    background-color: #f85a40
}

.yellow-button a:link, .yellow-button a:visited {
    background-color: #ffc845
}

.red-button a:link, .red-button a:visited {
    background-color: #ed1c24
}

.purple-button a:link, .purple-button a:visited {
    background-color: #8e43e7
}

.black-button a:link, .black-button a:visited {
    background-color: #111
}

.white-button a:link, .white-button a:visited {
    background-color: #fff;
    color: #111 !important
}

.white-button a:link .subtitle, .white-button a:visited .subtitle {
    color: #999
}

table {
    font-size: 1em;
    color: #333333;
    border-width: 1px;
    border-color: var(--qct-border-color);
    border-collapse: collapse;
    width: 100%
}

table th {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: var(--qct-border-color);
    background-color: #f7f7f7
}

table tr:hover td {
    background-color: #f9f9f9
}

table td {
    border-width: 1px;
    padding: 8px;
    border-style: solid;
    border-color: var(--qct-border-color);
    background-color: #ffffff
}

/* select {
    box-sizing: border-box;
    border: 1px solid var(--qct-border-color);
    padding: 0 .75em;
    height: 2.507em;
    font-size: .97em;
    border-radius: 0;
    max-width: 100%;
    width: 100%;
    vertical-align: middle;
    background-color: #fff;
    color: var(--qct-global-font-color,#333);
    box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
    transition: color .3s, border .3s, background .3s, opacity .3s;
    box-shadow: inset 0 -1.4em 1em 0 rgba(0, 0, 0, 0.02);
    background-color: #fff;
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url("img/css/arrow-down.png");
    background-position: right 10px center;
    background-repeat: no-repeat;
    background-size: 10px 10px;
    border-radius: 0
}
 */
.alignleft {
    float: left;
    margin: 0 20px 20px 0
}

.alignright {
    float: right;
    margin: 0 0 20px 20px
}

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

.alignnone {
    display: block
}

/* Clear Floats */
.clear, .clearfix {
    clear: both
}

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

.clear:after, .clearfix:after {
    clear: both
}

.screen-reader-text {
    clip: rect(1px, 1px, 1px, 1px);
    position: absolute
}

.sticky, .bypostauthor {
    background: inherit;
    color: inherit
}

a {
    color: var(--qct-global-font-color, #333);
    text-decoration: none
}

a:hover {
    text-decoration: none
}

a:active, a:focus {
    outline: 0
}

.entry-title {
    display: -webkit-inline-box;-webkit-box-orient: unset !important;
}

.entry-related li.hentry.type-news .entry-title a {
    color: var(--qct-global-font-color, #333)
}

.entry-title a, .entry-title a:visited {
    color: var(--qct-global-font-color, #333, #333);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
}

.entry-titles a {
    -webkit-line-clamp: 1
}

.content-grid .entry-title a, .content-grid .entry-title a:visited {
    /* -webkit-line-clamp: 1 !important*/
}

.container {
    margin: 0 auto;
    max-width: var(--qct-global-width)
}

.container.c-hf {
    max-width: calc(var(--qct-global-width) + 160px)
}

.posts-loading {
    margin-bottom: 30px;
    font-size: 16px;
    text-align: center;
    color: #AAB2BD;
    padding: 20px
}

/*主题弹窗样式*/
#open_qctheme_popups .qcx_modal-dialog {
    width: 100%;
    max-width: 400px;
    position: absolute;
    display: block;
}

#open_qctheme_popups .close {
    color: #fff;
}

#open_qctheme_popups .text-center span {
    font-size: 20px;
    border-bottom: 4px solid #59c3fb;
}

#open_qctheme_popups .sitetips-main {
    padding: 0 30px 20px;
    font-size: 14px;
}

#open_qctheme_popups .btn {
    display: block;
    padding: 12px 12px !important;
    font-size: 15px;
    margin-top: 20px;
    background: transparent !important;
    border: 1px solid #59c3fb;
    color: #59c3fb !important;
    border-radius: 5px;
    text-decoration: none;
    line-height: 1;
    cursor: pointer;
    text-align: center;
}

#open_qctheme_popups .qcx_modal-content {
    box-shadow: unset;
    z-index: 9999;
}

#open_qctheme_popups .modal-backdrop {
    background-color: rgb(0, 0, 0);
    opacity: 0.1;
}

/*启用模块卡片*/
.qcs-cards {
    max-width: 500px;
    margin: 10px auto;
    border-radius: 8px;
}

.qcs-cards .qcx-module-box {
    width: 100%;
    height: 80px;
    border: 1px solid #f3f3f3;
    background: #fff;
    float: left
}

.qcs-cards .qcx-module-box:hover {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.qcs-cards .qcx-module-box .box-img {
    width: 80px;
    height: 60px;
    margin: 10px 0;
    float: left
}

.qcs-cards .qcx-module-box .box-img img {
    width: 80px;
    height: 60px
}

.qcs-cards .qcx-module-box .box-c {
    text-align: left;
    height: 60px;
    margin: 10px;
    float: left;
    width: calc(100% - 200px)
}

.qcs-cards .qcx-module-box .box-c spans {
    display: -webkit-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.qcs-cards .qcx-module-box .box-c strong {
    font-size: 14px;
    font-weight: bold
}

.qcs-cards .qcx-module-box .box-kg {
    width: 90px;
    margin: 10px 0;
    padding: 12px 9px;
    float: left;
    border-left: 2px solid #f3f3f3;
    text-align: center
}

.qcs-cards .qcx-module-box .box-kg span {
    display: inline-block;
    color: #666;
    background: #fff;
    border: 1px solid #c3c3c3;
    border-radius: 3px;
    line-height: 35px;
    padding: 0 10px;
    font-size: 12px;
}

/* =Genericons, thanks to FontSquirrel.com for conversion! -------------------------------------------------------------- */
/* Genericons */
.bypostauthor > article .fn:before, .comment-edit-link:before, .comment-reply-link:before, .comment-reply-login:before, .comment-reply-title small a:before, .comment-list .children li:before, .contributor-posts-link:before, .menu-toggle:before, .search-toggle:before, .slider-direction-nav a:before, .widget_happythemes_ephemera .widget-title:before {
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font: normal 16px/1 Genericons;
    text-decoration: inherit;
    vertical-align: text-bottom;
}

/*-------------------------------------------------------------- # Header --------------------------------------------------------------*/
#masthead .container {
    position: relative;display: flex;
    justify-content: space-between;
}

.qct_header {
    width: 100%;
    background: var(--qcs-color-222, rgba(255, 255, 255, 0.8));
    height: 75px;
    z-index: 999;
    transition: all .3s ease 0s;
    box-shadow: rgb(190 190 190 / 46%) 0px 1px 5px;
    -webkit-box-shadow: var(--qct-global-shadow-bg) 0px 1px 5px;
}

.qct_fixed {
    position: fixed;
    backdrop-filter: saturate(5) blur(20px);
}

.header-space {
    height: 75px;
}

.home-blog-space {
    /* height: 25px;
    */
}

body.admin-bar .site-header {
    top: 32px;
}

@media screen and (max-width: 782px) {
    body.admin-bar .site-header {
        top: 46px;
    }
}

/* Smartphone */
@media screen and (max-width: 600px) {
    #wpadminbar {
        position: fixed !important;
    }
}


.site-header {
    width: 100%;
    height: 75px;
    line-height: 1;
    transition: all .3s ease-out 0s;
}

.site-header:has( .qct-header-top ) {
    height: 100px;
}

.qct-bgheader .qct-header-top + .qct_header {
    top: 25px;
}


.site-header.site-header-scrolled {
    background-color: var(--qct-global-cbg-color, #fff);
    z-index: 9999;
}

.site-header.no-header-search .header-cart {
    right: 0;
}

.site-header.no-header-search .header-cart .widget_shopping_cart {
    right: 0;
}

.site-header.no-header-search .slicknav_btn {
    margin-right: 5px;
}

.site-header .search-icon {
    display: block;
    position: absolute;
    top: 30px;
    right: 4px;
    font-size: 12px;
    -webkit-transition: top .25s ease;
    transition: top .25s ease;
}

.site-header .search-icon:hover {
    cursor: pointer;
}

.site-header .search-icon span {
    color: var(--qct-global-font-color, #333);
    font-size: 1.3em;
    font-weight: bold;
    vertical-align: middle;
}

.site-header .search-icon .genericon-search.active {
    display: none;
}

.site-header .search-icon .genericon-close {
    display: none;
}

.site-header .search-icon .genericon-close.active {
    display: inline-block;
}

.qct-header-top {
    position: relative;
    transition: all .3s ease-out 0s;
    background: var(--qct-global-bg-color, #eff0f2);
    z-index: 999;
}

.qct-header-top .container {
    transition: all .3s ease-out 0s;
    display: flex;
    justify-content: space-between;
    padding: 5px;
    font-size: 14px;
}

.qct-header-top-left {

}

.qct-header-top-right {

}

.page-template-demo-transparent-header .site-header.white-header, .home .site-header.white-header {
    background-color: transparent;
    box-shadow: none;
    -webkit-box-shadow: none;
}

.page-template-demo-transparent-header .site-header.white-header .site-title a, .home .site-header.white-header .site-title a {
    color: var(--qct-global-font-color, #333);
}

.page-template-demo-transparent-header .site-header.white-header .site-title a:hover, .home .site-header.white-header .site-title a:hover {
    color: var(--qct-global-font-color, #333);
}

.page-template-demo-transparent-header .site-header.white-header .sf-menu li a, .home .site-header.white-header .sf-menu li a {
    color: var(--qct-global-font-color, #333);
}

.page-template-demo-transparent-header .site-header.white-header .sf-menu li li a, .home .site-header.white-header .sf-menu li li a {
    color: var(--qct-global-font-color, #333);
}

.page-template-demo-transparent-header .site-header.white-header .slicknav_menu .slicknav_icon-bar, .home .site-header.white-header .slicknav_menu .slicknav_icon-bar {
    background-color: var(--qct-global-font-color, #333);
}

.qct-bgheader .site-header {
    /*height: unset;*/
    /*z-index: 99;
    */
}

.qct-bgheader .qct_header {
    background: unset;
    box-shadow: unset;
    -webkit-box-shadow: unset;backdrop-filter: inherit;
}

.qct-bgheader .qct_header .sf-menu li a, .qct-bgheader .qct_header .header-button ul li a {
    color: var(--qct-global-cfont-color, #fff);
}

.qct-bgheader .qct_header .sf-menu li li a {
    color: #000;
}

.qct-bgheader .qct_header .nav-line {
    background: #fff;
}

.qct-topheader .qct-header-top .container {
    display: none;
}

/***********************************页眉右侧按钮***************************************/
.nav-line {
    width: 1px;
    background: #777;
    height: 10px;
    display: inline-block;
    margin: 0 5px;
}

.header-button {
    float: right;
    /*margin-right: 28px;
    */
    display: flex;
    align-items: center;
    height: 75px;
}

.header-button ul {
    display: flex;
    align-items: center;
}

.header-button ul li {
    padding: 0 10px;
    position: relative;white-space: nowrap;
}

.header-button ul li badge {
    position: absolute;
    width: 18px;
    height: 17px;
    padding: 0;
    line-height: 16px;
    transform: scale(0.83);
    right: 0;
    top: -10px;
}

.header-button ul li a {
    display: flex;
    align-items: center;
}
.header-button ul li a.have-title{
    padding: 4px 10px;
}
.header-button ul li a.have-title i{
    font-size: 16px;
}
.header-button ul li a:hover{
    color: var(--qcs-color);
}

.header-buttonbg {

    border-radius: 50px;
    padding: 4px;
    font-size: 12px;
}

.header-button ul li:last-child {
    padding-right: 0;
}

.header-button ul li i {
    font-size: 20px;
}

.header-toggles {
    display: none;
    position: absolute;
    top: 9px;
    right: 0;
    width: 25px;
}

.site-container {
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
}

#search-main {
    position: fixed;
    top: 70px;
    left: 0;
    right: 0;
    margin: 0 auto;
    text-align: center;
    /* overflow-x: hidden;*/
    display: none;
    cursor: pointer;
    z-index: 999;

}

#search-main .search-box {
    transition: all .3s ease 0s;
    box-shadow: var(--qcs-color-222, rgb(190 190 190 / 46%)) 0px 4px 5px;
    -webkit-box-shadow: var(--qcs-color-222, rgb(190 190 190 / 46%)) 0px 4px 5px;
}

.off-search-a {
    background: #fff;
    min-height: 15vh;
}

.search-area {
    background: var(--qcs-color-222, #fff);
    width: 100%;
}

.search-wrap {
    max-width: 1200px;
    width: 100%;
    cursor: auto;
    margin: 0 auto;
    padding: 60px 20px 100px;
    position: relative;
}

.searchbar {
    margin: 10px 0;
    position: relative;
}

.search-input {
    position: relative;
    width: 100%;
    background: rgb(204 204 204/21%);
    font: 14px "Microsoft YaHei", Helvetica;
    height: 37px;
    line-height: 37px;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    /*overflow: hidden;*/
}

.search-input span {
    min-width: 80px;
    border-right: 1px solid rgb(204 204 204 / 21%);

}


.search-dropdown-menu {
    display: none;
    position: absolute;
    top: 40px;
    left: auto;
    padding: 5px;
    margin-top: 6px;
    font-size: 14px;
    text-align: center;
    background-color: var(--qcs-color-222, #fff);
    background-clip: padding-box;
    border-radius: 4px;
    color: var(--qcs-color-aaa, #aaa);
    box-shadow: 0 0 5px 2px var(--qcs-color-222, #b3b3b326);
    min-width: 80px;
    transition: .3s;
    list-style: none !important;
    z-index: 992;
    border: 1px solid #f5f6f7;}


.search-dropdown-menu::before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--qcs-color-222, #fff);
    position: absolute;
    top: -10px;
    right: 28px;
}


.search-dropdown-menu > li {
    text-shadow: none; display: flex; align-items: center; padding: 6px 20px; clear: both;
    font-size: 12px;
    font-weight: 400; line-height: 1.42857143;
    color: var(--qcs-color-eee, #333); white-space: nowrap;}


.search-dropdown-menu > li:hover, .search-dropdown-menu > li.activa {
    background-color: var(--qcs-color-333, rgb(204 204 204 / 21%));
}


.open > .search-dropdown-menu {
    display: block;
}


.search-input input {
    width: 100%;
    padding: 4px 15px;
    background: unset;
    border: 0;
    border-radius: 0;
    -webkit-appearance: none;
}

.searchbar button {
    overflow: visible;
    position: relative;
    cursor: pointer;
    height: 37px;
    min-width: 40px;
    background: unset;
    border: 0;
    border-radius: 0;

}

.searchbar button:hover {
    opacity: .8;
}

#search-main .search-cat {
    position: absolute;
    top: 1px;
    right: 10%;
    margin: 0;
}

.search-menu a {
    float: left;
    color: #999;
    line-height: 24px;
    margin: 0 5px 5px 0;
    padding: 0px 9px;
    border-radius: 4px;
    border: 1px solid transparent;
    white-space: nowrap;
    background: rgba(136, 136, 136, 0.1);
    font-size: 12px;
}

.search-menu a:hover {
    opacity: .8;
}

.off-search {
    position: absolute;
    top: 20px;
    right: 30px
}

.off-search:after {
    position: absolute;
    top: 50%;
    left: 50%;
    content: "\e69e";
    font-family: qct;
    font-size: 25px !important;
    color: #555;
    margin: -13px 0 0 -12px;
}


#content #search-main {
    display: block;
    position: relative;
    top: 0;
    box-shadow: none;
    z-index: 1; transition: unset;
}

#content .off-search {
    display: none;
}

#content .search-box {
    animation-name: unset;
}

#content .search-wrap {
    padding: 30px 20px 20px;
}

.search-types {
    /* background: #fff;*/
    padding: 10px 0;
}

.search-type-nav {
    display: flex;
    justify-content: center;
    height: 30px;margin-bottom: 10px;
}

.search-type-nav > li {
    margin: 0 10px;
    line-height: 20px;
    position: relative;
}

.search-type-nav li.active:before {
    transition: .4s;
    transform-origin: left;
    position: absolute;
    content: '';
    width: 100%;
    height: 3px;
    background: #2ca8f5;
    left: 0;
    bottom: 3px;
    border-radius: 5px;
    box-shadow: 1px 1px 3px -1px #2ca8f5;
}

.search-nav {
    display: flow-root;
}

.search-nav-title {
    text-align: left;
    padding-left: 5px;
    padding-bottom: 5px;position: relative;
}

.search-history {
    padding: 15px 5px 5px;

}

.search-nav-title .clear-history {
    position: absolute;
    font-size: 25px;
    right: 10px;
    top: 20px;
}

.badg {
    border-radius: 4px;
    display: inline-block;
    border-radius: 4px;
    transition: .15s;
    border: 1px solid transparent;
    vertical-align: middle;
    padding: 0.3em 0.6em;
    text-align: center;
    font-weight: 400;
    box-shadow: none;
    background: rgba(136, 136, 136, 0.1);
    color: #888;
    text-shadow: 0 0 0;
    line-height: 1.44;
}

/*移动端菜单*/
.header-inner .toggle:focus .toggle-text, .header-inner .toggle:hover .toggle-text {
    text-decoration: underline;
}

.menu-modal {
    background: var(--qct-global-cbg-color, #fff);
    /* display: none;
    */
    opacity: 0;
    overflow-y: auto;
    overflow-x: hidden;
    position: fixed;
    bottom: 0;
    left: -99999rem;
    right: 99999rem;
    top: 0;
    transition: opacity 0.25s ease-in, left 0s 0.25s, right 0s 0.25s;
    z-index: 99;
}

.admin-bar .menu-modal {
    top: 32px;
}

@media (max-width: 782px) {
    .admin-bar .menu-modal {
        top: 46px;
    }
}

.menu-modal.show-modal {
    display: flex;
}

.menu-modal.active {
    left: 0;
    opacity: 1;
    right: 0;
    transition: opacity 0.25s ease-out;
}

.menu-modal-inner {
    background: var(--qct-global-cbg-color, #fff);
    display: flex;
    justify-content: stretch;
    overflow: auto;
    -ms-overflow-style: auto;
    width: 100%;
}

.menu-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    position: relative;
}

button.toggle {
    background: none;
    border: none;
    box-shadow: none;
    border-radius: 0;
    color: #666;
    font-size: inherit;
    font-weight: 400;
    letter-spacing: inherit;
    padding: 0;
    text-transform: none;
}

button.close-nav-toggle {
    align-items: center;
    display: flex;
    display: block;
    font-size: 1rem;
    justify-content: flex-end;
    padding: 0.3rem 1.5rem;
    width: 100%;
    height: auto;
    text-align: right;
}

button.close-nav-toggle svg {
    height: 1rem;
    width: 1rem;
    position: relative;
    top: 3px;
}

button.close-nav-toggle .toggle-text {
    margin-right: 0.6rem;
}

.menu-modal .menu-top {
    flex-shrink: 0;
}

/* Main Menu --------------------------------- */
/*.sf-menu > li.current-menu-item > a:after, .sf-menu > li.current-menu-parent > a:after, .sf-menu > li.current_page_item > a:after, .sf-menu > li.current-post-ancestor > a:after, .sf-menu > li.current-menu-ancestor > a:after, .sf-menu > li.current-category-ancestor > a:after {
    content: "";
    font-size: 12px;
    position: absolute;
    bottom: 18px;
    left: calc(50% - 2.5px);
    font-weight: 300;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #2B91AF;
}*/

.sf-menu > li > .sub-menu:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 8px;
    border-bottom-color: #fff;
    position: absolute;
    left: 20px;
    top: -14px;
}

.modal-menu {
    /* position: relative;
     left: calc(50% - 50vw);
     width: 100vw;
     */
}

.modal-menu li {
    border-color: var(--qct-border-color);
    border-style: solid;
    border-width: 1px 0 0 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1;
    justify-content: flex-start;
    margin: 0;
}

.modal-menu > li > a, .modal-menu > li > .ancestor-wrapper > a {
    color: var(--qct-global-font-color, #333);
    font-size: 1.2rem;
    font-weight: 700;
}

.modal-menu > li > a:hover, .modal-menu > li > .ancestor-wrapper > a:hover {
    color: var(--qct-global-font-color, #333);
}

.modal-menu > li:last-child {
    border-bottom-width: 1px;
}

.modal-menu .ancestor-wrapper {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.modal-menu a {
    display: block;
    padding: 1rem 1.5rem;
    line-height: 30px;
    text-decoration: none;
    width: 100%;
}

.modal-menu a:focus, .modal-menu a:hover, .modal-menu li.current-menu-item > .ancestor-wrapper > a, .modal-menu li.current_page_ancestor > .ancestor-wrapper > a {
    text-decoration: none;
}

button.sub-menu-toggle {
    border-left: 1px solid var(--qct-border-color);
    flex-shrink: 0;
    margin: 1rem 0;
    padding: 0 1.5rem;
    height: 30px;
    line-height: 30px;
}

button.sub-menu-toggle svg {
    height: 0.8rem;
    transition: transform 0.15s linear;
    width: 1rem;
}

button.sub-menu-toggle.active svg {
    transform: rotate(180deg);
}

.modal-menu ul {
    display: none;
    margin: 0;
    width: 100%;
}

.modal-menu ul li {
    border-left-width: 1rem;
    border-left-color: var(--qct-border-color);
}

.modal-menu ul li a {
    color: inherit;
    font-weight: 500;
}

/* Main menu animation ----------------------- */
.menu-wrapper {
    width: 100%;
}

.menu-wrapper .menu-item {
    position: relative;
}

.menu-wrapper .active {
    display: block;
}

.menu-wrapper.is-toggling {
    pointer-events: none;
}

.menu-wrapper.is-toggling .menu-item {
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    width: 100%;
}

.menu-wrapper.is-toggling .menu-bottom .social-menu .menu-item {
    width: auto;
}

.menu-wrapper.is-animating .menu-item, .menu-wrapper.is-animating .toggling-target {
    transition-duration: 250ms;
}

.menu-wrapper.is-animating .menu-item {
    transition-property: transform;
}

.menu-wrapper.is-toggling .toggling-target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 1;
}

.menu-wrapper.is-toggling .toggling-target.active {
    opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target {
    display: block;
    transition-property: opacity;
    opacity: 0;
}

.menu-wrapper.is-animating.is-toggling .toggling-target.active {
    opacity: 1;
}

.menu-wrapper.is-toggling .modal-menu > li:last-child li {
    border-top-color: transparent;
    border-bottom-width: 1px;
}

/*-------------------------------------------------------手机菜单----------------------------------------------------------------------*/
.mobile-navbar {z-index: 997; position: fixed; top: 0; bottom: 0; background: var(--qcs-color-333, #fff); width: 281px; padding: 70px 20px; transition: transform .5s}

.mobile-navbar.left {left: -2px; transform: translateX(-110%);}

.mobile-menus {background: rgba(0, 0, 0, 0.03); border-radius: 4px; font-size: 12px; padding: 8px; margin: 0 0 5px;}

.mobile-menus li a {display: block; padding: 6px 15px; overflow: hidden; white-space: nowrap; text-overflow: ellipsis}

.mobile-menus .sub-menu {padding: 0 10px; word-wrap: break-word; white-space: normal}

.mobile-menus .sub-menu li {width: calc(50% - 4px); text-align: center; display: inline-block}

.mobile-navbar.top .mobile-menus .sub-menu li {width: calc(33.3% - 4px)}

.mobile-menus .sub-menu li > a {background: rgba(50, 50, 50, 0.06); padding: 5px; margin: 2px; border-radius: 4px; font-size: .9em; position: relative}

.mobile-menus > li > a::before {content: ''; width: 8px; height: 8px; border: 2px solid #2ca8f5; border-radius: 1em; vertical-align: 0.1em; display: inline-block; margin: 0 12px 0 0;}

.mobile-header.active .mobile-navbar {transition: transform .6s cubic-bezier(.28, .9, .34, .99); transform: translate(0); overflow-x: hidden; overflow-y: auto;}

.mobile-header .header-button {height: unset; float: unset; background: rgba(0, 0, 0, 0.03); border-radius: 4px; padding: 0 8px; margin: 0 0 5px;}

.mobile-header .header-button li {display: none;}

.mobile-header .header-button li.hide-sm {display: block !important;}

.navbar-top badge {transform: translate(-5px, -6px) scale(.85); margin-right: -10px; padding: 3px 8px;}

.mobile-menus .sub-menu li > a badge {position: absolute; right: 2px; top: 4px; transform: scale(.85); margin-right: 0; padding: 1px 4px;}

.mobile-navbar ul.qcuc-user-box { padding: 0;}

.mobile-navbar ul.qcuc-user-box .qcuc-user-menu { padding: 1px 0; border-radius: 4px !important; box-shadow: unset;}

.mobile-navbar ul.qcuc-user-box .user-right-news-icon {
    display: none;
}

.mobile-navbar ul.qcuc-user-box .qcuc-user-menu {

    background-color: rgba(0, 0, 0, 0.03);

}

.posts-nav-box.widget-toc { clear: both;max-height: unset;overflow: unset; background: rgba(0, 0, 0, 0.03); padding: 15px 15px 15px 25px; box-shadow: 0 0 10px rgba(116, 116, 116, 0.08); border-radius: 4px; margin-bottom: 20px;}

.fixed-body {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    visibility: hidden;
    background: rgba(24, 25, 27, .4);
    opacity: 0;
    transition: .3s;
}

/*-------------------------------------------------------------- 2.1 Logo --------------------------------------------------------------*/
.site-branding {
    float: left;
    text-align: left;

}

.site-branding #logo {
    float: left;
    height: 75px;
    -webkit-transition: height .25s ease;
    transition: height .25s ease;
}

.site-branding .helper {
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.site-branding img {
    max-height: 75px;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}

.site-title {
    font-size: 1.5em;
    font-weight: bold;
    float: left;
    transition: line-height .25s ease;
}

.site-title h1 {
    line-height: 73px;
}

.site-title a, .site-title a:visited {
    color: var(--qct-global-font-color, #333);
    display: block;
    text-decoration: none;
}

.site-desc {
    border-left: 1px solid var(--qct-border-color);
    float: left;
    color: var(--qct-global-font-color, #333);
    font-size: 12px;
    line-height: 1;
    margin-left: 15px;
    padding-left: 15px;
    position: relative;
    top: 25px;
}

.site-desc .line2 {
    margin-top: 3px;
}

.site-desc .no-line2 {
    line-height: 29px;
}

/*-------------------------------------------------------------- 2.1 Navigation Menu --------------------------------------------------------------*/
/* Essential Styles */
.sf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sf-menu li {
    position: relative;
}

.sf-menu li:hover > ul {
    display: block;
}

.sf-menu ul {
    overflow: hidden;
    position: absolute;
    display: none;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    top: 100%;
    left: 0;
    z-index: 99;
    font-size: 14px;
    padding: 6px 0;
    margin: 0;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    line-height: 32px;
    min-width: 180px;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
    transition: all 0.2s ease-in-out;
}

.sf-menu ul ul {
    top: 1px;
    left: 240px;
}

.sf-menu > li {
    float: left;
}

.sf-menu a {
    display: block;
    position: relative;
}

/* Theme Navigation Skin */
.sf-menu {
    float: left;
}

.sf-menu ul {
    background-color: var(--qct-global-cbg-color, #fff);
    width: 240px;
    padding: 0;
    box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
    -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}

.sf-menu a {
    text-decoration: none;
    zoom: 1;
    /* IE7 */
}

.sf-menu li {
    white-space: nowrap;
    line-height: 75px;
    -webkit-transition: line-height .25s ease;
    transition: line-height .25s ease;
}

.sf-menu li:hover > a {
    /*background-color: var(--qct-menu-hover-bg);
    */
    color: #59c3fb !important;
}

.sf-menu li a {
    color: var(--qct-global-font-color, #333);
    font-size: 15px;
    padding: 0 18px;
    position: relative;
    text-transform: uppercase;
}

.sf-menu li a:before {
    background-color: transparent;
    content: " ";
    display: block;
    height: 4px;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    transition: 0.3s all;
}

.sf-menu > li:before {
    content: ' ';
    position: absolute;
    width: 100%;
    top: -1px;
    left: 0;
    background: #3690cf;
    height: 5px;
    border-radius: 0 0 15px 15px;
    transition: .4s;
    opacity: 0;
}

.sf-menu > li.current-menu-item:before,
.sf-menu > li.current-menu-item > a:before,
.sf-menu > li:hover:before,
.sf-menu > li:hover > a:before {
    opacity: 1;
}


.sf-menu li li {
    height: auto;
    line-height: 1.5;
}

.sf-menu li li a {
    color: var(--qct-global-font-color, #333);
    font-size: 16px;
    font-weight: normal;
    margin: 0;
    padding: 8px 18px;
    text-transform: none;
}

.sf-menu li li:hover {
    /*background-color: var(--qct-menu-hover-bg);
    */
}

.sf-menu li li > a:hover {
    transform: translateX(5px);
}

.sf-menu li li a:before {
    content: none;
}

.sf-menu li li ul {
    margin-top: -1px;
}

/*分类菜单*/
.csf-menu * {
    margin: 0;
    padding: 0;
    list-style: none;
}

.csf-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.csf-menu li {
    position: relative;
}

.csf-menu li:hover > ul {
    display: block;
}

.csf-menu ul {
    position: absolute;
    display: none;
    top: 100%;
    left: 0;
    z-index: 99;
}

.csf-menu ul ul {
    top: 1px;
    left: 240px;
}

.csf-menu > li {
    float: left;
}

.csf-menu a {
    display: block;
    position: relative;
}

/* Theme Navigation Skin */
.csf-menu {
    float: left;
}

.csf-menu ul {
    background-color: var(--qct-global-cbg-color, #fff);
    padding: 0;
    box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
    -webkit-box-shadow: rgba(190, 190, 190, 0.45882) 0px 1px 5px;
}

.csf-menu a {
    text-decoration: none;
    zoom: 1;
    /* IE7 */
}

.csf-menu li {
    white-space: nowrap;
    line-height: 38px;
    /* border-bottom: 1px solid var(--qct-border-color);*/
}

.csf-menu li:hover {
    background-color: var(--qct-menu-hover-bg);
}

.csf-menu li a {
    color: var(--qct-global-font-color, #333);
    font-size: 14px;
    margin: 0 18px;
    position: relative;
    text-transform: uppercase;
}

.csf-menu li a:before {
    background-color: transparent;
    content: " ";
    display: block;
    height: 4px;
    position: absolute;
    bottom: 16px;
    left: 0;
    width: 100%;
    transition: 0.3s all;
}

.csf-menu li li {
    height: auto;
    line-height: 1.5;
}

.csf-menu li li:hover {
    background-color: var(--qct-menu-hover-bg);
}

.csf-menu li li a {
    color: var(--qct-global-font-color, #333);
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 8px 18px;
    text-transform: none;
}

.csf-menu li li a:hover {
    transform: translateX(5px);
}

.csf-menu li li a:before {
    content: none;
}

.csf-menu li li ul {
    margin-top: -1px;
}

/*** arrows (for all except IE7) 到此结束**/
.sf-arrows .sf-with-ul {
    padding-right: 6px;
}

/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
    display: block;
    position: absolute;
    top: 50%;
    right: 3px;
    margin-top: -8px;
    height: 0;
    width: 0;
    content: '\e8d9';
    font: normal 14px/1 'qeo';
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

@-moz-document url-prefix() {
    .sf-arrows .sf-with-ul:after {
        margin-top: -7px;
    }
}

/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
    right: 18px;
    margin-top: -4px;
    margin-right: 0;
    content: '\e8d9';
    font: normal 14px/1 'qeo';
    display: inline-block;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.breadcrumb {
    font-size: 12px;
    padding: 10px 15px;
    list-style: none;
    line-height: normal;
    display: block;
    margin: 0 auto;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    background: var(--qct-global-cbg-color, #fff);
    color: var(--qct-global-font-color, #333);
    display: flex;
}

.breadcrumbs {
    position: absolute;
    top: 0;
    left: 0;
    right: 8px;
}

.breadcrumbs + header {
    margin: 30px 0 25px 0 !important;
}

.content-grid .breadcrumb {
    margin-right: 1px !important;
}

.breadcrumb > li {
    display: flex;
    align-items: center;
}

.breadcrumb > li + li:before {
    padding: 0 2px;
    color: var(--qcs-color-666, #ccc);
    content: "\e61c";
    font-family: qct;
}

.breadcrumb > ls.last {
    float: right;
    position: absolute;
    right: 0;
}

.full-width .breadcrumb > ls.last {
    display: none;
}

.breadcrumb > .active {
    color: #777;
}

.s-hide {
    position: absolute;
    top: 10px;
    right: 5px;
    cursor: pointer;
    line-height: 0;
    margin-top: -4px;
}

.off-side {
    position: relative;
    width: 26px;
    height: 6px;
    display: inline-block;
    overflow: hidden;
    border-radius: 8px;
    background: #ccc;
}

.off-side:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 13px;
    height: 10px;
    background: #666;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.on-side .off-side:after {
    left: 0;
    background: #999;
}

.s-hide:hover .off-side:after {
    right: 13px;
    background: #ccc;
}

.on-side:hover .off-side:after {
    left: 13px;
    background: #666;
}

/* Primary Menu */
#primary-nav {
    float: left;
    margin-left: 30px;width: 100%;
}
#primary-menu{
    display: flex;
    flex-direction: row;
    width: 100%;
    justify-content: flex-start;
    flex-wrap: wrap;
}
#primary-menu.sf-center{
    justify-content: center;
}
#primary-menu.sf-right{
    justify-content: flex-end;
}
.qceo-box {
    background: var(--qct-global-cbg-color, #fff);
    margin-bottom: 10px;
}

.qceo-box:first-child {
    margin-top: 0;
}

/*-------------------------------------------------------------- 3.1 主要区域 --------------------------------------------------------------*/
#primary {
    float: left;
    width: calc(100% - 321px);
    margin-right: calc(321px + 10px);
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.sl-rtl #primary {
    float: right;
    width: calc(100% - 321px);
    margin-left: calc(321px + 10px);
    margin-right: 0;
}

.primary-full {
    width: 100% !important;
    margin-right: 0 !important;
}

#main {
    clear: both;
}

.entry-main {
    padding: 20px 15px;
    position: relative;
}

#sidebar, #sidebarl {
    position: unset;
    float: left;
    width: 311px;
    margin-left: -321px;}

.sl-rtl #sidebar {
    float: right;
    margin-right: -311px;
}

.sl-lcr #primary {
    width: calc(100% - 511px);
    margin-right: calc(291px + 10px);
    margin-left: 10px;
}

.sl-lcr #sidebar {
    width: 281px;
    margin-left: -291px;
}

.sl-lcr #sidebarl {
    width: 200px;
    margin-left: 0;
}

.sidebar-no {
    width: 0;
    display: none;
}

.single .entry-header {
    margin: 0 0 25px 0;
    text-align: center;
    position: relative;
}

.entry-breadcrumb + .entry-header {
    margin: 20px 0 25px 0;
}

.error404 h1.entry-title, .single h1.entry-title, .page h1.entry-title {
    font-size: 20px;
    line-height: 20px;
    margin-bottom: 10px;
}

.content-loop .entry-meta, .content-search .entry-meta, .single #primary .entry-meta {
    color: #999;
    font-size: 14px;
    position: relative;
    margin-bottom: 0px;
    justify-content: center;
}

.content-loop .entry-meta .sep, .content-search .entry-meta .sep, .single #primary .entry-meta .sep {
    color: #ccc;
    margin: 0 3px;
}

.single .product-summary {
    border: 1px solid var(--qct-border-color);
    background-color: #f9f9f9;
    padding: 10px 20px;
}

.entry-tags, .entry-cats {
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.entry-tags .tag-links a {
    display: inline-block;
    margin-bottom: 3px;
    padding: 7px 10px;
    line-height: 1;
    font-size: 12px;
    border-radius: 50px;
    margin-right: 5px;
    color: #888;
    background: rgba(136, 136, 136, .1);
}

.entry-tags .tag-links a:hover {
    opacity: .8;
}

.tag-links a i {
    font-size: 12px;
    margin-right: 2px;
}

.entry-tags .tag-color a {
    border-radius: 5px;
    color: #fff !important;
}

.entry-tags .tag-color a:nth-child(5n) {
    background-color: #4A4A4A;
}

.entry-tags .tag-color a:nth-child(5n+1) {
    background-color: #ff5e5c
}

.entry-tags .tag-color a:nth-child(5n+2) {
    background-color: #ffbb50
}

.entry-tags .tag-color a:nth-child(5n+3) {
    background-color: #1ac756
}

.entry-tags .tag-color a:nth-child(5n+4) {
    background-color: #19B5FE
}

.entry-cats {
    margin-bottom: 10px;
}

.cat-links a {
    display: inline-block;
    border-radius: 50px;
    padding: 4px 10px;
    margin-right: 5px;
}

.cat-links a i {
    font-size: 12px;
    margin-right: 2px;
}

/*相关文章*/
.related-group {
    background: var(--qct-global-cbg-color, #fff);
    margin-bottom: 10px;
    font-size: 14px;
    padding: 20px;
}

.related-group .group-title h3 {
    margin: 0;
    line-height: 1;
    margin-bottom: 15px;
    font-weight: normal;
    font-size: 17px;
}

.hollows .related-group .qc_grid_1_2 {
    margin: 4px;
    width: calc(50% - 8px);
}

.qct-badge {
    position: absolute;
    right: 15%;
    top: 0%;
    width: 60px;
    height: 60px;opacity: .5;
}

.banner-thumb .qct-badge {
    right: 25%;
    top: 45%;
}

/*************************上一篇下一篇******************************/
.qct-nav-single, .qct-nav-single-img {
    background: var(--qct-global-cbg-color, #fff);
    margin-bottom: 10px;
    font-size: 14px;
    padding: 20px;
    display: flex;
}

.qct-nav-single a {
    width: 50%;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
    padding-right: 20px;
}

.qct-nav-single-img a {
    width: 100%;
    overflow: hidden;
}

.qct-nav-single a .post-nav, .qct-nav-single-img a .post-nav {
    font-size: 12px;
    color: #aaa;
    margin-bottom: 5px;
}

.qct-nav-single a:last-child {
    border-left: 1px dashed #eaeaea;
    padding-left: 20px;
    padding-right: 0;
    text-align: right;
}

.qct-nav-single-img .post-previous-box, .qct-nav-single-img .post-next-box {
    width: 50%;
    display: flex;
    align-items: center;
}

.qct-nav-single-img figure, .qct-nav-single-img figure img {
    width: 100%;
    height: 55px;
    max-width: 80px;
    overflow: hidden;
    border-radius: 4px;
}

.qct-nav-single-img .nav-img-t {
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.qct-nav-single-img .post-next-box {
    text-align: right;
}

.qct-nav-single-img .post-previous-img {
    margin-left: 10px;
}

.qct-nav-single-img .post-next-img {
    margin-right: 10px;
}

.qct-nav-single-img .post-previous-box {
    padding-right: 20px;
}

.qct-nav-single-img .post-next-box {
    border-left: 1px dashed #eaeaea;
    padding-left: 20px;
}

/***************************问答******************************/
.qct-faqs {
    background: var(--qcs-color-333, #fafafa);
    font-size: 13px;
    padding: 15px 20px 17px;
    border-radius: 5px;
    margin-bottom: 20px;
    margin-top: 20px
}

.qct-faqs .qct-faq-title {
    font-size: 18px;
    margin-bottom: 15px;
    font-weight: 600
}

.qct-faqs .items .item {
    margin-bottom: 10px;
    border-bottom: 1px dashed #eaeaea;
    padding-bottom: 10px
}

.qct-faqs .items .item:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none
}

.qct-faqs .items .item .que {
    font-size: 16px;
    cursor: pointer;
    position: relative;
    padding-right: 25px;
}

.qct-faqs .items .item .que .i-help {
    font-size: 18px;
    color: #1ac756;
}

.qct-faqs .items .item .que .ic {
    color: #999;
    font-size: 14px;
    position: absolute;
    top: 3px;
    right: 0
}

.qct-faqs .items .item.active .que .ic:before {
    content: "\e8d8"
}

.qct-faqs .items .item .ans {
    color: #999;
    display: none;
    padding-left: 24px
}

.qct-faqs .items .item.active .ans {
    display: block;
}

/*-------------------------------------------------------------- 3.1 主要区域 --------------------------------------------------------------*/
.calendar_wrap caption {
    text-align: center;
    margin: 0 20px 10px;
}

.calendar_wrap .wp-calendar-nav {
    display: flex;
    justify-content: space-between;
    margin: 5px 5px 0;
}

/********************************************************/
/*-------------------------------------------------------------- 3.1 评论 --------------------------------------------------------------*/
/*#comments .comment-form-comment {
     display: flex;
     flex-direction: column;
}
*/
/******************************************************* 4 导航链接 *******************************************************/
.qct-links {
    width: 100%;
    min-height: 80vh;
    position: relative;
    overflow: hidden;
    margin: 20px 0;
    display: flex;
    flex-wrap: nowrap;
}

.friend-section .qct-links {
    min-height: unset;
}

.qct-link-left {
    min-width: 200px;
    height: 100%;
    overflow: hidden;
    width: 200px;
    text-align: right;
    position: relative;
}

.inner-wrapper-sticky {
    position: fixed;
    transform: translate3d(0px, 0px, 0px);
    top: 80px;
    width: 200px;
}

.qct-link-left h1 {
    font-size: 18px;
    margin-bottom: 6px;
    padding-top: 20px;
    text-align: right;
    margin-right: 32px;
    font-weight: bold;
}

.qct-link-left .link-total {
    font-size: 12px;
    text-align: right;
    margin-bottom: 20px;
    margin-right: 32px;
}

.qct-link-left .toc-list {
    text-align: right;
    font-size: 14px;
    margin-right: 32px;
}

.toc-list .toc-list-item {
    margin-bottom: 12px;
}

.toc-list a.toc-link {
    padding: 0 10px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
    border-radius: 5px;
    background-color: var(--qcs-color-222, #fff);
}

.toc-list .active a.toc-link {
    background-color: var(--qcs-color-444, #2ca8f5);
    color: #fff;
}

.qct-link-left .link-join {
    text-align: right;
    margin-right: 32px;
    margin-top: 30px;
}

.qct-link-left .link-join .link-btn {
    border: 1px solid var(--qcs-color-ccc, #0066ff);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0);
    color: var(--qcs-color-ccc, #0066ff);
}

.qct-link-right {
    width: 100%;
}

.qct-link-right .link-box {
    padding: 10px 15px;
    background: var(--qct-global-cbg-color, #fff);
    border-radius: 4px;
    margin-bottom: 15px;
}

.link-title {
    padding: 0 0 8px 0;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
}

.link-title h2 {
    position: relative;
    font-size: 14px;
    font-weight: bold;
    padding: 0 12px;
    height: 30px;
    line-height: 30px;
}

.link-title h2::before {
    content: '';
    width: 4px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 6px;
    background-color: #0cb9c1;
    border-radius: 4px;
}

.link-title .link-more {
    font-size: 13px;
    display: flex;
    align-items: center;
    color: #fff
}

.link-title .link-more .cat-box {
    font-weight: normal;
    padding: 0
}

.link-title span {
    line-height: 1.2;
}

.qct-link-right .link-list {
    display: flex;
    flex-wrap: wrap;
}

.qct-link-right .link-box .link-in {
    display: flex;
    padding: 10px;
    cursor: pointer;
    align-items: flex-start;
    position: relative;
    box-shadow: none;
    border: 1px solid var(--qcs-color-555, #f2f2f2) !important;
}

.qct-link-right .link-box .link-in:hover h2 {
    color: #2ca8f5;
}

.qct-link-right v .link-in:hover {
    box-shadow: 0 6px 16px 0 var(--qcs-color-555, #d6e0e8);
}

.qct-link-right .link-box .link-in button {
    padding: 0
}


.qct-link-right .link-img {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: block;
    margin-right: 8px;
    display: block;
    background-color: #fff;
    overflow: hidden;
    border-radius: 5px;
}


.qct-link-right .link-info {
    flex: 1;
    width: 0;
}

.qct-link-right .link-top {
    display: flex;
    align-items: center;
}

.qct-link-right .link-desc {
    font-size: 12px;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 4px 0 0;
    height: 17px;
    box-sizing: border-box;
    line-height: 1.3;
    color: var(--qcs-color-ddd, #666);
}

.qct-link-right .link-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
}

.qct-link-right .link-author {
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: 17px;
    overflow: hidden;
}

.qct-link-right .link-author a, .link-author {
    color: #999 !important;
}

.qct-link-right .link-up {
    display: flex;
    align-items: center;
    color: #999;
}

.qct-link-right .link-box .link-in.link-easy {

    align-items: center;

}

.qct-link-right .link-box .link-in.link-easy .link-footer {
    display: none;
}

/*-------------------------------------------------------------- 6. Comments --------------------------------------------------------------*/
.comments-area {
    margin-bottom: 10px;
}

.comments-title {
    background: var(--qct-global-cbg-color, #fff);
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 20px;
    display: flex;
    align-items: center;
}

.comments-title {
    color: #999;
}

.comments-title span {
    font-size: 1.2px;
}

.comment-list, .comment-list ol {
    list-style: none;
}

.comment-list li, .comment-navigation {
    position: relative;
    background: var(--qct-global-cbg-color, #fff, #fff);
    margin: 0 0 10px 0;
    padding: 15px 20px;
    word-wrap: break-word;
    word-break: break-all;
}

.comment-list li li {
    border: 1px solid rgb(0 0 0 / 8%);
}

.comment-list li li.comments-anchor {
    border: 0;padding: 0;
}

.comment-list .children li {
    list-style: none;
}

.comment-list .children {
    list-style: none;
    margin: 8px 0 0 0;
}

@keyframes jump {
    16.65% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    33.3% {
        -webkit-transform: translateY(-3px);
        transform: translateY(-3px);
    }
    49.95% {
        -webkit-transform: translateY(4px);
        transform: translateY(4px);
    }
    66.6% {
        -webkit-transform: translateY(-2px);
        transform: translateY(-2px);
    }
    83.25% {
        -webkit-transform: translateY(1px);
        transform: translateY(1px);
    }
    100% {
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

.comment-avatar-show {
    width: var(--this-size);
    height: var(--this-size);
    position: relative;
    float: left;
    --this-size: 55px;
    margin: 5px 10px 0 0;
    padding: 2px;
    border-radius: 50%;
}

.comment-avatar-vip {
    display: inline-flex;
    align-items: center;
}

.comment-avatar-vip img {
    margin: 0 4px;
    height: 16px;
}

.readers-avatar .dzq:hover, .comment-body:hover .comment-avatar-show {
    -webkit-animation-name: jump;
    animation-name: jump;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    animation-iteration-count: 1;
}

.vcard .avatar {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.comment-author {
    color: #666;
    line-height: 20px;
    text-transform: capitalize;
}

.fn {
    font-style: normal;
    font-weight: bold;
}

.comment-author .author-admin {
    color: #666;
}

.comment-author .post-author .be-personoutline, .comment-author .author-admin .be-personoutline {
    margin: 0 0 0 5px;
}

.comment-author .post-author {
    color: #666;
}

.comment-meta {
    display: block;
}

.comment-meta, .comment-meta a {
    color: #999;
}

.comment-meta .comment-aux {
    font-size: 12px;
}

.remark-txt {
    font-size: 13px;
    color: #999;
}

.qa-comments-box .remark-txt {
    position: absolute;
    top: 15px;
    right: 20px;
    color: #b8c4ce;
}

.remark-txt .dashicons {
    font-size: 15px;
    margin: 0 2px 0 0;
}

@media screen and (max-width: 640px) {
    .remark-txt, .comment-meta, .comment-meta a {
        font-size: 12px;
    }
}

@media screen and (max-width: 480px) {
    .remark-txt {
        display: none;
    }
}

.comment-del {
    position: absolute;
    top: 0;
    right: 50%;
    margin: 0 -16px 0;
    padding: 5px;
    display: block;
    opacity: 0;
    z-index: 1;
}

.comment-body:hover .comment-del {
    opacity: 1;
}

.reply {
    display: block;
}

.reply a {
    color: #999;
    font-size: 13px;
    width: 30%;
    line-height: 25px;
    display: inline-block;
    padding: 0;
}

.reply a:hover {
    color: #999 !important;
}

.login-show, .reply a {
    -webkit-transition: padding 0.3s;
    transition: padding 0.3s;
    -webkit-transition-delay: 0.2s;
    transition-delay: 0.2s;
}

.comment-body:hover .reply a, .comment-body:hover .login-show {
    color: #999;
    padding-left: 10px;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
}

.login-show {
    cursor: pointer;
    color: #999;
    line-height: 25px;
    padding: 3px 20px 3px 0;
}

.reply-login {
    display: none;
}

.at, .at a {
    color: #999;
    font-size: 14px;
}

.no-comments {
    background: var(--qct-global-cbg-color, #fff, #fff);
    text-align: center;
    margin: 0 0 10px 0;
    padding: 10px;
    border: 1px solid var(--qct-border-color);
}

#edita, #edita a {
    color: #8b8b8b;
}

#edita .be-thumbs-up {
    color: #56ab2f;
    margin: 0 5px 0 0;
}

.comment-reply-link_a .be {
    color: #8b8b8b;
    margin: 0 5px 0 0;
}

.comment-awaiting-moderation {
    color: #333;
}

.comment-awaiting-moderation .be {
    color: #333;
    margin: 0 5px 0 0;
}

.comment-author .be-favoriteoutline {
    color: #d03333;
    padding-left: 5px;
}

.comment-form-comment .be-info, .comment-form-comment .be-loader {
    color: #333;
    margin: 0 10px 0 0;
}

#respond #error, .txt-etc {
    position: absolute;
    bottom: 20px;
    left: 10px;
    background: var(--qct-global-cbg-color, #fff);
    color: #333;
    padding: 10px;
    border-radius: 3px;
}

#be-comments-loader {
    padding: 20px;
}

.loading-spin .be-loader {
    font-size: 50px !important;
}

.comment-form-comment #loading {
    position: absolute;
    bottom: 50%;
    left: 50%;
    width: 50px;
    height: 50px;
    margin: 0 0 -25px -25px;
    background: transparent !important;
}

.loading-spin:after {
    content: "";
    margin: 0 auto 3em -1em;
    font-size: 10px;
    position: absolute;
    top: 12px;
    left: 50%;
    width: 2em;
    height: 2em;
    border: 0.2em solid var(--qct-border-color);
    -webkit-animation: load8 0.5s infinite linear;
    animation: load8 0.5s infinite linear;
    border-radius: 50%;
}

.comment-author-vip, .comment-author-vip a, .message-widget .message-widget-vip {
    color: #333;
}

.comment-author-vip:after, .message-widget .message-widget-vip:after {
    content: "\e601";
    font-family: cx;
    font-size: 12px !important;
    color: #333;
    font-weight: 400;
    margin: 0 0 0 3px;
}

.comment-author-vip:after {
    font-size: 13px !important;
    margin: 0 0 0 6px;
}

.vip {
    position: relative;
}

.vip i {
    font-size: 13px;
    padding-left: 3px;
}

.lv {
    position: absolute;
    width: 30px;
    font-size: 9px;
    top: -6px;
    left: 20px;
}

.vip0 .be, .vip0 .lv {
    color: #bbb;
}

.vip1 .be, .vip1 .lv {
    color: #46c0e6;
}

.vip2 .be, .vip2 .lv {
    color: #f49800;
}

.vip3 .be, .vip3 .lv {
    color: #7ab951;
}

.vip4 .be, .vip4 .lv {
    color: #f566f5;
}

.vip5 .be, .vip5 .lv {
    color: #d03333;
}

.vip6 .be, .vip6 .lv, .vip7 .be, .vip7 .lv, .vip8 .be, .vip8 .lv, .vip9 .be, .vip9 .lv {
    color: #333;
}

.floor {
    display: block;
}

.floor {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 12px;
    color: #333;
}

.floor-l-b {
    font-size: 13px;
}

.floor i {
    font-size: 15px;
}

.floor-c {
    color: #b8c4ce;
    padding: 1px 4px;
    border-radius: 2px;
}

.floor-s {
    color: #333;
}

.floor-b {
    color: #333;
}

.floor-d {
    color: #333;
}

#respond {
    position: relative;
    background: var(--qct-global-cbg-color, #fff);
    padding: 10px 20px;
}

#respond h3 {
    font-size: 15px;
}

.cancel-reply {
    float: right;
    margin: 14px 0 0 0;
}

.cancel-reply a {
    background: var(--qct-global-cbg-color, #fff);
    width: 130px;
    font-size: 14px;
    padding: 11px 12px;
    border-radius: 5px;
    border: 1px solid var(--qct-border-color);
}

.cancel-reply a:hover {
    background: var(--qct-global-cbg-color, #fff);
    color: #333;
    border: 1px solid #666;
}

#comment-author-info {
    width: 100%;
}

.author-form {
    display: none;
}

.author-form-fill {
    display: block;
}

#comment-author-info input {
    background: var(--qct-global-cbg-color, #fff);
    position: relative;
    width: 100%;
    height: 38px;
    line-height: 38px;
    margin: 0 10px 10px 0;
    padding: 0 10px;
    border: none;
    display: block;
    text-indent: 50px;
    border-radius: 5px;
    box-shadow: none;
    -webkit-appearance: none;
    _vertical-align: middle;
}

#comment-author-info.comment-en input {
    text-indent: 75px;
}

.comment-form-comment {
    position: relative;
    line-height: 0;
    margin-top: 10px;
}

#comment {
    background: var(--qcs-color-444, #eff0f2);
    width: 100%;
    margin: 0 10px 10px 0;
    padding: 5px 10px;
    resize: vertical;
    border: 1px solid var(--qct-border-color, #dedede);
    border-radius: 5px;
    -webkit-appearance: none;
}


/*手机评论*/

.mm_c_boxs .comment-list li, .mm_c_boxs .comment-navigation {
    padding: 8px 10px;
}

.mm_c_boxs .comment-list li li {
    margin-left: 15px;
}

.mm_c_boxs .comment-date, .mm_c_boxs .comment-edit {
    display: none;
}

.mm_c_boxs .comment-avatar-show {
    width: 35px;
    height: 35px;
    margin: 5px 5px 0 0;
}

.mm_c_boxs .comment-list, .mm_c_boxs .comment-list ol {
    height: calc(100% - 190px);
    overflow: auto;height: 100%; margin: 5px;
}

.mm_c_boxs .user-avatar, .mm_c_boxs .user-avatar img {

    width: 30px;
    height: 30px;

}

.mm_c_boxs #comment {
    height: 60px;
}

.mm_c_boxs #respond {
    border-top: 1px solid rgb(0 0 0 / 8%);
    border-radius: 0; min-height: 190px;
}

.mm_c_boxs li #respond {
    border: unset;
}

.mm_c_boxs #respond #submit {
    margin: 5px 0;
    padding: 2px 5px;
    height: 30px;
    width: 100px;
}

.mm_c_boxs .cancel-reply {
    margin: 9px 0 0 0;
}

.mm_c_boxs .cancel-reply a {
    padding: 5px 12px;
}

/*手机评论结束*/
.pcd {
    position: relative;
    float: left;
    width: 49%;
}

.pcd:nth-child(even) {
    float: right;
}

.qqcd {
    width: 100%;
}

.comment-form-url .be {
    font-size: 15px !important;
}

.comment-form-url .no-label {
    display: none;
}

.fill-but {
    position: absolute;
    top: 2px;
    right: 6px;
    padding: 3px 8px;
    color: #333;
    cursor: pointer;
    z-index: 1;
    display: inline-block;
}

.fill-but:hover {
    color: #333;
}

@media screen and (max-width: 640px) {
    .pcd {
        width: 100%;
    }
}

.pcd label {
    position: absolute;
    top: 0;
    left: 0;
    color: #333;
    display: inline-block;
    min-width: 50px;
    height: 38px;
    padding: 5px 0 5px 15px;
    z-index: 1;
    border-radius: 5px 0 0 5px;
    border: none;
}

.comment-en .pcd label {
    min-width: 80px;
}

#respond input[type="text"]:focus, #respond textarea:focus {
    background: var(--qct-global-cbg-color, #fff);
    text-indent: 0 !important;
    z-index: 1;
    outline: none;
    border: 1px solid var(--qct-border-color);
}

#respond .comment-form-url .required, #respond .comment-form-author .required, #respond .comment-form-email .required {
    position: absolute;
    top: 4px;
    right: 15px;
    color: #333;
    font-size: 20px;
    z-index: 1;
}

#respond #submit {
    background: var(--qct-global-button-color, #fff);
    width: 130px;
    color: var(--qct-global-button-text-color, #333);
    line-height: 10px;
    margin: 5px 0 15px 0;
    padding: 8px 8px;
    cursor: pointer;
    -webkit-appearance: none;
    border-radius: 5px;
    border: none;
    box-shadow: 0 0 0 1px rgb(0 0 0 / 7%) inset;
}

#respond #submit:hover {
    color: var(--qct-global-button-text-color, #333);
    background: var(--qct-global-button-color, #fff);
    transition: all 0.2s ease-in 0s;
}

.comment-nologin {
    font-size: 14px;
    color: #333;
    font-weight: bold;
    margin: 10px 0 0 0;
}

.comment-nologin .comment-reply-title {
    margin: 0 0 5px 3px;
}

.comment-user-inf {
    margin: 10px 10px 10px 0;
    display: flex;
    align-items: center;
}

.comment-user-name-alter a {
    padding: 0 5px 0 0;
}

.comment-user-name {
    font-size: 14px;
    text-transform: capitalize;
}

.comment-user-alter {
    cursor: pointer;
}

.comment-user-alter .be {
    font-size: 15px !important;
    margin: 0 0 0 5px;
}

.user-avatar {
    float: left;
    width: 55px;
    height: 55px;
    margin: 0 10px 0 0;
}

.user-avatar img {
    --this-size: 55px;
    border-radius: 50%;
}

.comment-user-inc {
    padding: 2px;
}

.gravatar-apply {
    position: absolute;
    top: 27px;
    right: 20px;
    margin: 0 5px 0 0;
    opacity: 0;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.comment-respond:hover .gravatar-apply {
    opacity: 1;
}

.gravatar-apply a {
    position: relative;
    width: 30px;
    height: 30px;
    display: inline-block;
    border-radius: 50%;
    border: 2px solid var(--qct-border-color);
}

.gravatar-apply a:before {
    position: absolute;
    top: 1px;
    left: 6px;
    content: "\e8df";
    font-family: be;
    font-size: 14px !important;
    color: #333;
    transition: 0.45s;
    -webkit-transition: 0.45s;
    transform-style: preserve-3d;
    -webkit-transform-style: preserve-3d;
    image-rendering: -webkit-optimize-contrast;
}

.gravatar-apply a:hover:before {
    color: var(--qct-global-font-color, #333);
    transform: rotate(-720deg);
    -webkit-transform: rotate(-720deg);
}

.gravatar-apply a:hover {
    border: 2px solid var(--qct-border-color);
}

.comment-tool {
    position: absolute;
    right: 15px;
    bottom: 11px;
    width: 110px;
}

.comment-tool .be-insertemoticon {
    font-size: 16px !important;
}

.comment-tool a {
    float: right;
    color: var(--qct-global-font-color, #333);
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 31px;
    margin: 0 0 0 3px;
}

.comment-tool a:hover {
    color: #333;
}

.comment-tool .pre-button {
    float: right;
    color: var(--qct-global-font-color, #333);
    width: 33px;
    height: 33px;
    text-align: center;
    line-height: 31px;
    cursor: pointer;
    margin: 0 0 0 3px;
}

.comment-tool .pre-button:hover {
    color: var(--qct-global-font-color, #333);
}

.comment-tool .pre-button .dashicons {
    font-size: 18px;
}

.comment-tool .emoji .be {
    vertical-align: -2%;
}

.emoji-box {
    position: absolute;
    bottom: 45px;
    right: 10px;
    width: 275px;
    display: none;
}

.emoji-box img {
    float: left;
    width: 24px;
    height: 24px;
}

.add-img-box {
    background: var(--qct-global-cbg-color, #fff);
    position: absolute;
    right: 10px;
    bottom: 50px;
    display: none;
    z-index: 1;
    padding: 20px 10px 10px 10px;
    border-radius: 5px;
    border: 1px solid var(--qct-border-color);
}

.img-url {
    background: #eff0f2;
    width: 255px;
    height: 75px;
    resize: vertical;
    padding: 5px 10px;
    border: 1px solid var(--qct-border-color);
}

.add-img-but {
    background: var(--qct-global-cbg-color, #fff);
    width: 80px;
    cursor: pointer;
    text-align: center;
    margin: 10px auto 0;
    padding: 15px 0;
    border: 1px solid var(--qct-border-color);
}

.add-img-but:hover {
    border: 1px solid #eff0f2;
}

.add-img-main .arrow-down {
    position: absolute;
    right: 46px;
    bottom: 5px;
}

.arrow-down {
    position: relative;
    display: block;
}

.add-img-main .arrow-down:before {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0 0 0 -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 2;
    top: 4px;
    left: 25px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #fff;
}

.add-img-main .arrow-down:after {
    position: absolute;
    width: 0;
    height: 0;
    margin: 0 0 0 -8px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    display: block;
    content: '';
    z-index: 1;
    top: 5px;
    left: 25px;
    border-bottom: 8px solid transparent;
    border-top: 8px solid #fff;
}

#trackbacks {
    background: var(--qct-global-cbg-color, #fff);
    margin: 0 0 10px 0;
    padding: 10px 15px;
    overflow: hidden;
    border-radius: 5px;
    border: 1px solid var(--qct-border-color);
}

.track {
    margin: 5px 0 0 0;
}

li.pingback-link {
    margin: 0;
    padding: 5px 0;
    border: none;
    border-radius: 0;
}

.pingback-link .dashicons, .pingback-title .dashicons {
    color: #ffff99;
    vertical-align: -24%;
    margin: 0 5px 0;
}

.pingback-link .dashicons {
    color: #ffff99;
}

/*.comments-anchor, .scroll-comments {
    position: relative;
    top: -10px;
}*/

li.comments-anchor {
    background: transparent !important;
    border: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

#be_comments {
    position: relative;
}

.qaptcha {
    width: 100px;
    height: 22px;
    padding: 5px 5px 15px 5px;
    display: table-cell;
    vertical-align: middle;
}

.qaptcha .bgslider {
    width: 42px;
    height: 10px;
    background: #ffff99;
    float: left;
    border-radius: 40px;
    box-shadow: 0 0 0 1px #ffff99;
}

.qaptcha .slideunlock {
    position: relative;
    background: #ffff99;
}

.qaptcha .slider {
    width: 19px;
    height: 19px;
    background: #ffff99;
    margin: -5px 0 0 -1px;
    cursor: e-resize;
    border-radius: 50%;
    border: 1px solid #ffff99;
}

.qaptcha .slideunlock .slider {
    margin: -5px 0 0 0;
    border: 1px solid #ffff99;
}

.qaptcha-box {
    position: relative;
}

.unlocktip:after {
    position: absolute;
    top: -4px;
    left: 50px;
    width: 110px;
    color: #ffff99;
    line-height: 25px;
    opacity: 0;
    content: attr(data-hover);
    transition: opacity 0.3s;
    -webkit-transition: .2s all ease-in-out;
    transition: .2s all ease-in-out;
}

.comment-respond:hover .unlocktip:after {
    opacity: 1;
    margin: 0 0 0 15px;
}

.sunlock {
    display: none;
}

.feature-burry-comments {
    position: absolute;
    top: 10px;
    right: 12px;
    opacity: 0;
    -webkit-transition: .5s all ease-in-out;
    transition: .5s all ease-in-out;
}

.comment-body:hover .feature-burry-comments {
    opacity: 1;
}

.feature-burry-comments a {
    background: var(--qct-global-cbg-color, #fff);
    font-size: 12px !important;
    color: #ffff99;
    padding: 4px;
    border-radius: 5px;
}

.feature-comments.feature:hover, .feature-burry-comments a.unfeature {
    background: #98c1ce;
}

.feature-comments.bury:hover, .feature-burry-comments a.unbury {
    background: #ffff99;
}

.feature-burry-comments a .be-thumbs-up {
    vertical-align: 3%;
}

.feature-comments.unfeature, .feature-comments.unbury {
    display: none;
}

.feature-comments {
    cursor: pointer;
}

.buried.feature-comments.bury, .sticky.feature-comments.feature {
    display: none;
}

.buried.feature-comments.unbury, .sticky.feature-comments.unfeature {
    display: inline;
}

.sticky-comments-ico {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 12px;
    color: #98c1ce;
}

.qa-comments-box .sticky-comments-ico {
    right: 17px;
    color: #92baa6;
}

.sticky-comments-avatar {
    float: left;
    width: 55px;
    height: 55px;
    margin: 0 10px 5px 0;
    padding: 2px;
    border-radius: 50%;
    border: 1px solid #ffff99;
}

.sticky-comments .avatar {
    float: left;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

.sticky-comments-author {
    color: #ffff99;
    font-weight: 700;
    text-transform: capitalize;
    display: block;
    margin: 4px 0 0 0;
}

.qa-comments-box .sticky-comments-author {
    margin: 0;
}

.sticky-comments-date {
    color: #ffff99;
    line-height: 20px;
    display: block;
}

li.comment.buried:before {
    position: absolute;
    top: 50px;
    left: 58px;
    content: "";
    background: #ffcea1;
    width: 20px;
    height: 20px;
    z-index: 1;
    animation: fade-in;
    -webkit-animation: fade-in;
    animation-duration: 0.3s;
    -webkit-animation: fade-in 0.3s;
    border-radius: 50%;
    border: 3px solid var(--qct-border-color);
}

li.comment.buried {
    background: linear-gradient(to bottom right, #fdf8f3, #fff);
}

.qa-main li.comment.buried:before {
    width: 0;
    display: none;
}

.qa-main li.comment.buried:after {
    position: absolute;
    top: -20px;
    left: 50%;
    width: 42px;
    content: "\e68b";
    font-family: be;
    font-size: 20px !important;
    color: #92baa6;
    animation: fade-in;
    -webkit-animation: fade-in;
    animation-duration: 0.3s;
    -webkit-animation: fade-in 0.3s;
    text-align: center;
    margin: 0 0 0 15px;
}

/* *页脚区域 */
.site-footer {
    background-color: var(--qct-global-footer-bg);
    color: var(--qct-global-footer-text, #eee);
}

.site-footer .widget_ad {
    background: none;
    padding: 0;
}

.site-footer .widget_ad img {
    line-height: 0.8;
}

.site-footer .widget_newsletter {
    background: var(--qct-global-cbg-color, #fff);
    width: 100%;
    padding: 20px;
}

.site-footer .widget_newsletter .widget-title {
    border-bottom: none;
    padding-bottom: 0;
}

.site-footer .widget_newsletter .widget-title span {
    background: none;
}

.site-footer .widget_newsletter .widget-title:after {
    content: none;
}

.site-footer .widget_newsletter form input[type="text"], .site-footer .widget_newsletter form input[type="email"] {
    border: none;
    width: 100%;
    margin-bottom: 15px;
}

.site-footer .widget_newsletter form input[type="text"]:focus, .site-footer .widget_newsletter form input[type="email"]:focus {
    border: none;
}

.site-footer .widget_newsletter form input[type="submit"], .site-footer .widget_newsletter form input[type="button"], .site-footer .widget_newsletter form button {
    border: none;
    color: var(--qct-global-font-color, #333);
    font-size: 14px;
    width: 100%;
}

.site-footer .widget_social_icons {
    text-align: center;
}

.site-footer .widget_social_icons .widget-title {
    border: none;
    margin-bottom: 10px;
}

.site-footer .widget_social_icons .widget-title span {
    padding: 0 15px;
}

.site-footer .widget_social_icons .desc {
    color: #8E99A9;
    font-size: 14px;
    margin-bottom: 20px;
}

.site-footer .widget_social_icons ul li {
    border: none;
    display: inline-block;
    margin: 0 4px;
    padding: 0;
}

.site-footer .widget_social_icons ul li a {
    display: block;
    width: 32px;
    text-align: center;
}

.site-footer .widget_tag_cloud .tagcloud a {
    border: 1px solid var(--qct-border-color);
    border-radius: 13px;
    display: inline-block;
    color: #76838b;
    font-size: 13px !important;
    height: 26px;
    line-height: 24px;
    margin: 0 7px 5px 0;
    padding: 0 10px;
    position: relative;
    text-decoration: none;
    text-transform: uppercase;
    transition: 0.3s all;
}

/*-------------------------------------------------------------- 7. Footer --------------------------------------------------------------*/
.footer-columns {

    line-height: 2;
    display: flex;
}

.footer-columns > div:not(:first-child) {
    border-left: 1px solid #222229;
}


.site-footer .widget {
    color: var(--qct-global-footer-text, #ffffff);
    font-size: 0.9em;
    margin-bottom: 25px;
}

.site-footer .widget a {
    color: var(--qct-global-font-color, #333);
}

.site-footer .widget a:hover {
    color: var(--qct-global-font-color, #333);
}

.site-footer .widget .widget-title {
    color: var(--qct-global-cfont-color, #fff);
    font-size: 1.4em;
    margin-bottom: 20px;
}

.site-footer .widget p {
    color: var(--qct-global-footer-text, #ffffff);
    margin-bottom: 15px;
}

.site-footer .widget ul > li {
    list-style: none;
    line-height: 1.2;
    padding: 0;
    margin-bottom: 10px;
}

.site-footer .widget ul > li a {
    color: var(--qct-global-cfont-color, #fff);
    /*var(--qct-global-font-color,#333);
    */
    text-decoration: none;
}

.site-footer .widget ul > li a:hover {
    color: var(--qct-global-cfont-color, #fff);
    /*var(--qct-global-font-color,#333);
    */
    text-decoration: underline;
}

.site-footer .widget ul li:first-child {
    border-top: none;
    padding-top: 0;
}

.site-footer .widget ul li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.site-footer .widget select {
    width: 100%;
    max-width: 100%;
}

.site-footer .widget_posts_thumbnail ul li {
    margin-bottom: 20px;
}

.site-footer .widget_posts_thumbnail .thumbnail-wrap {
    line-height: 0.5;
}

/*.site-footer .widget_search input[type='search'] {
     width: 75%;
}
 .site-footer .widget_search input[type='submit'] {
     width: 100%;
}
*/
.site-footer .widget_newsletter {
    background: none;
    padding: 0;
}

/* Site Bottom */
#site-bottom {
    color: var(--qct-global-footer-font);
    font-size: 0.95em;
    padding: 20px 0;
}

#site-bottom a {
    text-decoration: none;
}

#site-bottom a:hover {
    text-decoration: underline;
}

#site-bottom .site-info {
    float: left;
    display: flex;
    align-items: center;
}

#site-bottom .site-info a {
    color: var(--qct-global-footer-font);
}

#site-bottom .site-info a:hover {
    color: var(--qct-global-footer-font);
    opacity: 1;
}

.site-info-yb {
    display: flex;
    align-items: center;
}

.site-info-yb a {
    display: flex;
    align-content: center;
    align-items: center;
    margin-left: 10px;
}

.site-info-yb a img {
    width: 16px;
    height: 16px;
    margin-right: 4px;
}

#site-bottom .footer-nav {
    float: right;
}

#site-bottom .footer-nav li {
    display: inline-block;
    list-style: none;
    line-height: 1;
    margin-left: 25px;
}

#site-bottom .footer-nav li:last-child {
    border-right: none;
    padding-right: 0;
}

#site-bottom .footer-nav li a {
    color: var(--qct-global-footer-font);
}

#site-bottom .footer-nav li a:hover {
    opacity: 1;
}

#site-bottom .footer-nav li li {
    display: none;
}

/*内容循环*/
.content-loop {
    /*background: var(--qct-global-cbg-color,#fff);
    */
}

.content-loop + .pagination {
    width: 100%;
}

.content-loop .hentry {
    border-bottom: 1px solid var(--qct-border-color);
    background: var(--qct-global-cbg-color, #fff);
    padding: 15px;
    position: relative;
}

.content-loop-grid.hentry:nth-of-type(2n+1) {
    border-right: 1px solid var(--qct-border-color);
}

.content-loop .content-wrap {
    display: flex;
    flex-wrap: wrap;
}

.content-loop .entry-header {
    /*margin-bottom: 15px;
    */
    width: 100%;
}

.content-loop .entry-title {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 10px;
}

/*.content-loop-grid .entry-titles {
     height: 46px;
}
*/
.content-loop .entry-meta {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.content-loop .thumbnail-link {
    float: left;
    display: block;
    width: 100px;
    /*width: 120px;
    */
    margin: 0 20px 0 0;
    position: relative;
    text-align: center;
}

.content-loop .thumbnail-link img {
    width: 100%;
    height: auto;
    line-height: 0.8;
}

.content-loop .entry-summary {
    color: var(--qct-global-font-color, #333);
    text-decoration: none;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.content-loop .entry-summarys {
    -webkit-line-clamp: 1;
}

.content-loop .content-ad {
    line-height: 1;
    margin-bottom: 25px;
    text-align: center;
}

.content-loop .content-ad .widget-title {
    display: none;
}

.content-loop .content-ad img {
    line-height: 0.8;
    max-width: 100%;
}

.content-loop1 .entry-meta {
    justify-content: flex-start;
}

.content-loop1 .thumbnail-link {
    width: 140px;
}

.custom-page-menu {
    position: relative;
    background-color: var(--qct-global-cbg-color, #fff);
}

.header-image {
    background-size: cover;
    background-position: center center;
    height: 100px;
}

.custom-page-header {
    position: relative;
}

.custom-page-header h1 {
    color: var(--qct-global-font-color, #333);
    font-size: 2em;
}

.custom-page-header p {
    color: var(--qct-global-font-color, #333);
    margin-top: 10px;
}

.custom-page-header .container {
    display: flex;
    height: 100%;
    position: relative;
    align-items: center;
    justify-content: center;
    text-align: center;
}

.custom-page-header .page-banner {
    position: relative;
    z-index: 9;
    display: table-cell;
    vertical-align: middle;width: 100%;
}

.dark-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.collection-title {
}

.custom-page-header .page-banner.collection-title {
    text-align: left;
}

.custom-page-header .collection-title p {
    margin-top: 25px;
}

.custom-page-header .collection-title .read-more {
    text-align: right;
    font-size: 14px;
    margin-top: 16px;
    margin-right: 10px;
}

.collection-header {
    background: #fff;
    padding: 20px 0;
    border-bottom: 1px solid #F5F6F7;
}

.collection-header .container {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 16px;
}

.collection-posts b {
    margin: 0 3px;
    color: #30a0e7;
}

.collection-number {
    display: inline-block;
    color: #8590a6;
    padding: 8px 16px;
    z-index: 2;
    background-color: #f5f6f7;
    font-size: 12px;
}

.collection-number b {
    margin: 0 3px;
}

/* .content-loop .entry-meta em, .content-search .entry-meta em, .single #primary .entry-meta em {
     font-style: normal;
}
*/
.content-loop .entry-meta a, .content-loop .entry-meta .edit-link, .content-search .entry-meta a, .content-search .entry-meta .edit-link, .single #primary .entry-meta a, .single #primary .entry-meta .edit-link {
    color: #999
    /*var(--qct-global-font-color,#333)*/;
    font-style: normal;
    text-decoration: none;
}

.content-loop .entry-meta a:hover, .content-loop .entry-meta .edit-link:hover, .content-search .entry-meta a:hover, .content-search .entry-meta .edit-link:hover, .single #primary .entry-meta a:hover, .single #primary .entry-meta .edit-link:hover {
    /* text-decoration: underline;
    */
}

.content-loop .entry-meta .sep, .content-search .entry-meta .sep, .single #primary .entry-meta .sep {
    color: #999
    /*var(--qct-global-font-color,#333)*/;
    margin: 0 4px;
}

/*版权信息*/
.authorbio {
    background: var(--qct-global-cbg-color, #fff);
    margin-bottom: 10px;
    font-size: 14px;
    padding: 10px 20px;
}

.authorbio .avatar {
    float: left;
    width: 48px;
    height: 48px;
    margin: 7px 10px 0 0;
    border-radius: 50%;
}

.authorbio li {
    line-height: 30px;
}

/*网格*/
.content-grid { /*display: inline-grid;*/
    /*padding: 15px 5px;
    */
}

.content-grid .blog-post, .qct_news_widget .blog-post {
    background-color: var(--qct-global-cbg-color, #fff);
    text-align: left;
}

.content-grid .blog-post:after, .qct_news_widget .blog-post:after {
    content: " ";
    clear: both;
    display: block;
}

.content-grid .thumbnail-link, .qct_news_widget .thumbnail-link {
    width: 100px;
    float: left;
    margin: 0 20px 0 0;
    display: block;
}

.content-loop .entry-thumb, .content-grid .entry-thumb, .qct_news_widget .entry-thumb {
    line-height: 0.8;
    overflow: hidden;
}

.content-grid .entry-thumb img, .qct_news_widget .entry-thumb img {
    width: 100%;
    line-height: 0.8;
}

.content-grid .entry-title, .qct_news_widget .entry-title {
    font-size: 15px;
    line-height: 1.4;
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    word-break: break-all;
    -webkit-box-orient: vertical !important;
    max-height: 40px;
}

.content-grid .entry-meta, .qct_news_widget .entry-meta {
    font-size: 0.8em;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.content-grid .entry-meta .entry-category a, .qct_news_widget .entry-meta .entry-category a {
    text-decoration: none;
}

.content-grid .entry-meta .entry-category a:hover, .qct_news_widget .entry-meta .entry-category a:hover {
    text-decoration: underline;
}

.content-grid .entry-meta .entry-date, .qct_news_widget .entry-meta .entry-date {
    color: #98a2a7;
}

.content-grid .entry-meta .sep, .qct_news_widget .entry-meta .sep {
    color: var(--qct-global-font-color, #333);
    font-size: 12px;
    margin: 0 8px;
}

.content-grid .entry-summary, .qct_news_widget .entry-summary {
    margin: 10px 0 0 0;
}

.content-grid .read-more, .qct_news_widget .read-more {
    margin: 10px 0 5px 0;
}

.content-grid .read-more a, .qct_news_widget .read-more a {
    color: #98a2a7;
    display: inline-block;
    font-size: 0.9em;
    font-weight: bold;
    position: relative;
}

.content-grid .read-more a:hover, .qct_news_widget .read-more a:hover {
    color: var(--qct-global-font-color, #333);
    text-decoration: underline;
}

.content-grid .qc_grid_1_3:nth-of-type(3n+1), .content-grid .qc_grid_1_3:nth-of-type(3n+2), .content-grid .qc_grid_1_3:nth-of-type(3n+3) {
    border-left: 0;
}

.content-grid .qc_grid_1_3:nth-of-type(3n+3) {
    border-right: 1px solid rgb(0 0 0 / 0%);
}

.content-grid .qc_grid_1_3 {
    padding: 10px;
    border-right: 1px solid var(--qct-border-color);
    border-bottom: 1px solid var(--qct-border-color);
}

.content-grid .qc_grid_1_4:nth-of-type(4n+1) {
    border-bottom: 1px solid var(--qct-border-color);
}

.content-grid .qc_grid_1_4 {
    padding: 10px;
    border-right: 1px solid var(--qct-border-color);
    border-bottom: 1px solid var(--qct-border-color);
}

@media only screen and (min-width: 960px) {
    .qct_news_widget .entry-title {
        max-height: 25px;
        overflow: hidden;
    }
}

.image-wrap {
    overflow: hidden;
}

.image-wrap img {
    float: left;
    width: 100%;
    height: auto;
    max-width: 100%;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
}

.image-wrap:hover img {
    -webkit-transform: scale(1.15);
    -moz-transform: scale(1.15);
    -o-transform: scale(1.15);
    transform: scale(1.15);
}

/*密码保护*/
.post-password-form {
    display: flex;
    flex-direction: column;
}

.post-password-form .post_password {
    height: 34px;
    max-width: 200px;
}

.post-password-form input[type="submit"] {
    height: 34px;
    line-height: 34px;
    border: 1px solid var(--qct-border-color);
}

/*-------------------------------------------------------------- 3.3 分页 --------------------------------------------------------------*/
.qct-pagination {
    clear: both;
    margin: 10px 4px 4px;
    width: calc(100% - 8px);
    text-align: center;
    padding: 5px 0;
    border-radius: 4px;
    font-size: 12px;
    -webkit-transition: height .25s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.qct-loadmore {
    width: 100px;
    display: flex;
}

.pagination, .pagination-ajax {
    clear: both;
    text-align: center;
    -webkit-transition: height .25s ease;
}

.pagination .nav-links, .pagination-ajax .nav-links {
    width: 100%;
}

.pagination .page-numbers, .pagination-ajax .page-numbers, .qct-pagination .qct-loadmore a {
    border-radius: 4px;
    color: #888;
    display: inline-block;
    font-size: 1em;
    height: 24px;
    line-height: 24px;
    min-width: 24px;
    letter-spacing: 1px;
    margin: 0;
    padding: 0 10px;
    transition: 0.3s all;
    text-decoration: none;
    background-color: var(--qcs-color-222, #ddd);
}

.pagination .page-numbers:hover, .pagination .page-numbers.current, .qct-pagination .qct-loadmore a:hover, .pagination-ajax .page-numbers:hover, .pagination-ajax .page-numbers.current, .qct-pagination-ajax .qct-loadmore a:hover {
    background-color: var(--qcs-color-444, #037ef3);
    color: #eee;
    text-decoration: none;
}

.pagination .prev, .pagination-ajax .prev {
    float: left;
}

.pagination .next, .pagination-ajax .next {
    float: right;
}

.pagination .prev, .pagination .next, .pagination-ajax .prev, .pagination-ajax .next {
    position: relative;
    padding: 0;
    margin: 0 5px;
    width: auto;
}

.pagination .next, .pagination-ajax .next {
    margin-right: 0;
}

/*-------------------------------------------------------------- 3.3 项目内容 --------------------------------------------------------------*/
.page-content, .entry-content {
    font-size: 15px;
    margin-bottom: 10px; /*padding: 0 20px;*/
}

.page-content .wp-post-image, .entry-content .wp-post-image {
    margin-bottom: 10px;
    width: 100%;
}

.page-content h1, .page-content h2, .page-content h3, .page-content h4, .page-content h5, .page-content h6, .entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
    margin-bottom: 20px;
    line-height: 1.2;
}

.page-content h1, .entry-content h1 {
    font-size: 32px;
}

.page-content h2, .entry-content h2 {
    font-size: 22px;
}

.page-content h3, .entry-content h3 {
    font-size: 20px;
}

.page-content h4, .entry-content h4 {
    font-size: 18px;
}

.page-content h5, .entry-content h5 {
    font-size: 18px;
}

.page-content h6, .entry-content h6 {
    font-size: 16px;
}

.page-content p, .entry-content p {
    line-height: 2;
    margin-bottom: 15px;
    text-indent: 2em;
}

.page-content ul, .page-content ol, .entry-content ul, .entry-content ol {
    margin: 0 0 25px 0;
}

.page-content ul ul, .page-content ul ol, .page-content ol ul, .page-content ol ol, .entry-content ul ul, .entry-content ul ol, .entry-content ol ul, .entry-content ol ol {
    margin: 0 0 25px 20px;
}

.page-content ul li, .entry-content ul li {
    list-style: none;
    margin: 0 0 10px 0;
    padding-left: 18px;
    position: relative;
}

.page-content ul li:hover:before, .entry-content ul li:hover:before {
    color: var(--qct-global-font-color, #333);
}

.page-content ul li:before, .entry-content ul li:before {
    border-radius: 3px;
    background-color: var(--qct-global-font-color, #363636);
    content: " ";
    display: inline-block;
    width: 6px;
    height: 6px;
    position: absolute;
    left: 7px;
    top: 8px;
}

.page-content ul li ul li, .entry-content ul li ul li {
    list-style: none;
}

.page-content ol li, .entry-content ol li {
    list-style: inside decimal;
    margin: 0 0 10px 0;
}

.page-content select, .entry-content select {
    padding: 0 5px;
}

.page-content select:focus, .page-content select:active, .entry-content select:focus, .entry-content select:active {
    outline: none;
}

.page-content dl, .entry-content dl {
    margin-bottom: 20px;
}

.page-content fieldset, .entry-content fieldset {
    border: 1px solid var(--qct-border-color);
    margin: 0 2px 20px 2px;
    padding: 0.35em 0.625em 0.75em;
}

.page-content input[type="radio"], .entry-content input[type="radio"] {
    -webkit-appearance: radio;
}

.page-content input[type="checkbox"], .entry-content input[type="checkbox"] {
    -webkit-appearance: checkbox;
}

.page-content ::-webkit-file-upload-button, .entry-content ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

.page-content label, .entry-content label {
    display: inline-block;
}

.page-content table, .entry-content table {
    margin-bottom: 20px;
}

.page-content select, .entry-content select {
    border: 1px solid var(--qct-border-color);
    font-size: 1em;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    height: 2em;
    max-width: 100%;
    -webkit-appearance: menulist;
}

.page-content input[type="text"], .page-content input[type="email"], .page-content input[type="url"], .page-content input[type="search"], .page-content input[type="password"], .entry-content input[type="text"], .entry-content input[type="email"], .entry-content input[type="url"], .entry-content input[type="search"], .entry-content input[type="password"] {
    width: 300px;
}

.page-content input[type="file"], .entry-content input[type="file"] {
    border: none;
}

.page-content textarea, .entry-content textarea {
    width: 100%;
    height: 200px;
}

.page-content .wp-caption, .entry-content .wp-caption {
    background-color: var(--qct-global-cbg-color, #fff);
    padding: 0 0 1px 0;
}

.page-content .wp-caption-text, .entry-content .wp-caption-text {
    font-size: 13px;
    font-style: italic;
    color: #8E99A9;
}

blockquote {
    color: var(--qct-global-font-color, #333);
    font-size: 18px;
    font-style: italic;
    padding: 0.25em 50px;
    line-height: 1.45;
    position: relative;
}

blockquote:before {
    display: block;
    content: "\201C";
    font-size: 64px;
    position: absolute;
    left: 0;
    top: -15px;
    color: var(--qct-global-font-color, #333);
}

blockquote cite {
    color: #333333;
    display: block;
    margin-top: 10px;
}

blockquote cite:before {
    content: "\2014 \2009";
}

.not-found {
    text-align: center;
}

.page-title {
    margin-bottom: 10px;
    font-size: 22px;
}

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

    .hide-zm {
        display: none;
    }
}

@media screen and (max-width: 560px) {
    .hide-sm {
        display: none !important;
    }

    #site-bottom .site-info {
        text-align: center;
        float: unset;
        align-items: center;
        flex-direction: column;
    }
}

/*内容选项卡*/
.qct-tabs-tab {
    margin: 0 -20px 20px;
    border-bottom: 1px solid #eaeaea;
}

.qct-tabs-tab a {
    display: inline-block;
    position: relative;
    text-decoration: none;
    padding: 10px 20px;
    font-size: 17px;
    color: #666;
}

.qct-tabs-tab a.active {
    font-weight: 600;
    color: var(--qct-global-font-color, #333);
}

.qct-tabs-tab a.active:after {
    width: 30px;
    height: 2px;
    content: "";
    background: var(--theme-color);
    position: absolute;
    bottom: -1px;
    left: calc(50% - 15px);
}

.qct-tabs-content {
    margin-bottom: 30px;
}

.qct-tabs-content .qct-tab-item {
    display: none;
}

.qct-tabs-content .qct-tab-item.active {
    display: block;
}

/*-------------------------------------------------------------- 4 小工具 --------------------------------------------------------------*/
.sidebar .qceo-widget {
    clear: both;
}

.sidebar h3 {
    background: var(--qct-global-widget-titlebg, #f5f5f5);
    height: 38px;
    line-height: 38px;
    /*margin: 1px 1px 0 1px;
    */
    font-size: 14px;
    /*border-radius: 8px 8px 0 0;
    */
}

.widget-title {
    padding: 0 0 0 16px;
}

.sidebar h3 + #searchform > .search-submit {
    margin: 10px;
}

/*.sidebar h3:before {
     background-color: #037ef3;
     border-radius: 1px;
     content: " ";
     display: block;
     width: 4px;
     height: 16px;
     position: absolute;
     top: 12px;
     left: 10px;
}
*/
.qct-icon {
    margin: 0 10px 0 15px;
    padding: 7px 0 0 0;
    font-weight: normal;
    font-size: 14px;
}

.more-ico {
    float: right;
    display: block;
    margin: 0 12px 0 0;
    font-size: 24px;
}

.title-ico {
    float: left;
    width: 14px;
    display: block;
    font-size: 16px;
}

.widget-title .title-ico {
    margin: 0 10px 0 0;
}

.widget ul {
    padding: 15px;
}

.widget ul li {
    width: 100%;
    font-size: 14px;
    line-height: 29px;
    white-space: nowrap;
    word-wrap: normal;
    text-overflow: ellipsis;
    overflow: hidden;
}

.li-icon {
    font-size: 14px;
    color: #999;
    font-weight: 700;
    text-align: center;
    font-style: italic;
    width: 24px;
    display: inline-block;
    margin: 0 5px 0 -5px;
}

.li-icon-1 {
    color: #900787;
}

.li-icon-2 {
    color: #0ec0e6;
}

.li-icon-3 {
    color: #dd823b;
}

.li-icon-4 {
    color: #9ebaa0;
}

.li-icon-5 {
    color: #4796b3;
}

.li-icon-6 {
    color: #4796b3;
}

.widget .title-li-all ul {
    padding: 7px;
    padding-bottom: 15px;
}

.title-all-item {
    padding: 10px 15px 10px 10px;
    border-bottom: 1px solid #e3e3e3;
}

.widget .title-li-all ul li {
    line-height: 23px;
    white-space: normal;
    padding: 0 8px;
}

.title-all-item .li-icon {
    float: left;
    font-size: 24px;
    font-style: normal;
    width: 40px;
    height: 100%;
    margin: 10px 0 0 0;
    font-family: Grifinito-L, Georgia, Times, Times New Roman, serif;
}

.title-all {
    display: block;
    margin: 0 0 0 50px;
}

.title-all a {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
    overflow: hidden;
}

.title-all-inf {
    color: #999;
    display: block;
}

.title-all-inf .discuss {
    float: right;
}

.widget-thumbs .new-title {
    height: 53px;
    margin-top: 5px;
    line-height: 25px;
    font-size: 14px;
    overflow: hidden;
    white-space: normal;
    display: block;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-all;
}

.widget-thumbs .date {
    float: right;
    color: #999;
}

.widget-thumbs .discuss, .widget-thumbs .views {
    color: #999;
    float: left;
}

.qct-thumbnail {
    position: relative;
    float: left;
    max-width: 200px;
    height: auto;
    clear: both;
    z-index: 0;
    margin: 1px 20px 0 0;
    overflow: hidden;
    border-radius: 5px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.widget .qct-thumbnail {
    position: relative;
    float: left;
    width: 100px;
    height: 75px;
    margin: 8px 15px 0 0;
    overflow: hidden;
}

.widget img {
    width: 100%;
    height: 100%;
}

/*网站状况*/
.widget .widget-site-profile ul {
    display: flex;
    flex-wrap: wrap;
}

.widget .widget-site-profile ul li {
    width: 50%;
}

.widget .widget-site-profile ul li span {
    background: #ccc;
    font-size: 12px;
    color: #fff;
    opacity: 0.8;
    margin-left: 10px;
    padding: 1px 8px;
    border-radius: 30px;
}

/*关于作者小工具*/
.author-meta-box {
    position: relative;
    padding: 0 0 15px 0;
}

.author-back {
    position: absolute;
    width: 100%;
    height: 100px;
    display: block;
    overflow: hidden;
    border-radius: 8px 8px 0 0;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.author-back:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0);
    -webkit-backdrop-filter: blur(3px);
    backdrop-filter: blur(3px);
}

.author-meta {
    position: relative;
    padding: 45px 0 0 0;
}

.author-avatar-box {
    background: #fff;
    border-radius: 50%;
}

.author-avatar img {
    background: #fff;
    float: left;
    width: 88px;
    height: 88px;
    margin: 6px;
    border-radius: 50%;
}

.author-the {
    font-size: 15px;
    font-weight: bold;
    text-align: center;
    text-transform: capitalize;
}

.the-role {
    font-size: 13px;
    color: #9a9a9a;
    text-align: center;
    background: #eaeaea;
    padding: 0 10px;
    border-radius: 5px;
    margin: 8px auto 2px;
    width: 60px;
}

.author-avatar {
    width: 100px;
    margin: 0 auto;
}

.author-th {
    position: relative;
    margin: 0 auto;
}

.author-description {
    color: #999;
    text-align: center;
    padding: 5px 15px;
    font-size: 13px;
}

.author-th-info {
    position: relative;
    margin: 10px 0;
    padding: 0 15px;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.author-n {
    width: 25%;
    float: left;
    color: #444;
    font-size: 14px;
    text-align: center;
    border-right: 1px dashed #eee;
}

.author-nickname {
    padding: 0 15px 0 0;
}

.author-n span {
    color: #999;
    font-size: 13px;
}

.author-n:last-child {
    border-right: none;
}

.author-m {
    text-align: center;
    padding: 5px 0 0 0;
}

.author-m a {
    display: block;
    padding: 5px 22px;
}

.author-m a i {
    font-size: 20px !important;
    color: #999;
}

/*最新留言小工具*/
.widget-commentlist {
    padding: 10px 15px;
}

.widget-commentlist .comment-item {
    margin-bottom: 20px
}

.widget-commentlist .sidebar-comments-comment {
    font-size: 12px;
    padding: 10px 20px;
    background: var(--qcs-color-333, #f5f5f5);
    margin-top: 10px;
    margin-bottom: 10px;
    position: relative;
    border-radius: 5px;
    color: #656D78;
}

.widget-commentlist .sidebar-comments-comment:before {
    content: " ";
    height: 0;
    width: 0;
    border-color: transparent;
    border-style: solid;
    border-width: 5px;
    border-bottom-color: var(--qcs-color-333, #f5f5f5);
    position: absolute;
    left: 20px;
    top: -10px
}

.widget-commentlist .postmeta {
    color: #777;
    font-size: 13px
}

.widget-commentlist .sidebar-comments-title {
    font-size: 12px;
    color: #777
}

.widget-commentlist .sidebar-comments-title a {
    margin-left: 5px
}

/*友情链接小工具*/
.widget-links ul {
    display: flex;
    flex-wrap: wrap;
}

.widget-links ul li {
    width: unset;
    margin-right: 10px;
    display: flex;
    align-items: center;
}

.widget-links ul li > a {
    display: flex;
    align-items: center;
}

.widget-links ul li .link-icon {
    width: 20px;
    height: 20px;
    margin-right: 4px;
}

.widget-links ul li > a img {
    width: 16px;
    height: 16px;
    border-radius: 50px;
    margin-right: 5px;
}

/*QQ群*/
.widget-qqquns {
    position: relative;
}

.widget-qqquns-small {
    padding: 15px 15px 30px;
}

.widget-qqquns p {
    max-width: 80%;
    margin-bottom: 20px;
}

.widget-qqquns .btn {
    font-size: 13px;
}

.widget-qqquns img {
    max-width: 150px;
    max-height: 150px;
}

.widget-qqquns-btn-on {
    border-radius: 50px;
    cursor: pointer;
    display: inline-block;
    letter-spacing: 1px;
    outline: none;
    margin: 0;
    padding: 6px 18px;
    text-align: center;
    color: #fff !important;
    background: #2c63ff;
    box-shadow: 0px 2px 6px 0px #2c63ffa1;
    border: 0;
    height: unset;
    line-height: unset;
}

.widget-qqquns .helper-thumb {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*toc目录小工具*/
.widget-tocs {
    padding: 15px;
}

.widget-toc {
    max-height: 400px;
    padding-left: 10px;
    overflow: overlay;
}

.widget-toc ul {
    position: relative;
    padding: 20px 10px 20px 0;
    border-left: 1px solid var(--qcs-color-666, #ddd);
}

.widget-toc ul::after, .widget-toc ul::before, .widget-toc ul li::before {
    position: absolute;
    bottom: 0;
    left: -6px;
    width: 11px;
    height: 11px;
    border: 2px solid var(--qct-global-main-color);
    background: var(--qcs-color-666, #fff);
    border-radius: 15px;
    content: '';
    transition: .15s;
}

.widget-toc ul::before {
    bottom: auto;
    top: 0;
}

.widget-toc ul li {
    font-size: 14px;
    line-height: 25px;
    position: relative;
    padding-left: 10px;
    overflow: unset;
}

.widget-toc ul li::before {
    top: 20px;
    left: -3px;
    width: 6px;
    height: 6px;
    transform: translateY(-50%);
    background: #e1e1e1;
    border: 0;
}

.toc-h1 {
    padding-left: 10px !important;
    font-weight: 700;
}

.toc-h2 {
    padding-left: 25px !important;
}

.widget-toc ul li.toc-h2::before {
    top: 20px;
    left: -2px;
    width: 4px;
    height: 4px;
    transform: translateY(-50%);
    background: #e1e1e1;
    border: 0;
}

.widget-toc ul li span {
    position: relative;
    display: block;
    border-radius: 4px;
    padding: 6px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.widget-toc ul li span:hover, .widget-toc ul li.active span {
    background: rgba(116, 116, 116, 0.08);
    color: var(--qct-global-main-color);
}

.widget-toc ul li.active::before, .widget-toc ul li:hover::before {
    top: 20px;
    left: -4px;
    width: 8px;
    height: 8px;
    transform: translateY(-50%);
    border: 3px solid var(--qct-global-main-color);
    background: var(--qct-global-main-color);
}

.widget-toc::-webkit-scrollbar {
    width: 2px;
    height: 2px;
    background-color: rgba(0, 0, 0, .2);
}

.widget-toc::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
    background-color: var(--qcs-color-444, #F5F5F5);
}

.widget-toc::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
    background-color: var(--qcs-color-444, #b3b3b3);
}

/*左侧菜单*/
#qcucmenu {
    position: relative;
    float: left;
    width: 0;
    z-index: 1;
}

#qcucmenu .qcuc-menu-center {
    align-items: center;
    flex-direction: column;
    position: absolute;
    top: 112px;
    left: -60px;
}

#qcucmenu .qcuc-menu-center a {
    position: relative;
    display: inline-block;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    min-width: auto;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 20%;
    text-align: center;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .073) inset;
    background: var(--qcs-color-444, #fff);
    color: var(--qcs-color-eee, #999);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

#qcucmenu .qcuc-menu-center a:hover, #qcucmenu .qcuc-tocs:hover {
    background: var(--qct-global-main-color, #0ec0e6);
    color: #fff;
}

#qcucmenu .qcuc-menu-center a i {
    font-size: 24px;
    line-height: 24px;
    padding-bottom: 0;
}

#qcucmenu .qcuc-menu-center a count {
    position: absolute;
    font-size: 12px;
    min-width: 16px;
    min-height: 16px;
    line-height: 16px;
    display: inline-block;
    vertical-align: 4px;
    border-radius: 50px;
    top: -6px;
    right: -6px;
    color: #fff;
    text-align: center;
    background: #fe3459;
}

#qcucmenu .qcuc-tocs {
    height: 40px;
    border-radius: 8px;
    box-shadow: 0 0 0 1px rgba(0, 0, 0, .073) inset;
    padding: 0 10px;
    font-size: 12px;
    position: absolute;
    display: flex;
    width: 65px;
    align-items: center;
    background: var(--qcs-color-444, #fff);
    justify-content: space-between;
    right: -20px;
    bottom: -40px;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

#qcucmenu a.qcuc-toc {
    width: 0;
    height: 0;
}

#qcucmenu a.qcuc-toc:hover {
    background: unset !important;
    color: unset !important;
}

#qcucmenu .qcuc-tocs-1 {
    display: flex;
    align-items: center;
}

#qcucmenu .qcuc-tocs-1 i {
    font-size: 16px !important;
    line-height: 16px !important;
    padding: 0;
}

.qcuc-tocs .qcuc-tocs-2 {
    display: none;
}

.qcuc-tocs.active .qcuc-tocs-2 {
    display: block;
}

.qcuc-tocs .widget-toc {
    position: absolute;
    top: 45px;
    right: 0;
    padding: 10px 0 10px 10px;
    border-radius: 8px;
    width: 22px;
    text-align: left;
    -webkit-transition-duration: .5s;
    transition-duration: .5s;
}

.qcuc-tocs.active {
    width: 200px !important;
}

.qcuc-tocs.active .widget-toc {
    width: 100% !important;
}

.qcuc-tocs .widget-toc ul li {
    height: 30px !important;
    font-size: 12px;
    font-weight: unset;
    line-height: 35px;
    color: var(--qcs-color-eee, #222);
}

.widget-toc ul li.active::before, .widget-toc ul li:hover::before {
    top: 16px !important;
}

.widget-toc ul li::before {
    top: 16px !important;
}

.qcuc-tocs .widget-toc ul li span {
    display: none !important;
}

.qcuc-tocs.active .widget-toc ul li span {
    display: unset !important;
}

.qcuc-tocs:hover {
}


/*************************卡片页眉背景**********************/
.headers-bg {
    background-size: 120%;
    overflow: hidden;
    position: relative;
    color: var(--qct-global-cfont-color, #fff);
    background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
    background: linear-gradient(135deg, var(--qct-global-cbg-color, #333) 10%, var(--qct-global-cbg-color, #222) 100%);
}

.headers-bg > .headers-make {
    bottom: 0;
    height: 290px;
    width: 323px;
    top: 60%;
}

.headers-bg > .headers-make::before {
    right: -558px;
    bottom: 0;
    height: 300px;
    width: 677px;
    top: -325px;
    transform: rotate(341deg);
    opacity: .6;
}

.headers-bg > .headers-make::after {
    left: -262px;
    bottom: 0;
    height: 214px;
    width: 402px;
    top: -170px;
    transform: rotate(326deg);
    opacity: .4;
}

.headers-bg > .headers-make, .headers-bg > .headers-make::after, .headers-bg > .headers-make::before {
    position: absolute;
    color: var(--qct-global-cfont-color, #fff);
    background: linear-gradient(135deg, #59c3fb 10%, #268df7 100%);
    background: linear-gradient(135deg, var(--qct-global-cbg-color, #555) 10%, var(--qct-global-cbg-color, #444) 100%);
    border-radius: 100%;
    content: ' ';
}

/*筛选样式*/
.custom-page-filtrate {
    margin: 0 6px;
}

.qct-filters {
    padding: 15px 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-radius: 5px;
    background: var(--qcs-color-222, #f9f9f9);
}

.qct-filters:empty {
    display: none;
}

body.gd-list .qct-filters {
    background: #fff;
}

.filter-item {
    margin-bottom: 7px;
    padding: 0 0 7px 70px;
    position: relative;
}

.filter-item:last-child {
    padding-bottom: 0;
    margin-bottom: 0
}

.filter-item.filter-item-order {
    border-top: 1px dashed var(--qcs-color-444, #eaeaea);
    margin-top: -7px;
    padding-top: 7px;
}

.filter-item:first-child {
    border-top: none;
    margin-top: 0;
    padding-top: 0;
}

.filter-item > span {
    font-weight: 600;
    position: absolute;
    left: 0;
    top: 3px;
    color: #666;
}

.filter-item.filter-item-order > span {
    top: 10px;
}

.filter-item.filter-item-order .filter a {
    background: transparent !important;
}

.filter-item.filter-item-order .filter a:hover, .filter-item.filter-item-order .filter a.active {
    color: var(--qcs-color-eee, #268df7)
}

.filter-item.filter-item-order .filter .i {
    font-size: 12px;
    opacity: .8
}

.filter-item:first-child > span {
    top: 3px;
}

.filter {
    display: inline-block;
    font-size: 14px;
}

.filter a {
    display: inline-block;
    margin: 3px;
    padding: 5px 10px;
    color: #666;
    line-height: 1
}

.filter a.active {
    background: var(--qcs-color-eee, #268df7);
    color: var(--qct-global-cfont-color, #fff);
    border-radius: 50px;
}

.filter .i {
    font-size: 13px;
}

.filter a.active {
    color: var(--qcs-color-eee, #268df7);
    background: transparent;
    font-weight: 600;
    position: relative;
}

.filter a.active:before {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--qcs-color-eee, #268df7);
    top: -4px;
    left: -6px;
    width: 6px;
    height: 6px;
}

.filter a.active:after {
    content: "";
    position: absolute;
    border-radius: 50%;
    background-color: var(--qcs-color-eee, #268df7);
    top: 2px;
    left: 2px;
    width: 4px;
    height: 4px;
}

/*简单面包屑导航*/
.bsc-easy {
    padding: 0;
    font-size: 14px;
    color: #777;
    margin: 0;
    background: unset;
    border: 0;
    margin-bottom: 12px;
    margin-top: 15px;
}

.bsc-easy .sep, .bsc-easy .current, .bsc-easy a {
    color: #777;
}

.bsc-easy .current {
    color: #777;
}

/*缩略图页眉*/
.banner-thumb {
    text-align: center;
    padding: 30px 0 !important;
    margin-top: 0 !important;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #333 !important;
    text-align: left;
    color: var(--qct-global-cfont-color, #fff);
}

.banner-thumb .dark-overlay {
    backdrop-filter: blur(0px);
    filter: blur(20px);
    -webkit-filter: blur(20px);
}

.banner-thumb .article-title {
    margin: 30px 0 30px;
    font-size: 24px;
    font-weight: normal;
    word-break: break-all;
}

.banner-thumb .bsc-easy {
    border: 0;
    color: var(--qct-global-cfont-color, #fff);
}

.banner-thumb .bsc-easy .sep, .banner-thumb .bsc-easy .current, .banner-thumb .bsc-easy a {
    color: var(--qct-global-cfont-color, #fff);
}

.banner-thumb .bsc-easy > .active {
    color: var(--qct-global-cfont-color, #fff);
}

.post-sign, .article-header .post-sign {
    background: #ff9600;
    color: var(--qct-global-cfont-color, #fff);
    padding: 0px 4px;
    /* display: block; */
    border-radius: 5px 0 5px 0;
    font-size: 12px;
    margin-right: 5px;
    line-height: 20px;
    height: 20px;
    position: relative;
    top: -1px;
    font-weight: normal;
}

.article-meta {
    color: #777;
    margin-bottom: 15px;
    font-size: 13px;
    margin-bottom: 0;
    color: var(--qct-global-cfont-color, #fff);
    opacity: .8;
}

.article-meta a {
    color: #777;
    color: var(--qct-global-cfont-color, #fff);
    opacity: .8;
}

.article-meta .item {
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle;
}

.article-meta .item i {
    margin-right: 2px;
}

.article-meta .post-edit-link {
    margin-right: 15px;
}

.article-meta .item.right {
    float: right;
    margin-right: 0
}

.article-meta .item .meta-author {
    position: relative;
}

.article-meta .item .meta-author .meta-author-avatar {
    display: flex;
    align-items: center;
}

.article-meta .item .meta-author .meta-author-avatar img {
    width: 18px;
    height: 18px;
    border-radius: 100%;
    margin-right: 2px;
}

.entry-meta.article-meta .item.right {
    float: unset;
}

.entry-content .article-tips {
    text-align: center;
    margin: 0 auto 20px;
    max-width: 80%;
    font-size: 14px;
}

.entry-content .article-tips > div {
    background: var(--qct-global-bg-color, #fff);
    padding: 6px 18px;
    border-radius: 5px;
    color: var(--qct-global-font-color, #333);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.item.qct-more-actions {
    position: relative;
    top: 0;
    right: 0;
}

.qct-more-actions {
    position: absolute;
    top: 5px;
    right: 10px;
}


.qct-dropdown-menu { position: absolute; top: 25px; right: -30px; padding: 5px; margin-top: 6px; font-size: 14px; text-align: center; background-color: var(--qcs-color-222, #fff); background-clip: padding-box; border-radius: 4px; color: var(--qcs-color-aaa, #aaa); box-shadow: 0 0 5px 2px var(--qcs-color-222, #b3b3b326); min-width: 100px; transition: .3s; list-style: none !important; z-index: 992;}

/*.qct-dropdown-menu {
    box-shadow: 0 0 5px 2px var(--qcs-color-222, #000);
    background-color: var(--qcs-color-222, #000);
    color: var(--qcs-color-aaa, #eee);
}*/

.qct-more-actions .qct-dropdown-menu {
    display: none;
}

.qct-dropdown-menu::before {
    content: "";
    width: 0px;
    height: 0px;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid var(--qcs-color-222, #fff);
    position: absolute;
    top: -10px;
    right: 20px;
}


.qct-dropdown-menu > li > a {
    text-shadow: none; display: flex; align-items: center; padding: 6px 20px; clear: both;
    font-size: 12px;
    font-weight: 400; line-height: 1.42857143;
    color: var(--qcs-color-eee, #333); white-space: nowrap;}


.qct-dropdown-menu > li:hover {
    background-color: var(--qcs-color-333, #ddd);
}


.open > .dropdown-menu {
    display: block;
}

/*左侧导航菜单*/
.home-anchor-nav {
    position: fixed;
    width: 58px;
    transform: translateY(-50%);
    top: 50%;
    left: 10px;
    font-size: 14px;
    background-color: var(--qcs-color-333, #fff);
    border-radius: 4px;
    z-index: 999;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.075);
}

.home-anchor-nav li { text-align: center; padding: 10px; height: 58px; letter-spacing: 2px; position: relative; line-height: 1.4;}

.home-anchor-nav li:after { content: ""; width: 30px; height: 1px; background: #efefef; left: calc(50% - 15px); bottom: 0; position: absolute;}

.home-anchor-nav li:last-child:after { content: none;}

.home-anchor-nav li a { height: 38px; overflow: hidden; display: block;}

.home-anchor-nav li.current a { color: var(--qcs-color-eee, #333);}

.home-anchor-nav li i { display: block; line-height: 1.1; font-size: 18px;}


button.navbar-toggle {
    display: none;
    position: relative;
    float: left;
    padding: 9px 10px 9px 20px;
    margin-right: 16px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
}

.css-icon {
    width: 16px;
    height: 16px;
    vertical-align: -3px;;
    display: inline-block;
    position: relative;
}


.i-menu::after, .i-menu::before, .i-menu > i {
    content: '';
    position: absolute;
    width: 16px;
    height: 2px;
    background: var(--qct-global-font-color, #333);
    left: 0;
    right: 0;
    transition: .4s;
    border-radius: 2px;
    bottom: 7px;
}

.qct-bgheader .i-menu::after, .qct-bgheader .i-menu::before, .qct-bgheader .i-menu > i {
    background: var(--qct-global-cfont-color, #333);
}

.i-menu::before {
    bottom: 13px;;
    right: 5px;
    width: 11px;
}

.i-menu > i {
    right: 2px;;
    width: 13px;;
}

.i-menu::after {
    bottom: 2px;
}

/* Responsive CSS Style */
@media only screen and (min-width: 960px) and (max-width: 1179px) {
    .container {
        width: 940px;
    }


    .sf-menu li a {
        margin: 0 10px;
    }

    .site-header .search-icon {
        right: -30px;
    }

    .site-branding img {
        max-height: 65px;
        margin-top: 0;
    }

    .header-buttons {
        margin-right: 0 !important;
    }
}

@media only screen and (max-width: 1179px) {
    .site-desc {
        display: none;
    }

    #qcucmenu {
        display: none;
    }
}

/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {

    .site-container {
        margin-top: 0;
        margin-bottom: 0;
    }

    #main.site-main {

    }

    .qct_header {
        height: 60px;
    }

    #search-main {
        top: 60px;
    }


    .primary-phone {
        position: absolute;
        top: 0;
        background: rgba(255, 255, 255, 0.8);
        box-shadow: 0 4px 10px rgba(116, 116, 116, 0.08);
        left: 0;
        right: 0;
        padding: 0 20px;
        margin: 0;
        border-radius: 8px;
        transition: .3s;
        margin: 0 20px;
        opacity: 0;
        transform: translateY(40px);
        visibility: hidden;

    }

    .primary-phone .sf-menu li {
        line-height: 45px;
    }

    .sf-menu > li:before {
        content: unset;
    }
    #primary-nav {
        width: calc(100% - 60px);
    }
    .primary-phone.active {
        opacity: 1;
        z-index: 998;
        visibility: unset;

        transform: translateY(68px);
        background-color: var(--qcs-color-222, #fff);
    }

    .primary-phone .sf-menu > li.current-menu-item > a:after, .primary-phone .sf-menu > li.current-menu-parent > a:after, .primary-phone .sf-menu > li.current_page_item > a:after, .primary-phone .sf-menu > li.current-post-ancestor > a:after, .primary-phone .sf-menu > li.current-menu-ancestor > a:after, .primary-phone .sf-menu > li.current-category-ancestor > a:after {
        bottom: 6px;
    }

    .header-toggles {
        display: block;
        right: 0;
        text-align: center;
        width: 70px;
    }

    .site-header {
        height: 60px;
    }

    .site-header:has( .qct-header-top ) {
        height: 60px;
    }

    .qeon-header-fixed {
        height: 60px;
        padding: 0 10px;
    }

    .site-branding #logo {
        height: 60px;
        line-height: 60px;
    }

    .site-branding img {
        max-height: 60px;
    }

    .site-title h1 {
        line-height: 59px;
    }

    .site-title {
        margin-left: 10px;
    }

    .site-header .search-icon {
        display: none;
    }

    .header-buttons {
        margin-right: 40px !important;
        height: 60px !important;

    }

    .header-button {
        margin-right: 70px;
        height: 60px;
    }

    #primary {
        float: none !important;
        width: 100% !important;
        margin-left: 0 !important;
        clear: both;
    }

    .sl-lcr #primary {

        margin-left: 0;
    }

    #sidebar, #sidebarl {
        float: none;
        width: 100% !important;
        margin-top: 25px;
        margin-left: unset !important;
        margin-right: unset !important;
    }


    .article-header {
        margin: 5px;
    }

    .grid-wrap {
        margin: 0;
    }
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
    .header-button ul li {
        padding: 0 5px;
    }

    .site-branding {
        float: unset;
        text-align: center;
        width: 100%;
        position: relative;
    }

    .site-branding img {
        height: 52px;
        margin-left: 10px;
    }

    .header-button {
        margin-right: 60px;
    }


    .error-404 .page-content .search-form input.search-field {
        width: 200px;
    }

    #site-bottom {
        text-align: center;
    }

    #site-bottom .site-info {
        float: none;
        margin-bottom: 10px;
        justify-content: center;
    }

    #site-bottom .footer-nav li {
        margin: 0 5px;
    }

    .header-button.button1 {
        display: none;
    }

    button.navbar-toggle {
        margin-left: 0;
        margin-right: 0;
        opacity: .7;
        height: 100%;
    }

    /*active*/
    .mobile-navbar-show button.navbar-toggle .i-menu::before {
        right: 0;
        width: calc(16px + 1px);
        transform: rotate(-45deg);
        transform-origin: top right;
    }

    .mobile-navbar-show button.navbar-toggle .i-menu > i {
        opacity: 0;
    }

    .mobile-navbar-show button.navbar-toggle .i-menu::after {
        transform: rotate(45deg);
        width: calc(16px + 1px);
        transform-origin: bottom right;
    }

    .mobile-navbar-show .mobile-navbar + .fixed-body {
        visibility: unset;
        opacity: 1;
    }

    .mobile-navbar + .fixed-body {
        z-index: 996;
    }


}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
    .site-title {
        font-size: 24px;
    }

    .header-toggles {
        display: none;
    }

    .header-button {
        margin-right: 15px;
    }
    .site-branding {

        position: absolute;
    }
    .site-branding #logo {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
    }

    .header-button.button1 {
        display: none;
    }

    button.navbar-toggle {
        display: block !important;
    }

    #sidebar, #sidebarl {
        display: none;
    }

    .home-section {
        padding: 30px 10px 20px;
    }


    .home-product-loop .hentry {
        margin-bottom: 20px;
    }

    .home-product-loop .hentry:last-child {
        margin-bottom: 0;
    }

    .home-product-loop .thumbnail-link {
        height: auto !important;
    }

    .home-blog-loop .hentry {
        border-bottom: 1px solid var(--teo-box-border-color);
        padding-bottom: 10px;
        margin-bottom: 10px;
    }

    .home-blog-loop .hentry:last-child {
        border-bottom: none;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .home-blog-loop .thumbnail-link {
        width: 70px;
        margin-right: 15px;
    }

    .home-blog-loop .entry-title {
        font-size: 1em;
        overflow: hidden;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
    }


    .qcblock-member .single-item {
        margin-bottom: 10px;
    }

    .qcblock-slogan .link-section {
        padding: 0 20px;
    }


    .qcblock-member .text-holder {
        padding: 6px 10px 8px;
    }

    .qcblock-member .text-holder h5 {
        font-size: 1em;
    }

    .client-logo {
        margin-bottom: 10px;
    }

    .custom-page-header .header-image {
        height: 100% !important;
    }

    .custom-page-header .page-banner {
        padding: 20px 0;
    }

    .custom-page-header h1 {
        font-size: 1.2em;
    }

    .custom-page-header p {
        display: none;
    }

    #primary {
        margin: 0;
        padding: 0;
    }

    .archive .content-post-loop .hentry .entry-date {
        width: 70px;
        font-size: 90%;
        margin-right: 15px;
        padding-top: 10px;
        padding-bottom: 10px;
    }

    .archive .content-post-loop .hentry .entry-title {
        font-size: 1em;
    }

    .archive .content-post-loop .hentry .thumbnail-link {
        float: none;
        width: 100%;
        margin: 0 0 10px 0;
    }

    .search .content-post-loop .hentry .entry-title {
        font-size: 1em;
    }

    .search .content-post-loop .hentry .thumbnail-link {
        margin-right: 15px;
    }

    .footer-columns {
        padding: 20px 0 0 0;
        display: unset;
    }

    .site-footer .widget .widget-title {
        font-size: 1.2em;
    }

    .error404 h1.entry-title, .single h1.entry-title, .page h1.entry-title {
        font-size: 1.2em;
    }

    .site-breadcrumbs .post-title {
        display: none;
    }

    .entry-related li.hentry.type-product {
        margin-bottom: 20px;
    }

    .sidebar .widget {
        margin-bottom: 10px;
        padding: 15px 10px;
    }

    #comments .comment-metadata, .comment-respond .comment-metadata {
        display: none;
    }

    .comment-form .comment-form-author, .comment-form .comment-form-email, .comment-form .comment-form-url {
        width: 100%;
    }

    .content-loop .entry-summary {
        display: none;
    }

    .content-loop .entry-title {
        font-size: unset;
    }

    .content-loop .thumbnail-link {
        width: 70px;
        margin: 0 10px 0 0;
    }

    .content-loop .hentry {
        margin: 0;
        margin-bottom: 6px;
        padding-bottom: 6px;
    }

    .site-info-yb {
        flex-wrap: wrap;
        justify-content: center;
    }

    .collection-header {
        padding: 10px;
    }

    .qct-list .grid {
        float: unset !important;
    }

    .hollows .qc_grid_1_1, .hollows .qc_grid_1_2, .hollows .qc_grid_1_3 {
        width: calc(100% - 12px) !important;
    }

    .qct-pagination { margin: 0 0 5px; }

    .page-content, .entry-content {
        padding: 0
    }

    .related-group, .qct-nav-single, .qct-nav-single-img, .authorbio, .comments-title, #respond {
        padding: 8px;
    }

    .site-main {
        margin: 8px !important;
        margin-bottom: 0 !important;
    }

    .primary-phone.active {
        opacity: 0;
    }

    .site-branding img {
        margin: 0;
        max-width: 150px;
    }
}

