body.hljh-template-taojinge {
    --theme-color: #1e73be !important;
    --focus-color: #1e73be;
    --focus-shadow-color: rgba(30, 115, 190, .32) !important;
    --focus-color-opacity1: rgba(30, 115, 190, .1) !important;
    --focus-color-opacity05: rgba(30, 115, 190, .05) !important;
    --focus-color-opacity3: rgba(30, 115, 190, .3) !important;
    --focus-color-opacity6: rgba(30, 115, 190, .6) !important;
    --mian-max-width: 1380px !important;
    --main-radius: 8px !important;
    --mini-radius: 6px !important;
    --body-bg-color: #f3f5f7;
    --main-bg-color: #fff;
    --main-color: #3d4651;
    --key-color: #17202a;
    --muted-color: #66717d;
    --muted-2-color: #8a949f;
    --main-border-color: rgba(29, 45, 61, .09);
    --muted-border-color: rgba(29, 45, 61, .06);
    --main-shadow: rgba(24, 39, 55, .08);
    background: var(--body-bg-color);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Microsoft YaHei", sans-serif;
    letter-spacing: 0;
}

body.hljh-template-taojinge.dark-theme {
    --body-bg-color: #181d22;
    --main-bg-color: #22282e;
    --main-color: #dce4eb;
    --key-color: #f5f8fa;
    --muted-color: #a6b0ba;
    --muted-2-color: #7f8a95;
    --muted-bg-color: #1c2228;
    --muted-bg-2-color: #282f36;
    --main-border-color: rgba(222, 232, 242, .1);
    --muted-border-color: rgba(222, 232, 242, .05);
    --main-shadow: rgba(0, 0, 0, .2);
    --blur-bg: rgba(34, 40, 46, .94);
}

body.hljh-template-taojinge * {
    letter-spacing: 0;
}

body.hljh-template-taojinge ::selection {
    background: rgba(30, 115, 190, .2);
    color: var(--key-color);
}

body.hljh-template-taojinge .container-header,
body.hljh-template-taojinge .container-footer {
    max-width: 1480px;
}

body.hljh-template-taojinge .zib-widget,
body.hljh-template-taojinge .posts-item,
body.hljh-template-taojinge .theme-box {
    border: 1px solid var(--main-border-color);
    box-shadow: 0 4px 16px var(--main-shadow);
}

body.hljh-template-taojinge .but,
body.hljh-template-taojinge button,
body.hljh-template-taojinge input,
body.hljh-template-taojinge select,
body.hljh-template-taojinge textarea {
    border-radius: 6px;
}

/* Header */
body.hljh-template-taojinge .header,
body.hljh-template-taojinge.nav-fixed .header,
body.hljh-template-taojinge.nav-fixed:not(.body-scroll):not(.mobile-navbar-show) .header.show-slide {
    --header-color: #27313b !important;
    --header-bg: rgba(255, 255, 255, .96) !important;
    min-height: 64px;
    margin-bottom: 0;
    padding: 7px 20px;
    border-bottom: 1px solid rgba(29, 45, 61, .1);
    background: var(--header-bg) !important;
    box-shadow: 0 3px 14px rgba(24, 39, 55, .08) !important;
    -webkit-backdrop-filter: saturate(1.2) blur(16px) !important;
    backdrop-filter: saturate(1.2) blur(16px) !important;
}

body.hljh-template-taojinge.dark-theme .header,
body.hljh-template-taojinge.dark-theme.nav-fixed .header,
body.hljh-template-taojinge.dark-theme.nav-fixed:not(.body-scroll):not(.mobile-navbar-show) .header.show-slide {
    --header-color: #edf3f8 !important;
    --header-bg: rgba(28, 34, 40, .96) !important;
    border-bottom-color: rgba(226, 234, 242, .1);
    box-shadow: 0 3px 16px rgba(0, 0, 0, .24) !important;
}

body.hljh-template-taojinge .header a:not(.but),
body.hljh-template-taojinge .header svg {
    color: var(--header-color) !important;
    text-shadow: none !important;
}

body.hljh-template-taojinge .navbar-top {
    min-height: 48px;
}

body.hljh-template-taojinge .navbar-logo img {
    max-height: 42px;
}

body.hljh-template-taojinge .navbar-top .nav > li > a {
    position: relative;
    padding-right: 14px;
    padding-left: 14px;
    font-weight: 600;
}

body.hljh-template-taojinge .navbar-top .nav > li > a::after {
    position: absolute;
    right: 14px;
    bottom: 3px;
    left: 14px;
    height: 2px;
    content: "";
    background: #1e73be;
    opacity: 0;
    transform: scaleX(.35);
    transition: opacity .18s ease, transform .18s ease;
}

body.hljh-template-taojinge .navbar-top .nav > li.current-menu-item > a,
body.hljh-template-taojinge .navbar-top .nav > li:hover > a {
    color: #1e73be !important;
}

body.hljh-template-taojinge .navbar-top .nav > li.current-menu-item > a::after,
body.hljh-template-taojinge .navbar-top .nav > li:hover > a::after {
    opacity: 1;
    transform: scaleX(1);
}

body.hljh-template-taojinge .header .navbar-form > .list-inline > li > a.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    border: 1px solid var(--main-border-color);
    border-radius: 6px;
    background: rgba(30, 115, 190, .06);
}

body.hljh-template-taojinge .header .navbar-form > .list-inline > li > a.btn:hover,
body.hljh-template-taojinge .header .navbar-form > .list-inline > li > a.btn:focus {
    border-color: rgba(30, 115, 190, .24);
    background: rgba(30, 115, 190, .12);
    color: #1e73be !important;
}

body.hljh-template-taojinge .header .navbar-but .but {
    border-radius: 6px !important;
    box-shadow: none;
}

body.hljh-template-taojinge .navbar-top .sub-menu,
body.hljh-template-taojinge .header .hover-show-con {
    border: 1px solid var(--main-border-color);
    border-radius: 6px;
    box-shadow: 0 12px 30px rgba(24, 39, 55, .14);
}

/* Home slider and quick links */
body.hljh-template-taojinge.nav-fixed .slide-header {
    margin-top: -64px;
}

body.hljh-template-taojinge .header-slider-container {
    margin-bottom: 34px;
    background: #162432;
}

body.hljh-template-taojinge .header-slider-container .zib-slider {
    overflow: hidden;
}

body.hljh-template-taojinge .slide-header::after {
    position: absolute;
    z-index: 1;
    inset: 0;
    content: "";
    pointer-events: none;
    background: rgba(10, 26, 41, .2);
}

body.hljh-template-taojinge .slide-header .swiper-button-prev,
body.hljh-template-taojinge .slide-header .swiper-button-next {
    z-index: 3;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(255, 255, 255, .42);
    border-radius: 6px;
    background: rgba(17, 32, 46, .42);
    color: #fff;
}

body.hljh-template-taojinge .slide-header .swiper-pagination {
    z-index: 3;
}

body.hljh-template-taojinge .hljh-template-search {
    position: absolute;
    z-index: 4;
    top: calc(50% - 2px);
    left: 50%;
    width: min(700px, calc(100% - 40px));
    color: #fff;
    text-align: center;
    text-shadow: 0 2px 12px rgba(0, 0, 0, .3);
    transform: translate(-50%, -50%);
}

body.hljh-template-taojinge .hljh-template-search > strong,
body.hljh-template-taojinge .hljh-template-search > span {
    display: block;
}

body.hljh-template-taojinge .hljh-template-search > strong {
    font-size: 30px;
    line-height: 1.35;
}

body.hljh-template-taojinge .hljh-template-search > span {
    margin-top: 6px;
    font-size: 15px;
}

body.hljh-template-taojinge .hljh-template-search form {
    position: relative;
    display: flex;
    align-items: center;
    height: 52px;
    margin-top: 20px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .72);
    border-radius: 6px;
    background: rgba(255, 255, 255, .95);
    color: #56616d;
    text-align: left;
    text-shadow: none;
    box-shadow: 0 12px 30px rgba(5, 20, 35, .22);
}

body.hljh-template-taojinge .hljh-template-search form .fa {
    flex: 0 0 auto;
    margin-left: 18px;
    color: #74808c;
    font-size: 16px;
}

body.hljh-template-taojinge .hljh-template-search input {
    min-width: 0;
    height: 100%;
    flex: 1 1 auto;
    padding: 0 14px;
    border: 0;
    outline: 0;
    background: transparent;
    color: #26313c;
    box-shadow: none;
    font-size: 15px;
}

body.hljh-template-taojinge .hljh-template-search input::placeholder {
    color: #8b96a1;
}

body.hljh-template-taojinge .hljh-template-search button {
    align-self: stretch;
    min-width: 92px;
    padding: 0 22px;
    border: 0;
    border-radius: 0;
    background: #1e73be;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
}

