@charset "UTF-8";

/* 基础重置 */
a, abbr, address, article, aside, audio, b, blockquote, body, canvas, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, kbd, label, li, mark, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, u, ul, var, video {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
    font: inherit;
    font-size: 100%;
}

body {
    line-height: 1;
    -webkit-text-size-adjust: none;
    -ms-overflow-style: scrollbar;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

button, input, select, textarea {
    resize: none;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:after, blockquote:before, q:after, q:before {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*, :after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #FFF;
}

html {
    overflow-x: hidden;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

::-moz-selection {
    background-color: #EEE;
    color: #000;
}

::selection {
    background-color: #EEE;
    color: #000;
}

body, input, select, textarea {
    color: #444;
    font-weight: 400;
    font-size: .875rem;
    font-family: -apple-system, BlinkMacSystemFont, Avenir, "Avenir Next", "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    line-height: 1.65;
    text-rendering: geometricPrecision;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

a {
    color: #5AA6ED;
    text-decoration: none;
}

a:hover {
    color: #5AA6ED;
    text-decoration: underline;
}

blockquote, dl, ol, p, pre, table, ul {
    margin: 10px 0;
}

.protected {
    text-align: center;
}

b, strong {
    color: #555;
    font-weight: 700;
}

em, i {
    font-style: italic;
}

h1, h2, h3, h4, h5, h6 {
    margin-top: 0;
    margin-bottom: .25em;
    color: inherit;
    font-weight: 500;
}

h1 { font-size: 2rem; }
h2 { font-size: 1.6rem; }
h3 { font-size: 1.4rem; }
h4 { font-size: 1.2rem; }
h5 { font-size: 1rem; }
h6 { font-size: .8rem; }

sub {
    position: relative;
    top: .5em;
    font-size: .8em;
}

sup {
    position: relative;
    top: -.5em;
    font-size: .8em;
}

blockquote {
    padding: 0 15px;
    border-left: solid 4px #5aa6ed;
}

/* 登录区域 */
.reg {
    padding-right: .5rem;
    width: 100%;
    float: left;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.vip {
    height: 30px;
    width: 680px;
    line-height: 30px;
    margin: 0 auto;
}

.vip a {
    padding-left: 1rem;
}

.vip a.right {
    float: right;
    padding-right: 1rem;
}

/* 编辑按钮 */
.edit {
    height: 30px;
    width: 650px;
    line-height: 30px;
    margin: 0 auto;
}

.edit a {
    padding-left: 1rem;
}

.edit a.right {
    float: right;
    padding-right: 1rem;
}

code {
    padding: .25em .65em;
    background: hsla(0, 0%, 56%, .075);
    color: #555;
}

code, pre {
    font-size: .9em;
}

pre {
    font-size: .9em;
    -webkit-overflow-scrolling: touch;
}

pre code {
    display: block;
    overflow-x: auto;
    padding: 1em 1.5em;
    line-height: 1.75;
}

ol {
    padding-left: 1.25em;
    list-style: decimal;
}

ul li {
    padding-left: .5em;
}

dl dt {
    display: block;
    margin: 0 0 1em 0;
    font-weight: 700;
}

dl dd {
    margin-left: 2em;
}

hr {
    margin: 1em 0;
    border: 0;
    border-bottom: solid 1px rgba(144, 144, 144, .25);
}

hr.major {
    margin: 3em 0;
}

label {
    display: block;
    margin: 0 0 1em 0;
    color: #555;
    font-weight: 700;
    font-size: .9em;
}

table {
    overflow: auto;
    width: 100%;
    border-collapse: collapse;
    word-wrap: normal;
    font-size: 12px;
    border-spacing: 0;
    word-break: normal;
}

table td, table th {
    padding: 6px 13px;
    border: 1px solid #ddd;
}

table th {
    font-weight: 700;
}

mark {
    padding: .05rem;
    border-radius: .1rem;
    background: #b9e5ff;
    color: #555;
}

::-webkit-input-placeholder { color: #bbb !important; opacity: 1; }
:-moz-placeholder { color: #bbb !important; opacity: 1; }
::-moz-placeholder { color: #bbb !important; opacity: 1; }
:-ms-input-placeholder { color: #bbb !important; opacity: 1; }

.button, button, input[type=button], input[type=email], input[type=password], input[type=reset], input[type=submit], input[type=tel], input[type=text], select, textarea {
    outline: 0;
    border: 0;
    border-radius: 4px;
    text-decoration: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input[type=email], input[type=password], input[type=tel], input[type=text], select, textarea {
    display: block;
    padding: 0 1em;
    width: 100%;
    border: solid 1px rgba(144, 144, 144, .25);
    background: rgba(144, 144, 144, .075);
    color: inherit;
}

input[type=email], input[type=password], input[type=text], select {
    height: 2.75em;
    width: 200px;
    margin: auto;
    margin-bottom: 20px;
}

textarea {
    padding: .75em 1em;
}

.pull-right {
    float: right;
}

.select-wrapper {
    position: relative;
    display: block;
    text-decoration: none;
}

.select-wrapper:before {
    content: "\e815";
    text-transform: none !important;
    font-weight: 400;
    font-style: normal;
    font-family: fontello;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
}

.select-wrapper:before {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 2.75em;
    height: 2.75em;
    color: rgba(144, 144, 144, .25);
    text-align: center;
    line-height: 2.75em;
    pointer-events: none;
}

.select-wrapper select::-ms-expand {
    display: none;
}

input[type=checkbox], input[type=radio] {
    z-index: -1;
    float: left;
    display: block;
    margin-right: -2em;
    width: 1em;
    opacity: 0;
    -moz-appearance: none;
    -webkit-appearance: none;
    -ms-appearance: none;
    appearance: none;
}

input[type=radio]+label:before {
    border-radius: 100%;
}

select {
    padding-right: 1.1rem;
    background: rgba(144, 144, 144, .075) url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 5'%3E%3Cpath fill='%23667189' d='M2 0L0 2h4zm0 5L0 3h4z'/%3E%3C/svg%3E") no-repeat right .35rem center/.4rem .5rem;
}

select::-ms-expand {
    display: none;
}

select[multiple] {
    height: auto;
}

.button, button, input[type=button], input[type=reset], input[type=submit] {
    display: inline-block;
    padding: 0 1.5em;
    height: 2.85em;
    background-color: #5AA6ED;
    color: #fff !important;
    text-align: center;
    white-space: nowrap;
    letter-spacing: 2px;
    line-height: 2.95em;
    cursor: pointer;
    -webkit-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out, color .2s ease-in-out;
    transition: background-color .2s ease-in-out, color .2s ease-in-out;
    -ms-transition: background-color .2s ease-in-out, color .2s ease-in-out;
}

.button:hover, button:hover, input[type=button]:hover, input[type=reset]:hover, input[type=submit]:hover {
    background-color: #676767;
}

.button:active, button:active, input[type=button]:active, input[type=reset]:active, input[type=submit]:active {
    background-color: #4d4d4d;
}

.button.alt, button.alt, input[type=button].alt, input[type=reset].alt, input[type=submit].alt {
    background-color: transparent;
    box-shadow: inset 0 0 0 2px rgba(144, 144, 144, .25);
    color: #555 !important;
}

.button.alt:hover, button.alt:hover, input[type=button].alt:hover, input[type=reset].alt:hover, input[type=submit].alt:hover {
    background-color: rgba(144, 144, 144, .075);
}

.button.alt:active, button.alt:active, input[type=button].alt:active, input[type=reset].alt:active, input[type=submit].alt:active {
    background-color: rgba(144, 144, 144, .2);
}

.button.disabled, .button:disabled, button.disabled, button:disabled, input[type=button].disabled, input[type=button]:disabled, input[type=reset].disabled, input[type=reset]:disabled, input[type=submit].disabled, input[type=submit]:disabled {
    background-color: #444 !important;
    box-shadow: inset 0 -.15em 0 0 rgba(0, 0, 0, .15);
    color: #fff !important;
    opacity: .25;
    cursor: not-allowed;
}

.container {
    margin-right: auto;
    margin-left: auto;
    padding-right: .4rem;
    padding-left: .4rem;
    width: 100%;
}

.container.grid-xl { max-width: 1296px; }
.container.grid-lg { max-width: 976px; }
.container.grid-md { max-width: 856px; }
.container.grid-sm { max-width: 768px; }
.container.grid-xs { max-width: 768px; }

/* 选项卡 */
.tabs .part:first-child {
    border-right: 1px solid #ADDAFD;
}

.tabs .part.active {
    background: red;
}

.tabs span.active a {
    color: #fff;
}

.tabs a {
    width: 70px;
    display: block;
    color: #fff;
    text-align: center;
    margin: 0 auto;
    font-size: 16px;
    text-decoration: none;
    padding: 5px 0;
}

.tabs .part {
    border-right: 1px solid #ADDAFD;
    display: block;
    float: left;
    width: 33.33333%;
    color: #fff;
    text-align: center;
    height: 30px;
    background: #5AA9F3;
}

.tabs {
    padding: 0 10px;
}

.clear {
    clear: both;
}

.wrap {
    margin-top: 10px;
}

.show-lg, .show-md, .show-sm, .show-xl, .show-xs {
    display: none !important;
}

.comments {
    padding-top: 20px;
}

.columns {
    display: flex;
    display: -ms-flexbox;
    margin-right: -.4rem;
    margin-left: -.4rem;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.columns.col-gapless {
    margin-right: 0;
    margin-left: 0;
}

.columns.col-gapless > .column {
    padding-right: 0;
    padding-left: 0;
}

.columns.col-oneline {
    overflow-x: auto;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.column {
    padding-right: .4rem;
    padding-left: .4rem;
    max-width: 100%;
    -ms-flex: 1;
    flex: 1;
}

.column.col-1, .column.col-10, .column.col-11, .column.col-12, .column.col-2, .column.col-3, .column.col-4, .column.col-5, .column.col-6, .column.col-7, .column.col-8, .column.col-9 {
    -ms-flex: none;
    flex: none;
    
}

.s-content .column {
    padding: .5rem;
}

.col-12 { width: 100%; }
.col-11 { width: 91.66666667%; }
.col-10 { width: 83.33333333%; }
.col-9 { width: 75%; }
.col-8 { width: 66.66666667%; }
.col-7 { width: 58.33333333%; }
.col-6 { width: 50%; }
.col-5 { width: 41.66666667%; }
.col-4 { width: 33.33333333%; }
.col-3 { width: 25%; }
.col-2 { width: 16.66666667%; }
.col-1 { width: 8.33333333%; }

.col-auto {
    width: auto;
    max-width: none;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.col-mx-auto { margin-right: auto; margin-left: auto; }
.col-ml-auto { margin-left: auto; }
.col-mr-auto { margin-right: auto; }

/* 媒体查询 1280 */
@media (max-width: 1280px) {
    .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9 {
        -ms-flex: none;
        flex: none;
    }
    .col-xl-12 { width: 100%; }
    .col-xl-11 { width: 91.66666667%; }
    .col-xl-10 { width: 83.33333333%; }
    .col-xl-9 { width: 75%; }
    .col-xl-8 { width: 66.66666667%; }
    .col-xl-7 { width: 58.33333333%; }
    .col-xl-6 { width: 50%; }
    .col-xl-5 { width: 41.66666667%; }
    .col-xl-4 { width: 33.33333333%; }
    .col-xl-3 { width: 25%; }
    .col-xl-2 { width: 16.66666667%; }
    .col-xl-1 { width: 8.33333333%; }
    .hide-xl { display: none !important; }
    .show-xl { display: block !important; }
    #catalog-col { display: none; }
}

/* 媒体查询 960 */
@media (max-width: 960px) {
    .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9 {
        -ms-flex: none;
        flex: none;
    }
    .col-lg-12 { width: 100%; }
    .col-lg-11 { width: 91.66666667%; }
    .col-lg-10 { width: 83.33333333%; }
    .col-lg-9 { width: 75%; }
    .col-lg-8 { width: 66.66666667%; }
    .col-lg-7 { width: 58.33333333%; }
    .col-lg-6 { width: 50%; }
    .col-lg-5 { width: 41.66666667%; }
    .col-lg-4 { width: 33.33333333%; }
    .col-lg-3 { width: 25%; }
    .col-lg-2 { width: 16.66666667%; }
    .col-lg-1 { width: 8.33333333%; }
    .hide-lg { display: none !important; }
    .show-lg { display: block !important; }
}

/* 媒体查询 840 */
@media (max-width: 840px) {
    .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9 {
        -ms-flex: none;
        flex: none;
    }
    .col-md-12 { width: 100%; }
    .col-md-11 { width: 91.66666667%; }
    .col-md-10 { width: 83.33333333%; }
    .col-md-9 { width: 75%; }
    .col-md-8 { width: 66.66666667%; }
    .col-md-7 { width: 58.33333333%; }
    .col-md-6 { width: 50%; }
    .col-md-5 { width: 41.66666667%; }
    .col-md-4 { width: 33.33333333%; }
    .col-md-3 { width: 25%; }
    .col-md-2 { width: 16.66666667%; }
    .col-md-1 { width: 8.33333333%; }
    .hide-md { display: none !important; }
    .show-md { display: block !important; }
}

@media (max-width: 768px) {
    .vip { width: 100%; }
}

@media (max-width: 768px) {
    .expired-notice-banner-msg { float: none !important; }
}

/* 媒体查询 600 */
@media (max-width: 768px) {
    .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9 {
        -ms-flex: none;
        flex: none;
    }
    .col-sm-12 { width: 100%; }
    .col-sm-11 { width: 91.66666667%; }
    .col-sm-10 { width: 83.33333333%; }
    .col-sm-9 { width: 75%; }
    .col-sm-8 { width: 66.66666667%; }
    .col-sm-7 { width: 58.33333333%; }
    .col-sm-6 { width: 50%; }
    .col-sm-5 { width: 41.66666667%; }
    .col-sm-4 { width: 33.33333333%; }
    .col-sm-3 { width: 25%; }
    .col-sm-2 { width: 16.66666667%; }
    .col-sm-1 { width: 8.33333333%; }
    .hide-sm { display: none !important; }
    .show-sm { display: block !important; }
}

/* 媒体查询 480 */
@media (max-width: 768px) {
    .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
        -ms-flex: none;
        flex: none;
    }
    .col-xs-12 { width: 100%; }
    .col-xs-11 { width: 91.66666667%; }
    .col-xs-10 { width: 83.33333333%; }
    .col-xs-9 { width: 75%; }
    .col-xs-8 { width: 66.66666667%; }
    .col-xs-7 { width: 58.33333333%; }
    .col-xs-6 { width: 50%; }
    .col-xs-5 { width: 41.66666667%; }
    .col-xs-4 { width: 33.33333333%; }
    .col-xs-3 { width: 25%; }
    .col-xs-2 { width: 16.66666667%; }
    .col-xs-1 { width: 8.33333333%; }
    .hide-xs { display: none !important; }
    .show-xs { display: block !important; }
}

.horizontal-align {
    display: flex;
    justify-content: center;
}

.header .column {
    text-align: center;
    padding: 0;
}

.header .nav {
    margin: 10px 0;
    margin-bottom: 10px;
}

.logo {
    display: inline-block;
    margin: 10 20px 0 13px;
    vertical-align: middle;
    font-size: 60px;
    letter-spacing: 2px;
}

.logo .i-love {
    position: relative;
    top: -6px;
    width: 80px;
    height: 80px;
    background: url(img/logo.png) no-repeat 0 0;
    vertical-align: middle;
}

.ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: middle;
}

a .logo {
    color: #383838;
    font-weight: 700;
}

.description {
    text-align: center;
    vertical-align: middle;
    letter-spacing: normal;
    font-size: 14px;
}

.description a {
    border-bottom: 1px solid #5AA6ED;
}

.posts {
    padding: 0;
}

.posts ol {
    margin-left: -30px;
    padding-left: 30px;
}

.posts li {
    padding: 10px;
    border-top: 1px solid #e5e5e5;
}

.posts li p {
    width: calc(100% - 90px);
    margin: 0;
    display: inline-flex;
}

.posts li:hover {
    background: #f4f4f4;
}

.footer {
    color: #999;
    font-size: 12px;
}

.footer p:first-child {
    margin-top: 0;
    padding-top: 1rem;
    border-top: 1px solid #e6e6e6;
}

.footer .column {
    padding-right: 0;
    padding-left: 0;
}

.comments .column {
    padding: 0;
}

.comment-form input {
    padding: 0 40px 0 18px;
    width: 100%;
    height: 2.75em;
    outline: 0;
    border: 1px solid rgba(184, 197, 214, .2);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-appearance: none;
}

.comment-form textarea {
    outline: 0;
    border: 1px solid rgba(184, 197, 214, .2);
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .1);
    -webkit-appearance: none;
}

.comment-form button {
    margin-top: 16px;
    background-color: #f36;
    color: #fff !important;
}

.comment-hr {
    margin: 20px 0;
    border-top: 2px solid #5AA6ED;
}

.comment-list {
    margin: 0;
    padding: 0;
    padding-top: 10px;
    list-style-type: none;
}

.comment-header {
    font-size: 12px;
}

.comment-author {
    color: #5AA6ED;
    margin-left: 10px;
}

.comment-content {
    margin-left: 60px;
    border-radius: 5px;
    color: #999;
    font-size: 12px;
}

.comment-content p {
    margin: 0;
    word-wrap: break-word;
}

.arrow {
    position: absolute;
    top: 4px;
    left: -5px;
    display: inline-block;
    overflow: hidden;
    width: 0;
    height: 0;
    border-width: 4px 4px 4px 0;
    font: 0/0 arial;
    border-right-color: #dcdcdc;
}

.larr-in {
    left: -4px;
    border-right-color: #f8faff;
}

.larr, .larr-in {
    border-right-style: solid !important;
}

.larr, .larr-in {
    border-top-color: transparent !important;
    border-bottom-color: transparent !important;
    border-top-style: dashed !important;
    border-bottom-style: dashed !important;
}

.comment-header .avatar {
    float: left;
    display: inline-block;
    width: 40px;
    height: 40px;
    border: 1px solid #eaeaea;
    border-radius: 50%;
}

.comment-reply {
    float: right;
}

#cancel-comment-reply-link {
    margin-left: 16px;
}

.comment-view {
    padding: 15px 0;
    min-height: 60px;
    border-bottom: 1px dotted #e5e5e5;
}

.comment-child {
    padding-left: 60px;
}

.lists-navigator {
    margin: 20px 0;
}

.lists-navigator ol {
    padding: 0 10px;
    list-style: none;
    text-align: center;
}

.lists-navigator ol li {
    display: inline-block;
    color: #999;
}

.lists-navigator ol li a {
    padding: 0 5px;
    color: #999;
}

.lists-navigator ol li.current a {
    color: #5AA6ED;
}

.done {
    color: #999;
    font-style: italic;
}

.comment-author-approve {
    padding: .1rem .25rem;
    border-radius: .25rem;
    background-color: #f36;
    color: #FFF;
}

#top {
    float: right;
    position: fixed;
    bottom: 70px;
    right: 20px;
    color: #fff !important;
    background-color: #f36;
    border-radius: 100%;
    width: 35px;
    height: 35px;
    line-height: 35px;
    text-align: center;
    z-index: 99;
    display: none;
}

.comment-author-at {
    float: left;
    margin-right: 5px;
}

.links ul {
    margin: 0 52px;
    margin-top: -20px;
}

.links ul .yq {
    float: left;
    padding-left: .9em;
}

.links ul .yq a img {
    position: absolute;
    top: 15px;
    left: 15px;
    margin: 0;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    cursor: pointer;
}

.links ul .yq a h4 {
    font-size: 13px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.links ul .yq a p {
    font-size: 12px;
}

@media (max-width: 768px) {
    .header .column { padding: .5rem; }
    .posts-time { display: none; }
    .posts li p { width: 100%; word-wrap: break-word; display: block; }
    .crumbs, .post-page .thenext, .post-page .theprev { padding: 0 20px; }
    .post-content p, .post-title { padding: .5rem 15px !important; }
    .posts ol { margin-left: -30px; padding: 0 40px; }
    .comments .column { padding: 0 15px; }
    .footer .column { padding: 0;  }
}

@media (max-width: 768px) {
    .header { padding: 0; }
    .comment-time { display: none; }
    .header .column { text-align: center; }
    .header .pull-left { float: none; }
    .crumbs { padding: 0; }
    .al_mon, .al_year { padding-left: 20px; }
}

.post-page {
    height: 30px;
    line-height: 30px;
}

.post-page .thenext, .post-page .theprev {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.post-title {
    text-align: center;
    font-size: 1.6em;
    padding-top: 10px;
}

.post-meta {
    text-align: center;
    color: #666;
}

.post-meta li:first-child {
    padding: 0 !important;
    border: 0;
}

.post-meta li {
    display: inline-block;
    border-left: 1px solid #eee;
    padding-left: .8em;
    margin: .5em .5em .5em 0;
}

.post-content {
    margin-bottom: 10px;
}

.post-content h2, .post-content h3, .post-content h4, .post-content h5 {
    font-size: 18px;
    font-weight: 700;
    border-left: 4px solid #5AA6ED;
    padding: 0 10px;
}

.post-content p {
    padding: .5rem 0;
    word-wrap: break-word;
}

.post-content img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.posts-time {
    color: #999;
}

.clear {
    clear: both;
}

.search-page {
    padding: 0 10px;
}

.search-box {
    line-height: 40px;
    position: relative;
    top: -1px;
    display: block;
    width: 100%;
    height: 40px;
}

.search-box .input {
    font-size: 14px;
    line-height: 40px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    padding: 0 40px 0 18px;
    color: #5AA6ED;
    border: 1px solid rgba(90, 166, 237, .5);
    border-radius: 10px;
    outline: 0;
    background-color: #fff;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    box-shadow: 0 1px 4px rgba(0, 0, 0, .04);
    -webkit-appearance: none;
}

.search-box .spsubmit {
    line-height: 42px;
    float: right;
    outline: 0;
    background-color: transparent;
}

.icon-search {
    position: relative;
    z-index: 1;
    display: inline-block;
    width: 13px;
    height: 13px;
    margin: 2px 0 0 3px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    color: #5AA6ED;
    border: solid 2px currentColor;
    border-radius: 50%;
}

.icon-search:before {
    position: absolute;
    top: 11px;
    left: 3px;
    width: 2px;
    height: 4px;
    content: '';
    background-color: currentColor;
}

.reply2view {
    background: #f8f8f8;
    padding: 10px 10px 10px 10px;
    position: relative;
    word-wrap: break-word;
}

.posts li p span {
    padding-right: 5px;
    color: #5AA6ED;
}

#catalog-col {
    right: 50%;
    width: 200px;
    color: #eee;
    background: #5AA6ED;
    border: 1em solid transparent;
    border-right-width: .3em;
    overflow: auto;
    text-overflow: ellipsis;
}

#catalog-col {
    position: fixed;
    top: 197px;
    z-index: 999;
}

#catalog-col.catalog {
    margin-right: -550px;
}

#catalog-col strong {
    font-size: 1.2em;
    color: #fff;
}

#catalog-col ul {
    padding-left: 20px;
    list-style: circle;
}

#catalog-col li {
    margin: 8px 0;
}

#catalog-col a {
    color: #eee;
    border: 0;
}

/* 版权信息 */
.expired-notice-open-old {
    padding-top: 8px;
    padding-bottom: 10px;
}

.expired-notice-open-old {
    background-color: #feefb3;
    color: #9f6000;
}

.expired-notice {
    border: 1px solid;
    padding: 5px 12px;
    margin-top: 10px;
    margin-bottom: 20px;
    border-radius: 6px;
    font-size: 12px;
    overflow: hidden;
    line-height: 25px;
    clear: both;
}

.expired-notice-open-old span:first-child {
    background-color: #9f6000;
}

.expired-notice span:first-child {
    padding: 1px 10px 3px;
    border-radius: 25px;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    font-family: Verdana;
    loat: left;
    margin: 0 8px 0 0;
}

.expired-notice-open-old span.expired-notice-banner-msg {
    padding-top: 0;
}

.expired-notice-banner-msg {
    float: right;
    width: 93%;
    line-height: 1.3em;
    padding-top: 5px;
}

/* 版权信息 2 */
.Copyrightnew {
    background: #e8eef3;
    padding: 8px 20px;
    border-radius: 0 5px 5px 0;
    font-size: .5rem;
}

/* 相关推荐 */
.entry-container {
    padding: 0 10px;
    box-sizing: border-box;
}

.post-list {
    border: 1px solid rgba(33, 150, 244, .28);
    border-radius: 5px;
}

.entry-header {
    padding-top: .5rem;
}

.contt p {
    line-height: 1.5;
    font-size: 13px;
    color: #999;
}

/* 首页标签 */
.search-hot {
    display: block;
    margin-top: 15px;
}

.search-hot .aaaa {
    border: 1px solid #5aa6ed;
    height: 25px;
    line-height: 23px;
    padding: 0 5px;
    border-radius: 5px;
    margin-left: 15px;
    margin-bottom: 10px;
    display: -webkit-inline-box;
}

/* 会员广告 */
.index-ad .f-left {
    float: left;
}

.index-ad .ad-50 {
    width: 48%;
    margin: 5px 1%;
    box-sizing: border-box;
}

.ad a {
    font-size: 20px;
    font-weight: 700;
}

.ad, .ad a {
    color: #fff;
    text-align: center;
}

.ad {
    width: 100%;
    height: 50px;
    line-height: 50px;
    background-image: linear-gradient(90deg, #d614f9, #007bff);
    border-radius: 10px;
    margin-top: 20px;
}

.yincang { display: none; }
#yincang { display: none; }

/* 首页图片广告 */
.tupianguanggao {
    width: 100%;
    line-height: 25px;
    overflow: hidden;
}

.tupianguanggaos {
    width: 100%;
    height: 305px;
    border-radius: 10px;
    line-height: 25px;
    overflow: hidden;
}

.tupianguanggaos img {
    max-width: 768px;
}

.tupianguanggaos:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 50%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px);
}

/* 详情广告 */
.xqtupianguanggao {
    width: 100%;
    line-height: 25px;
    overflow: hidden;
}

.xqtupianguanggaos {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    line-height: 25px;
    overflow: hidden;
}

.xqtupianguanggaos:before {
    content: '';
    position: absolute;
    height: 10%;
    width: 90%;
    left: 5%;
    bottom: 0;
    background: inherit;
    background-position-y: 100%;
    filter: blur(10px);
}

.post_text img {
    max-width: 100%;
}

/* 下拉容器 */
.dropdown {
    position: relative;
    display: inline-block;
}

/* 普通文字 MENU 样式 */
.dropdown-toggle {
    cursor: pointer;
    font-size: 14px;
    color: #333;
}

/* 下拉内容默认隐藏 */
.dropdown-content {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    min-width: 120px;
    border: 1px solid #ddd;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    border-radius: 4px;
    z-index: 1000;
}

/* 下拉链接样式 */
.dropdown-content a {
    display: block;
    padding: 6px 12px;
    text-decoration: none;
    color: #333;
    font-size: 14px;
}

.dropdown-content a:hover {
    background: #f5f5f5;
    color: #007bff;
}

/* 展开状态 */
.dropdown.open .dropdown-content {
    display: block;
}


/* 表情 */
.emoji {
    width: 1.5em;
    height: 1.5em;
    display: inline-block;
    margin-bottom: -.25em;
    background-size: contain;
}

.crumbs {
    padding-top: 10px;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* 视频挂载 */
.iframe_video {
    position: relative;
    width: 100%;
}

@media only screen and (max-width: 767px) {
    .iframe_video { height: 15em; }
}

@media only screen and (min-width: 768px) and (max-width: 991px) {
    .iframe_video { height: 20em; }
}

@media only screen and (min-width: 992px) and (max-width: 1199px) {
    .iframe_video { height: 30em; }
}

@media only screen and (min-width: 1200px) {
    .iframe_video { height: 40em; }
}

.iframe_cross {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 75%;
}

.iframe_cross iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.iframe {
    position: relative;
    width: 640px;
    height: 360px;
}

.tupianguanggao {
    aspect-ratio: 16 / 9;
}

.tupianguanggaos {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.xqtupianguanggao {
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.xqtupianguanggaos {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    filter: blur(0.5px);
}

/* Typecho 修复 */
.post-content, .post-content * {
    box-sizing: border-box;
}

.post-content section, .post-content p, .post-content ul, .post-content ol, .post-content pre, .post-content table, .post-content blockquote {
    margin: 0.8em 0 !important;
}

.post-content h1 { margin: 1.2em 0 0.6em !important; }
.post-content h2 { margin: 1.1em 0 0.6em !important; }
.post-content h3 { margin: 1em 0 0.5em !important; }

.post-content ul, .post-content ol {
    padding-left: 1.4em;
}

.post-content hr {
    margin: 1.2em 0 !important;
    border: none;
    border-top: 1px solid #eee;
}

.post-content pre {
    padding: 0.8em 1em;
    line-height: 1.5;
}

.post-content table {
    border-collapse: collapse;
    margin: 1em 0 !important;
}

/* 手机适配修复 */
@media (max-width: 768px) {
    post, .container, .grid-sm, .post-main {
        width: 100% !important;
        max-width: 100% !important;
        padding-left: 12px;
        padding-right: 12px;
        box-sizing: border-box;
    }

    [style*="float:left"], [style*="float:right"] {
        float: none !important;
        width: 100% !important;
    }

    .post-meta, .post-page, .edit {
        float: none !important;
        text-align: center;
    }

    img {
        max-width: 100%;
        height: auto;
    }

    .al_post_list li {
        display: flex;
        flex-direction: column;
        padding: 8px 0;
        border-bottom: 1px solid #eee;
    }

    .posts-time, .pull-right {
        float: none !important;
        margin-top: 4px;
        font-size: 12px;
        color: #999;
    }

    .hitokoto-wrap {
        padding-right: 40px;
    }

    .post-page {
        flex-direction: column;
        align-items: flex-start;
        gap: 5px;
    }
}

li.done a {
    color: #999;
    text-decoration: line-through;
}

.hitokoto-wrap {
    text-align: left;
    font-size: 14px;
    line-height: 1.8;
}

.hitokoto-label {
    color: #888;
    margin-right: 2px;
    white-space: nowrap;
}

.hitokoto-text {
    display: inline;
    word-break: break-word;
    overflow-wrap: anywhere;
    white-space: normal;
    background: linear-gradient(90deg, #ff6b6b, #feca57, #48dbfb, #1dd1a1, #5f27cd, #ff9ff3);
    background-size: 300% 300%;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    -webkit-text-fill-color: transparent;
    animation: hitokotoGradient 12s linear infinite;
}

@keyframes hitokotoGradient {
    0% { background-position: 0% 50%; }
    100% { background-position: 100% 50%; }
}

.search-hot {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    cursor: grab;
}

.search-hot::-webkit-scrollbar {
    display: none;
}

.search-hot .aaaa {
    display: inline;
    white-space: nowrap;
    margin-right: 12px;
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.search-hot:active {
    cursor: grabbing;
}

.clearfix::after {
    content: "";
    display: table;
    clear: both;
}

.edit {
    width: 650px;
    margin: 0 auto 10px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    box-sizing: border-box;
}

.post-page {
    width: 650px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
    box-sizing: border-box;
    padding: 0;
}

.post-page li {
    list-style: none;
    white-space: nowrap;
    font-size: 1rem;
}

@media (max-width: 768px) {
    .edit, .post-page {
        width: 100% !important;
        padding: 0 12px;
        box-sizing: border-box;
    }

    .edit {
        justify-content: flex-start;
    }
}
/* 标签横向滑动容器（只控制布局） */
.search-hot {
    display: block;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;              /* 强制一行 */
    -webkit-overflow-scrolling: touch;/* iOS 顺滑滑动 */
}

/* 标签本身（不做任何“按钮化”样式） */
.search-hot .aaaa {
    display: inline;                  /* 保持原始链接样式 */
    white-space: nowrap;              /* 防止标签文字换行 */
    margin-right: 12px;               /* 标签之间的间距 */
    background: none;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

/* 可选：隐藏横向滚动条（不影响滑动） */
.search-hot::-webkit-scrollbar {
    display: none;
}
.search-hot {
    scrollbar-width: none; /* Firefox */
}
.search-hot {
    overflow-x: auto;
    white-space: nowrap;
    cursor: grab;
}

.search-hot:active {
    cursor: grabbing;
}
.dropdown {
    position: relative;
}

.dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 9999;
    background: white;
    border: 1px solid #ccc;
}

.dropdown.open .dropdown-content {
    display: block;
}

/* 可选：增加触控区域 */
.dropdown-toggle {
    display: block;
    cursor: pointer;
}
.post-page li {
    display: block;
    width: 100%;
    clear: both;
    overflow: hidden; /* 自动清除浮动 */
}

.theprev, .thenext {
    max-width: 48%; /* 防止两个标题撞在一起 */
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; /* 长标题自动截断加省略号 */
}
/* genx */
/* 锁定容器：强行水平分布 */
.post-page .nav-flex-wrapper {
    display: flex !important;
    justify-content: space-between !important; /* 核心：左一个右一个 */
    align-items: center !important;
    flex-wrap: nowrap !important;             /* 绝对禁止换行 */
    list-style: none !important;
    padding: 20px 0 !important;
    width: 100% !important;
}

/* 覆盖 pull-left 和 pull-right 的旧浮动影响 */
.post-page .theprev, 
.post-page .thenext {
    float: none !important;    /* 废除浮动，改用 Flex 控制 */
    display: block !important;
    flex: 1 !important;        /* 平分宽度 */
    min-width: 0 !important;   /* 允许内容在窄屏下收缩 */
    font-size: 14px !important;
}

/* 左侧文字对齐 */
.post-page .theprev {
    text-align: left !important;
}

/* 右侧文字对齐 */
.post-page .thenext {
    text-align: right !important;
}

/* 链接处理：防止长标题把另一边挤下去 */
.post-page li a {
    display: inline-block !important;
    max-width: 100% !important;
    white-space: nowrap !important;    /* 强制单行 */
    overflow: hidden !important;       /* 溢出截断 */
    text-overflow: ellipsis !important; /* 变省略号 */
    color: #5AA6ED !important;
    vertical-align: middle;
}

/* 手机端微调：如果屏幕实在太窄，自动缩小间距 */
@media (max-width: 480px) {
    .post-page .theprev, .post-page .thenext {
        font-size: 13px !important;
    }
}
/* 一言文本 */
.hitokoto-label {
    color: #888;
    margin-right: 6px;
    white-space: nowrap;
}

.hitokoto-text {
    display: inline;
    word-break: break-word;
    white-space: normal;
    color: #555;
}
/*
.sticky {
    background: #fff8e1;
    border-left: 4px solid #ff9800;
    padding: 8px;
}
*/

/* 正文 */
.post-main {
    max-width: 800px;
    margin: 0 auto;
    padding: 1.5em;
}

.post_text {
    font-family: "Microsoft YaHei", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    letter-spacing: 0.5px;
}

.post_text p {
    margin: 0 0 1em 0;
    text-indent: 0em;
}

.post_text h1, .post_text h2, .post_text h3 {
    margin: 1.5em 0 0.8em 0;
    line-height: 1.3;
}

.post_text blockquote {
    border-left: 4px solid #ccc;
    padding-left: 1em;
    color: #555;
    font-style: italic;
    background: #f9f9f9;
}

.post_text code {
    background: #f5f5f5;
    padding: 2px 4px;
    border-radius: 4px;
    font-family: "Consolas", monospace;
    font-size: 0.9em;
}

.post_text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
    border-radius: 4px;
}

/* 评论整体容器 */
#comments {
    list-style: none;
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei", sans-serif;
    line-height: 1.6;
}

/* 单条评论 */
.comment-body {
    background-color: #f9f9f9; /* 浅灰背景提高可读性 */
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    margin-bottom: 12px;
    padding: 12px 16px;
    transition: background 0.3s;
}

/* 鼠标悬停效果 */
.comment-body:hover {
    background-color: #f1f7ff;
}

/* 作者名 */
.comment-author {
    font-weight: 600;
    color: #2c3e50;
    margin-bottom: 4px;
}

/* 评论时间、回复按钮 */
.comment-meta {
    font-size: 12px;
    color: #888;
    margin-bottom: 8px;
}

/* 评论内容 */
.comment-content {
    font-size: 14px;
    color: #333;
    word-wrap: break-word;
}

/* 子评论缩进 */
.children {
    list-style: none;
    margin: 12px 0 0 24px;
    padding-left: 0;
    border-left: 2px solid #ddd; /* 可视化层次 */
}

/* 回复按钮（可选） */
.comment-reply {
    font-size: 12px;
    color: #007BFF;
    cursor: pointer;
    text-decoration: none;
}

.comment-reply:hover {
    text-decoration: underline;
}

/* 嵌套多层子评论 */
.children .comment-body {
    background-color: #fdfdfd;
    border-color: #eee;
}

/* ==================================
   TAG CARD STYLE - 小型蓝色字体
================================== */

.tagcard-wrapper{
    margin-top:20px;
    padding-bottom: 10px
}

/* 列表容器 */
.tagcard-list{
    display:flex;
    flex-wrap:wrap;
    gap:10px; /* 缩小间距 */
}

/* 单个标签卡片 */
.tagcard-item{
    display:inline-block;
    padding:6px 12px; /* 缩小卡片 */
    font-size:13px;   /* 缩小字体 */
    color: rgb(51, 122, 183); /* 蓝色字体固定 */
    background:#ffffff;
    border:1px solid #e8e8e8;
    border-radius:8px; /* 略微圆角 */
    text-decoration:none;
    line-height:1.4;
    transition:all .25s ease;
    box-shadow:0 1px 4px rgba(0,0,0,0.04);
}

/* hover 效果 */
.tagcard-item:hover{
    background:#f5f7fa;
    border-color:#cdd5e0;
    transform:translateY(-2px);
    box-shadow:0 4px 12px rgba(0,0,0,0.08);
}

/* 移动端优化 */
@media (max-width:768px){
    .tagcard-list{
        gap:8px;
    }
    
    .tagcard-item{
        padding:5px 10px;
        font-size:12px;
    }
}

/* ======================
   Enterprise Footer
====================== */

.footer-enterprise{
    
max-width:768px;

background:linear-gradient(180deg,#263243,#1c2533);

padding:40px 20px 25px;

margin-bottom:20px;

border-radius:6px;

}


.footer-grid{

display:grid;

grid-template-columns:repeat(4,1fr);

gap:35px;

}


.footer-col h4{

color:#fff;

font-size:15px;

margin-bottom:12px;

}


.footer-col ul{

list-style:none;

padding:0;

margin:0;

}


.footer-col li{

margin-bottom:7px;

}


.footer-col a{

color:#cfd6e4;

font-size:14px;

}


.footer-col a:hover{

color:#fff;

}


.footer-logo img{

max-width:140px;

margin-bottom:10px;

filter:brightness(0) invert(1);

}


.footer-desc{

font-size:13px;

line-height:1.6;

color:#b8c0d0;

}


/* ======================
   Mobile
====================== */

@media (max-width:900px){

.footer-grid{

grid-template-columns:1fr 1fr;

}

}


@media (max-width:768px){

.footer-grid{

grid-template-columns:1fr;

gap:25px;

}

}
/* =========================
   copyright
========================= */

.footer-copy{

text-align:center;

font-size:13px;

color:#9aa3b5;

margin-top:20px;

}


/* =========================
   WhatsApp Floating
========================= */

.whatsapp-float{

position:fixed;

right:20px;

top:50%;

transform:translateY(-50%);

background:#25D366;

color:#fff;

width:46px;

height:46px;

line-height:46px;

text-align:center;

border-radius:50%;

font-weight:600;

z-index:9999;

box-shadow:0 4px 10px rgba(0,0,0,0.2);

}


.whatsapp-float:hover{

background:#1ebe5d;

}

/* =========================
   WhatsApp Floating
========================= */

.whatsapp-float{

position:fixed;

right:22px;

top:50%;

transform:translateY(-50%);

background:#25D366;

color:#fff;

width:48px;

height:48px;

line-height:48px;

text-align:center;

border-radius:50%;

font-weight:600;

font-size:13px;

z-index:9999;

box-shadow:0 6px 16px rgba(0,0,0,0.25);

transition:.2s;

}

.whatsapp-float:hover{

background:#1ebe5d;

transform:translateY(-50%) scale(1.05);

}


/* =========================
   手机端
========================= */

@media (max-width:768px){

.whatsapp-float{

top:auto;

bottom:80px;

right:16px;

width:44px;

height:44px;

line-height:44px;

font-size:12px;

}

}

/* ===== Accordion icon ===== */

.footer-title{

position:relative;
cursor:pointer;

}

/* 默认桌面端不显示 */

.footer-title:after{
display:none;
}


/* 手机端显示 */

@media (max-width:768px){

.footer-title:after{

display:block;

content:"+";

position:absolute;

right:0;

top:0;

}

.footer-accordion.open .footer-title:after{

content:"-";

}

}

/* 默认展开 */

.footer-accordion.open .footer-title:after{

content:"-";

}


/* 手机端折叠 */

@media (max-width:768px){

.footer-grid{

grid-template-columns:1fr;

}

.footer-list{

display:none;

}

.footer-accordion.open .footer-list{

display:block;

margin-top:10px;

}

}

/* =========================
   Contact Float
========================= */

.contact-float{

position:fixed;

right:20px;

top:50%;

transform:translateY(-50%);

display:flex;

flex-direction:column;

gap:10px;

z-index:9999;

}


/* 按钮 */

.cf-btn{

width:48px;

height:48px;

border-radius:50%;

display:flex;

align-items:center;

justify-content:center;

color:#fff;

font-size:12px;

font-weight:600;

text-decoration:none;

box-shadow:0 6px 16px rgba(0,0,0,.2);

transition:.2s;

}


/* WhatsApp */

.cf-wa{

background:#25D366;

}

.cf-wa:hover{

background:#1ebe5d;

}


/* Messenger */

.cf-msg{

background:#1877F2;

}

.cf-msg:hover{

background:#1666d0;

}


/* Email */

.cf-email{

background:#ff6b4a;

}

.cf-email:hover{

background:#e55a3d;

}

@media (max-width:768px){

.contact-float{

top:auto;

bottom:90px;

right:15px;

}

.cf-btn{

width:44px;

height:44px;

}

}

/* ===== Company Advantages ===== */

.company-advantages{

padding:50px 0;
background:#f5f7fb;

}

.adv-grid{

max-width:1200px;
margin:auto;

display:grid;
grid-template-columns:repeat(3,1fr);
gap:30px;

padding:0 20px;

}

.adv-item{

background:#fff;
border-radius:12px;
padding:35px 25px;

text-align:center;

box-shadow:0 6px 20px rgba(0,0,0,0.06);

transition:all .25s;

}

.adv-item:hover{

transform:translateY(-6px);
box-shadow:0 12px 30px rgba(0,0,0,0.12);

}

.adv-icon{

font-size:42px;
margin-bottom:15px;

}

.adv-item h3{

font-size:18px;
margin-bottom:10px;

}

.adv-item p{

display:none;

}

@media (max-width:768px){

.adv-grid{

grid-template-columns:1fr;
gap:20px;

}

.adv-item p{
display:block;
margin-top:6px;
}

}

/* ===== Tab切换 ===== */
.tab-pane{
display:none;
}

.tab-pane.active{
display:block;
}

/* ========== 轮播整体容器 ========== */
.tupianguanggao {
    position: relative;
    width: 100%;
    height: 400px; /* 固定高度，可按需调整 */
    overflow: hidden;
}

.slider {
    position: relative;
    width: 100%;
    height: 100%;
}

/* ========== 滑动图片 ========== */
.slides {
    display: flex;
    transition: 0.5s;
    height: 100%;
}

.slide {
    width: 100%;
    flex-shrink: 0;
    display: none; /* 默认隐藏 */
    position: relative;
    height: 100%;
}

.slide.active {
    display: block;
}

.slide img {
    width: 100%;
    height: 100%;
    object-fit: cover; /* 保持比例覆盖容器 */
    display: block;
}

/* ========== 公用 H1 标题 ========== */
.slider .slide-caption {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    text-align: center;
    z-index: 999; /* 保证在最上层 */
    pointer-events: none;
}

.slider .slide-caption h1 {
    font-size: 3rem;
    font-weight: 800; /* 加粗 */
    margin: 0;
    line-height: 1.2;
    position: relative;
    display: inline-block;
    padding: 0 15px;
    text-shadow: 0 2px 8px rgba(0,0,0,0.6); /* 文字阴影 */
}

/* 半透明遮罩，文字下方 */
.slider .slide-caption h1::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0.4em; /* 遮罩高度 */
    background: rgba(0,0,0,0.4); /* 半透明黑 */
    z-index: -1; /* 放在文字下方 */
    border-radius: 2px;
}

/* ========== 左右按钮 ========== */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 40px;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 28px;
    color: #fff;
    background: rgba(0,0,0,0.35);
    cursor: pointer;
    opacity: 0; /* 默认隐藏 */
    transition: 0.3s;
    user-select: none;
    z-index: 100; /* 低于 H1 */
}

.prev { left: 10px; }
.next { right: 10px; }

.slider:hover .slider-btn {
    opacity: 1;
}

/* ========== 手机端适配 ========== */
@media (max-width: 768px) {
    .tupianguanggao { height: 250px; } /* 缩小容器高度 */
    
    .slider-btn {
        opacity: 1; /* 手机端默认显示按钮 */
        width: 35px;
        height: 50px;
        line-height: 50px;
        font-size: 22px;
    }

    .slider .slide-caption h1 {
        font-size: 1.8rem; /* 缩小标题 */
        padding: 0 10px;
    }

    .slider .slide-caption h1::before {
        height: 0.3em; /* 遮罩高度缩小 */
    }
}

/* quick link */
.footer-list{
list-style:none;
padding:0;
margin:0;
}

.footer-list li{
margin:6px 0;
}

.footer-link{
display:block;
cursor:pointer;
}

.footer-sub{
display:none;
padding-left:15px;
margin-top:6px;
}

.footer-sub li{
font-size:14px;
opacity:0.8;
}

.footer-parent.open .footer-sub{
display:block;
}

/* 面包屑+MENU */
/* flex-container：面包屑 + MENU */
.flex-container {
    display: flex;                   /* 水平排列 */
    justify-content: space-between;   /* 左右分开 */
    align-items: center;             /* 垂直居中 */
    flex-wrap: nowrap;               /* 禁止换行 */
    margin-bottom: 15px;             /* 下方间距 */
    padding: 10px 0;                 /* 内边距 */
    background-color: #fff;          /* 可选背景 */
    width: 100%;                     /* 占满父容器 */
    position: relative;              /* 下拉菜单相对定位 */
}

/* 左侧面包屑，70%宽度 */
.flex-container .breadcrumbs.left-side {
    flex: 0 0 70%;                   /* 不放大、不缩小，基础宽度70% */
    white-space: nowrap;             /* 单行显示 */
    overflow: hidden;                /* 超出隐藏 */
    text-overflow: ellipsis;         /* 超长省略号 */
    font-size: 14px;
    color: #333;
}

/* 右侧MENU容器，30%宽度 */
.flex-container .right-side {
    flex: 0 0 30%;                   /* 不放大、不缩小，基础宽度30% */
    display: flex;                    /* 内部flex控制右对齐 */
    justify-content: flex-end;        /* MENU靠右 */
}

/* MENU下拉 */
.vip .dropdown {
    position: relative;
    display: inline-block;
}

.vip .menu-button {
    cursor: pointer;
    padding: 5px 12px;
    background-color: #f5f5f5;
    border-radius: 4px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

/* 下拉内容 */
.vip .dropdown-content {
    display: none;
    position: absolute;
    top: 100%;
    right: 0;
    background-color: #fff;
    min-width: 120px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.15);
    z-index: 9999;
    border-radius: 4px;
}

.vip .dropdown:hover .dropdown-content {
    display: block;
}

.vip .dropdown-content p {
    margin: 0;
}

.vip .dropdown-content p a {
    display: block;
    padding: 8px 12px;
    color: #333;
    text-decoration: none;
}

.vip .dropdown-content p a:hover {
    background-color: #f0f0f0;
}

/* 正文容器 post-main */
.post-main {
    padding-top: 20px;               /* 顶部间距，防止覆盖 */
    padding-bottom: 20px;            /* 底部间距 */
    font-size: 16px;
    line-height: 1.8;
    color: #333;
    width: 100%;
    box-sizing: border-box;
}

/* 响应式：保持左70%/右30%比例 */
@media (max-width: 768px) {
    .flex-container {
        flex-wrap: nowrap;           /* 保持一行 */
    }
    .flex-container .breadcrumbs.left-side {
        flex: 0 0 70%;
        white-space: nowrap;         /* 单行显示 */
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .flex-container .right-side {
        flex: 0 0 30%;
        justify-content: flex-end;
    }
}

/* 文件下载页 */
/* 整个页面容器宽度限制 */
.download-page {
    max-width: 768px;         /* 限制最大宽度为768px */
    margin: 0 auto;           /* 页面居中 */
    padding: 20px;            /* 页面内边距 */
}

/* 页面标题样式 */
.download-page h1 {
    color: #333;              /* 设置标题字体颜色为深灰色 */
    text-align: center;
    margin-bottom: 30px;
    font-size: 24px;           /* 调整标题大小 */
}

/* 栏目按钮 */
.toggle-btn {
    width: 100%;
    text-align: left;
    background-color: #222c3c;
    border: none;
    padding: 12px 20px;
    font-size: 16px;
    cursor: pointer;
    outline: none;
    position: relative;
    color: #333;              /* 默认字体颜色黑色 */
}

.toggle-btn:hover {
    color: #fff;              /* hover时变为白色 */
}

/* 栏目背景颜色设置为深灰色 */
.download-section {
    background-color: #333;    /* 深灰色背景 */
    border-radius: 8px;        /* 边框圆角 */
    margin-bottom: 20px;       /* 栏目之间间隔 */
    padding: 10px;             /* 设置内边距，确保内容不会紧贴边框 */
}

/* 栏目标题的hover效果 */
.toggle-btn::after {
    content: '+';
    position: absolute;
    right: 20px;
    font-size: 18px;
}

.toggle-btn.active::after {
    content: '-';
}

/* 下载列表默认隐藏 */
.download-list {
    display: none;
    padding: 10px 20px;
    background-color: #fff;
}

/* 单个文件样式 */
.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 10px;
}

/* 文件图标和标题在一行显示 */
.file-item .file-icon {
    margin-right: 8px;
    font-size: 18px;
}

/* 文件标题 */
.file-item a {
    color: #007bff;
    text-decoration: none;
    flex-grow: 1;               /* 文件标题扩展，尽量占满剩余空间 */
    white-space: nowrap;        /* 防止换行 */
    overflow: hidden;           /* 超出部分隐藏 */
    text-overflow: ellipsis;    /* 超长部分省略 */
}

/* 下载按钮 */
.download-btn {
    background-color: #ff9900;  /* 设置按钮背景颜色为橙色 */
    color: #333;                /* 下载按钮字体颜色为黑色 */
    padding: 4px 10px;          /* 左右内边距10px，固定按钮大小 */
    border-radius: 4px;
    font-size: 14px;
    text-decoration: none;
    display: inline-block;      /* 下载按钮自适应宽度 */
    min-width: 120px;           /* 确保按钮宽度适应内容，避免过长 */
    text-align: center;         /* 按钮内文字居中 */
    margin-left: auto;          /* 确保按钮右对齐 */
    max-width: 250px;           /* 最大宽度防止按钮过长 */
}

/* 下载按钮 hover 状态 */
.download-btn:hover {
    background-color: #e68900;  /* Hover时按钮颜色稍微加深 */
    color: #fff;                /* Hover时字体颜色变为白色 */
}

/* 证书标题左对齐 */
.download-section .download-list .file-item a {
    text-align: left;           /* 确保文件标题左对齐 */
}

/* 响应式调整：手机端样式 */
@media (max-width: 768px) {
    /* 在手机端，文件图标和标题保持在一行 */
    .file-item {
        flex-direction: row;      /* 保持横向排布 */
        align-items: center;      /* 图标和标题垂直居中 */
    }

    .file-item .file-icon {
        margin-right: 12px;       /* 图标右侧间距 */
    }

    .file-item a {
        white-space: nowrap;      /* 防止换行，标题超长时使用省略号 */
        overflow: hidden;         /* 超长隐藏 */
        text-overflow: ellipsis;  /* 超长部分省略 */
    }

    /* 下载按钮置于下一行 */
    .download-btn {
        margin-top: 5px;          /* 确保按钮不与标题重叠 */
    }

    /* 确保下拉按钮在手机端工作 */
    .download-section {
        margin-bottom: 20px;
    }

    .download-list {
        display: none;            /* 默认隐藏下载列表 */
    }

    /* 展开后的下载列表 */
    .download-section.active .download-list {
        display: block;
    }
}

/* 视频页面容器 */
.video-page {
    max-width: 768px;             /* 最大宽度设置为768px */
    margin: 0 auto;               /* 居中显示 */
    padding: 20px;
}

/* 栏目容器 */
.video-section {
    margin-bottom: 20px;          /* 栏目之间间距 */
    background-color: #333;       /* 深灰色背景 */
    border-radius: 8px;           /* 圆角 */
}

/* 栏目标题 */
.video-section .section-title {
    padding: 15px;
    background-color: #444;       /* 栏目标题背景 */
    color: white;                 /* 字体颜色为白色 */
    font-size: 18px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer;
}

.video-section .section-title:hover {
    background-color: #555;       /* hover时背景颜色加深 */
}

.video-section .section-title::after {
    content: '+';
    font-size: 18px;
}

.video-section.active .section-title::after {
    content: '-';                /* 展开时显示'-' */
}

/* 视频展示容器 */
.video-list {
    display: flex;                /* 使用flex布局 */
    flex-wrap: wrap;              /* 换行显示 */
    gap: 20px;                    /* 视频之间的间隙 */
    padding: 10px;
}

/* 每个视频容器 */
.video-container {
    position: relative;
    width: calc(50% - 10px);      /* 每个视频占一行的50%，确保每行显示两个视频 */
    padding-top: 27%;             /* 高度按16:9比例 */
    background-color: #f7f7f7;    /* 视频框背景颜色 */
    border-radius: 8px;           /* 视频框圆角 */
    overflow: hidden;
}

/* 确保视频框保持 16:9 比例 */
.video-frame iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

/* 视频标题 */
.video-title {
    text-align: center;
    margin-top: 8px;
    font-size: 16px;
    color: #333;                 /* 视频标题颜色 */
}

/* 展开/折叠的视频列表 */
.video-list {
    display: none;
    padding: 10px;
}

/* 展开后显示 */
.video-section.active .video-list {
    display: block;
}

/* 响应式调整：手机端样式 */
@media (max-width: 768px) {
    /* 保证手机端每行显示两个视频 */
    .video-container {
        width: calc(50% - 10px);  /* 每个视频占一行的50%，确保两列布局 */
        padding-top: 27%;          /* 高度保持16:9比例 */
    }

    /* 每行显示两个视频 */
    .video-list {
        display: flex;
        flex-wrap: wrap;
        gap: 20px;
    }
}

/* FAQ Page */
.faq-page {
    max-width: 768px;         /* Maximum width 768px */
    margin: 0 auto;
    padding: 20px;
}

/* Tab Buttons */
.faq-tabs {
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.tab-button {
    padding: 10px 20px;
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
    font-size: 16px;
    width: 32%;
}

.tab-button.active {
    background-color: #45a049; /* Active tab color */
}

.tab-button:hover {
    background-color: #45a049;
}

/* Tab Content */
.faq-tab-content {
    display: none;
}

.faq-tab-content.active {
    display: block;
}

/* FAQ Item */
.faq-item {
    margin-bottom: 15px;
}

.accordion {
    background-color: #4CAF50;
    color: white;
    padding: 15px;
    text-align: left;
    width: 100%;
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 16px;
    margin: 5px 0;
}

.accordion.active {
    background-color: #45a049;
}

.panel {
    padding: 10px;
    background-color: #f4f4f4;
    display: none;
    font-size: 14px;
}

.accordion:after {
    content: ' +';
    font-size: 16px;
    float: right;
}

.accordion.active:after {
    content: ' -';
}

/* tab标签 */
.part {
    display: inline-flex;         /* Makes the span behave like a block element but keeps it inline */
    flex-direction: column;       /* Ensures the content is centered vertically */
    justify-content: space-evenly; /* Distributes space evenly above and below the text */
    align-items: center;          /* Horizontally centers the text */
    height: 80px;                /* Set a fixed height for the span to allow vertical centering */
    padding: 5px 0;              /* Adds space above and below the text */
}

/* 隐私政策通用样式 */
.privacy-policy-container {
    padding: 20px;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    background-color: #f9f9f9;
    color: #333;
    margin: 0 auto;
    max-width: 100%;
}

h1, h2 {
    color: #333;
    margin-bottom: 10px;
}

ul {
    margin-left: 20px;
}

ul li {
    margin-bottom: 10px;
}

/* 样式调优: 当页面宽度为 768px 或以下时 */
@media (max-width: 768px) {
    .privacy-policy-container {
        padding: 15px;
        font-size: 14px;  /* 在小屏幕上减小字体 */
    }

    h1 {
        font-size: 24px;  /* 标题字体大小调整 */
    }

    h2 {
        font-size: 20px;  /* 小屏幕下小标题字体大小调整 */
    }

    ul {
        margin-left: 15px;
    }

    ul li {
        font-size: 14px;  /* 让列表项字体大小稍微小一点 */
    }

    p {
        font-size: 14px;  /* 段落字体也适配 */
    }
}

/* 样式调优: 大屏幕样式 */
@media (min-width: 769px) {
    .privacy-policy-container {
        max-width: 800px;  /* 最大宽度设定，确保内容不太宽 */
    }

    h1 {
        font-size: 30px;  /* 标题字体适配大屏 */
    }

    h2 {
        font-size: 24px;  /* 小标题的字体 */
    }

    ul li {
        font-size: 16px;  /* 在大屏上保持更大的字体 */
    }

    p {
        font-size: 16px;
    }
}
/* 自定义右键列表 */
.usercm {
    position: absolute;
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 8px;
    box-shadow: 0 6px 18px rgba(0,0,0,0.15);
    min-width: 200px;
    z-index: 9999;
    font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
    overflow: hidden;
}

.usercm ul {
    list-style: none;
    margin: 0;
    padding: 8px 0;
}

.usercm ul li {
    padding: 10px 16px;
    cursor: pointer;
    transition: background 0.2s;
}

.usercm ul li:hover {
    background: #f0f0f0;
}

.usercm ul li a {
    display: flex;
    align-items: center;
    color: #333;
    text-decoration: none;
}

.usercm ul li a i {
    margin-right: 10px;
    color: #555;
    min-width: 18px;
    text-align: center;
}

.usercm ul li + li {
    border-top: 1px solid #eee;
}


/* 顶部横栏 */
.reg{
background:#f3f3f3;
font-size:13px;
}

.vip{
max-width:1200px;
margin:auto;
display:flex;
align-items:center;
justify-content:space-between;
height:36px;
}

/* 左右各50% */

.top-left,
.top-right{
width:50%;
display:flex;
align-items:center;
}

.top-left{
gap:15px;
color:#555;
white-space:nowrap;
}

.top-right{
justify-content:flex-end;
gap:18px;
}

/* 语言 */

.dropdown{
position:relative;
}

.dropdown-content{
display:none;
position:absolute;
top:28px;
background:#fff;
border:1px solid #eee;
min-width:90px;
}

.dropdown-content a{
display:block;
padding:6px 10px;
}

.dropdown:hover .dropdown-content{
display:block;
}

/* 按钮 */

.quote-btn{
background:#0073e6;
color:#fff;
padding:4px 10px;
border-radius:3px;
white-space: nowrap;
}

/* 顶部横栏固定 */
.reg {
    position: fixed;       /* 固定在视口 */
    top: 0;                /* 顶部对齐 */
    left: 0;               /* 左侧对齐 */
    width: 100%;           /* 占满整个宽度 */
    z-index: 9999;         /* 保证在最上层 */
    box-shadow: 0 2px 5px rgba(0,0,0,0.1); /* 可选阴影 */
}

/* 避免被固定横栏遮挡页面内容 */
body {
    padding-top: 36px; /* 和 .vip 的 height 保持一致 */
}

/* ===== Mobile Top Bar Simplify ===== */

@media (max-width:600px){

/* 隐藏邮箱和电话 */

.top-left span:nth-child(3),
.top-left span:nth-child(4){
display:none;
}

/* 绝对定位让邮箱居中 */
.top-left {
    position: relative; /* 为 span 提供定位参照 */
}

.top-left span:nth-child(2) {
    position: absolute;
    left: 99%;
    transform: translateX(-50%);
}

/* 隐藏 WhatsApp */

.top-right a[href*="wa.me"] {
    display: none;
}

/* 顶部布局 */

.vip{
display:flex;
justify-content:space-between;
align-items:center;
flex-wrap:nowrap;
}

/* 左右只占一行 */

.top-left{
flex:1;
font-size:12px;
padding-left: 10px;
}

.top-right{
display:flex;
align-items:center;
gap:10px;
}

/* 语言按钮 */

.dropdown-toggle{
font-size:12px;
}

/* quote按钮 */

.quote-btn{
padding:5px 10px;
font-size:12px;
white-space: nowrap;
}

}

/* --- 全局容器 --- */
.nav-container {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    position: relative;
    z-index: 1000;
}

.nav-menu {
    display: flex;
    flex-wrap: wrap; 
    list-style: none;
    margin: 0 auto;
    padding: 0;
    max-width: 1200px;
    justify-content: center; /* 整体居中 */
}

/* --- 电脑端导航 (min-width: 769px) --- */
@media screen and (min-width: 769px) {

    .nav-container{
        display:flex;
        justify-content:center;
    }

    .menu-overlay { display: none !important; }

    .nav-menu{
        display:flex;
        list-style:none;
        margin:0;
        padding:0;
    }

    .menu-item{
        position:relative;
    }

    /* 一级菜单 */
    .menu-item a{
        display:block;
        padding:0 16px;
        line-height:60px;
        color:#337ab7;
        text-decoration:none;
        font-size:15px;
        white-space:nowrap;
        transition:color .2s;
    }

    .menu-item a:hover{
        color:#1677d2;
    }

    /* 二级菜单 */
    .sub-menu{
        display:none;
        position:absolute;
        top:100%;
        left:0;
        background:#fff;
        width: max-content;
        box-shadow:0 4px 12px rgba(0,0,0,0.08);
        padding:6px 14px;
        margin:0;
        list-style:none;
        border-radius:4px;
    }

    .menu-item:hover .sub-menu{
        display:block;
    }

    .sub-menu li{
        margin:0;
        padding:0;
    }

    .sub-menu li a{
        display:block;
        padding:0 10px;
        line-height:34px;
        font-size:14px;
        color:#333;
        white-space:nowrap;
        transition:background .2s,color .2s;
    }

    .sub-menu li a:hover{
        background:#f5f5f5;
        color:#1677d2;
    }
}

/* --- 手机端导航 (max-width: 768px) --- */
@media screen and (max-width:768px){

    /* 网格布局 */
    .nav-menu{
        display:grid;
        grid-template-columns:repeat(4,1fr);
        gap:10px;
        justify-content:center;
        padding:10px;
    }

    .menu-item{
        display:flex;
        align-items:center;
        justify-content:center;
        text-align:center;
        position:relative;
    }

    /* 一级菜单文字 */
    .menu-item > a{
        flex:1;
        display:block;
        line-height:38px;
        font-size:14px;
        overflow:hidden;
        text-overflow:ellipsis;
        white-space:nowrap;
    }

    /* 第一行3个居中 */
    .menu-item:nth-child(-n+3){
        grid-column:span 1;
    }

    /* 子菜单默认隐藏 */
    .menu-item .sub-menu{
        display:none !important;
    }

    /* 小箭头 */
    .menu-item.has-children > .arrow-toggle {
        display:inline-block;
        width:12px;
        height:12px;
        border-left:5px solid transparent;
        border-right:5px solid transparent;
        border-top:6px solid #333;
        cursor:pointer;
        margin-left:5px;
        flex-shrink:0;
    }

    /* 弹出菜单 overlay */
    .menu-overlay {
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0,0,0,0.5);
        z-index: 9999;
        overflow-y: auto;
        padding-top: 60px;
        box-sizing: border-box;
        opacity: 0;
        transform: translateY(-20px);
        transition: all 0.3s ease;
    }

    .menu-overlay.is-open {
        display: block;
        opacity: 1;
        transform: translateY(0);
    }

    .menu-overlay ul {
        background: #fff;
        margin: 0 auto;
        width: 90%;
        border-radius: 8px;
        overflow: hidden;
    }

    .menu-overlay li {
        list-style: none;
        border-bottom: 1px solid #eee;
    }

    .menu-overlay li:last-child {
        border-bottom: none;
    }

    .menu-overlay li a {
        display: block;
        padding: 12px 20px;
        font-size: 14px;
        color: #333;
    }

    .menu-overlay li a:hover {
        background: #f8f9fa;
        color: #007bff;
    }
}

/* 箭头优化：使用伪元素 ::after */
.menu-item.has-children > a::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #555;  /* 改成深灰，更美观，不是纯黑 */
    margin-left: 6px;
    vertical-align: middle; /* 保持和文字垂直居中 */
    transition: transform 0.3s ease;
}

/* 点击箭头时旋转 */
.menu-item.has-children.open > a::after {
    transform: rotate(180deg);
}


/* 设置 sharethis 分享按钮容器宽度为 768px，并居中 */
.sharethis-inline-share-buttons {
    width: 500px;          /* 固定宽度 */
    max-width: 100%;       /* 避免在小屏幕溢出 */
    margin: 0 auto;        /* 居中 */
    box-sizing: border-box; /* 包括 padding 在内 */
}
@media screen and (max-width:768px){
    .sharethis-inline-share-buttons {
        width: 100%;   /* 手机屏幕自适应 */
        margin: 0 auto;
    }
}



/* ripening页面 */
.child-page-cards-page {
    max-width: 768px;       /* 最大宽度 768px */
    margin: 0 auto;          /* 页面水平居中 */
    padding: 1rem;
    font-family: Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    text-align: center;      /* 标题居中 */
}

/* 页面标题 */
.child-page-cards-page h1 {
    color: #1a3d7c;
    margin-bottom: 1rem;
}

/* 包裹卡片网格的 flex 容器，实现整块居中 */
.child-page-cards-wrapper {
    display: flex;
    justify-content: center; /* 水平居中整个网格 */
}

/* 卡片网格容器 */
.child-page-cards-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr); /* 两列网格 */
    gap: 1.5rem;
    max-width: 768px;
}

/* 单个卡片 */
.child-page-card {
    width: 100%;
    max-width: 350px;
    background-color: #f8f9fa;
    border-radius: 10px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: transform 0.2s;
    text-align: left;
}
.child-page-card:hover {
    transform: translateY(-5px);
}

/* 卡片标题 */
.child-page-card h2 {
    font-size: 1.6rem;
    color: #1a3d7c;
    margin-bottom: 0.5rem;
}

/* 卡片描述 */
.child-page-card p {
    font-size: 0.95rem;
    color: #555;
}

/* 手机端单列自适应 */
@media screen and (max-width: 768px) {
    .child-page-cards-container {
        grid-template-columns: 1fr;
    }
    .child-page-card {
        max-width: 100%;
    }
}

/* 首页目录网格容器 */
.grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列布局 */
  gap: 15px; /* 网格间距 */
  max-width: 768px; /* 最大宽度 */
  margin: 0 auto; /* 居中显示 */
}

