@charset "UTF-8";

[v-cloak] {
    display: none !important;
}

/* --------------------动画-------------------------------- */
@keyframes puBanner {
    from {
        transform: translateY(50px);
        opacity: 0;
    }

    to {
        transform: translateY(0px);
        opacity: 1;
    }
}

@keyframes bannerimg {
    from {
        transform: scale(1.2);
    }

    to {
        transform: scale(1);
    }
}

.color-primary {
    color: #536EC5; /*主体颜色*/
}

.color-success {
    color: #67C23A; /*成功颜色*/
}

.color-warning {
    color: #E6A23C; /*警告颜色*/
}

.color-danger {
    color: #F56C6C; /*危险颜色*/
}

.color-info {
    color: #909399; /*信息颜色*/
}

.font-color-primary {
    color: #333333; /*主要文字颜色*/
}

.font-color-regular {
    color: #666666; /*常规字体颜色*/
}

.font-color-secondary {
    color: #999999; /*次要字体颜色*/
}

.font-color-placeholder {
    color: #cccccc; /*占位字体颜色*/
}

.font-color-money {
    color: #e2b266;; /*货币字体颜色*/
}

.border-color-base {
    color: #F5F5F5; /*基本边框颜色*/
}

.background-color-base {
    background-color: #f1f5f9 !important; /*基本背景颜色*/
}

.background-color-vip {
    background-color: #e2b266 !important;
}

/* --------------------样式清除-------------------------------- */
/* 隐藏number类型输入框的上下箭头 */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type="number"] {
    -moz-appearance: textfield; /* Firefox */
}

/* 移动端禁用点击反馈效果 */
* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0); /* 设置为透明 */
    -webkit-tap-highlight-color: transparent; /* 兼容性设置 */
}

/*primevue样式清除*/
:focus-visible {
    outline: 0 !important;
}

.p-toast {
    width: 100%;
    max-width: 20rem;
}

.p-drawer-header {
    padding: 16px !important;
    border-bottom: 1px solid #f5f5f5;
}

.p-drawer-title {
    font-weight: normal !important;
    font-size: 1.2rem !important;
}

.p-card {
    border: 1px solid #F5F5F5;
    box-shadow: none !important;
}

/* CSS Reset */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: sans-serif;
    font-size: 14px;
    font-style: normal;
    color: #333333; /* 设置默认文字颜色 */
    background-color: #f5f5f5; /* 设置背景颜色 */
}

ol, ul {
    list-style: none;
}

a {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    color: #666666;
}

img {
    border: none;
    max-width: 100%;
    height: auto;
}

/* CSS Normalize */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}


abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

p {
    line-height: 1.5;
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

[type=button], [type=reset], [type=submit], button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring, button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.c-button {
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em;
    height: 40px;
    transition: all .3s ease;
    padding: 0 16px;
    margin: 0 4px;
    border: 0;
    background-color: #f4f4f4;
    border-radius: 4px;
    cursor: pointer;
}

.c-button:hover {
    background-color: #f5f5f5;
    color: #666666;
}

/* --------------------板面-------------------------------- */
/*页面宽度*/
.wrapper {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    box-sizing: border-box;
}

/*页面边距*/
.siding {
    padding: 0 16px;
}

.ud-siding {
    margin: 10px 0;
}

.form-siding {
    margin-top: 20px;
}

.content-siding {
    padding: 16px 16px 0 16px;
    /*padding: 16px 24px 0 24px;*/
}


.p-dialog-header {
    padding: 10px 10px 0 20px !important;
}

.site {
    display: flex;
    min-height: 100vh;
    flex-flow: column;
}

/* --------------------布局-------------------------------- */
/*布局*/
.pd-l-min {
    padding-left: 8px;
}

.pd-l-middle {
    padding-left: 16px;
}

.pd-l-max {
    padding-left: 24px;
}

.pd-r-min {
    padding-right: 8px;
}

.pd-r-middle {
    padding-right: 16px;
}

.pd-r-max {
    padding-right: 24px;
}

.pd-t-min {
    padding-top: 8px;
}

.pd-t-middle {
    padding-top: 16px;
}

.pd-t-max {
    padding-top: 24px;
}

.pd-b-min {
    padding-bottom: 8px;
}

.pd-b-middle {
    padding-bottom: 16px;
}

.pd-max {
    padding: 24px;
}

.pd-min {
    padding: 8px;
}

.pd-middle {
    padding: 16px;
}

.pd-max {
    padding: 24px;
}

.mg-l-min {
    margin-left: 8px;
}

.mg-l-middle {
    margin-left: 16px;
}

.mg-l-max {
    margin-left: 24px;
}

.mg-r-min {
    margin-right: 8px;
}

.mg-r-middle {
    margin-right: 16px;
}

.mg-r-max {
    margin-right: 24px;
}

.mg-t-min {
    margin-top: 8px;
}

.mg-t-middle {
    margin-top: 16px;
}

.mg-t-max {
    margin-top: 24px;
}

.mg-t-max {
    margin-top: 24px;
}

.mg-b-min {
    margin-bottom: 8px;
}

.mg-b-middle {
    margin-bottom: 16px;
}

.mg-b-max {
    margin-bottom: 24px;
}

.mg-max {
    margin: 24px;
}

.mg-min {
    margin: 8px;
}

.mg-middle {
    margin: 16px;
}

.mg-max {
    margin: 24px;
}

.\!p-0 {
    padding: 0 !important
}

.\!p-2 {
    padding: .5rem !important
}

.\!p-4 {
    padding: 1rem !important
}

.\!p-5 {
    padding: 1.25rem !important
}

.\!p-8 {
    padding: 2rem !important
}

.p-0 {
    padding: 0
}

.p-1 {
    padding: .25rem
}

.p-1\.5 {
    padding: .375rem
}

.p-2 {
    padding: .5rem
}

.p-20 {
    padding: 5rem
}

.p-3 {
    padding: .75rem
}

.p-4 {
    padding: 1rem
}

.p-5 {
    padding: 1.25rem
}

.p-6 {
    padding: 1.5rem
}

.p-7 {
    padding: 1.75rem
}

.p-8 {
    padding: 2rem
}

.p-\[0\.28rem\] {
    padding: .28rem
}

.p-\[1px\] {
    padding: 1px
}

.\!px-0 {
    padding-left: 0 !important;
    padding-right: 0 !important
}

.\!px-2 {
    padding-left: .5rem !important;
    padding-right: .5rem !important
}

.\!px-3 {
    padding-left: .75rem !important;
    padding-right: .75rem !important
}

.\!px-4 {
    padding-left: 1rem !important;
    padding-right: 1rem !important
}

.\!py-0 {
    padding-bottom: 0 !important;
    padding-top: 0 !important
}

.\!py-1 {
    padding-bottom: .25rem !important;
    padding-top: .25rem !important
}

.\!py-2 {
    padding-bottom: .5rem !important;
    padding-top: .5rem !important
}

.\!py-3 {
    padding-bottom: .75rem !important;
    padding-top: .75rem !important
}

.px-1 {
    padding-left: .25rem;
    padding-right: .25rem
}

.px-10 {
    padding-left: 2.5rem;
    padding-right: 2.5rem
}

.px-2 {
    padding-left: .5rem;
    padding-right: .5rem
}

.px-3 {
    padding-left: .75rem;
    padding-right: .75rem
}

.px-4 {
    padding-left: 1rem;
    padding-right: 1rem
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem
}

.px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem
}