body.hljh-template-taojinge .hljh-template-search button:hover,
body.hljh-template-taojinge .hljh-template-search button:focus {
    background: #155f9f;
}

body.hljh-template-taojinge .header-slider-card {
    position: relative;
    z-index: 5;
    margin-top: -38px;
}

body.hljh-template-taojinge .header-slider-card > .zib-widget {
    overflow: hidden;
    padding: 0;
    border: 1px solid var(--main-border-color);
    border-radius: 8px;
    background: var(--main-bg-color);
    box-shadow: 0 10px 28px rgba(24, 39, 55, .13);
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
}

body.hljh-template-taojinge .header-slider-card .relative-h {
    min-width: 0;
    border-right: 1px solid var(--main-border-color);
}

body.hljh-template-taojinge .header-slider-card .relative-h:last-child {
    border-right: 0;
}

body.hljh-template-taojinge .header-slider-card .icon-cover-card {
    min-height: 76px;
    padding: 13px 16px;
    transition: background .18s ease, transform .18s ease;
}

body.hljh-template-taojinge .header-slider-card a:hover .icon-cover-card {
    background: rgba(30, 115, 190, .06);
    transform: translateY(-1px);
}

body.hljh-template-taojinge .header-slider-card .icon-cover-icon {
    border-radius: 6px !important;
}

/* Content and resource cards */
body.hljh-template-taojinge main.container {
    padding-top: 2px;
}

body.hljh-template-taojinge .home-tab-content > .box-body,
body.hljh-template-taojinge .ajax-option {
    border: 1px solid var(--main-border-color);
    border-radius: 8px;
    background: var(--main-bg-color);
    box-shadow: 0 3px 12px var(--main-shadow);
}

body.hljh-template-taojinge .home-tab-content > .box-body {
    margin: 8px 8px 12px;
    padding: 16px 18px;
}

body.hljh-template-taojinge .ajax-option {
    margin-top: 8px !important;
    margin-bottom: 10px;
    padding: 10px 14px;
}

body.hljh-template-taojinge .ajax-option .option-dropdown {
    color: var(--key-color);
    font-weight: 600;
}

body.hljh-template-taojinge .ajax-option .option-items > a {
    padding: 5px 10px;
    border-radius: 4px;
}

body.hljh-template-taojinge .ajax-option .option-items > a:hover,
body.hljh-template-taojinge .ajax-option .option-items > a.active {
    background: rgba(30, 115, 190, .09);
    color: #1e73be;
}

body.hljh-template-taojinge .posts-row {
    margin-right: -7px;
    margin-left: -7px;
}

body.hljh-template-taojinge .posts-row > *:not(.post_ajax_loader) {
    margin-right: 7px !important;
    margin-left: 7px !important;
}