/* 单个网格项 */
.grid-item {
  background: #fff;
  padding: 15px;
  border-radius: 8px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

/* 标题 */
.grid-item h2 {
  font-size: 16px;
  margin-bottom: 10px;
  color: #333;
}

/* 简介段落 */
.grid-item p {
  font-size: 14px;
  margin-bottom: 15px;
  color: #666;
}

/* 按钮容器 */
.cta-buttons {
  display: flex;
  gap: 10px;
}

/* 普通按钮样式 */
.cta-buttons a {
  text-decoration: none;
  padding: 8px 12px;
  background: #007BFF;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  text-align: center;
  flex: 1;
}

/* Contact 按钮样式 */
.cta-buttons a.contact {
  background: #28A745;
}

/* 响应式：手机竖排显示 */
@media (max-width: 480px) {
  .grid-container {
    grid-template-columns: 1fr; /* 单列布局 */
  }
}


/* 公司介绍和核心优势容器样式 */
.post-summary {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px;
  font-family: Arial, sans-serif;
  line-height: 1.6;
  color: #333;
}

/* 强调关键词 */
.post-summary strong {
  color: #007BFF; /* 蓝色高亮 */
}

/* 隐藏长内容 */
.post-full-content {
  display: none;
  margin-top: 15px;
}

/* 按钮样式 */
#readMoreBtn {
  display: inline-block;
  margin-top: 15px;
  padding: 10px 16px;
  background-color: #28A745;
  color: #fff;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-size: 14px;
}