.px-8 {
    padding-left: 2rem;
    padding-right: 2rem
}

.py-0 {
    padding-bottom: 0;
    padding-top: 0
}

.py-0\.5 {
    padding-bottom: .125rem;
    padding-top: .125rem
}

.py-1 {
    padding-bottom: .25rem;
    padding-top: .25rem
}

.py-12 {
    padding-bottom: 3rem;
    padding-top: 3rem
}

.py-2 {
    padding-bottom: .5rem;
    padding-top: .5rem;
}

.py-2\.5 {
    padding-bottom: .625rem;
    padding-top: .625rem
}

.py-20 {
    padding-bottom: 5rem;
    padding-top: 5rem
}

.py-3 {
    padding-bottom: .75rem;
    padding-top: .75rem
}

.py-3\.5 {
    padding-bottom: .875rem;
    padding-top: .875rem
}

.py-4 {
    padding-bottom: 1rem;
    padding-top: 1rem
}

.py-5 {
    padding-bottom: 1.25rem;
    padding-top: 1.25rem
}

.py-6 {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem
}

.py-8 {
    padding-bottom: 2rem;
    padding-top: 2rem
}

.pb-0 {
    padding-bottom: 0
}

.pb-0\.5 {
    padding-bottom: .125rem
}

.pb-2 {
    padding-bottom: .5rem
}

.pb-4 {
    padding-bottom: 1rem
}

.pl-0 {
    padding-left: 0
}

.pl-2 {
    padding-left: .5rem
}

.pl-4 {
    padding-left: 1rem
}

.pl-5 {
    padding-left: 1.25rem
}

.pr-0 {
    padding-right: 0
}

.pr-2 {
    padding-right: .5rem
}

.pr-4 {
    padding-right: 1rem
}

.pr-8 {
    padding-right: 2rem
}

.pt-0 {
    padding-top: 0
}

.pt-1 {
    padding-top: .25rem
}

.pt-20 {
    padding-top: 5rem
}

.pt-3 {
    padding-top: .75rem
}

.pt-32 {
    padding-top: 8rem
}

.pt-4 {
    padding-top: 1rem
}

.pt-6 {
    padding-top: 1.5rem
}

.pt-8 {
    padding-top: 2rem
}

/*字体*/
.text-left {
    text-align: left
}

.text-center {
    text-align: center
}

.text-right {
    text-align: right
}

.text-justify {
    text-align: justify
}

.text-2xl {
    font-size: 1.5rem;
    line-height: 2rem
}

.text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem
}

.text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem
}

.text-5xl {
    font-size: 3rem;
    line-height: 1
}

.text-\[12px\] {
    font-size: 12px
}

.text-\[14px\] {
    font-size: 14px
}

.text-\[16px\] {
    font-size: 16px
}

.text-\[18px\] {
    font-size: 18px
}

.text-\[20px\] {
    font-size: 20px
}

.text-\[24px\] {
    font-size: 24px
}

.text-\[26px\] {
    font-size: 26px
}

.text-\[32px\] {
    font-size: 32px
}

.text-base {
    font-size: 1rem;
    line-height: 1.5rem
}

.text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem
}

.text-lg\/8 {
    font-size: 1.125rem;
    line-height: 2rem
}

.text-sm {
    font-size: .875rem;
    line-height: 1.25rem
}

.text-sm\/6 {
    font-size: .875rem;
    line-height: 1.5rem
}

.text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem
}


.text-xs {
    font-size: .75rem;
    line-height: 1rem
}

.font-bold {
    font-weight: 700
}

.font-medium {
    font-weight: 500
}

.font-normal {
    font-weight: 400
}

.font-semibold {
    font-weight: 600
}

.font-thin {
    font-weight: 100
}

.leading-4 {
    line-height: 1rem
}

.leading-6 {
    line-height: 1.5rem
}

.leading-none {
    line-height: 1
}

.leading-normal {
    line-height: 1.5
}

.leading-tight {
    line-height: 1.25
}

/*布局*/
.flex {
    display: flex;
}

.flex-grid {
    display: grid;
}

.justify-content-space-between {
    justify-content: space-between;
}

.justify-content-center {
    justify-content: center;
}

.justify-content-start {
    justify-content: start;
}

.justify-content-end {
    justify-content: end;
}

.align-items-center {
    align-items: center;
}

.align-items-baseline {
    align-items: baseline;
}

.gap-base {
    gap: 0.8rem;
}

/*视觉*/
.cursor-pointer {
    cursor: pointer;
}

/* --------------------顶部-------------------------------- */
/*头部*/
.header {
    position: sticky;
    top: 0;
    z-index: 1000;
}

.header-main {
    width: 100%;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, 0.1);
    z-index: 120;
}

/*头部导航*/
.header-nav {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background: #ffffff;
}

.header-nav .wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 64px;
}

/*头部导航菜单*/
.header-nav-left {
    display: flex;
    align-items: center;
}

.header-menu {
    padding-left: 32px;
}

/*头部导航用户*/
.header-nav-right .toolBtn {
    background: transparent;
    border: none;
    cursor: pointer;
}

.header-user {
    display: flex;
    gap: 16px;
}

.header-user i {
    color: #666666;
}