body.hljh-template-taojinge .posts-item {
    padding: 13px;
    border-radius: 8px;
    box-shadow: 0 3px 14px var(--main-shadow);
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.hljh-template-taojinge .posts-item:hover {
    border-color: rgba(30, 115, 190, .25);
    box-shadow: 0 9px 24px rgba(24, 39, 55, .13);
    transform: translateY(-2px);
}

body.hljh-template-taojinge .posts-item .post-graphic:not(.order1) {
    margin-right: 14px;
}

body.hljh-template-taojinge .posts-item .order1.post-graphic {
    margin-left: 14px;
}

body.hljh-template-taojinge .posts-item .item-thumbnail {
    width: 176px;
    border-radius: 6px;
    background: var(--muted-bg-2-color);
}

body.hljh-template-taojinge .posts-item .item-thumbnail img {
    border-radius: 6px !important;
}

body.hljh-template-taojinge .posts-item .item-heading {
    margin-bottom: 7px;
    font-size: 16px;
    font-weight: 600;
    line-height: 1.55;
}

body.hljh-template-taojinge .posts-item .item-excerpt {
    color: var(--muted-color);
    font-size: 13px;
    line-height: 1.7;
}

body.hljh-template-taojinge .posts-item .item-meta {
    padding-top: 7px;
    border-top: 1px solid var(--muted-border-color);
}

body.hljh-template-taojinge .posts-item .item-tags a {
    border-radius: 4px;
}

body.hljh-template-taojinge .posts-item.card {
    padding: 8px;
}

body.hljh-template-taojinge .posts-item.card .item-body {
    padding: 3px 4px 4px;
}

body.hljh-template-taojinge .posts-item.card .item-thumbnail,
body.hljh-template-taojinge .posts-item.card .item-thumbnail img {
    border-radius: 6px;
}

body.hljh-template-taojinge .pagenav .ajax-next,
body.hljh-template-taojinge .pagenav a,
body.hljh-template-taojinge .pagenav span {
    border-radius: 5px;
}

body.hljh-template-taojinge .sidebar .zib-widget {
    padding: 16px;
}

body.hljh-template-taojinge .sidebar .box-body > .title-theme,
body.hljh-template-taojinge .widget-title {
    color: var(--key-color);
    font-weight: 700;
}

body.hljh-template-taojinge .article,
body.hljh-template-taojinge .article-header,
body.hljh-template-taojinge .comments-box {
    border-color: var(--main-border-color);
}

body.hljh-template-taojinge .article-title {
    color: var(--key-color);
    font-weight: 700;
}

/* Footer and fixed actions */
body.hljh-template-taojinge .footer {
    margin-top: 34px;
    border-top: 1px solid var(--main-border-color);
    background: var(--main-bg-color);
    box-shadow: 0 -3px 14px var(--main-shadow);
}

body.hljh-template-taojinge .fixed-body-main > a,
body.hljh-template-taojinge .fixed-body-main > span,
body.hljh-template-taojinge .float-right a {
    border: 1px solid var(--main-border-color);
    border-radius: 6px !important;
    box-shadow: 0 5px 16px var(--main-shadow);
}

body.hljh-template-taojinge .hljh-merchant-contact-button {
    border-radius: 6px;
}

@media (min-width: 992px) {
    body.hljh-template-taojinge.site-layout-1 .posts-item:not(.card),
    body.hljh-template-taojinge .fluid-widget-wrap .posts-item:not(.card) {
        width: calc(50% - 14px);
        margin: 7px;
    }
}

@media (max-width: 991px) {
    body.hljh-template-taojinge .hljh-template-search {
        top: calc(50% - 4px);
        width: min(620px, calc(100% - 34px));
    }

    body.hljh-template-taojinge .header-slider-card .icon-cover-card {
        min-height: 70px;
        padding: 10px;
    }
}

@media (max-width: 767px) {
    body.hljh-template-taojinge {
        --main-radius: 7px !important;
    }

    body.hljh-template-taojinge .header,
    body.hljh-template-taojinge.nav-fixed .header,
    body.hljh-template-taojinge.nav-fixed:not(.body-scroll):not(.mobile-navbar-show) .header.show-slide {
        min-height: 56px;
        padding: 4px 10px;
    }

    body.hljh-template-taojinge.nav-fixed .slide-header {
        margin-top: -56px;
    }

    body.hljh-template-taojinge .navbar-logo img {
        max-height: 36px;
    }

    body.hljh-template-taojinge .header-slider-container {
        margin-bottom: 26px;
    }

    body.hljh-template-taojinge .slide-header .swiper-button-prev,
    body.hljh-template-taojinge .slide-header .swiper-button-next {
        display: none;
    }

    body.hljh-template-taojinge .hljh-template-search {
        top: calc(50% - 22px);
        width: calc(100% - 30px);
    }

    body.hljh-template-taojinge .hljh-template-search > strong {
        font-size: 21px;
    }

    body.hljh-template-taojinge .hljh-template-search > span {
        margin-top: 3px;
        font-size: 12px;
    }

    body.hljh-template-taojinge .hljh-template-search form {
        height: 43px;
        margin-top: 12px;
    }

    body.hljh-template-taojinge .hljh-template-search form .fa {
        margin-left: 13px;
        font-size: 14px;
    }

    body.hljh-template-taojinge .hljh-template-search input {
        padding: 0 10px;
        font-size: 14px;
    }

    body.hljh-template-taojinge .hljh-template-search button {
        min-width: 68px;
        padding: 0 14px;
        font-size: 13px;
    }

    body.hljh-template-taojinge .header-slider-card {
        margin-top: -30px;
        padding-right: 10px;
        padding-left: 10px;
    }

    body.hljh-template-taojinge .header-slider-card .relative-h {
        border-right: 0;
        border-bottom: 1px solid var(--main-border-color);
    }

    body.hljh-template-taojinge .header-slider-card .relative-h:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    body.hljh-template-taojinge .header-slider-card .relative-h:nth-child(odd) {
        border-right: 1px solid var(--main-border-color);
    }

    body.hljh-template-taojinge .header-slider-card .icon-cover-card {
        min-height: 58px;
        padding: 7px 8px;
    }

    body.hljh-template-taojinge .header-slider-card .icon-cover-desc {
        margin-left: 7px;
    }

    body.hljh-template-taojinge .header-slider-card .icon-cover-desc .em12 {
        font-size: 13px;
    }

    body.hljh-template-taojinge main.container {
        padding-right: 10px;
        padding-left: 10px;
    }

    body.hljh-template-taojinge .posts-row {
        margin-right: -5px;
        margin-left: -5px;
    }

    body.hljh-template-taojinge .posts-row > *:not(.post_ajax_loader) {
        margin-right: 5px !important;
        margin-left: 5px !important;
    }

    body.hljh-template-taojinge .posts-item {
        padding: 10px;
    }

    body.hljh-template-taojinge .posts-item:hover {
        transform: none;
    }

    body.hljh-template-taojinge .posts-item .post-graphic:not(.order1) {
        margin-right: 10px;
    }

    body.hljh-template-taojinge .posts-item .order1.post-graphic {
        margin-left: 10px;
    }

    body.hljh-template-taojinge .posts-item .item-thumbnail {
        width: 116px;
    }

    body.hljh-template-taojinge .posts-item .item-heading {
        font-size: 14px;
        line-height: 1.5;
    }

    body.hljh-template-taojinge .posts-item .item-meta {
        padding-top: 5px;
    }

    body.hljh-template-taojinge .footer {
        margin-top: 24px;
    }
}

@media (max-width: 420px) {
    body.hljh-template-taojinge .hljh-template-search > span {
        display: none;
    }

    body.hljh-template-taojinge .hljh-template-search form {
        margin-top: 9px;
    }

    body.hljh-template-taojinge .header-slider-card .icon-cover-desc .muted-color {
        display: none;
    }
}

/* Portal layout 2.0: a separate information architecture, not a colour skin. */
body.hljh-template-taojinge {
    --theme-color: #0878c9 !important;
    --focus-color: #0878c9;
    --focus-shadow-color: rgba(8, 120, 201, .28) !important;
    --focus-color-opacity1: rgba(8, 120, 201, .1) !important;
    --focus-color-opacity05: rgba(8, 120, 201, .05) !important;
    --focus-color-opacity3: rgba(8, 120, 201, .3) !important;
    --focus-color-opacity6: rgba(8, 120, 201, .6) !important;
    --mian-max-width: 1360px !important;
    --main-radius: 6px !important;
    --mini-radius: 4px !important;
    --body-bg-color: #f4f7f9;
    --main-bg-color: #fff;
    --main-color: #354250;
    --key-color: #172330;
    --muted-color: #667483;
    --muted-2-color: #8a96a2;
    --main-border-color: #e2e8ed;
    --muted-border-color: #edf1f4;
    --main-shadow: rgba(31, 49, 65, .08);
    background: #f4f7f9;
}

body.hljh-template-taojinge.nav-fixed {
    padding-top: 70px;
}

body.hljh-template-taojinge .container-header,
body.hljh-template-taojinge .container-footer {
    max-width: 1470px;
}

body.hljh-template-taojinge .zib-widget,
body.hljh-template-taojinge .theme-box {
    border-color: var(--main-border-color);
    border-radius: 6px;
    box-shadow: 0 3px 12px var(--main-shadow);
}

/* Solid utility navigation. */
body.hljh-template-taojinge .header,
body.hljh-template-taojinge.nav-fixed .header,
body.hljh-template-taojinge.nav-fixed:not(.body-scroll):not(.mobile-navbar-show) .header.show-slide {
    --header-color: #25313d !important;
    --header-bg: rgba(255, 255, 255, .98) !important;
    min-height: 70px;
    margin: 0;
    padding: 8px 20px;
    border-top: 3px solid #169b62;
    border-bottom: 1px solid #dfe5ea;
    background: var(--header-bg) !important;
    box-shadow: 0 2px 10px rgba(25, 42, 57, .08) !important;
}

body.hljh-template-taojinge .navbar-top {
    min-height: 51px;
}

body.hljh-template-taojinge .navbar-logo img {
    max-height: 40px;
}

body.hljh-template-taojinge .navbar-top .nav > li > a {
    padding: 14px 16px 12px;
    font-weight: 600;
}

body.hljh-template-taojinge .navbar-top .nav > li > a::after {
    right: 16px;
    bottom: 5px;
    left: 16px;
    height: 3px;
    border-radius: 0;
    background: #0878c9;
}

body.hljh-template-taojinge .header .navbar-form > .list-inline > li > a.btn {
    width: 40px;
    height: 40px;
    border-color: #dce4ea;
    border-radius: 4px;
    background: #f7f9fb;
}

body.hljh-template-taojinge .header .navbar-but .but {
    border-radius: 4px !important;
}

/* The banner is a complete, inspectable image. Search is a separate tool below it. */
body.hljh-template-taojinge.nav-fixed .slide-header {
    margin-top: 0 !important;
}

body.hljh-template-taojinge .header-slider-container {
    margin-bottom: 0 !important;
    overflow: hidden;
    border-bottom: 1px solid #dfe6eb;
    background: #fff;
}

body.hljh-template-taojinge .header-slider-container .zib-slider {
    background: #10283f;
}

body.hljh-template-taojinge .slide-header::after {
    display: none;
}

body.hljh-template-taojinge .slide-header .swiper-button-prev,
body.hljh-template-taojinge .slide-header .swiper-button-next {
    z-index: 3;
    width: 42px;
    height: 42px;
    border: 1px solid rgba(255, 255, 255, .58);
    border-radius: 4px;
    background: rgba(8, 28, 46, .56);
}

body.hljh-template-taojinge .slide-header .swiper-pagination {
    z-index: 3;
}

body.hljh-template-taojinge .hljh-template-search {
    position: relative;
    z-index: 6;
    top: auto;
    left: auto;
    display: flex;
    width: min(1120px, calc(100% - 40px));
    min-height: 82px;
    align-items: center;
    gap: 26px;
    margin: 0 auto;
    padding: 14px 0;
    color: #263645;
    text-align: left;
    text-shadow: none;
    transform: none;
}

body.hljh-template-taojinge .hljh-template-search-copy {
    flex: 0 0 240px;
    padding-left: 14px;
    border-left: 4px solid #169b62;
}

body.hljh-template-taojinge .hljh-template-search-copy > strong,
body.hljh-template-taojinge .hljh-template-search-copy > span {
    display: block;
}

body.hljh-template-taojinge .hljh-template-search-copy > strong {
    font-size: 18px;
    line-height: 1.45;
}

body.hljh-template-taojinge .hljh-template-search-copy > span {
    margin-top: 2px;
    color: #7a8793;
    font-size: 12px;
}

body.hljh-template-taojinge .hljh-template-search form {
    display: flex;
    height: 48px;
    min-width: 0;
    flex: 1 1 auto;
    align-items: center;
    margin: 0;
    overflow: hidden;
    border: 1px solid #cfd9e1;
    border-radius: 4px;
    background: #f7f9fb;
    box-shadow: none;
}

body.hljh-template-taojinge .hljh-template-search form:focus-within {
    border-color: #0878c9;
    background: #fff;
    box-shadow: 0 0 0 3px rgba(8, 120, 201, .1);
}

body.hljh-template-taojinge .hljh-template-search form .fa {
    margin-left: 17px;
    color: #768593;
}

body.hljh-template-taojinge .hljh-template-search input {
    min-width: 0;
    height: 100%;
    flex: 1 1 auto;
    padding: 0 13px;
    border: 0;
    border-radius: 0;
    outline: 0;
    background: transparent;
    color: #22313e;
    box-shadow: none;
    font-size: 14px;
}

body.hljh-template-taojinge .hljh-template-search button {
    align-self: stretch;
    min-width: 94px;
    padding: 0 24px;
    border: 0;
    border-radius: 0;
    background: #0878c9;
    color: #fff;
    font-size: 14px;
    font-weight: 600;
}

body.hljh-template-taojinge .hljh-template-search button:hover,
body.hljh-template-taojinge .hljh-template-search button:focus {
    background: #0565aa;
}

/* Four operational shortcuts form a flat band instead of floating over the hero. */
body.hljh-template-taojinge .header-slider-card {
    position: relative;
    z-index: 5;
    margin: 0 auto 24px;
}

body.hljh-template-taojinge .header-slider-card > .zib-widget {
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    border: 1px solid #dde5eb;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

body.hljh-template-taojinge .header-slider-card > .zib-widget > .flex {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 0;
}

body.hljh-template-taojinge .header-slider-card .relative-h {
    min-width: 0;
    margin: 0;
    border-right: 1px solid #e4e9ed;
}

body.hljh-template-taojinge .header-slider-card .relative-h:last-child {
    border-right: 0;
}

body.hljh-template-taojinge .header-slider-card .icon-cover-card {
    width: 100%;
    min-height: 74px;
    padding: 12px 16px;
    overflow: hidden;
    transition: background .18s ease;
}

body.hljh-template-taojinge .header-slider-card a:hover .icon-cover-card {
    background: #f0f7fc;
    transform: none;
}

body.hljh-template-taojinge .header-slider-card .icon-cover-icon {
    flex: 0 0 auto;
    border-radius: 4px !important;
}

/* Category directory generated from the site's real taxonomy. */
body.hljh-template-taojinge .hljh-category-directory {
    width: 100%;
    border-bottom: 1px solid #dfe6eb;
    background: #fff;
}

body.hljh-template-taojinge .hljh-category-directory-inner {
    padding-top: 24px;
    padding-bottom: 26px;
}

body.hljh-template-taojinge .hljh-category-heading {
    display: flex;
    align-items: end;
    justify-content: space-between;
    margin-bottom: 14px;
}

body.hljh-template-taojinge .hljh-category-heading h2 {
    margin: 0;
    color: #172330;
    font-size: 20px;
    line-height: 1.4;
}

body.hljh-template-taojinge .hljh-category-heading p {
    margin: 2px 0 0;
    color: #87939e;
    font-size: 12px;
}

body.hljh-template-taojinge .hljh-category-all {
    display: inline-flex;
    align-items: center;
    gap: 7px;
    color: #657481;
    font-size: 13px;
}

body.hljh-template-taojinge .hljh-category-all:hover,
body.hljh-template-taojinge .hljh-category-all.is-active {
    color: #0878c9;
}

body.hljh-template-taojinge .hljh-category-grid {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 10px;
}

body.hljh-template-taojinge .hljh-category-marquee-row,
body.hljh-template-taojinge .hljh-category-marquee-track,
body.hljh-template-taojinge .hljh-category-sequence {
    display: contents;
}

body.hljh-template-taojinge .hljh-category-sequence.is-clone {
    display: none;
}

body.hljh-template-taojinge .hljh-category-link {
    display: flex;
    min-width: 0;
    min-height: 66px;
    align-items: center;
    gap: 11px;
    padding: 10px 12px;
    border: 1px solid #e1e7ec;
    border-radius: 4px;
    background: #f8fafb;
    color: #283745;
    transition: border-color .18s ease, background .18s ease, color .18s ease;
}

body.hljh-template-taojinge .hljh-category-link:hover,
body.hljh-template-taojinge .hljh-category-link.is-active {
    border-color: rgba(8, 120, 201, .35);
    background: #eef7fd;
    color: #076db8;
}

body.hljh-template-taojinge .hljh-category-icon {
    display: inline-flex;
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    background: #e8f4fc;
    color: #0878c9;
    font-size: 17px;
}

body.hljh-template-taojinge .hljh-category-link:nth-child(5n + 2) .hljh-category-icon {
    background: #e8f7ef;
    color: #138958;
}

body.hljh-template-taojinge .hljh-category-link:nth-child(5n + 3) .hljh-category-icon {
    background: #fff1ea;
    color: #e66a2c;
}

body.hljh-template-taojinge .hljh-category-link:nth-child(5n + 4) .hljh-category-icon {
    background: #f2edfc;
    color: #7355b8;
}

body.hljh-template-taojinge .hljh-category-link:nth-child(5n + 5) .hljh-category-icon {
    background: #fff5d9;
    color: #b47b00;
}

body.hljh-template-taojinge .hljh-category-copy {
    display: block;
    min-width: 0;
}

body.hljh-template-taojinge .hljh-category-copy strong,
body.hljh-template-taojinge .hljh-category-copy small {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

body.hljh-template-taojinge .hljh-category-copy strong {
    font-size: 14px;
    line-height: 1.45;
}

body.hljh-template-taojinge .hljh-category-copy small {
    margin-top: 2px;
    color: #919ca6;
    font-size: 11px;
}

/* Marketplace-style resource grid. */
body.hljh-template-taojinge main.container {
    padding-top: 28px;
}

body.hljh-template-taojinge.home .home-tab-content > div:first-child:empty,
body.hljh-template-taojinge .posts-row > div:empty {
    display: none;
}

body.hljh-template-taojinge.home .posts-row,
body.hljh-template-taojinge.category .posts-row {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin: 0 0 20px;
}

body.hljh-template-taojinge.home .posts-row > *:not(.post_ajax_loader),
body.hljh-template-taojinge.category .posts-row > *:not(.post_ajax_loader) {
    margin: 0 !important;
}

body.hljh-template-taojinge.home .posts-row > .ajax-option,
body.hljh-template-taojinge.category .posts-row > .ajax-option,
body.hljh-template-taojinge.home .posts-row > .pagenav,
body.hljh-template-taojinge.category .posts-row > .pagenav,
body.hljh-template-taojinge.home .posts-row > .post_ajax_loader,
body.hljh-template-taojinge.category .posts-row > .post_ajax_loader,
body.hljh-template-taojinge.home .posts-row > .post_ajax_trigger,
body.hljh-template-taojinge.category .posts-row > .post_ajax_trigger {
    grid-column: 1 / -1;
}

body.hljh-template-taojinge .ajax-option {
    min-height: 52px;
    margin: 0 0 2px !important;
    padding: 9px 14px;
    border: 1px solid #dfe6eb;
    border-left: 4px solid #0878c9;
    border-radius: 4px;
    background: #fff;
    box-shadow: none;
}

body.hljh-template-taojinge .ajax-option .option-dropdown {
    color: #263543;
    font-size: 14px;
}

body.hljh-template-taojinge .ajax-option .option-items > a {
    margin-right: 3px;
    padding: 5px 11px;
    border-radius: 3px;
}

body.hljh-template-taojinge .ajax-option .option-items > a:hover,
body.hljh-template-taojinge .ajax-option .option-items > a.active {
    background: #eaf5fc;
    color: #0878c9;
}

body.hljh-template-taojinge.home .posts-item.list,
body.hljh-template-taojinge.category .posts-item.list {
    display: block !important;
    width: auto !important;
    min-width: 0;
    margin: 0 !important;
    overflow: hidden;
    padding: 0;
    border: 1px solid #dfe6eb;
    border-radius: 6px;
    background: #fff;
    box-shadow: 0 3px 12px rgba(31, 49, 65, .07);
    transform: none;
    transition: border-color .18s ease, box-shadow .18s ease, transform .18s ease;
}

body.hljh-template-taojinge.home .posts-item.list:hover,
body.hljh-template-taojinge.category .posts-item.list:hover {
    border-color: rgba(8, 120, 201, .36);
    box-shadow: 0 9px 24px rgba(31, 49, 65, .12);
    transform: translateY(-3px);
}

body.hljh-template-taojinge.home .posts-item.list .post-graphic,
body.hljh-template-taojinge.category .posts-item.list .post-graphic,
body.hljh-template-taojinge.home .posts-item.list .post-graphic:not(.order1),
body.hljh-template-taojinge.category .posts-item.list .post-graphic:not(.order1),
body.hljh-template-taojinge.home .posts-item.list .order1.post-graphic,
body.hljh-template-taojinge.category .posts-item.list .order1.post-graphic {
    width: 100%;
    margin: 0;
}

body.hljh-template-taojinge.home .posts-item.list .item-thumbnail,
body.hljh-template-taojinge.category .posts-item.list .item-thumbnail {
    width: 100%;
    padding-bottom: 56.25%;
    border-radius: 0;
    background: #e8edf1;
}

body.hljh-template-taojinge.home .posts-item.list .item-thumbnail img,
body.hljh-template-taojinge.category .posts-item.list .item-thumbnail img {
    border-radius: 0 !important;
}

body.hljh-template-taojinge.home .posts-item.list .item-body,
body.hljh-template-taojinge.category .posts-item.list .item-body {
    width: 100%;
    min-height: 154px;
    padding: 14px 15px 13px;
}

body.hljh-template-taojinge.home .posts-item.list .item-heading,
body.hljh-template-taojinge.category .posts-item.list .item-heading {
    min-height: 3em;
    margin: 0 0 7px;
    color: #172330;
    font-size: 15px;
    font-weight: 700;
    line-height: 1.5;
}

body.hljh-template-taojinge.home .posts-item.list .item-excerpt,
body.hljh-template-taojinge.category .posts-item.list .item-excerpt {
    display: -webkit-box;
    min-height: 3.3em;
    margin-bottom: 10px;
    overflow: hidden;
    color: #71808d;
    font-size: 12px;
    line-height: 1.65;
    white-space: normal;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
}

body.hljh-template-taojinge.home .posts-item.list .item-meta,
body.hljh-template-taojinge.category .posts-item.list .item-meta {
    padding-top: 9px;
    border-top: 1px solid #edf1f4;
}

/* Category pages use a short split masthead instead of the default large cover card. */
body.hljh-template-taojinge.category .page-cover {
    height: 210px;
    min-height: 210px;
    margin-bottom: 20px;
    overflow: hidden;
    padding-bottom: 0 !important;
    border: 0;
    border-radius: 4px;
    background: #07558f;
    box-shadow: none;
}

body.hljh-template-taojinge.category .page-cover > img {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 64%;
    height: 100%;
    opacity: .78;
    object-fit: cover;
}

body.hljh-template-taojinge.category .page-cover .linear-mask {
    background: linear-gradient(90deg, #07558f 0%, rgba(7, 85, 143, .98) 36%, rgba(7, 85, 143, .2) 100%);
}

body.hljh-template-taojinge.category .page-cover-con {
    right: 42%;
    bottom: 24px;
    left: 24px;
    color: #fff;
}

body.hljh-template-taojinge.category .page-cover .title-h-left {
    color: #fff;
    font-size: 20px;
}

body.hljh-template-taojinge.category .page-cover .page-desc {
    margin-top: 10px;
    color: rgba(255, 255, 255, .84);
    line-height: 1.7;
}

body.hljh-template-taojinge.category .page-cover-more-btns {
    top: 13px;
    right: 14px;
}

body.hljh-template-taojinge .sidebar .zib-widget {
    padding: 16px;
    border-top: 3px solid #169b62;
}

body.hljh-template-taojinge .article,
body.hljh-template-taojinge .article-header,
body.hljh-template-taojinge .comments-box {
    border-radius: 6px;
}

body.hljh-template-taojinge .footer {
    margin-top: 42px;
    border-top: 4px solid #169b62;
    background: #18242e;
    color: #c6d0d8;
    box-shadow: none;
}

body.hljh-template-taojinge .footer a,
body.hljh-template-taojinge .footer .muted-color,
body.hljh-template-taojinge .footer .muted-2-color {
    color: #c6d0d8;
}

body.hljh-template-taojinge .float-right .float-btn {
    border: 1px solid #dce4ea;
    border-radius: 4px !important;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 5px 14px rgba(24, 42, 58, .12);
}

body.hljh-template-taojinge .float-right .float-btn-shop-cart {
    --this-color: #fff;
    --this-bg: #0878c9;
    border-color: #0878c9;
    background: #0878c9 !important;
}

@keyframes hljh-category-marquee-left {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        transform: translate3d(calc(-50% - 4px), 0, 0);
    }
}

@media (max-width: 1199px) {
    body.hljh-template-taojinge .hljh-category-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
    }

    body.hljh-template-taojinge.home .posts-row,
    body.hljh-template-taojinge.category .posts-row {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 991px) {
    body.hljh-template-taojinge .hljh-template-search {
        width: calc(100% - 30px);
        gap: 16px;
    }

    body.hljh-template-taojinge .hljh-template-search-copy {
        flex-basis: 205px;
    }

    body.hljh-template-taojinge .header-slider-card {
        padding-right: 15px;
        padding-left: 15px;
    }

    body.hljh-template-taojinge .hljh-category-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }
}

@media (max-width: 767px) {
    body.hljh-template-taojinge.nav-fixed {
        padding-top: 60px;
    }

    body.hljh-template-taojinge .header,
    body.hljh-template-taojinge.nav-fixed .header,
    body.hljh-template-taojinge.nav-fixed:not(.body-scroll):not(.mobile-navbar-show) .header.show-slide {
        min-height: 60px;
        padding: 3px 8px;
        border-top-width: 3px;
    }

    body.hljh-template-taojinge .navbar-logo img {
        max-height: 34px;
    }

    body.hljh-template-taojinge.nav-fixed .slide-header {
        margin-top: 0 !important;
    }

    body.hljh-template-taojinge .hljh-template-search {
        display: block;
        width: 100%;
        min-height: 0;
        padding: 12px 10px;
    }

    body.hljh-template-taojinge .hljh-template-search-copy {
        display: none;
    }

    body.hljh-template-taojinge .hljh-template-search form {
        width: 100%;
        height: 44px;
        margin: 0;
    }

    body.hljh-template-taojinge .hljh-template-search form .fa {
        margin-left: 13px;
    }

    body.hljh-template-taojinge .hljh-template-search input {
        padding: 0 9px;
        font-size: 13px;
    }

    body.hljh-template-taojinge .hljh-template-search button {
        min-width: 66px;
        padding: 0 13px;
        font-size: 13px;
    }

    body.hljh-template-taojinge .header-slider-card {
        margin: 0 auto 14px;
        padding: 0 10px;
    }

    body.hljh-template-taojinge .header-slider-card > .zib-widget > .flex {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    /* 移动端顶部只保留会员入驻和商家入驻，桌面端继续显示原有卡片。 */
    body.hljh-template-taojinge .header-slider-card > div > .flex > *:nth-child(2),
    body.hljh-template-taojinge .header-slider-card > div > .flex > *:nth-child(3) {
        display: none;
    }

    body.hljh-template-taojinge .header-slider-card .relative-h,
    body.hljh-template-taojinge .header-slider-card .relative-h:nth-child(odd) {
        border-right: 1px solid #e4e9ed;
        border-bottom: 1px solid #e4e9ed;
    }

    body.hljh-template-taojinge .header-slider-card .relative-h:nth-child(even) {
        border-right: 0;
    }

    body.hljh-template-taojinge .header-slider-card .relative-h:nth-last-child(-n + 2) {
        border-bottom: 0;
    }

    body.hljh-template-taojinge .header-slider-card .icon-cover-card {
        min-height: 62px;
        padding: 8px 9px;
    }

    body.hljh-template-taojinge .header-slider-card .icon-cover-desc {
        min-width: 0;
        margin-left: 7px;
    }

    body.hljh-template-taojinge .header-slider-card badge {
        display: none;
    }

    body.hljh-template-taojinge .hljh-category-directory-inner {
        padding: 17px 0 18px;
    }

    body.hljh-template-taojinge .hljh-category-heading {
        padding: 0 12px;
        margin-bottom: 11px;
    }

    body.hljh-template-taojinge .hljh-category-heading h2 {
        font-size: 17px;
    }

    body.hljh-template-taojinge .hljh-category-heading p {
        display: none;
    }

    body.hljh-template-taojinge .hljh-category-grid {
        display: block;
        width: 100%;
        padding: 0 0 3px;
        overflow: hidden;
    }

    body.hljh-template-taojinge .hljh-category-marquee-row {
        display: block;
        width: 100%;
        overflow: hidden;
        touch-action: pan-y;
    }

    body.hljh-template-taojinge .hljh-category-marquee-row + .hljh-category-marquee-row {
        margin-top: 8px;
    }

    body.hljh-template-taojinge .hljh-category-marquee-track {
        display: flex;
        width: max-content;
        gap: 8px;
        padding: 0;
        will-change: transform;
        animation: hljh-category-marquee-left 42s linear infinite;
    }

    body.hljh-template-taojinge .hljh-category-marquee-row-2 .hljh-category-marquee-track {
        animation-duration: 46s;
        animation-direction: reverse;
    }

    body.hljh-template-taojinge .hljh-category-marquee-row:focus-within .hljh-category-marquee-track {
        animation-play-state: paused;
    }

    body.hljh-template-taojinge .hljh-category-sequence,
    body.hljh-template-taojinge .hljh-category-sequence.is-clone {
        display: flex;
        flex: 0 0 auto;
        gap: 8px;
    }

    body.hljh-template-taojinge .hljh-category-link {
        width: clamp(142px, 42vw, 164px);
        flex: 0 0 clamp(142px, 42vw, 164px);
        min-height: 58px;
        gap: 8px;
        padding: 8px 9px;
        border-radius: 12px;
    }

    body.hljh-template-taojinge .hljh-category-icon {
        width: 34px;
        height: 34px;
        flex-basis: 34px;
        border-radius: 10px;
        font-size: 15px;
    }

    body.hljh-template-taojinge main.container {
        padding: 18px 10px 0;
    }

    body.hljh-template-taojinge.home .posts-row,
    body.hljh-template-taojinge.category .posts-row {
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-flow: row;
        column-count: initial;
        column-gap: 0;
        gap: 9px;
    }

    body.hljh-template-taojinge.home .posts-row > .ajax-option,
    body.hljh-template-taojinge.category .posts-row > .ajax-option,
    body.hljh-template-taojinge.home .posts-row > .pagenav,
    body.hljh-template-taojinge.category .posts-row > .pagenav,
    body.hljh-template-taojinge.home .posts-row > .ajax-pag,
    body.hljh-template-taojinge.category .posts-row > .ajax-pag,
    body.hljh-template-taojinge.home .posts-row > .post_ajax_loader,
    body.hljh-template-taojinge.category .posts-row > .post_ajax_loader,
    body.hljh-template-taojinge.home .posts-row > .post_ajax_trigger,
    body.hljh-template-taojinge.category .posts-row > .post_ajax_trigger,
    body.hljh-template-taojinge.home .posts-row > .no-more,
    body.hljh-template-taojinge.category .posts-row > .no-more {
        display: block;
        width: 100%;
        margin-bottom: 9px !important;
        grid-column: 1 / -1;
        column-span: all;
        break-inside: auto;
    }

    body.hljh-template-taojinge .ajax-option {
        min-height: 48px;
        padding: 7px 10px;
    }

    body.hljh-template-taojinge.home .posts-item.list,
    body.hljh-template-taojinge.category .posts-item.list {
        display: inline-block !important;
        width: 100% !important;
        min-width: 0;
        margin: 0 0 9px !important;
        overflow: hidden;
        padding: 0;
        border-radius: 5px;
        vertical-align: top;
        break-inside: auto;
    }

    body.hljh-template-taojinge.home .posts-item.list:hover,
    body.hljh-template-taojinge.category .posts-item.list:hover {
        transform: none;
    }

    body.hljh-template-taojinge.home .posts-item.list .post-graphic,
    body.hljh-template-taojinge.category .posts-item.list .post-graphic,
    body.hljh-template-taojinge.home .posts-item.list .post-graphic:not(.order1),
    body.hljh-template-taojinge.category .posts-item.list .post-graphic:not(.order1),
    body.hljh-template-taojinge.home .posts-item.list .order1.post-graphic,
    body.hljh-template-taojinge.category .posts-item.list .order1.post-graphic {
        width: 100%;
        margin: 0;
    }

    body.hljh-template-taojinge.home .posts-item.list .item-thumbnail,
    body.hljh-template-taojinge.category .posts-item.list .item-thumbnail {
        width: 100%;
        height: 0;
        min-height: 0;
        padding-bottom: 75%;
        border-radius: 0;
    }

    body.hljh-template-taojinge.home .posts-item.list .item-thumbnail img,
    body.hljh-template-taojinge.category .posts-item.list .item-thumbnail img {
        border-radius: 0 !important;
    }

    body.hljh-template-taojinge.home .posts-item.list .item-body,
    body.hljh-template-taojinge.category .posts-item.list .item-body {
        display: flex;
        width: 100%;
        min-width: 0;
        min-height: 0;
        padding: 9px 9px 8px;
    }

    body.hljh-template-taojinge.home .posts-item.list .item-heading,
    body.hljh-template-taojinge.category .posts-item.list .item-heading {
        display: block;
        min-height: 0;
        max-height: none;
        margin: 0 0 8px;
        overflow: visible;
        font-size: 14px;
        line-height: 1.5;
        overflow-wrap: anywhere;
        -webkit-box-orient: initial;
        -webkit-line-clamp: unset;
    }

    body.hljh-template-taojinge.home .posts-item.list .item-excerpt,
    body.hljh-template-taojinge.category .posts-item.list .item-excerpt {
        display: none;
    }

    body.hljh-template-taojinge.home .posts-item.list .item-meta,
    body.hljh-template-taojinge.category .posts-item.list .item-meta {
        min-width: 0;
        padding-top: 7px;
        font-size: 11px;
    }

    body.hljh-template-taojinge.home .posts-item.list .meta-author,
    body.hljh-template-taojinge.category .posts-item.list .meta-author {
        min-width: 0;
        overflow: hidden;
    }

    body.hljh-template-taojinge.home .posts-item.list .meta-author > a,
    body.hljh-template-taojinge.category .posts-item.list .meta-author > a,
    body.hljh-template-taojinge.home .posts-item.list .meta-author > .hide-sm,
    body.hljh-template-taojinge.category .posts-item.list .meta-author > .hide-sm,
    body.hljh-template-taojinge.home .posts-item.list .meta-right .meta-comm,
    body.hljh-template-taojinge.category .posts-item.list .meta-right .meta-comm,
    body.hljh-template-taojinge.home .posts-item.list .meta-right .meta-like,
    body.hljh-template-taojinge.category .posts-item.list .meta-right .meta-like {
        display: none !important;
    }

    body.hljh-template-taojinge.home .posts-item.list .meta-author .icon-circle,
    body.hljh-template-taojinge.category .posts-item.list .meta-author .icon-circle {
        display: block;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    body.hljh-template-taojinge.home .posts-item.list .meta-right .meta-view,
    body.hljh-template-taojinge.category .posts-item.list .meta-right .meta-view {
        display: inline-flex;
        align-items: center;
        margin-left: 5px;
        white-space: nowrap;
    }

    body.hljh-template-taojinge.category .page-cover {
        height: 158px;
        min-height: 158px;
        margin-bottom: 13px;
    }

    body.hljh-template-taojinge.category .page-cover > img {
        width: 78%;
    }

    body.hljh-template-taojinge.category .page-cover-con {
        right: 18%;
        bottom: 17px;
        left: 14px;
    }

    body.hljh-template-taojinge.category .page-cover .title-h-left {
        font-size: 16px;
    }

    body.hljh-template-taojinge.category .page-cover .page-desc {
        max-height: 3.4em;
        margin-top: 5px;
        overflow: hidden;
        font-size: 12px;
    }

    body.hljh-template-taojinge .footer {
        margin-top: 28px;
    }

    body.hljh-template-taojinge .float-right .float-btn-shop-cart {
        --this-color: #fff;
        --this-bg: #0878c9;
        background: #0878c9 !important;
    }
}

@media (max-width: 380px) {
    body.hljh-template-taojinge .header-slider-card .icon-cover-desc .muted-color {
        display: none;
    }

    body.hljh-template-taojinge .hljh-category-grid {
        grid-auto-columns: minmax(138px, 44vw);
    }

    body.hljh-template-taojinge.home .posts-item.list .post-graphic,
    body.hljh-template-taojinge.category .posts-item.list .post-graphic,
    body.hljh-template-taojinge.home .posts-item.list .post-graphic:not(.order1),
    body.hljh-template-taojinge.category .posts-item.list .post-graphic:not(.order1),
    body.hljh-template-taojinge.home .posts-item.list .item-thumbnail,
    body.hljh-template-taojinge.category .posts-item.list .item-thumbnail {
        width: 100%;
    }
}

/* Sign pages: a calm, editorial access panel for the Youyou Cloud template. */
body.hljh-template-taojinge.hljh-sign-page {
    --hljh-sign-ink: #172c3a;
    --hljh-sign-muted: #71818b;
    --hljh-sign-line: #d8e3e8;
    --hljh-sign-blue: #0878c9;
    background: #edf4f6;
    color: var(--hljh-sign-ink);
}

body.hljh-template-taojinge.hljh-sign-page > .fixed {
    opacity: .18;
    filter: saturate(.72);
}

body.hljh-template-taojinge.hljh-sign-page .sign-page {
    min-height: calc(100vh - 24px);
    padding-top: 44px;
}

body.hljh-template-taojinge.hljh-sign-page .sign-col > div {
    width: min(100%, 438px);
}

body.hljh-template-taojinge.hljh-sign-page .sign {
    width: 100%;
    overflow: hidden;
    border: 1px solid rgba(21, 60, 79, .14);
    border-radius: 8px;
    background: rgba(255, 255, 255, .96);
    box-shadow: 0 18px 46px rgba(21, 60, 79, .16);
}

body.hljh-template-taojinge.hljh-sign-page .sign::before {
    display: block;
    height: 4px;
    content: "";
    background: #67d5b0;
}

body.hljh-template-taojinge.hljh-sign-page .sign .box-body {
    padding: 20px 28px;
}

body.hljh-template-taojinge.hljh-sign-page .sign .box-body:first-child {
    padding-top: 28px;
}

body.hljh-template-taojinge.hljh-sign-page .sign .title-h-left.fa-2x {
    margin: 0 0 5px;
    color: var(--hljh-sign-ink);
    font-size: 24px;
    font-weight: 750;
    line-height: 1.35;
}

body.hljh-template-taojinge.hljh-sign-page .sign .box-body > a.muted-color {
    color: var(--hljh-sign-muted) !important;
    font-size: 13px;
}

body.hljh-template-taojinge.hljh-sign-page .sign .box-body > a.muted-color:hover,
body.hljh-template-taojinge.hljh-sign-page .sign .box-body > a.muted-color:focus {
    color: var(--hljh-sign-blue) !important;
}

body.hljh-template-taojinge.hljh-sign-page .sign form {
    padding: 5px 28px 10px;
}

body.hljh-template-taojinge.hljh-sign-page .sign .line-form {
    min-height: 56px;
    margin: 0 0 12px;
    border: 1px solid var(--hljh-sign-line);
    border-radius: 6px;
    background: #f7fafb;
    transition: border-color .18s ease, box-shadow .18s ease, background .18s ease;
}

body.hljh-template-taojinge.hljh-sign-page .sign .line-form:focus-within {
    border-color: rgba(8, 120, 201, .65);
    background: #fff;
    box-shadow: 0 0 0 3px rgba(8, 120, 201, .1);
}

body.hljh-template-taojinge.hljh-sign-page .sign .line-form-line {
    display: none;
}

body.hljh-template-taojinge.hljh-sign-page .sign .line-form-input {
    height: 54px;
    padding: 22px 42px 5px 16px;
    border: 0;
    background: transparent;
    color: var(--hljh-sign-ink);
    box-shadow: none;
}

body.hljh-template-taojinge.hljh-sign-page .sign .scale-placeholder {
    top: 17px;
    left: 16px;
    color: var(--hljh-sign-muted);
    font-size: 14px;
    transition: transform .16s ease, color .16s ease, font-size .16s ease;
}

body.hljh-template-taojinge.hljh-sign-page .sign .line-form-input:focus ~ .scale-placeholder,
body.hljh-template-taojinge.hljh-sign-page .sign .line-form-input:not(:placeholder-shown) ~ .scale-placeholder,
body.hljh-template-taojinge.hljh-sign-page .sign .scale-placeholder.is-focus {
    color: var(--hljh-sign-blue);
    font-size: 11px;
    transform: translateY(-10px);
}

body.hljh-template-taojinge.hljh-sign-page .sign .passw {
    right: 14px;
    color: #80909a !important;
}

body.hljh-template-taojinge.hljh-sign-page .sign .form-checkbox,
body.hljh-template-taojinge.hljh-sign-page .sign .pull-right,
body.hljh-template-taojinge.hljh-sign-page .sign .em09 {
    color: var(--hljh-sign-muted) !important;
    font-size: 13px;
}

body.hljh-template-taojinge.hljh-sign-page .sign .pull-right a {
    color: var(--hljh-sign-muted) !important;
}

body.hljh-template-taojinge.hljh-sign-page .sign .pull-right a:hover,
body.hljh-template-taojinge.hljh-sign-page .sign .pull-right a:focus {
    color: var(--hljh-sign-blue) !important;
}

body.hljh-template-taojinge.hljh-sign-page .sign .signsubmit-loader {
    min-height: 48px;
    border: 0;
    border-radius: 6px;
    background: var(--hljh-sign-blue) !important;
    box-shadow: 0 8px 18px rgba(8, 120, 201, .22);
    color: #fff;
    font-size: 15px;
    font-weight: 700;
}

body.hljh-template-taojinge.hljh-sign-page .sign .signsubmit-loader:hover,
body.hljh-template-taojinge.hljh-sign-page .sign .signsubmit-loader:focus {
    background: #05649f !important;
}

body.hljh-template-taojinge.hljh-sign-page .hljh-signin-agreement,
body.hljh-template-taojinge.hljh-sign-page .hljh-agreement-version,
body.hljh-template-taojinge.hljh-sign-page #user_agreement + label {
    color: var(--hljh-sign-muted) !important;
    font-size: 12px;
    line-height: 1.7;
}

body.hljh-template-taojinge.hljh-sign-page .hljh-signin-agreement {
    margin-top: 12px;
    text-align: center;
}

body.hljh-template-taojinge.hljh-sign-page .hljh-agreement-version {
    display: inline-block;
    margin-left: 7px;
    color: #9a6a25 !important;
}

body.hljh-template-taojinge.hljh-sign-page .hljh-signin-agreement a,
body.hljh-template-taojinge.hljh-sign-page #user_agreement + label a {
    color: var(--hljh-sign-blue) !important;
}

body.hljh-template-taojinge.hljh-sign-page .sign .zib-sign-logo img {
    max-height: 52px;
}

/* Mobile navigation: compact rows with a clear active state. */
@media (max-width: 767px) {
    body.hljh-template-taojinge .mobile-navbar {
        width: min(330px, calc(100% - 34px));
        padding: 12px 16px 72px;
        border-right: 1px solid #dce6eb;
        background: #f7fafb;
        box-shadow: 18px 0 42px rgba(16, 43, 61, .2);
    }

    body.hljh-template-taojinge .mobile-navbar::before {
        display: block;
        height: 4px;
        margin: -12px -16px 14px;
        content: "";
        background: #67d5b0;
    }

    body.hljh-template-taojinge .mobile-navbar .flex.jsb.ac.mb20 {
        min-height: 42px;
        margin-bottom: 14px !important;
        padding: 0 2px 10px;
        border-bottom: 1px solid #dce6eb;
    }

    body.hljh-template-taojinge .mobile-navbar .navbar-logo img {
        max-height: 34px;
    }

    body.hljh-template-taojinge .mobile-navbar .close {
        width: 34px;
        height: 34px;
        border: 1px solid #cddbe1;
        border-radius: 6px;
        background: #fff;
        color: #405767;
    }

    body.hljh-template-taojinge .mobile-navbar .close:hover,
    body.hljh-template-taojinge .mobile-navbar .close:focus {
        border-color: #0878c9;
        color: #0878c9;
    }

    body.hljh-template-taojinge .mobile-menus {
        margin: 0;
        padding: 0;
        background: transparent;
    }

    body.hljh-template-taojinge .mobile-menus > li {
        margin: 4px 0;
        border: 1px solid transparent;
        border-radius: 6px;
    }

    body.hljh-template-taojinge .mobile-menus > li > a {
        display: flex;
        align-items: center;
        min-height: 46px;
        padding: 0 12px;
        border-radius: 5px;
        color: #29404f;
        font-size: 14px;
        font-weight: 650;
        transition: background .16s ease, color .16s ease, border-color .16s ease;
    }

    body.hljh-template-taojinge .mobile-menus > li > a > .fa {
        width: 24px;
        margin-right: 10px;
        color: #0878c9;
        text-align: center;
        font-size: 15px;
    }

    body.hljh-template-taojinge .mobile-menus > li > a:hover,
    body.hljh-template-taojinge .mobile-menus > li > a:focus,
    body.hljh-template-taojinge .mobile-menus > li.current-menu-item > a {
        border-color: #c8e2e2;
        background: #e5f3f1;
        color: #075c78;
    }

    body.hljh-template-taojinge .mobile-menus > li.current-menu-item > a > .fa {
        color: #087a50;
    }

    body.hljh-template-taojinge .mobile-menus .sub-menu {
        margin: 2px 0 6px;
        padding: 0 6px 4px;
    }

    body.hljh-template-taojinge .mobile-menus .sub-menu li {
        width: 100%;
        display: block;
        text-align: left;
    }

    body.hljh-template-taojinge .mobile-menus .sub-menu li > a {
        margin: 3px 0;
        padding: 8px 10px 8px 44px;
        border: 1px solid #e0e8ec;
        border-radius: 5px;
        background: #fff;
        color: #536773;
        font-size: 13px;
    }

    body.hljh-template-taojinge .mobile-menus .sub-menu li > a:hover,
    body.hljh-template-taojinge .mobile-menus .sub-menu li > a:focus {
        border-color: #b9d8e4;
        background: #f0f8fa;
        color: #0878c9;
    }

    body.hljh-template-taojinge .mobile-navbar .sub-user-box {
        margin: 18px 0 0;
        padding-top: 15px;
        border-top: 1px solid #dce6eb;
    }

    body.hljh-template-taojinge .mobile-navbar .mobile-nav-widget {
        margin-top: 14px;
    }

    body.hljh-template-taojinge .mobile-navbar .mobile-nav-widget .zib-widget {
        border: 1px solid #dce6eb;
        border-radius: 6px;
        background: #fff;
        box-shadow: none;
    }

    body.hljh-template-taojinge.mobile-navbar-show .fixed-body {
        background: rgba(16, 43, 61, .38);
        backdrop-filter: blur(2px);
    }

    body.hljh-template-taojinge.hljh-sign-page .sign-page {
        min-height: 100vh;
        padding: 24px 10px 30px;
    }

    body.hljh-template-taojinge.hljh-sign-page .sign-col > div {
        width: 100%;
        padding: 0 !important;
    }

    body.hljh-template-taojinge.hljh-sign-page .sign .box-body,
    body.hljh-template-taojinge.hljh-sign-page .sign form {
        padding-right: 18px;
        padding-left: 18px;
    }

    body.hljh-template-taojinge.hljh-sign-page .sign .title-h-left.fa-2x {
        font-size: 22px;
    }

    body.hljh-template-taojinge.hljh-sign-page .hljh-agreement-version {
        display: block;
        margin: 3px 0 0;
    }
}

/* Information pages: the Youyou Cloud version reads like a resource portal, not a stock page. */
body.hljh-template-taojinge .hljh-info-page {
    max-width: 1180px;
    margin: 16px auto 38px;
    border: 1px solid #dbe6eb;
    border-radius: 8px;
    background: #fff;
    box-shadow: 0 12px 34px rgba(16, 43, 61, .08);
}

body.hljh-template-taojinge .hljh-info-intro {
    min-height: 300px;
    padding: 58px 70px 54px;
    border-bottom: 0;
    background: #102b3d;
    color: #fff;
}

body.hljh-template-taojinge .hljh-info-intro::before {
    width: 6px;
    background: #67d5b0;
}

body.hljh-template-taojinge .hljh-info-kicker,
body.hljh-template-taojinge .hljh-tutorial-section-title span {
    color: #67d5b0;
    letter-spacing: .08em;
}

body.hljh-template-taojinge .hljh-info-intro h1 {
    max-width: 820px;
    color: #fff;
    font-size: 40px;
    letter-spacing: 0;
}

body.hljh-template-taojinge .hljh-info-lead {
    max-width: 820px;
    color: #c9dbe3 !important;
}

body.hljh-template-taojinge .hljh-info-actions {
    margin-top: 30px;
}

body.hljh-template-taojinge .hljh-info-page .hljh-button {
    min-height: 44px;
    border-color: #496475;
    border-radius: 5px;
    color: #e4f0f4 !important;
}

body.hljh-template-taojinge .hljh-info-page .hljh-button:hover,
body.hljh-template-taojinge .hljh-info-page .hljh-button:focus {
    border-color: #67d5b0;
    color: #67d5b0 !important;
}

body.hljh-template-taojinge .hljh-info-page .hljh-button.is-primary {
    border-color: #ffbf69;
    background: #ffbf69;
    color: #173042 !important;
}

body.hljh-template-taojinge .hljh-info-page .hljh-button.is-primary:hover,
body.hljh-template-taojinge .hljh-info-page .hljh-button.is-primary:focus {
    border-color: #ffd08d;
    background: #ffd08d;
    color: #173042 !important;
}

body.hljh-template-taojinge .hljh-about-media {
    height: 248px;
    gap: 0;
    background: #17394c;
}

body.hljh-template-taojinge .hljh-about-media a + a {
    border-left: 3px solid #fff;
}

body.hljh-template-taojinge .hljh-info-section,
body.hljh-template-taojinge .hljh-tutorial-featured,
body.hljh-template-taojinge .hljh-category-directory {
    padding: 52px 70px;
    border-color: #dbe6eb;
}

body.hljh-template-taojinge .hljh-section-heading > span {
    border: 0;
    border-radius: 4px;
    background: #e5f3f1;
    color: #087a50;
}

body.hljh-template-taojinge .hljh-section-heading h2,
body.hljh-template-taojinge .hljh-tutorial-section-title h2 {
    color: #172c3a;
}

body.hljh-template-taojinge .hljh-principle-grid > div,
body.hljh-template-taojinge .hljh-category-card {
    border-color: #dbe6eb;
    border-radius: 5px;
    background: #fbfdfe;
}

body.hljh-template-taojinge .hljh-category-card {
    position: relative;
    padding: 24px;
    box-shadow: 0 5px 15px rgba(16, 43, 61, .05);
}

body.hljh-template-taojinge .hljh-category-card::before {
    position: absolute;
    top: -1px;
    right: 20px;
    left: 20px;
    height: 3px;
    content: "";
    background: var(--hljh-category-accent);
}

body.hljh-template-taojinge .hljh-info-band {
    background: #eaf4f3;
    border-color: #d5e6e4;
}

body.hljh-template-taojinge .hljh-info-band span {
    color: #087a50;
}

body.hljh-template-taojinge .hljh-middle-cta {
    border-left-color: #ffbf69;
    background: #fff8ec;
}

body.hljh-template-taojinge .hljh-tutorial-search {
    max-width: 760px;
    border-color: #426476;
    background: #17394c;
}

body.hljh-template-taojinge .hljh-tutorial-search input[type="search"] {
    color: #fff;
}

body.hljh-template-taojinge .hljh-tutorial-search input[type="search"]::placeholder {
    color: #a8c0ca;
}

body.hljh-template-taojinge .hljh-tutorial-search button {
    background: #67d5b0;
    color: #173042;
}

body.hljh-template-taojinge .hljh-tutorial-search button:hover,
body.hljh-template-taojinge .hljh-tutorial-search button:focus {
    background: #8be3c5;
}

/* Keep the row-first order, while restoring the relaxed vertical rhythm of the card grid. */
body.hljh-template-taojinge.home .posts-row > .posts-item.list,
body.hljh-template-taojinge.category .posts-row > .posts-item.list {
    --hljh-post-offset: 0px;
    position: relative;
    top: var(--hljh-post-offset);
}

@media (min-width: 1200px) {
    body.hljh-template-taojinge.home .posts-row > .posts-item.list:nth-child(3n + 2),
    body.hljh-template-taojinge.category .posts-row > .posts-item.list:nth-child(3n + 2) {
        --hljh-post-offset: -7px;
    }

    body.hljh-template-taojinge.home .posts-row > .posts-item.list:nth-child(3n + 3),
    body.hljh-template-taojinge.category .posts-row > .posts-item.list:nth-child(3n + 3) {
        --hljh-post-offset: 9px;
    }

    body.hljh-template-taojinge.home .posts-row > .posts-item.list:nth-child(3n + 4),
    body.hljh-template-taojinge.category .posts-row > .posts-item.list:nth-child(3n + 4) {
        --hljh-post-offset: -2px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    body.hljh-template-taojinge.home .posts-row > .posts-item.list:nth-child(odd),
    body.hljh-template-taojinge.category .posts-row > .posts-item.list:nth-child(odd) {
        --hljh-post-offset: -5px;
    }

    body.hljh-template-taojinge.home .posts-row > .posts-item.list:nth-child(even),
    body.hljh-template-taojinge.category .posts-row > .posts-item.list:nth-child(even) {
        --hljh-post-offset: 7px;
    }
}

@media (max-width: 767px) {
    body.hljh-template-taojinge.home .posts-row > .posts-item.list,
    body.hljh-template-taojinge.category .posts-row > .posts-item.list {
        top: 0;
    }

    body.hljh-template-taojinge.home .posts-row > .posts-item.list:nth-child(even),
    body.hljh-template-taojinge.category .posts-row > .posts-item.list:nth-child(even) {
        top: 5px;
    }
}

@media (max-width: 767px) {
    body.hljh-template-taojinge .hljh-info-page {
        margin: 8px 0 22px;
        border-radius: 6px;
    }

    body.hljh-template-taojinge .hljh-info-intro {
        min-height: 0;
        padding: 38px 24px 34px;
    }

    body.hljh-template-taojinge .hljh-info-intro h1 {
        font-size: 29px;
    }

    body.hljh-template-taojinge .hljh-info-section,
    body.hljh-template-taojinge .hljh-tutorial-featured,
    body.hljh-template-taojinge .hljh-category-directory {
        padding: 36px 20px;
    }

    body.hljh-template-taojinge .hljh-about-media {
        height: 190px;
    }

    body.hljh-template-taojinge .hljh-category-card {
        padding: 21px;
    }
}

/* Give article details a readable gutter on phones. The base theme can make
 * nested post blocks full width, so keep this adjustment scoped to this style. */
@media (max-width: 767px) {
    body.hljh-template-taojinge.single .article {
        padding-right: 12px;
        padding-left: 12px;
    }

    body.hljh-template-taojinge.single .article-content {
        min-width: 0;
    }

    body.hljh-template-taojinge.single .article-content .wp-posts-content {
        min-width: 0;
        padding: 16px 14px !important;
        overflow: hidden;
        border-radius: 6px;
    }

    body.hljh-template-taojinge.single .article-content .wp-posts-content > p,
    body.hljh-template-taojinge.single .article-content .wp-posts-content > div,
    body.hljh-template-taojinge.single .article-content .wp-posts-content > figure,
    body.hljh-template-taojinge.single .article-content .wp-posts-content > .wp-block-image {
        max-width: 100%;
    }

    body.hljh-template-taojinge.single .article-content .wp-posts-content img {
        display: block;
        width: auto;
        max-width: 100%;
        height: auto;
        margin-right: auto;
        margin-left: auto;
    }

    body.hljh-template-taojinge.single .article-content .wp-posts-content .wp-block-image,
    body.hljh-template-taojinge.single .article-content .wp-posts-content figure {
        margin-right: 0;
        margin-left: 0;
    }

    body.hljh-template-taojinge.single .article-content .wp-posts-content pre,
    body.hljh-template-taojinge.single .article-content .wp-posts-content .wp-block-table {
        max-width: 100%;
        overflow-x: auto;
    }
}