/* 按钮悬停效果 */
#readMoreBtn:hover {
  background-color: #218838;
}

/* 手机端适配 */
@media (max-width: 480px) {
  .post-summary {
    padding: 15px;
    font-size: 14px;
  }

  #readMoreBtn {
    width: 100%;
  }
}

/* 自定义催熟目录页面 Container centered with fixed width */
/* ======================
   Global Box-sizing
====================== */
*, *::before, *::after {
    box-sizing: border-box;
}

/* ======================
   Ripening Module
====================== */
.ripening-module {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 0; /* 外层白色块没有左右 padding */
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    color: #333;
}

/* 内部容器，用于内缩内容 */
.ripening-inner {
    padding: 0 10px; /* 内部内容左右缩进10px */
}

/* Section titles */
.ripening-inner h2 {
    font-size: 2rem;
    color: #1b5e20;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

.ripening-inner h2 i {
    margin-right: 10px;
    color: #2e7d32;
}

.section-subtitle {
    font-size: 1rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

/* Dimension note */
.dimension-note {
    font-size: 0.95rem;
    color: #2e7d32;
    background-color: #e8f5e9;
    padding: 10px 14px;
    border-radius: 6px;
    margin-bottom: 30px;
}

/* Small badge for custom dimensions */
.dimension-card .custom-badge {
    display: inline-block;
    margin-left: 8px;
    padding: 2px 6px;
    background-color: #c8e6c9;
    color: #2e7d32;
    font-size: 0.75rem;
    border-radius: 12px;
}

/* Fruit tags */
.fruit-tags {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 35px;
}

.fruit-tag {
    background-color: #e8f5e9;
    color: #2e7d32;
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.9rem;
    font-weight: 600;
}

/* Dimension cards */
.dimension-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr); /* Desktop: 3 columns */
    gap: 20px;
    margin-bottom: 45px;
}