.header-user i:hover {
    color: #333333;
}

/*logo*/
.logo {
    display: inline-block;
}

.logo-name {
    color: #333333;
    font-size: 1.3rem;
}

.logo img {
    max-width: 100px;
    height: auto;
    width: 100%;
    display: block;
}

.logo:hover img {
    opacity: 0.8;
}

/*logo-dark*/
.logo-dark- {
    display: inline-block;
}

.logo-dark-name {
    color: #FFFFFF;
    font-size: 22px;
    font-weight: 600;
}

.logo-dark img {
    max-width: 100px;
    height: auto;
    width: 100%;
    display: block;
}

.logo-dark:hover img {
    opacity: 0.8;
}

/*PC菜单*/
.pc-nav-menu {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 14px;
}

.pc-nav-menu .pc-nav-menu-ul {
    display: flex;
}

.pc-nav-menu .pc-nav-menu-ul .sub-menu {
    font-size: 13px;
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.25s, top 0.25s, visibility 0.25s;
    position: absolute;
    top: 80px;
    left: -35px;
    background-color: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    display: flex;
    flex-direction: column;
    padding: 10px 0;
    max-width: 160px;
    min-width: 120px;
    width: 100%;
    text-align: center;
}

.pc-nav-menu .pc-nav-menu-ul > li > .sub-menu {
    left: 50%;
    transform: translateX(-50%);
}

.pc-nav-menu .pc-nav-menu-ul > li > .sub-menu::before {
    content: "";
    position: absolute;
    right: 50%;
    top: -6px;
    transform: translateX(50%) rotate(-45deg);
    width: 10px;
    height: 10px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.05);
    border-bottom-color: transparent !important;
    border-left-color: transparent !important;
}

.pc-nav-menu .pc-nav-menu-ul .sub-menu li {
    line-height: 34px;
    padding: 0 13px;
    position: relative;
    transition: background-color .3s linear;
}

.pc-nav-menu .pc-nav-menu-ul .sub-menu li:hover > a {
    color: #333333; /* 二级菜单高亮字体颜色 */
    display: block;
    cursor: pointer;
}

.pc-nav-menu .pc-nav-menu-ul .sub-menu > li > ul {
    top: 0;
    left: 100%;
}

.pc-nav-menu .pc-nav-menu-ul .sub-menu > li:hover > ul {
    top: -11px;
}

.pc-nav-menu .pc-nav-menu-ul .sub-menu > li:hover {
    background-color: #f5f5f5; /* 二级菜单高亮背景色 */
}

.pc-nav-menu .pc-nav-menu-ul > li > a,
.pc-nav-menu .pc-nav-menu-ul > li.menu-item-has-children > a {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    /*position: relative;*/
    padding: 0 16px;
    color: #333333; /* 一级菜单正常状态字体颜色 */
}


.pc-nav-menu .pc-nav-menu-ul > li:hover > a,
.pc-nav-menu .pc-nav-menu-ul > li.menu-item-has-children:hover > a {
    color: #666666; /* 一级菜单高亮字体颜色 */
}

.pc-nav-menu .pc-nav-menu-ul li:hover > .sub-menu {
    visibility: visible;
    opacity: 1;
    top: 100%;

}

.pc-nav-menu .pc-nav-menu-ul > li {
    line-height: 64px;
    position: relative;
}

.pc-nav-menu .pc-nav-menu-ul li.menu-item-has-children > a i {
    display: inline-block;
    transition: all 0.45s ease-in-out;
    font-size: 10px;
    font-weight: 500;
    margin-left: 5px;
}

.pc-nav-menu .pc-nav-menu-ul li.menu-item-has-children:hover a i {
    transform: rotate(180deg);
}

.pc-nav-menu .pc-nav-menu-ul .sub-menu > li > a {
    color: #333333; /* 二级菜单正常状态字体颜色 */
}

/*搜索弹窗*/
.search-box .push-tag {
    margin-top: 10px;
    overflow-x: auto;
}

.search-box .push-tag-list a {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -.02em;
    color: #666666;
    text-decoration: none;
    transition: all .3s ease;
}

.search-box .push-tag-list a:hover {
    background: #f2f2f2;
}

/*登录*/
.login-box .other-options {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 12px;
}

.login-box .other-options .right {
    display: flex;
    gap: 10px;
}

.login-box .site-terms {
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
    font-size: 12px;
}

.login-box .p-button-fluid {
    height: 46px;
    width: 100%;
}

/*移动菜单*/
.mobile-menu .p-panelmenu-panel {
    border: none;
    border-bottom: 1px solid #f5f5f5;
    border-radius: 0;
}

.mobile-menu a {
    display: block;
    width: 100%;
}

.mobile-menu .p-panelmenu-item:not(.p-disabled) > .p-panelmenu-item-content a:hover,
.mobile-menu .p-panelmenu-header:not(.p-disabled) .p-panelmenu-header-content a:hover {
    background-color: transparent;
    color: #333333;
    font-weight: bold;
}

.mobile-menu .expand {
    cursor: pointer;
    display: inline-block;
    transition: all 0.45s ease-in-out;
    font-size: 10px;
    font-weight: 500;
    padding: 0 8px;
    margin-right: 8px;
}

.mobile-menu .p-panelmenu {
    gap: 0px
}

.mobile-menu .p-panelmenu-item-content {
    border-top: 1px solid #f5f5f5;
    border-radius: 0;
}


/* --------------------主页面板-------------------------------- */
.user-pane-box .back-btn {
    left: 15px;
    position: absolute;
    top: 11px;
}