.dimension-card {
    background-color: #f9f9f9;
    border-radius: 8px;
    padding: 20px;
    border-top: 4px solid #1b5e20;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.dimension-card h4 {
    font-size: 1.2rem;
    color: #1b5e20;
    margin-bottom: 10px;
}

.dimension-card ul {
    padding-left: 18px;
    margin: 0;
}

.dimension-card ul li {
    font-size: 0.95rem;
    margin-bottom: 6px;
}

/* Solution cards */
.solution-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 20px;
    margin-bottom: 40px;
}

.solution-card {
    border-radius: 8px;
    padding: 22px;
    background-color: #f9f9f9;
    border-top: 4px solid #2e7d32;
    box-shadow: 0 3px 10px rgba(0,0,0,0.06);
}

.solution-card h3 {
    font-size: 1.25rem;
    margin-bottom: 12px;
    color: #1b5e20;
}

.solution-card p {
    font-size: 0.95rem;
    line-height: 1.6;
    margin-bottom: 10px;
    color: #555;
}

.solution-card ul {
    padding-left: 18px;
    margin: 0;
}

.solution-card ul li {
    margin-bottom: 6px;
    font-size: 0.95rem;
}

/* Solution badges */
.solution-badge {
    display: inline-block;
    margin-bottom: 10px;
    padding: 4px 10px;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
    background-color: #e8f5e9;
    color: #2e7d32;
}

/* Service section */
.service-section {
    margin-top: 40px;
    background-color: #f0f7f0;
    padding: 25px;
    border-radius: 8px;
    border-left: 5px solid #2e7d32;
}

.service-section h3 {
    font-size: 1.5rem;
    margin-bottom: 15px;
    color: #1b5e20;
    display: flex;
    align-items: center;
}

.service-section h3 i {
    margin-right: 10px;
}

.service-list {
    list-style: none;
    padding-left: 0;
}

.service-list li {
    padding-left: 24px;
    margin-bottom: 10px;
    position: relative;
    font-size: 0.95rem;
}

.service-list li:before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #2e7d32;
    font-weight: bold;
}

/* Solution images */
.solution-images {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
    margin-top: 30px;
}

.solution-item {
    text-align: center;  /* 图片下文字居中 */
}

.solution-item img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    display: block;
    margin: 0 auto;
}

.solution-caption {
    display: block;
    margin-top: 6px;
    font-size: 0.9rem;
    color: #2e7d32; /* 和网站绿色主题统一 */
    font-weight: 600;
}

.solution-images img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

/* =========================
   Responsive Adjustments
========================= */
@media (max-width: 1024px) {
    .dimension-grid {
        grid-template-columns: repeat(2, 1fr); /* Tablet: 2 columns */
    }
}