.user-pane-box .home-container {
    align-items: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.user-pane-box .user-header .avatar {
    display: block;
    height: 118px;
    width: 118px;
    border-radius: 12px;
    margin-top: 40px;
    background-color: #F5F5F5;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.user-pane-box .user-avatar {
    position: relative;
}

.user-pane-box .upload-picture-label {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #00000050;
    border-radius: 0 0 12px 12px;
    color: #ffffff;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.25s, visibility 0.25s;
}

.user-pane-box .user-avatar:hover .upload-picture-label {
    opacity: 1;
    visibility: visible;
}

.user-pane-box .upload-picture {
    display: none;
}

.user-pane-box .user-name {
    font-size: 17px;
    margin: 20px 0;
    font-weight: 600;
}

.user-pane-box .user-id {
    color: #333333;
    font-size: 16px;
    left: 20px;
    position: absolute;
    top: 20px;
}

.user-pane-box .user-btns {
    display: flex;
    gap: 20px;
    margin: 20px 0 30px;
}

.user-pane-box .user-ico-btn {
    text-align: center;
    cursor: pointer;
}

.user-pane-box .user-ico-btn i {
    color: #2f2f32;
    font-size: 16px;
}

.user-pane-box .user-tiptext {
    margin-bottom: 5px;
}

/* --------------------卡片组-------------------------------- */
.card-grid {
    display: grid;
    gap: .5rem;
    grid-template-columns: repeat(3, minmax(0, 1fr));
}

/*主页面板*/
.user-pane-box .home-container .user-sign {
    width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*充值余额*/
.user-pane-box .balance-container .p-card.active {
    border: 1px solid #ef4444;
}

/*账单*/
.user-pane-box .balance-container .p-tablist-tab-list {
    justify-content: center;
}

.user-pane-box .bill-amount {
    font-size: 14px;
    font-weight: 600;
}

.user-pane-box .bill-log .bill-detail {
    display: flex;
    justify-content: space-between;
    padding: 10px 0;
    border-bottom: 1px solid #F5F5F5;
    gap: 16px;
}

.user-pane-box .bill-log .bill-total,
.user-pane-box .bill-log .bill-date {
    margin-top: 5px;
    color: #999999;
    font-size: 12px;
}

.user-pane-box .bill-log .bill-amount {
    text-align: right;
}

.user-pane-box .bill-log .bill-amount.income {
    color: #ee4645;
}

.user-pane-box .bill-log .bill-title {
    font-size: 14px;
}

.user-pane-box .bill-log .bill-right {
    text-align: right;
    flex-shrink: 0;
}

/*开通会员*/
.user-pane-box .vip-container .p-card.active {
    border: 1px solid #FFDF89;
}

.user-pane-box .vip-container .p-button {
    background-color: #FFDF89;
    background-image: linear-gradient(90deg, #FFDF89 0%, #F2CA5B 100%);
    border: 0;
    color: #333333;
}

.user-pane-box .vip-container .p-button:hover {
    background-color: #fde01e;
    background-image: linear-gradient(45deg, #FFDF89 0%, #F2CA5B 100%);
    border: 0;
    color: #666666;
}

/*用户设置*/
.user-pane-box .info-container .p-tablist-tab-list {
    justify-content: center;
}

/*网站底部*/
.footer {
    background: #ffffff;
    border-top: 1px solid #f5f5f5;
    margin-top: 16px;
}

.main-footer {
    padding: 20px 0;
}

.footer-copyright {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    gap: 5px;
}

.main-footer-right {
    line-height: 1.8;
    text-align: center;
}

/*网站内容*/
.site-content {
    flex: 1;
}

/*404页面*/
.error-page {
    background: #ffffff;
    padding: 10rem 0;
    min-height: 80vh;
}


/*表格*/

.wp-block-table {
    overflow-x: auto
}

.wp-block-table table {
    border-collapse: collapse;
    width: 100%
}

.wp-block-table thead {
    border-bottom: 3px solid
}

.wp-block-table tfoot {
    border-top: 3px solid
}

.wp-block-table td, .wp-block-table th {
    border: 1px solid;
    padding: .5em
}

.wp-block-table .has-fixed-layout {
    table-layout: fixed;
    width: 100%
}

.wp-block-table .has-fixed-layout td, .wp-block-table .has-fixed-layout th {
    word-break: break-word
}

.wp-block-table.aligncenter, .wp-block-table.alignleft, .wp-block-table.alignright {
    display: table;
    width: auto
}

.wp-block-table.aligncenter td, .wp-block-table.aligncenter th, .wp-block-table.alignleft td, .wp-block-table.alignleft th, .wp-block-table.alignright td, .wp-block-table.alignright th {
    word-break: break-word
}

.wp-block-table .has-subtle-light-gray-background-color {
    background-color: #f3f4f5
}

.wp-block-table .has-subtle-pale-green-background-color {
    background-color: #e9fbe5
}

.wp-block-table .has-subtle-pale-blue-background-color {
    background-color: #e7f5fe
}

.wp-block-table .has-subtle-pale-pink-background-color {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes {
    background-color: initial;
    border-bottom: 1px solid #f0f0f0;
    border-collapse: inherit;
    border-spacing: 0
}

.wp-block-table.is-style-stripes tbody tr:nth-child(odd) {
    background-color: #f0f0f0
}

.wp-block-table.is-style-stripes.has-subtle-light-gray-background-color tbody tr:nth-child(odd) {
    background-color: #f3f4f5
}

.wp-block-table.is-style-stripes.has-subtle-pale-green-background-color tbody tr:nth-child(odd) {
    background-color: #e9fbe5
}

.wp-block-table.is-style-stripes.has-subtle-pale-blue-background-color tbody tr:nth-child(odd) {
    background-color: #e7f5fe
}

.wp-block-table.is-style-stripes.has-subtle-pale-pink-background-color tbody tr:nth-child(odd) {
    background-color: #fcf0ef
}

.wp-block-table.is-style-stripes td, .wp-block-table.is-style-stripes th {
    border-color: #0000
}

.wp-block-table .has-border-color td, .wp-block-table .has-border-color th, .wp-block-table .has-border-color tr, .wp-block-table .has-border-color > * {
    border-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:first-child, .wp-block-table table[style*=border-top-color] tr:first-child td, .wp-block-table table[style*=border-top-color] tr:first-child th, .wp-block-table table[style*=border-top-color] > *, .wp-block-table table[style*=border-top-color] > * td, .wp-block-table table[style*=border-top-color] > * th {
    border-top-color: inherit
}

.wp-block-table table[style*=border-top-color] tr:not(:first-child) {
    border-top-color: initial
}

.wp-block-table table[style*=border-right-color] td:last-child, .wp-block-table table[style*=border-right-color] th, .wp-block-table table[style*=border-right-color] tr, .wp-block-table table[style*=border-right-color] > * {
    border-right-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:last-child, .wp-block-table table[style*=border-bottom-color] tr:last-child td, .wp-block-table table[style*=border-bottom-color] tr:last-child th, .wp-block-table table[style*=border-bottom-color] > *, .wp-block-table table[style*=border-bottom-color] > * td, .wp-block-table table[style*=border-bottom-color] > * th {
    border-bottom-color: inherit
}

.wp-block-table table[style*=border-bottom-color] tr:not(:last-child) {
    border-bottom-color: initial
}

.wp-block-table table[style*=border-left-color] td:first-child, .wp-block-table table[style*=border-left-color] th, .wp-block-table table[style*=border-left-color] tr, .wp-block-table table[style*=border-left-color] > * {
    border-left-color: inherit
}

.wp-block-table table[style*=border-style] td, .wp-block-table table[style*=border-style] th, .wp-block-table table[style*=border-style] tr, .wp-block-table table[style*=border-style] > * {
    border-style: inherit
}

.wp-block-table table[style*=border-width] td, .wp-block-table table[style*=border-width] th, .wp-block-table table[style*=border-width] tr, .wp-block-table table[style*=border-width] > * {
    border-style: inherit;
    border-width: inherit
}

:where(.wp-block-term-description) {
    margin-bottom: 1rem;
    margin-bottom: 1rem;
}

.wp-block-term-description p {
    margin-bottom: 0;
    margin-top: 0
}

.wp-block-text-columns, .wp-block-text-columns.aligncenter {
    display: flex
}

.wp-block-text-columns .wp-block-column {
    margin: 0 1em;
    padding: 0
}

.wp-block-text-columns .wp-block-column:first-child {
    margin-left: 0
}

.wp-block-text-columns .wp-block-column:last-child {
    margin-right: 0
}

.wp-block-text-columns.columns-2 .wp-block-column {
    width: 50%
}

.wp-block-text-columns.columns-3 .wp-block-column {
    width: 33.33333%
}

.wp-block-text-columns.columns-4 .wp-block-column {
    width: 25%
}

pre.wp-block-verse {
    overflow: auto;
    white-space: pre-wrap
}

:where(pre.wp-block-verse) {
    font-family: inherit
}

.wp-block-video {
    box-sizing: border-box
}

.wp-block-video video {
    vertical-align: middle;
    width: 100%
}

@supports (position: sticky) {
    .wp-block-video [poster] {
        object-fit: cover
    }
}

.wp-block-video.aligncenter {
    text-align: center
}

.wp-block-video :where(figcaption) {
    margin-bottom: 1em;
    margin-top: .5em
}


/*分页*/
.pagination {
    display: flex;
    justify-content: center;
    gap: 5px;
    padding-bottom: 28px;
    background: #ffffff;
}

.pagination .nav-links {
    display: flex;
    justify-content: center;
    gap: 5px;
    flex-wrap: wrap;
}

.pagination a,
.pagination span {
    background-color: #F5F6F7;
    color: #333333;
    padding: 5px 12px;
    border-radius: 5px;
    font-size: 14px;
}

.pagination a:hover,
.pagination span:hover {
    background-color: #333333;
    color: #ffffff;
}

.pagination .current {
    background-color: #333333;
    color: #ffffff;
    cursor: not-allowed;
}

.pagination .prev,
.pagination .next {
    font-weight: bold;
}

.pagination a:focus {
    outline: none;
}

.pagination a:active {
    background-color: #a1a6b1;
}

.pagination .screen-reader-text {
    display: none;
}

/*内容布局*/
.column-layout {
    display: flex;
    align-items: flex-start;
    transition: all 0.3s ease;
    gap: 16px;
}

.content-layout {
    flex-grow: 1;
    width: calc(100% - 360px);
    display: flex;
    /*grid-gap: 20px;*/
    flex-direction: column;
    transition: margin-left 0.3s ease, width 0.3s ease;
    animation: puBanner 2s;
}

.aside-layout {
    width: 300px;
    min-width: 300px;
    max-width: 100%;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.aside-layout-r {
    width: 300px;
    min-width: 300px;
    max-width: 100%;
    position: sticky;
    top: 0;
    display: flex;
    flex-direction: column;
    gap: 16px;
}

/*内容布局*/
.breadcrumbs i {
    margin-right: 4px;
    font-size: 14px;
}

.breadcrumbs-gt {
    margin: 0 5px;
}

/*标签*/
.post-tags a {
    margin-right: 8px;
}

/*标签*/
.breadcrumbs {
    margin-bottom: 16px;
}


/*数值输入*/
.quantity-container {
    display: flex;
    align-items: center;
    margin: 5px 0;
}

.quantity-container .quantity-btn {
    background-color: #f5f5f5;
    color: #333333;
    border: none;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
    transition: background-color 0.3s;
    user-select: none;
}

.quantity-container .quantity-btn:hover {
    background-color: #f2f2f2;
}

.quantity-container input[type="number"] {
    width: 50px;
    text-align: center;
    font-size: 14px;
    padding: 5px;
    border: none;
}

/*搜索*/
.search-banner {
    background: #ffffff;
}

.search-banner .search-siding {
    padding: 16px 24px;
}

.search-banner i {
    font-size: 14px;
}

.search-list-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px;
    background: #ffffff;
}

.search-list-posts .post {
    width: 100%;
    border-bottom: 1px solid #f5f6f7;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding-bottom: 24px;
}

.search-list-posts .title {
    margin: -7px 0 4px;
    display: inherit;
    font-size: 18px;
    color: #333333;
    line-height: 1.5;
}

.search-list-posts p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 24px;
    color: #888888;
}


/*订单列表*/
.user-pane-box .order-item {
    margin: 5px 0;
}

.user-pane-box .order-summary {
    padding: 10px 0;
    border-bottom: 1px solid #F5F6F7
}

.user-pane-box .order-project {
    white-space: nowrap; /* 防止换行 */
    overflow: hidden; /* 隐藏溢出的部分 */
    text-overflow: ellipsis; /* 溢出部分显示省略号 */
}

.user-pane-box .order-sketch {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.user-pane-box .order-state {
    color: #e62828;
    white-space: nowrap; /* 防止换行 */
    flex-shrink: 0; /* 防止order-state被压缩 */
}

.user-pane-box .toggle-details-btn {
    padding: 5px 10px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
}

.user-pane-box .order-content {
    cursor: pointer;
}

.user-pane-box .order-details {
    margin-top: 16px;
    padding-top: 10px;
    border-top: 2px solid #333333;
}

.user-pane-box .order-details p {
    margin: 5px 0;
    word-wrap: break-word;
}

.user-pane-box .order-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/*默认包装*/
.default-pack {
    padding: 24px;
    background: #ffffff;
}


/* 设置所有分页按钮和分页器的颜色 */
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
    color: #ffffff !important;
}

/* 设置按钮图标的样式 */
.swiper-button-next::after,
.swiper-button-prev::after {
    font-size: 14px !important; /* 设置按钮图标的大小 */
    font-weight: bold !important;
    cursor: pointer !important;
}

/* 设置导航按钮的样式 */
.swiper-button-next,
.swiper-button-prev {
    font-size: 14px !important; /* 设置按钮字体大小 */
    color: #ffffff;
    /*background: rgba(0, 0, 0, .25) !important;*/
    cursor: pointer !important;
    border-radius: 3px !important;
}

/* 改变当前激活的分页点样式 */
.swiper-pagination-bullet-active {
    background-color: #ffffff !important; /* 激活点颜色 */
    width: 20px !important; /* 设置宽度 */
    border-radius: 30px !important; /* 设置圆角 */
}

/* 设置分页器点的颜色和样式 */
.swiper-pagination-bullet {
    background-color: #ffffff !important; /* 设置默认原点颜色 */
}

/* 调整分页器的垂直位置 */
.swiper-horizontal .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 24px !important;
}

.swiper-slide {
    background-size: cover; /* 或者使用 100% 100% 来拉伸图片 */
    background-position: center; /* 让图片居中显示 */
}


/* 调整标题的垂直位置 */
.swiper-slide .container {
    height: 100%;
    position: relative;
}

.swiper-slide .banner-wrap {
    display: table;
    position: absolute;
    top: 0;
    left: 50px;
    height: 100%;
    z-index: 99;
}

.swiper-slide .banner-info {
    display: table-cell;
    vertical-align: middle;
}

.swiper-slide h2 {
    color: #ffffff;
    font-size: 2.6em;
    line-height: 1.2;
    font-weight: bold;
}

.swiper-slide h3 {
    color: #ffffff;
    font-size: 1.3em;
    line-height: 1.2;
    margin-top: 20px;
    font-weight: bold;
}

.swiper-slide .banner-button {
    border: 1px solid;
    color: #ffffff;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    margin-top: 30px;
    padding: 10px 45px;
    border-radius: 6px;
    transition: 0.3s all;
}

.swiper-slide .banner-button:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

/* 产品模块 */
.home-product-module-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-product-module-posts .item-grid {
    box-sizing: border-box;
    overflow: hidden;
    border-radius: 6px;
    /*animation: puBanner 2s;*/
    /*border: 1px solid #ebebeb;*/
    /*background: #ffffff;*/
    transition: all 0.5s ease-out;
}

.home-product-module-posts .item-grid:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.home-product-module-posts img {
    height: 160px;
    width: 100%;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    transition: all 0.5s ease-out;
    box-sizing: border-box;
}

.home-product-module-posts img:hover {
    transform: scale(1.02);
}

.home-product-module-posts .title {
    padding: 16px;
    text-align: center;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    max-width: 100%;
    font-size: 16px;
    line-height: 1.5rem;
    color: #333333;
    /*font-weight: bold;*/
}

.home-product-module-posts .thumbnail {
    position: relative;
}

.home-product-module-posts .price {
    padding: 5px 10px;
    font-size: 12px;
    position: absolute;
    top: 0;
    right: 0;
    color: #ffffff;
    border-radius: 0 0 0 6px;
    background: rgba(171, 33, 50, 0.8);
}

/* 模块标题隐藏 */
.section-header-none {
    display: none;
}

/* 模块标题左侧 */
.section-header-left h2 {
    font-size: 1.75em;
    color: #333333;
    font-weight: initial;
    margin-right: 16px;
}

.section-header-left .section-desc {
    color: #999999;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.5;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    box-sizing: border-box;
    display: flex;
    align-items: baseline;
}

.section-header-left {
    display: flex;
    justify-content: space-between;
    gap: 16px;
    align-items: baseline;
    margin-bottom: 10px;
}

/* 更多内容 */
.section-header-left .section-more {
    flex-shrink: 0;
}

.section-header-left .section-more a:hover {
    color: #333333;
}

/* 模块标题中间 */
.section-header-center h2 {
    font-size: 1.75em;
    color: #333333;
    font-weight: initial;
    margin-bottom: 10px;
}

.section-header-center .section-desc {
    color: #999999;
    font-size: 1rem;
    letter-spacing: 1px;
    line-height: 1.5;
    text-align: center;
}

.section-header-center {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 16px;
    align-items: baseline;
    margin: 1.5rem 0;
}

/* 更多内容 */
.section-header-center .section-more {
   display: none;
}

/*首页文章模块*/
.home-post-module-posts {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    padding: 24px;
    background: #ffffff;
}

.home-post-module-posts .post {
    width: 100%;
    border-bottom: 1px solid #f5f6f7;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 8px;
    padding-bottom: 16px;
}

.home-post-module-posts .title {
    margin: -7px 0 4px;
    display: inherit;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.home-post-module-posts p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: fit-content;
}

.home-post-module-posts .post-info {
    display: flex;
    margin-top: 5px;
}

.home-post-module-posts .post-info img {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
    display: block;
    max-height: 100px;
    height: auto;
    margin-left: 10px;
    object-fit: cover;
}

.home-post-module-posts .entry-meta {
    color: #666666;
    font-size: 14px;
    display: flex;
    gap: 8px;
}

.home-post-module-posts .entry-meta i {
    font-size: 14px;
}

.home-post-module-posts .entry-meta span {
    color: #888888;
}

.posts-none {
    padding: 24px;
    background: #ffffff;
}


/*网址导航模块*/
.home-links-module-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-links-module-posts .link-in {
    padding: 10px;
    align-items: flex-start;
    position: relative;
    box-shadow: none;
    border: 1px solid #ebebeb;
    display: flex;
    background: #ffffff;
    border-radius: 6px;
    transition: all 0.5s ease-out;
}

.home-links-module-posts .link-in:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.home-links-module-posts .link-img {
    width: 32px;
    height: 32px;
    min-width: 32px;
    display: block;
    margin-right: 8px;
    background-color: #ffffff;
    overflow: hidden;
    border-radius: 100%;
}

.home-links-module-posts .link-info {
    flex: 1;
    width: 0;
}

.home-links-module-posts .link-top {
    display: flex;
    align-items: center;
    cursor: pointer;
    color: #333333;
}

.home-links-module-posts .title {
    color: #333333;
    /*font-weight: bold;*/
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}


.home-links-module-posts .link-desc {
    font-size: 12px;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
    margin: 4px 0 8px;
    height: 17px;
    box-sizing: border-box;
    line-height: 1.3;
}

.home-links-module-posts a {
    color: #999999;
}

/*新闻模块*/
.home-new-module-posts {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(3, 1fr);
}

.home-new-module-posts .item {
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.home-new-module-posts .post:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}


.home-new-module-posts .post {
    transition: all 0.5s ease-out;
    padding: 16px;
    background: #ffffff;
    border: 1px solid #ebebeb;
}

.home-new-module-posts img {
    height: 225px;
    width: 100%;
}

.home-new-module-posts h2 {
    font-size: 16px;
    color: #333333;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    font-weight: initial;
    margin-bottom: 10px;
}

.home-new-module-posts .post-info {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    -webkit-line-clamp: 2;
    text-overflow: ellipsis;
    margin-bottom: 10px;
}

.home-new-module-posts a {
    color: #999999;
}


/*图文模块*/
.home-image-text-module-posts .section-more-button {
    border: 1px solid;
    color: #333333;
    display: inline-block;
    font-size: 0.9em;
    line-height: 1;
    margin-top: 30px;
    padding: 10px 45px;
    border-radius: 6px;
    transition: 0.3s all;
}

.home-image-text-module-posts .section-more-button:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.home-image-text-module-posts {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    line-height: 2;
    font-size: 16px;
    gap: 16px;
    padding: 50px 0;
}

.home-image-text-module-posts .section-introduce {
    width: 42%;
    order: 0;
}

.home-image-text-module-posts .section-video {
    width: 50%;
    order: 1;

}

.home-image-text-module-posts .section-video video {
    width: 100%;
    height: 100%;
    object-fit: cover;
    background: #333333;
}

.home-image-text-module-posts .section-desc h2 {
    font-size: 1.7em;
    color: #333333;
    font-weight: initial;
}

.home-image-text-module-posts .section-desc p {
    color: #999999;
    margin-bottom: 16px;
}

/*首页文章格栅模块*/
.home-post-module-posts-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 16px;
}

.home-post-module-posts-grid .post {
    width: 100%;
    border-bottom: 1px solid #f5f6f7;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 24px;
    background: #ffffff;
    transition: all 0.5s ease-out;
}

.home-post-module-posts-grid .post:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}


.home-post-module-posts-grid .title {
    display: inherit;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.home-post-module-posts-grid p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: fit-content;
}

.home-post-module-posts-grid .post-info {
    display: flex;
    margin-top: 5px;
}

.home-post-module-posts-grid .post-info img {
    width: 100%;
    min-width: 140px;
    max-width: 140px;
    display: block;
    max-height: 80px;
    height: auto;
    margin-left: 10px;
    object-fit: cover;
}

.home-post-module-posts-grid .entry-meta {
    color: #666666;
    font-size: 14px;
    display: flex;
    gap: 8px;
}

.home-post-module-posts-grid .entry-meta i {
    font-size: 14px;
}

.home-post-module-posts-grid .entry-meta span {
    color: #888888;
}

/*首页文章图文模块*/
.home-post-module-posts-image {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 16px;
}

.home-post-module-posts-image .post {
    width: 100%;
    border-bottom: 1px solid #f5f6f7;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 16px;
    background: #ffffff;
    transition: all 0.5s ease-out;
}

.home-post-module-posts-image .post:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.home-post-module-posts-image .title {
    /*margin: -7px 0 4px;*/
    display: inherit;
    font-size: 16px;
    color: #333333;
    line-height: 1.5;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.home-post-module-posts-image p {
    margin: 0 0 8px;
    font-size: 14px;
    line-height: 24px;
    color: #999999;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    height: fit-content;
}

.home-post-module-posts-image .post-info {
    display: flex;
    flex-wrap: wrap;
    margin-top: 12px;
}

.home-post-module-posts-image .post-excerpt {
    order: 0;
}

.home-post-module-posts-image .post-info img {
    width: 100%;
    display: block;
    height: 160px;
    margin-bottom: 10px;
    object-fit: cover;
    order: -1;
}

.home-post-module-posts-image .entry-meta {
    color: #666666;
    font-size: 14px;
    display: flex;
    gap: 8px;
}

.home-post-module-posts-image .entry-meta i {
    font-size: 14px;
}

.home-post-module-posts-image .entry-meta span {
    color: #888888;
}

/*首页成功案例模块*/
.home-post-module-posts-case {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 16px;
}

.home-post-module-posts-case .post {
    width: 100%;
    border-bottom: 1px solid #f5f6f7;
    word-wrap: break-word;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #ffffff;
    transition: all 0.5s ease-out;
}

.home-post-module-posts-case .post:hover {
    box-shadow: 0 0 15px 1px rgba(0, 0, 0, .1);
}

.home-post-module-posts-case .title {
    /*margin-bottom: 10px;*/
    display: inherit;
    font-size: 1.4em;
    font-weight: bold;
    color: #ffffff;
    line-height: 1.5;
    overflow-wrap: break-word;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.home-post-module-posts-case p {
    font-size: 14px;
    line-height: 24px;
    color: rgba(255, 255, 255, 0.87);
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    height: fit-content;
    transition: all 0.5s ease-out;
}

.home-post-module-posts-case .post:hover p {
    -webkit-line-clamp: 5;
}

.home-post-module-posts-case .post-info {
    display: flex;
    flex-wrap: wrap;
    position: relative;
}

.home-post-module-posts-case .post-excerpt {
    order: 0;
    padding: 16px;
    background-image: linear-gradient(rgba(120, 120, 120, 0), rgb(0 0 0));
    position: absolute;
    bottom: 0;
}

.home-post-module-posts-case .post-info img {
    width: 100%;
    display: block;
    height: 280px;
    object-fit: cover;
    order: -1;
}

.home-post-module-posts-case .entry-meta {
    color: #666666;
    font-size: 14px;
    display: flex;
    gap: 8px;
}

.home-post-module-posts-case .entry-meta i {
    font-size: 14px;
}

.home-post-module-posts-case .entry-meta span {
    color: #888888;
}

/*标题按钮模块*/
.home-title-button-module-posts {
    padding-top: 16px;
    padding-bottom: 32px;
}

.home-title-button-module-posts .section-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}

.home-title-button-module-posts .section-more-button {
    border: 1px solid;
    color: #333333;
    display: inline-block;
    font-size: 1em;
    line-height: 1;
    padding: 10px 15px;
    border-radius: 6px;
    transition: 0.3s all;
}

.home-title-button-module-posts .section-more-button:hover {
    background-color: #333333;
    border-color: #333333;
    color: #ffffff;
}

.home-title-button-module-posts h2 {
    font-size: 1.7em;
}

/*数据展示模块*/
.home-countup-module-posts {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    padding-top: 24px;
    padding-bottom: 32px;
}

.home-countup-module-posts .item {
    text-align: center;
}

.home-countup-module-posts .shu {
    line-height: 0.42rem;
    display: flex;
    align-items: center;
    color: #0059aa;
    text-align: center;
}

.home-countup-module-posts .li {
    font-size: 2.8rem;
    line-height: 1;
    margin: auto;
    font-weight: bold;
    color: #a71807;
}

.home-countup-module-posts .jiah {
    font-size: 2rem;
    float: right;
    font-weight: bold;
}

.home-countup-module-posts .title {
    margin-top: 0.7rem;
    color: #333333;
    font-size: 1.1rem;
}

/*优势四栏模块*/
.home-feature-module-posts{
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    margin: 32px 0 50px 0;
    align-items: baseline;
}

.home-feature-module-posts .item{
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.home-feature-module-posts .box-icon i {
    font-size: 48px;
    line-height: 1;  /* 确保图标垂直对齐 */
    vertical-align: middle;  /* 调整垂直对齐 */
}

.home-feature-module-posts .box-content{
    text-align: center;
    margin-top: 16px;
}

.home-feature-module-posts .box-content h2{
    margin-bottom: 10px;
    color: #222222;
    font-size: 1.7em;
}

.home-feature-module-posts .box-content p{
    color: #999999;
}

/*优势模块三栏*/
.home-feature-module-three{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

.home-feature-module-three .feature-card {
    padding: 2.5rem;
    border-radius: 16px;
    background: white;
    border-left: 4px solid;
    transition: all 0.3s;
}

.home-feature-module-three .feature-card i{
    color: #ffffff;
    font-size: 24px;
}

.home-feature-module-three .feature-card h3 {
    display: flex;
    align-items: center;
    gap: 1rem;
    margin-bottom: 1.5rem;
}

.home-feature-module-three .feature-card h3 span {
    font-size: 1.8em;
    width: 45px;
    height: 45px;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #666666;
}

.home-feature-module-three .feature-card  p{
    color: #999999;
}


.home-search-module-posts {
    padding: 120px 0;
    text-align: center;
}

.home-search-module-posts .section-desc h2 {
    font-size: 3em;
    color: #333333;
    font-weight: initial;
    margin-bottom: .875rem;
}

.home-search-module-posts .section-desc p {
    color: #999999;
    margin-bottom: 1.5rem;
    font-size: 16px;
}

.home-search-module-posts input {
    width: 100%;
    appearance: none;
    padding: 14px 48px 12px 20px;
    font-size: 16px;
    border: none;
    outline: none;
    border-radius: 999px;
    box-shadow: 0 1px 6px #dddddd;
    color: #333333;
    background: #ffffff;
}

.home-search-module-posts .block-search{
    position: relative;
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 16px;
}

.home-search-module-posts button {
    background: none;
    border: none;
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
    cursor: pointer;
    color: #666666;
}

/*合作方模块*/
.home-cooperate-logo-module-posts{
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 16px;
    margin: 10px 0;
}

.home-cooperate-logo-module-posts .client-logo {
    background-color: #fff;
    display: inline-block;
    width: 100%;
    height: auto;
    max-height: 64px;
    vertical-align: middle;
    text-align: center;
}

.home-cooperate-logo-module-posts .client-logo img {
    max-height: 64px;
    height: auto;
    max-width: 100%;
    -webkit-backface-visibility: hidden;
    transition: ease-in-out 200ms;
}

/*首页团队成员模块*/
.home-team-module-posts {
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
}

.home-team-module-posts .box-content{
    width: 100%;
    padding: 16px;
    line-height: 2;
}

.home-team-module-posts h2 {
    font-size: 18px;
    color: #333333;
}

.home-team-module-posts p {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin-top: 10px;
}

.home-team-module-posts .swiper-slide {
    background: #ffffff;
}

.home-team-module-posts .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 260px;
    border-radius: 8px 0px 0 40px;
}

.home-team-module-posts .swiper-wrapper {
    height: 100%!important;
}

/*首页服务模块*/
.home-server-module-posts {
    width: 100%;
    height: 100%;
    margin-bottom: 16px;
}

.home-server-module-posts .box-content{
    width: 100%;
    padding: 16px;
    line-height: 2;
}

.home-server-module-posts h2 {
    font-size: 18px;
    color: #333333;
    font-weight: initial;
}

.home-server-module-posts p {
    font-size: 14px;
    color: #999999;
    font-weight: normal;
    margin-top: 10px;
}

.home-server-module-posts .swiper-slide {
    background: #ffffff;
}

.home-server-module-posts .swiper-slide img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    max-height: 130px;
    transition: all 0.5s ease-out;
}

.home-server-module-posts .swiper-wrapper {
    height: 100%!important;
}

.home-server-module-posts .swiper-slide img:hover {
    transform: scale(1.02);
}


.pay-type-pane .p-dialog-content{
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
}

.pay-type-pane .pay-ico{
    width: 2rem;
    height: 2rem;
}

.pay-type-pane .p-button-secondary {
    background: #f1f5f9;
}

/*支付码框架*/
.payment-box{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 1rem;
}

.payment-box .payment-iframe,
.payment-box .payment-qrcode {
    width: 186px;
    height: 186px;
    background-image: url(/wp-content/themes/CtouyMany/public/assets/images/loading-none.svg);
    background-color: #F5F6F7;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 18px;
    padding: 10px;
    border: 1px solid #ddd;
}

.payment-box .amount{
    color: #F56C6C;
    font-size: 1.5rem;
    font-weight: bold;
}