@media (max-width: 768px) {
    .ripening-inner {
        padding: 0 5px; /* 手机端稍微内缩 */
    }
    .dimension-grid {
        grid-template-columns: 1fr; /* Mobile: 1 column */
    }
}


/* ======================
   Call To Action Module
====================== */
.cta-module {
    max-width: 768px;
    width: 100%;
    margin: 10px auto;
    background-color: #ffffff;
    border-radius: 10px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.08);
    padding: 0; /* 外层白色块无左右 padding */
}

.cta-inner {
    padding: 20px 10px; /* 内部缩进10px */
    text-align: center;
}

.cta-inner h2 {
    font-size: 1.8rem;
    color: #337ab7;
    margin-bottom: 12px;
}

.cta-inner p {
    font-size: 1.3rem;
    color: #555;
    line-height: 1.6;
    margin-bottom: 20px;
}

.cta-button {
    display: inline-block;
    background-color: #28A745;
    color: #fff;
    text-decoration: none;
    font-weight: 600;
    padding: 12px 28px;
    border-radius: 25px;
    font-size: 1.1rem;
    transition: background-color 0.3s, transform 0.2s;
}

.cta-button:hover {
    background-color: #1b5e20;
    transform: translateY(-2px);
}

/* ======================
   Responsive
====================== */
@media (max-width: 768px) {
    .cta-inner {
        padding: 20px 8px;
    }
    .cta-inner h2 {
        font-size: 1.5rem;
    }
    .cta-inner p {
        font-size: 0.95rem;
    }
    .cta-button {
        padding: 10px 22px;
        font-size: 0.95rem;
    }
}

/* cold rooms Container-specific CSS */
.coldstore-page {
  max-width: 768px;
  margin: 0 auto;
  padding: 16px;
  background-color: #ffffff;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333;
}

/* Title styles with larger font size */
.coldstore-page .coldstore-title {
  font-weight: bold;
  margin-bottom: 0.8rem;
}

.coldstore-page h2.coldstore-title {
  font-size: 2rem; /* main page title */
}

.coldstore-page h3.coldstore-title {
  font-size: 1.5rem; /* module titles */
  color: #1f5bb5;
}

.coldstore-page h4.coldstore-title {
  font-size: 1.2rem; /* card titles */
  color: #2a7ae2;
}

.coldstore-page p {
  margin-bottom: 1rem;
  line-height: 1.5;
}

.coldstore-module {
  border: 1px solid #ddd;
  border-radius: 8px;
  padding: 16px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
}

.coldstore-features {
  list-style-type: disc;
  padding-left: 1.5rem;
  margin: 0.5rem 0 0 0;
}

.coldstore-cards {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.coldstore-card {
  flex: 1 1 45%;
  border: 1px solid #ccc;
  border-radius: 6px;
  padding: 12px;
  background-color: #ffffff;
}

.coldstore-btn {
  display: inline-block;
  padding: 8px 16px;
  background-color: #2a7ae2;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
  transition: 0.3s;
}

.coldstore-btn:hover {
  background-color: #1f5bb5;
}

/* Responsive adjustments */
@media (max-width: 480px) {
  .coldstore-cards {
    flex-direction: column;
  }
  .coldstore-card {
    flex: 1 1 100%;
  }
}


/* Cold Storage Solutions Section */
.coldstorage-solutions {
    max-width: 768px;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

.coldstorage-solutions h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1f5bb5;
}

.coldstorage-solutions p {
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

/* Related Solutions Styling */
.solution-images {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.solution-item {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    background-color: #f9f9f9;
}

.solution-item img {
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 8px;
}

.solution-caption {
    font-size: 0.95rem;
    color: #333;
}

/* Mobile responsive */
@media (max-width: 480px) {
    .solution-item {
        flex: 1 1 100%;
    }
}


/* chillers Container */
.industrial-chiller-page {
    max-width: 768px;
    margin: 0 auto;
    padding: 16px;
    background-color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #333;
}

/* H2 Titles */
.industrial-chiller-page h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
    color: #1f5bb5;
}

/* H3 / H4 Titles */
.industrial-chiller-page h3 {
    font-size: 1.5rem;
    color: #1f5bb5;
    margin-top: 1.2rem;
    margin-bottom: 0.8rem;
}
.industrial-chiller-page h4 {
    font-size: 1.2rem;
    color: #2a7ae2;
    margin-bottom: 0.4rem;
}

/* Paragraphs */
.industrial-chiller-page p {
    margin-bottom: 1.2rem;
    line-height: 1.5;
}

/* Modules */
.chiller-module {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    margin-bottom: 20px;
    background-color: #f9f9f9;
}

/* List Styling */
.chiller-features {
    list-style-type: disc;
    padding-left: 1.5rem;
    margin: 0.5rem 0 0 0;
}

/* Cards for Classification */
.chiller-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 12px;
}

.chiller-card {
    flex: 1 1 45%;
    border: 1px solid #ccc;
    border-radius: 6px;
    padding: 12px;
    background-color: #fff;
}

/* Buttons */
.chiller-btn {
    display: inline-block;
    padding: 8px 16px;
    background-color: #2a7ae2;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.3s;
}

.chiller-btn:hover {
    background-color: #1f5bb5;
}

/* Related Solutions Styling */
.solution-images {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 16px;
}

.solution-item {
    flex: 1 1 45%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px;
    background-color: #f9f9f9;
}

.solution-item img {
    max-width: 100%;
    border-radius: 4px;
    margin-bottom: 8px;
}

.solution-caption {
    font-size: 0.95rem;
    color: #333;
}

/* Cold Rooms Structural Tree Styling */
.coldroom-structure {
    border: 1px solid #ddd;
    padding: 16px;
    margin-top: 24px;
    border-radius: 8px;
    background-color: #f9f9f9;
}

.coldroom-structure h3 {
    font-size: 1.5rem;
    margin-bottom: 12px;
    color: #1f5bb5;
}

.coldroom-structure ul {
    list-style-type: disc;
    padding-left: 1.5rem;
}

.coldroom-structure ul ul {
    list-style-type: circle;
    padding-left: 1.5rem;
    margin-top: 4px;
}

.coldroom-structure li {
    margin-bottom: 8px;
    line-height: 1.5;
}

.coldroom-structure strong {
    color: #2a7ae2;
}

/* Responsive: mobile devices */
@media (max-width: 480px) {
    .chiller-cards, .solution-images {
        flex-direction: column;
    }
    .chiller-card, .solution-item {
        flex: 1 1 100%;
    }
}

 /* 基础桌面样式 */
.markdown-body table th,
.markdown-body table td {
    vertical-align: middle;       /* 文字和图片垂直居中 */
    text-align: left;            /* 文字水平居中，可按需调整 */
    padding: 6px 8px;             /* 调整单元格间距 */
    border: 1px solid #ccc;       /* 可选边框 */
    word-break: break-word;        /* 防止文字过长撑开 */
}

/* 表格整体样式 */
.markdown-body table {
    border-collapse: collapse;    /* 边框紧凑 */
    width: 100%;                  /* 自适应容器宽度 */
}

/* 手机端适配 */
@media screen and (max-width: 768px) {
    .markdown-body table {
        display: block;           /* 允许横向滚动 */
        overflow-x: auto;         /* 横向滚动条 */
    }
    .markdown-body table th,
    .markdown-body table td {
        font-size: 14px;          /* 手机字体稍小 */
        padding: 4px 6px;         /* 手机端压缩单元格间距 */
    }
}


/* about page */
.company-page {
    max-width: 768px;
    margin: 0 auto;
    padding: 1.5rem 1rem;
    font-family: Arial, sans-serif;
    text-align: center;
}

.company-page h1 { font-size: 2.2rem; color: #1a3d7c; font-weight:700; }
.company-page h2 { font-size: 1.9rem; color:#1a3d7c; font-weight:600; line-height:1.3; margin-bottom:1.2rem; }
.company-page h3 { font-size:1.25rem; color:#0f2f6b; margin-bottom:0.5rem; }
.company-page p { line-height:1.7; color:#555; max-width:680px; margin:0 auto 1rem; }

/* HERO */
.hero { margin-bottom:2.5rem; }

/* CTA 按钮 */
.cta-button {
    display: inline-block;
    background: linear-gradient(135deg, #28A745, #34c759);
    color:#fff;
    text-decoration:none;
    font-weight:600;
    padding:14px 32px;
    border-radius:25px;
    font-size:1.1rem;
    box-shadow:0 6px 18px rgba(40,167,69,0.25);
    transition: all 0.25s ease;
}
.cta-button:hover { 
    background: linear-gradient(135deg, #1b5e20, #28A745);
    transform: translateY(-3px);
    box-shadow: 0 10px 26px rgba(0,0,0,0.18);
}
.cta-button.big { padding:16px 36px; font-size:1.2rem; }

/* GRID 卡片 */
.grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.2rem; margin-top:1rem; }
.card { background:#fff; padding:1.2rem; border-radius:14px; box-shadow:0 4px 14px rgba(0,0,0,0.06); }
.card h3 { margin-bottom:0.5rem; }
.card p, .card ul li { font-size:0.95rem; color:#555; }
.card ul { padding:0; margin-top:0.5rem; list-style:none; }

/* FEATURES */
.feature-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1rem; margin-top:1.5rem; }
.feature-grid div { background:#f7f9fc; padding:1rem; border-radius:12px; }

/* CERT */
.cert-box { display:flex; justify-content:center; gap:10px; margin-top:1rem; }
.cert-box span { background:#eef2f7; padding:6px 12px; border-radius:6px; font-size:0.85rem; }

/* CTA区 */
.cta { margin-top:3rem; padding:2rem 1rem; background:#f4f7fb; border-radius:14px; }

/* FAQ */
.faq h3 { font-size:1.1rem; color:#0f2f6b; margin-top:1rem; }
.faq p { font-size:0.95rem; color:#555; }

/* 移动端 */
@media (max-width:768px) {
    .grid, .feature-grid { grid-template-columns:1fr; }
    .cta-button { width:100%; max-width:320px; }
    .company-page h1 { font-size:1.6rem; }
    .company-page h2 { font-size:1.4rem; }
    .company-page h3 { font-size:1.1rem; }
}



