html * {    margin:0px; padding:0px;
    box-sizing: border-box;
    letter-spacing: 1px;
}

/* 全局滚动条样式 - 隐藏浏览器默认滚动条，去除界面限制框 */
html, body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* Chrome, Safari and Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: transparent;
} 
body {
    min-width: 320px;
    margin: 0px auto;
    padding: 0px;
    font-size: 12px;
    font-family: -apple-system, BlinkMacSystemFont, Helvetica Neue, Helvetica, Segoe UI, Arial, Roboto, PingFang SC, miui, Hiragino Sans GB, Microsoft Yahei, sans-serif;
    color: #666;
    position: relative;
    font-family: arial, helvetica, sans-serif;
    font-size: 13px;
    font-size-adjust: none;
    font-stretch: normal;
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
}
a{ text-decoration:none;}
a {
  color: #666;
  text-decoration: none;
  outline: none;
}

img {
  border: 0px;
  vertical-align: middle;
}




a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  outline: none;
}
ul,li{ list-style:none; } 
ul,
p,
dl,
dt,
dd {
  padding: 0px;
  margin: 0px;
}
li {
  list-style-position: outside;
  list-style-type: none;
}
h1, h3, h4, h5 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}

h2 {
  font-size: 20px;
  padding: 0px;
  margin: 0px;
}

/* 常见问题标题样式 */
.faq-title {
  font-size: 28px;
  font-weight: 700;
  color: #1a1a2e;
  margin-bottom: 30px;
  text-align: center;
  padding: 15px 0;
  border-bottom: 2px solid #f0f0f0;
}

/* 常见问题分类标题样式 */
.support-category-title {
  text-align: center;
  position: relative;
  padding-bottom: 5px;
}


/* FAQ分类容器样式优化 */
.support-faq-category {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 40px 20px;
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  margin-top: 100px;
  margin-bottom: 50px;
}

/* FAQ项目样式优化 */
.support-faq-items {
  margin-bottom: 30px;
  padding: 0 15px;
}

.support-faq-item {
  margin-bottom: 15px;
  border-bottom: 1px solid #f0f0f0;
  padding-bottom: 15px;
}

.support-faq-item:last-child {
  border-bottom: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
h1 {
  font-size: 16px;
}
h5 {
  font-size: 12px;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clear_f {
  clear: both;
  height: 0px;
  padding: 0px;
  margin: 0px;
  display: block;
  _display: inherit;
}
.h10 {
  height: 10px;
  overflow: hidden;
  clear: both;
}
.h30 {
  height: 30px;
  overflow: hidden;
  clear: both;
}
.h100 {
  height: 100px;
  overflow: hidden;
  clear: both;
}
input {
  background: transparent;
  padding: 0px;
  font-size: 12px;
  font-family: Arial, "微软雅黑";
  color: #888;
  border: 0px;
  outline: none;
}
textarea {
  font-family: Arial, "微软雅黑";
  color: #888;
  padding: 0px;
  outline: none;
}
em {
  font-style: normal;
}
i {
  font-style: normal;
}
input::placeholder,
textarea::placeholder {
  color: #666;
}
.pc {
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  min-width: 320px;
  position: relative;
  max-width: 1400px;
  margin: 0 auto;
}
.default-layout{
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  min-width: 320px;
}

.default-layout .container{
  flex-grow: 1;
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 20px;
}






.emt {
    width: 100%;
    padding-bottom: 70px;
    display: inline-table;
}

.toTop {
    top: 0;
}
:root {
    /* 颜色变量 */
    --primary-color: #fd5b4a;
    --secondary-color: #ff9a76;
    --accent-color: #ff6229;
    --light-accent: #ff8a50;
    --text-color: #1b2d3e;
    --text-secondary: #666;
    --text-dark: #333;
    --bg-color: #fff;
    --bg-secondary: #f5f7fa;
    --border-color: #e6e6e6;
    --border-light: #eee;
    --white-transparent: rgba(255, 255, 255, 0.2);
    --white-transparent-strong: rgba(255, 255, 255, 0.18);
    
    /* 尺寸变量 */
    --base-height: 35px;
    --small-height: 30px;
    --nav-height: 70px;

    --menu-btn-size: 24px;
    --btn-padding: 0 15px;
    --small-btn-padding: 0 10px;
    --border-radius: 4px;
    --small-border-radius: 2px;
    --progress-bar-height: 3px;
    
    /* 阴影变量 */
    --shadow-light: 0 2px 15px rgba(0, 0, 0, 0.05);
    --shadow-dark: 0 6px 25px rgba(0, 0, 0, 0.12);
    --shadow-menu: 0 4px 10px rgba(0, 0, 0, 0.1);
    --focus-shadow: 0 0 5px rgba(253, 91, 74, 0.3);
    
    /* 间距变量 */
    --spacing-xs: 5px;
    --spacing-sm: 10px;
    --spacing-md: 15px;
    
    /* 背景渐变变量 */
    --nav-bg-gradient: linear-gradient(135deg, rgba(255, 255, 255, 0.95) 0%, rgba(245, 247, 250, 0.95) 100%);
    --nav-bg-gradient-hover: linear-gradient(135deg, rgba(255, 255, 255, 0.98) 0%, rgba(245, 247, 250, 0.98) 100%);
    --progress-gradient: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    
    /* 过渡变量 */
    --transition-speed: 0.3s;
    --transition-ease: ease;
    --progress-animation-duration: 0.8s;
}

/* 顶部进度条样式 */
.page-progress-bar {
    position: fixed;
    top: 0;
    left: 0;
    width: 0%;
    height: var(--progress-bar-height);
    background: var(--progress-gradient);
    background-size: 200% 100%;
    z-index: 99999;
    transition: width var(--transition-speed) var(--transition-ease);
}

/* 进度条光效动画 */
@keyframes progressPulse {
    0% { opacity: 1; }
    50% { opacity: 0.8; }
    100% { opacity: 1; }
}

@keyframes progressShine {
    0% { background-position: -100% 0; }
    100% { background-position: 200% 0; }
}

.page-progress-bar.active {
    animation: progressPulse 1.5s infinite, progressShine 2s infinite;
}

.p_nav {
    min-width: 320px;
    transition: all .5s cubic-bezier(0.22, 1, 0.36, 1);
    margin: 0 auto;
    height: var(--nav-height);
    background: var(--nav-bg-gradient);
    box-shadow: var(--shadow-light);
    z-index: 100;
    position: fixed;
    top: var(--progress-bar-height);
    width: 100%;
    backdrop-filter: blur(8px);
    border-bottom: 1px solid var(--white-transparent-strong);
    /* 导航栏基础样式 */
}

/* 滚动时导航栏阴影效果类 */
.p_nav.nav-shadow {
    box-shadow: var(--shadow-dark);
    background: var(--nav-bg-gradient-hover);
    transform: translateY(-2px);
    /* 导航栏滚动时的样式 */
}
.navFlex  {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    max-width: 1400px;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.nav-center {
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    gap: 30px;
}

.nav-right {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.merchant-login {
    display: inline-block;
    padding: 8px 20px;
    background: linear-gradient(135deg, #ff6b35, #ff8c42);
    color: #fff;
    border-radius: 6px;
    text-decoration: none;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.3s ease;
    white-space: nowrap;
}

.merchant-login:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(255, 107, 53, 0.4);
}

.logoBox{
    width: 260px;
    height: 64px;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center
}

.logoBox .logo {
    max-height: 46px;
    width: auto;
    object-fit: contain;
}


.p_nav ul{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

.p_nav li{
    min-width: 40px;
    height: 100%;
    font-size: 17px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 50px;
    cursor: pointer;
    position: relative;
    text-align: center;
    display: flex;
    align-items: center;
    border-bottom: 2px solid transparent;
    white-space: nowrap;
    margin-right: 28px;
    transition: all 0.3s ease;
    overflow: hidden;
} /* 移除流光特效 */

/* 添加新的悬停动画 */
.p_nav li {
    transition: all var(--transition-speed) var(--transition-ease);
}

.p_nav li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, var(--primary-color), var(--secondary-color));
    transition: all var(--transition-speed) var(--transition-ease);
    transform: translateX(-50%);
}

.p_nav li:hover {
    color: var(--primary-color);
    transform: translateY(-3px) scale(1.05);
    text-shadow: 0 2px 8px rgba(253, 91, 74, 0.3);
    transition: all var(--transition-speed) var(--transition-ease);
}

/* 活动页面样式 */
.p_nav li.activePage {
    color: var(--primary-color);
}

.p_nav li.activePage::after {
    width: 80%;
}

/* 为包含按钮的li元素禁用特效 */
.p_nav li.no-effect {
    position: relative;
}

.p_nav li.no-effect::after {
    width: 0 !important;
    transition: none !important;
}

.p_nav li.no-effect:hover {
    transform: none !important;
    text-shadow: none !important;
    transition: none !important;
}

.p_nav li.no-effect:hover::after {
    width: 0 !important;
}

.p_nav li:hover::after {
    width: 80%;
}

.p_nav li img{
    width: .2rem;
    height: .2rem;
    max-width: 50px;
    max-height: 50px;
    vertical-align: middle;
    margin-right: .1rem
}

.p_nav .logo{
    width: auto;
    max-height: 46px;
    cursor: pointer
}

.p_nav li[data-v-9423d58e]:last-child {
    margin-right: 0
}

.navUl{
    padding-left: 30px
}

.navItem{
    display: flex;
    justify-content: center
}

.navItem[data-v-9423d58e]:hover {
    color: #fd5b4a
}

.cardSecretBtnWrapper{
    width: auto;
    max-width: 200px;
    height: 30px;
    background: linear-gradient(135deg, #393f52 0%, #2d3142 100%);
    border-radius: 20px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    margin: 25px auto;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    text-decoration: none;
    transform: none;
    transition: none;
    text-shadow: none;
}

.cardSecretBtnWrapper:hover {
    background: linear-gradient(135deg, #393f52 0%, #2d3142 100%);
    border-color: rgba(255, 255, 255, 0.1);

}





.cardSecretBtnWrapper .checkDD{
    margin-right: 7px;
    cursor: pointer;
    width: 12px;
    height: 12px
}

.dlDD, .zcDD{
    height: var(--base-height);
    padding: var(--btn-padding);
    display: flex;
    align-items: center;
    border-radius: var(--border-radius);
    border: 1px solid var(--border-color);
}

.dlDD{
    margin-left: 30px;
}

.zcDD{
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--light-accent) 100%);
    margin-left: 16px;
    color: #fff;
    border-color: var(--white-transparent);
    text-decoration: none;
}

.zcDD:hover,
.zcDD:visited,
.zcDD:active {
    text-decoration: none;
    color: #fff;
}

.zcDD:hover {
    background: linear-gradient(135deg, var(--accent-color) 0%, var(--light-accent) 100%);
    border-color: var(--white-transparent);
}



.toTop{
    top: 0
}

.jbwg{
    color: #ff6063;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}
 .p_nav .activePage  {
    color: #fd5b4a;
}

.p_nav .activePage::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 80%;
    height: 2px;
    background: linear-gradient(90deg, #fd5b4a, #ff9a76);
    transform: translateX(-50%);
    box-shadow: 0 0 15px rgba(253, 91, 74, 0.6);
}





.scroll-top.active {
    opacity: 1;
    visibility: visible;
}

.scroll-top:hover {
    background: #e56c00;
    transform: translateY(-5px);
}

.accordion-question:hover {
    background-color: #f1f5f9;
}

.question-icon {
    display: inline-block;
    width: 24px;
    height: 24px;
    line-height: 24px;
    text-align: center;
    border-radius: 50%;
    background-color: #3b82f6;
    color: white;
    font-weight: bold;
    transition: all 0.3s ease;
}

.accordion-answer {
    padding: 0 24px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease, padding 0.3s ease;
}

.accordion-answer p {
    padding: 20px 0;
    margin: 0;
    color: #475569;
    line-height: 1.6;
    font-size: 14px;
}


.footer {
    width: 100%;
    margin: 0 auto
}

.footer .footerBodyx {
    background: linear-gradient(to bottom, #050505, #000000);
    min-height: 300px;
    padding: 40px 0 20px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: center;
    flex-direction: column;
    transition: all 0.3s ease-in-out;
    box-shadow: 0 -2px 10px rgba(0, 0, 0, 0.5);
    border-top: 1px solid #333333;
}


.top {
    max-width: 1200px;
    width: 100%;
}

.footerLeft {
    display: flex;
    margin: 0 auto;
    padding: 15px;
    width: 100%;
    max-width: 1200px;
    box-sizing: border-box;
    justify-content: flex-end;
    flex-wrap: wrap;
}



.footerLeft-r {
    display: flex;
    gap: 40px;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
}

.footerItem {
    text-align: center;
    transition: all 0.3s ease;
    padding: 10px 0;
    flex: 1 1 200px;
    max-width: 250px;
    background: none !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}

.footerItem h3 {
    color: #ffffff;
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 15px;
    position: relative;
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
    padding-bottom: 5px;
}

.footerItem h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #555;
  display: block;
}

.footerItem h3:hover {
    color: var(--primary-color) !important;
    text-shadow: 0 0 15px rgba(253, 91, 74, 0.7) !important;
    transform: translateY(-3px) !important;
    transition: all 0.3s ease !important;
}

.footerItem h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #555;
  display: block;
}

.footerItem a {
    color: #f5f5f5;
    text-decoration: none;
    display: block;
    margin: 10px 0;
    transition: all 0.3s ease;
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    letter-spacing: 0.3px;
}

.footerItem a:hover {
    color: var(--primary-color) !important;
    transform: translateX(5px) !important;
    text-shadow: 0 0 15px rgba(253, 91, 74, 0.7) !important;
    transition: all 0.3s ease !important;
}

.footerItem:hover {
    /* 移除卡片特效 */
    transform: none;
    box-shadow: none;
}

.footerLeft-l {
    text-align: center;
    margin-left: 30px;
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    transition: all 0.3s ease;
    flex: 0 0 auto;
    min-width: 200px;
}

.footerLeft-r {
    display: flex;
    gap: 40px;
    justify-content: flex-start;
    flex-wrap: wrap;
    flex: 1 1 auto;
    min-width: 300px;
}

/* 大屏幕调整 */
@media (min-width: 1200px) {
    .footerBodyx .top {
        padding: 20px 0;
    }
}

/* 全局滚动条样式 - 隐藏浏览器默认滚动条，去除界面限制框 */
html, body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* Chrome, Safari and Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: transparent;
}

/* 全局滚动条样式 - 隐藏浏览器默认滚动条，去除界面限制框 */
html, body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* Chrome, Safari and Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: transparent;
}

/* 全局滚动条样式 - 隐藏浏览器默认滚动条，去除界面限制框 */
html, body {
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE and Edge */
}

/* Chrome, Safari and Opera */
html::-webkit-scrollbar,
body::-webkit-scrollbar {
    display: none;
    width: 0px;
    height: 0px;
}

html::-webkit-scrollbar-track,
body::-webkit-scrollbar-track {
    background: transparent;
}

html::-webkit-scrollbar-thumb,
body::-webkit-scrollbar-thumb {
    background: transparent;
}

.phoneNumnew a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.3px;
}


.runtime #runtimeDisplay {
  color: #fd9a28;
  font-weight: bold;
  margin-left: -2px;
  padding: 0;
  letter-spacing: 0;
}


.lefttext h4 {
    color: #f5f5f5;
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.footer .footerLogo {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex: 0 0 auto;
    position: relative;
    flex-wrap: wrap;
    gap: 15px;
}

.footerLogo .ewm {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footerLogo .tips {
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 200px;
}

/* 小屏幕调整 */
@media (max-width: 768px) {
    .footerLogo .tips {
        margin-left: 0;
        text-align: center;
    }
    .footerLogo .tips__arrow {
        display: none;
    }
}
.footer .footerBodyx .top {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    position: relative;
    justify-content: center;
    align-items: flex-start;
    flex-wrap: wrap;
    transition: all 0.3s ease;
    padding: 20px;
    box-sizing: border-box;
}

.footer .section {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    left: 23px
}

.tag {
    display: inline-block;
    background-color: #f0f4f8;
    color: #3b82f6;
    padding: 3px 8px;
    border-radius: 4px;
    font-size: 12px;
    margin-right: 6px;
    margin-bottom: 6px;
    transition: all 0.2s ease;
}

.tag:hover {
    background-color: #3b82f6;
    color: white;
}

.footer .section .section-footer {
    min-height: 57px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    color: #858e9d;
    border-top: 1px solid #2c2c2c
}




/* 视频轮播文字位置样式 */
.swiper-slide .banner1 {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    margin-top: 0 !important;
    width: 100%;
    background: none;
}

.swiper-slide .banner_left {
    max-width: 50%;
    padding: 20px;
}



/* 底部备案区域样式 */
.section-footer {
    padding: 15px 0;
    margin-top: 15px;
    border-top: 1px solid #eee;
    font-size: 12px;
    color: #666;
    text-align: center;
    line-height: 1.6;
}

/* 版权文字样式已合并到下方的.copyright类 */


/* 备案信息容器和项样式已合并到下方 */


/* 备案图标精确对齐 */
.beian-icon {
    width: 16px;
    height: 16px;
    margin-right: 6px; /* 图标与文字间距 */
    vertical-align: middle; /* 确保与文字对齐 */
}

/* 备案链接样式统一 */
.beian-item a {
    color: #888;
    text-decoration: none;
}
.beian-item a:hover {
    color: #1e90ff;
}


/* 版权文字样式已合并到上方 */


.copyright {
    margin-bottom: 10px;
    color: #888;
}

.beian-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.beian-item {
    display: flex;
    align-items: center;
    gap: 5px;
}

/* 纯文本备案项样式 */
.beian-text-only {
    padding-left: 5px; /* 保持与其他项对齐 */
}

.beian-link, .beian-text {
    color: #666;
    text-decoration: none;
}

.beian-link:hover {
    color: #1e90ff;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .beian-container {
        flex-direction: column;
        align-items: center;
        gap: 8px;
    }
}




.footer .footerLeft {
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 40px;
    padding: 15px;
}

.footer .footerLeft .footerLeft-l {
    width: 256px;
    text-align: left
}

.footer .footerLeft .footerLeft-l .phone {
    padding: 0 11px;
    margin-top: 25px;
    height: 36px;
    background: #ff6229;
    border-radius: 2px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    font-weight: 400;
    color: #fff
}

.footer .footerLeft .footerLeft-l .phoneNumnew,.footer .footerLeft .footerLeft-l .qq {
    margin-top: 24px;
    display: flex;
    align-items: center
}

.footer .footerLeft .footerLeft-l .phoneNumnew .phoneimg,.footer .footerLeft .footerLeft-l .phoneNumnew .qqimg,.footer .footerLeft .footerLeft-l .qq .phoneimg,.footer .footerLeft .footerLeft-l .qq .qqimg {
    height: 17px
}

.footer .footerLeft .footerLeft-l .phoneNumnew .phonenumber,.footer .footerLeft .footerLeft-l .phoneNumnew .qqnumber,.footer .footerLeft .footerLeft-l .qq .phonenumber,.footer .footerLeft .footerLeft-l .qq .qqnumber {
    margin-left: 14px;
    font-size: 16px;
    font-weight: 400;
    color: var(--neutral-10);
    line-height: 22px
}

.footer .footerLeft .footerLeft-l .phoneNumnew .scale13,.footer .footerLeft .footerLeft-l .qq .scale13 {
    transform: scale(1.2)
}

.footer .footerLeft .footerLeft-l .phoneNumnew .shouhwt,.footer .footerLeft .footerLeft-l .qq .shouhwt {
    font-size: 16px;
    font-weight: 400;
    color: #3275cb;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.footer .footerLeft .footerLeft-l .phoneNumnew .qqBtn,.footer .footerLeft .footerLeft-l .qq .qqBtn {
    display: inline-block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin-left: 24px;
    cursor: pointer;
    width: 73px;
    height: 21px;
    background: #006ecd;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    font-weight: 400;
    color: #fff
}

.footer .footerLeft .footerLeft-l .phoneNumnew .qqBtn .qqimg2,.footer .footerLeft .footerLeft-l .qq .qqBtn .qqimg2 {
    width: 10px;
    height: 12px;
    margin-right: 3px
}

.footer .footerLeft .footerLeft-l .phoneNumnew .qqBtn a,.footer .footerLeft .footerLeft-l .qq .qqBtn a {
    -webkit-text-decoration-line: none;
    text-decoration-line: none
}

.footer .footerLeft .footerLeft-l .phoneNumnew .qqBtn:active,.footer .footerLeft .footerLeft-l .qq .qqBtn:active {
    opacity: .8
}

.footer .footerLeft .footerLeft-l .logo {
    width: 90px
}

.footer .footerLeft .footerLeft-l .serverTime {
    margin-top: 20px;
    font-size: 13px;
    font-weight: 400;
    color: #858e9d;
    line-height: 18px
}

.footer .footerLeft .footerLeft-r {
    padding-left: 48px;
    width: 700px;
    display: flex;
    justify-content: space-between;
    align-items: flex-start
}

.footer .footerLeft .lefttext {
    text-align: left
}

.footer .footerLeft .lefttext h4 {
    display: flex;
    align-items: center
}

.footer .footerLeft .lefttext h4 img {
    margin-right: 8px
}

.footer .footerLeft .lefttext .aqyzmedia {
    display: inline-block;
    margin-top: 22px
}

.footer .footerLeft .footerItem {
    display: flex;
    flex-direction: column;
    text-align: left
}

.footer .footerLeft .footerItem h3 {
    font-size: 16px;
    color: #fff;
    line-height: 22px;
    margin-bottom: 10px;
    font-weight: 400
}

.footer .footerLeft .footerItem a,.footer .footerLeft .footerItem h4 {
    margin: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #858e9d;
    line-height: 20px
}

.footer .footerLeft .footerItem a:hover {
    color: #ff6229
}

.footer .footerRight .gzh {
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 17px;
    margin-top: 8px;
    text-align: center
}

.footer .footerRight .footerQRcode {
    margin-top: 28px;
    height: 73px;
    display: flex;
    align-items: center
}

.footer .footerRight .footerQRcode .QRcode {
    width: 73px;
    height: 73px;
    margin-right: 13px
}

.logoImg {
    margin-top: 18px;
    width: 99px;
    height: 99px
}

.link {
    margin: 20px 0;
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
    color: hsla(0,0%,100%,.6);
    line-height: 21px
}

.link .linktitle {
    white-space: nowrap
}

.link .linkitem {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-wrap: wrap
}

.link a {
    margin-right: 14px;
    color: hsla(0,0%,100%,.6)
}

.link a:hover {
    opacity: 1;
    color: hsla(0,0%,100%,.6); /* 保持原颜色 */
}

.footerLogo {
    display: flex;
    justify-content: center;
    margin-top: 20px;
    flex: 0 0 auto;
    position: relative;
    flex-wrap: wrap;
    gap: 15px;
}

.footerLogo .ewm .ewmImg {
    height: 99px;
    display: block
}

.footerLogo .ewm .text {
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    line-height: 17px
}

.footerLogo .tips {
    margin-left: 16px;
    width: 169px;
    height: 98px;
    background: #fff;
    border-radius: 8px;
    box-shadow: none;
    position: relative
}

.footerLogo .tips .rText {
    display: flex;
    height: 100%;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px
}

.footerLogo .tips .rText .smIcon {
    width: 38px;
    height: 38px
}

.footerLogo .tips .rText .text {
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 17px
}

.footerLogo .tips .rText .text .org {
    color: #ff4b27
}

.footerLogo .tips .tips__arrow {
    top: 50%;
    transform: translateY(-50%);
    left: -6px;
    margin-bottom: 3px;
    border-right-color: #ebeef5;
    position: absolute;
    border-width: 6px;
    filter: drop-shadow(0 2px 12px rgba(0,0,0,.03))
}

.footerLogo .tips .tips__arrow:after {
    top: 50%;
    transform: translateY(-50%);
    content: " ";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border-color: transparent #fff transparent transparent;
    border-style: solid;
    border-width: 6px 6px 6px 0
}

.default-layout .container {
    flex-grow: 1;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}
.default-layout {
    width: 100%;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    margin: 0;
    padding: 0;
}
.pc {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
    position: relative;
    max-width: 100%;
    margin: 0 auto;
}
.lxwm {
    height: 493px;
    background: #fff;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    min-width: 100%;
    margin: 0 auto
}

.lxwm .l {
    padding: 44px 93px;
    width: 710px;
    height: 434px;
    background-image: url(../images/333.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.lxwm .l .text1 {
    font-size: 28px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 40px
}

.lxwm .l .text2 {
    margin-top: 67px;
    font-size: 22px;
    font-weight: 500;
    color: #1b2d3e;
    line-height: 30px
}

.lxwm .l .text3 {
    margin-top: 37px;
    font-size: 14px;
    font-weight: 400;
    color: #858e9d;
    line-height: 24px;
    margin-bottom: 67px
}

.lxwm .l .text4 {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #ff6229;
    line-height: 20px
}

.lxwm .r {
    padding: 44px 18px;
    width: 703px;
    height: 434px;
    background-image: url(../images/222.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.lxwm .r .text1 {
    font-size: 28px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 40px
}

.lxwm .r .rBody {
    margin-top: 46px;
    display: flex;
    flex-wrap: wrap
}

.lxwm .r .rBody .rItem {
    flex-basis: 33.33%
}

.lxwm .r .rBody .rItem .text1 {
    font-size: 30px;
    font-weight: 500;
    color: #ff6229;
    line-height: 42px
}

.lxwm .r .rBody .rItem .text2 {
    margin-top: 7px;
    font-size: 14px;
    font-weight: 400;
    color: #6e727a;
    line-height: 20px
}

.lxwm .r .text4 {
    margin-top: 47px;
    display: flex;
    align-items: center
}

.lxwm .r .text4 .text5 {
    font-size: 14px;
    font-weight: 400;
    color: #ff6229;
    line-height: 20px;
    cursor: pointer
}

.lxwm .r .text4 #breadcrumb {
    margin-left: 46px;
    list-style: none;
    display: flex;
    align-items: center
}

.lxwm .r .text4 #breadcrumb li span {
    font-size: 12px;
    font-weight: 500;
    color: #1b2d3e;
    display: block;
    text-decoration: none;
    position: relative;
    width: 117px;
    height: 26px;
    background: #f3f3f3;
    text-align: center;
    margin-right: 23px;
    line-height: 25px
}

.lxwm .r .text4 #breadcrumb li:first-child span {
    padding-left: 15px;
    border-radius: 4px 0 0 4px
}

.lxwm .r .text4 #breadcrumb li:first-child span:before {
    border: none
}

.lxwm .r .text4 #breadcrumb li:last-child span {
    padding-right: 15px;
    border-radius: 0 4px 4px 0
}

.lxwm .r .text4 #breadcrumb li:last-child span:after {
    border: none
}

.lxwm .r .text4 #breadcrumb li span:after,.lxwm .r .text4 #breadcrumb li span:before {
    content: "";
    position: absolute;
    top: 0;
    border: 0 solid #f3f3f3;
    border-width: 13px 10px;
    width: 0;
    height: 0
}

.lxwm .r .text4 #breadcrumb li span:before {
    left: -20px;
    border-left-color: transparent
}

.lxwm .r .text4 #breadcrumb li span:after {
    left: 100%;
    border-color: transparent transparent transparent #f3f3f3
}

.lxwm .r .text4 #breadcrumb li span:before {
    border-color: #f3f3f3 #f3f3f3 #f3f3f3 transparent
}

.lxwm .r .text4 #breadcrumb li span:after {
    border-left-color: #f3f3f3
}

.lxwm .r .text4 #breadcrumb li .lefta:before {
    left: -20px;
    border-right-color: #f3f3f3;
    border-top-color: transparent;
    border-bottom-color: transparent
}


/* 公告栏样式已清理 */

.banner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    width: 100%;
    background: transparent;
    padding: 30px 20px;
    max-width: 100%;
    margin: 0 auto 70px;
    box-sizing: border-box;
    position: relative;
    z-index: 2;
}

.bannerItem-container {
    display: flex !important;
    flex-wrap: nowrap !important;
    justify-content: center !important;
    gap: 40px !important;
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    overflow-x: hidden !important;
    background: transparent !important;
}

.bannerItem-container .bannerItem {
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: left;
    flex: 0 1 auto;
    width: 320px;
    min-width: 0;
    padding: 20px;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.05);
    border: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.bannerItem-container .bannerItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
    .bannerItem-container {
        padding: 15px 15px;
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .bannerItem-container {
        padding: 15px 15px;
        gap: 15px;
    }
    .bannerItem-container .bannerItem {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .bannerItem-container {
        padding: 10px;
        gap: 10px;
    }
    .bannerItem-container .bannerItem {
        min-width: 100%;
        margin: 0;
    }
    .bannerItem-container .bannerItem .banner2-r .text1 {
        font-size: 14px;
    }
    .bannerItem-container .bannerItem .banner2-r .text2 {
        font-size: 13px;
    }
}

.bannerItem-container .bannerItem img {
    width: 45px;
    height: 45px;
    margin-right: 15px;
    flex-shrink: 0;
    padding: 8px;
    background: #e8f3ff;
    border-radius: 10px;
}

.bannerItem-container .bannerItem .banner2-r {
    margin-left: 0;
    width: auto;
    flex: 1;
}

.bannerItem-container .bannerItem .banner2-r .text1 {
    font-size: 16px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 22px;
    margin-bottom: 6px;
    text-align: left;
}

.bannerItem-container .bannerItem .banner2-r .text2 {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    text-align: left;
    line-height: 20px;
}



.distribution-wrapper {
    background: #f6f9fb
}

.distribution-wrapper .distribution {
    width: 1200px;
    margin: 0 auto;
    padding: 50px 0 65px
}

.distribution-wrapper .distribution .bottomtip {
    width: 1200px;
    height: 64px;
    background: #fff;
    margin-top: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    font-weight: 700;
    color: #1b2d3e
}

.distribution-wrapper .distribution .distributiontitle {
    font-size: 32px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    color: #333;
    line-height: 45px;
    text-align: center;
    padding-bottom: 10px;
    position: relative;
    display: inline-block;
}


.distribution-wrapper .distribution .subtitle {
    text-align: center;
    margin-top: 12px;
    font-size: 14px;
    font-weight: 500;
    color: #858e9d;
    line-height: 20px
}

.distribution-wrapper .distribution .funs {
    width: 1200px;
    display: flex;
    align-items: stretch;
    min-height: 300px;
    height: auto;
    margin-top: 44px
}

.distribution-wrapper .distribution .funs .w571 {
    flex: 1
}

.distribution-wrapper .distribution .funs .w290 {
    width: 270px
}

.distribution-wrapper .distribution .funs .m24 {
    margin: 0 24px
}

.distribution-wrapper .distribution .funs .fun-item {
    background: #fff;
    border-radius: 1px
}

.distribution-wrapper .distribution .funs .fun-item .title {
    padding: 10px 0;
    font-size: 14px;
    font-weight: 400;
    color: #858e9d;
    line-height: 20px;
    border-bottom: 1px solid #f7f7f7;
    text-align: center
}

.distribution-wrapper .distribution .funs .fun-item .dicbody {
    display: flex;
    flex-wrap: wrap
}

.distribution-wrapper .distribution .funs .fun-item .dicbody .items {
    width: 275px;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    padding: 31px 0
}

.distribution-wrapper .distribution .funs .fun-item .dicbody .items img {
    width: 40px;
    margin-right: 12px
}

.distribution-wrapper .distribution .funs .fun-item .dicbody .items .item-r .r-t {
    font-size: 20px;
    font-weight: 700;
    color: #1b2d3e;
    line-height: 28px
}

.distribution-wrapper .distribution .funs .fun-item .dicbody .items .item-r .desc {
    width: 130px;
    margin-top: 1px;
    font-size: 13px;
    font-weight: 400;
    color: #858e9d;
    line-height: 18px
}




.solution22 {
    height: 403px;
    padding: 0;
    z-index: 0;
    margin: 0 auto -50px;
    text-align: center;
    
}

.solution22 .solutionTitle {
    margin-top: 64px
}
.solution22 .solutionTitle  {
    margin: 66px auto 0;
    text-align: center;
    font-size: 30px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    color: #333;
    display: inline-block;
    position: relative
}
.solution22 .solutionTitle img {
    width: 24px;
    position: absolute;
    left: -6px;
    top: -4px;
}
.distributiontitle img {
    width: 24px;
    position: absolute;
    left: -6px;
    top: -4px;
}
.solution22 .solutionBody {
    display: flex;
    margin-top: 64px!important;
    width: 1200px;
    margin: 0 auto;
    position: relative
}

.solution22 .solutionBodyItem {
    z-index: var(--z-index-overlay);
    position: absolute;
    width: 380px;
    height: 240px;
    background: #fff;
    box-shadow: none;
    transition: all 0.3s ease;
}

.solution22 .solutionBodyItem:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.5), 0 4px 20px rgba(0,0,0,0.1);
}

.solution22 .solutionBodyItem .text {
    margin-top: 6px;
    padding: 0 24px;
    font-size: 14px;
    font-weight: 400;
    color: #858e9d;
    line-height: 29px;
    text-shadow: 0 4px 16px hsla(0,0%,85.5%,.5);
    display: flex;
    align-items: flex-start;
    text-align: left
}

.solution22 .solutionBodyItem .text i {
    margin-right: 5px;
    font-size: 10px;
    color: #ff7631;
    margin-top: 11px
}

.solution22 .solutionBodyItem .title {
    display: flex;
    align-items: center;
    margin: 0 24px 10px;
    padding-bottom: 22px;
    border-bottom: 1px solid #dadada
}

.solution22 .solutionBodyItem .title span {
    margin-left: 22px;
    font-size: 18px;
    font-weight: 500;
    color: #1b2d3e;
    line-height: 25px;
    text-shadow: 0 4px 16px hsla(0,0%,85.5%,.5)
}

.solution22 .solutionBodyItem .link {
    margin-bottom: 20px;
    height: 6px;
    background: linear-gradient(270deg,#ffa44c,#f73);
    box-shadow: 0 4px 16px 0 hsla(0,0%,85.5%,.5)
}

.solution22 .solutionBodyItem:nth-child(2) {
    left: 410px
}

.solution22 .solutionBodyItem:nth-child(3) {
    right: 0
}


.kaid {
    height: 350px;
    background-image: url(../images/word.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

.kaid .title {
    padding-top: 100px;
    text-align: center;
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    line-height: 42px
}

.kaid .kaidBody {
    width: 1200px;
    margin: 38px auto 0;
    padding: 0 52px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.kaid .kaidBody .kaidItem {
    transition: all 0.3s ease;
}

.kaid .kaidBody .kaidItem:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.5);
}

.kaid .kaidBody .kaidItem .itemtitle {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px
}

.kaid .kaidBody .kaidItem .dec {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #ffd5c0;
    line-height: 17px
}

.kaid .zcDD {
    display: block;
    margin: 21px auto 0;
    width: 114px;
    height: 33px;
    background: var(--bg-color);
    border-radius: var(--small-border-radius);
    border: 1px solid var(--bg-color);
    font-size: 12px;
    font-weight: 400;
    color: var(--accent-color)
}

.kaid .zcDD span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}



.ptSelect {
    height: 490px;
    background: #fff
}

.ptSelect .selecBody {
    width: 1200px;
    margin: 0 auto;
    display: flex
}

.ptSelect .selecBody .l {
    width: 218px;
    padding-top: 32px;
    padding-right: 84px
}

.ptSelect .selecBody .l .selectItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.ptSelect .selecBody .l .selectItem .selectText {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    transition: all .1s;
    display: inline
}

.ptSelect .selecBody .l .selectItem .selectText:hover {
    color: #ff6229
}

.ptSelect .selecBody .l .selectItem .noSelect {
    width: 17px;
    height: 3px;
    background: #e5e5e5;
    margin-right: 31px;
    transition: all .2s
}

.ptSelect .selecBody .l .active .selectText {
    font-size: 18px;
    color: #ff6229
}

.ptSelect .selecBody .l .active .noSelect {
    position: relative;
    width: 27px;
    height: 3px;
    background: #ff6229
}

.ptSelect .selecBody .l .active .noSelect:after {
    right: -5px;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #ff6229
}

.ptSelect .selecBody .r .contentBody {
    width: 982px;
    height: 389px;
    background: #fff;
    box-shadow: 0 4px 16px 0 hsla(0,0%,85.5%,.5);
    display: flex;
    flex-wrap: wrap
}

.ptSelect .selecBody .r .contentBody .item {
    width: 33.333333%;
    height: 195px;
    background: #fff;
    padding: 31px 0 0 56px;
    float: left
}

.ptSelect .selecBody .r .contentBody .item img {
    display: block
}

.ptSelect .selecBody .r .contentBody .item .text1 {
    margin-top: 23px;
    font-size: 16px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 22px
}

.ptSelect .selecBody .r .contentBody .item .text2 {
    width: 190px;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #858e9d;
    line-height: 17px
}

.tt {
    border-top: 1px solid #eee
}

.rr {
    border-right: 1px solid #eee
}

.bb {
    border-bottom: 1px solid #eee
}

.ll {
    border-left: 1px solid #eee
}


.about {
    flex-grow: 1
}

.about .aboutBody {
    width: 1200px;
    margin: 60px auto 0
}

.about .navBody {
    padding: 20px 0 30px;
}

.about .aboutBody .wm {
    min-height: 577px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 80px;
    padding: 40px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.about .aboutBody .wm .content {
    padding: 64px 0 0 50px
}

.about .aboutBody .wm .content .text1 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 33px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff6229;
}

.about .aboutBody .wm .content .text2 {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.about .aboutBody .wm .content .text3 {
    width: 600px;
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 1.8;
    letter-spacing: 0.5px;
    text-align: justify;
}

.about .aboutBody .wm .wmImg {
    position: absolute;
    right: 0;
    top: 0
}

.about .aboutBody .wh {
    min-height: 549px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
    padding: 40px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.about .aboutBody .wh .wmImg {
    position: absolute;
    left: -120px;
    top: 0
}

.about .aboutBody .wh .content {
    width: 652px;
    padding: 107px 0 0 71px
}

.about .aboutBody .wh .content .text1 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 33px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff6229;
}

.about .aboutBody .wh .content .text2 {
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.about .aboutBody .wh .content .text3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.about .aboutBody .wh .content .text4 {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
    padding-left: 20px;
    position: relative;
}
.about .aboutBody .wh .content .text4:before {
    content: '•';
    color: #ff6229;
    position: absolute;
    left: 0;
    top: 0;
}






/* 科技感动态样式 */
.teItem {
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    width: calc(25% - 15px);
    height: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box
}
.teItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 191, 255, 0.15), transparent);
    transition: all 0.6s ease;
}
.teItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
}
.teItem:hover::before {
    left: 100%;
}
.teItem .text1 {
    padding-top: 10px; /* 优化顶部间距 */
    background: linear-gradient(90deg, #333, #00bfff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}
.teItem:hover .text1 {
    background: linear-gradient(90deg, #00bfff, #0066cc);
    -webkit-background-clip: text;
    background-clip: text;
}
.advantage {
    position: relative;
    overflow: hidden;
    margin-top: 10px; 
}
.advantage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.advantage:hover::before {
    opacity: 1;
}
.solution22 .solutionTitle {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.solution22 .solutionTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffd79d, #ffb74d);
    transition: width 0.3s ease;
}
.solution22 .solutionTitle:hover::after {
    width: 100%;
}


.about .t4 {
    width: 14px;
    height: 3px;
    background: #1b2d3e
}






.customer-service .serivce-nav.active .operating
 {
    top: 3px
}

.customer-service .serivce-nav.active .consultation:after
  {
    display: block
}

.customer-service .serivce-nav .custome-icon-text
 {
    display: inline-block;
    width: 24px
}

.customer-service .line-service,.customer-service .operating
  {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    height: 80px;
    padding: 0 10px;
    background: #2a323f;
    cursor: pointer;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px
}

.customer-service .line-service .iconfont,.customer-service .operating .iconfont
 {
    font-size: 24px
}

.customer-service .line-service .text,.customer-service .operating .text
 {
    display: block;
    margin-top: 4px
}

.customer-service .line-service  {
    position: relative;
    z-index: 20;
    border-top-left-radius: 0;
    height: 100%;
    border-radius: 4px 0 0 4px
}

.customer-service .consultation {
    border-radius: 0;
    border-top-left-radius: 6px
}

.customer-service .consultation img {
    width: 24px
}

.customer-service .consultation:after  {
    display: none
}

.customer-service .operating  {
    position: relative;
    top: 108px;
    transition: all .5s linear;
    z-index: 10;
    border-bottom-left-radius: 0
}

.customer-service .qr-code  {
    width: 130px;
    height: 160px;
    background: #5f6b7f;
    border-radius: 4px 0 0 4px;
    position: absolute;
    right: -200px;
    bottom: 0;
    transition: all .5s linear
}

.customer-service .qr-code.show {
    color: #fff;
    right: 44px
}

.customer-service .qr-code .qr-box  {
    display: block;
    width: 100%;
    box-sizing: border-box;
    padding-left: 8px;
    padding-top: 16px
}

.customer-service .qr-code .qr-box span  {
    text-align: left;
    display: inline-block;
    width: 100%
}

.customer-service .qr-code .qr-box p {
    font-family: PingFangSC-Medium;
    font-size: 16px;
    color: #fff;
    margin-top: 5px;
    width: 100%;
    text-align: left
}

.customer-service .qr-code .qr-box .service-wechat  {
    margin-top: 10px;
    margin-bottom: 5px
}

.customer-service .qr-code .img-box  {
    width: 64px;
    height: 64px;
    background: #fff;
    box-sizing: border-box
}

.customer-service .qr-code .img-box img {
    display: inline-block;
    width: 100%;
    height: 100%
}


.advantage {
    flex-grow: 1
}

.advantage .aboutBody {
    padding-top: 50px; /* 进一步调整顶部安全距离至50px */
    width: 100%;
    min-width: 320px;
    max-width: 1920px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    margin: 0 auto
}

.advantage .aboutBody .sf {
    height: 586px;
    margin-top: 30px;
    border-radius: 12px;
    padding: 20px;
}

.advantage .aboutBody .sf .channel {
    width: 100%;
    max-width: 1104px;
    border: 1px solid #e5ebef;
    margin: 0 auto 32px
}

.advantage .aboutBody .sf .channel .inner-channel {
    display: flex;
    align-items: center;
    padding: 24px 32px;
    font-size: 18px;
    font-weight: 400;
    color: #1b2d3e;
    border-bottom: 1px solid #e5ebef
}

.advantage .aboutBody .sf .channel .inner-channel .channelimg {
    height: 18px;
    margin-right: 10px
}

.advantage .aboutBody .sf .channel .innercentont {
    height: 80px;
    display: flex;
    align-items: center;
    padding: 26px 54px;
    justify-content: space-between
}

.advantage .aboutBody .sf .channel .innercentont .channelitem {
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 25px
}

.advantage .aboutBody .sf .title {
    margin: 48px auto;
    text-align: center;
    font-size: 32px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 45px
}

.advantage .aboutBody .sf .fsBody {
    display: flex;
    width: 100%;
    max-width: 1104px;
    height: 206px;
    background: #fff;
    border: 1px solid #e5ebef;
    margin: 0 auto
}

.advantage .aboutBody .sf .fsBody .item {
    flex-grow: 1;
    display: flex;
    flex-direction: column
}

.advantage .aboutBody .sf .fsBody .item .top {
    height: 62px;
    border-bottom: 1px solid #e5ebef;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    font-weight: 400;
    color: #1b2d3e
}

.advantage .aboutBody .sf .fsBody .item .b {
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column
}

.advantage .aboutBody .sf .fsBody .item .b .text {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 13px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 18px
}

.advantage .aboutBody .sf .fsBody .item .b .text img {
    width: 14px;
    height: 14px;
    margin-right: 6px
}

.advantage .aboutBody .content1 {
    padding: 0 133px;
    height: 395px;
    background: #fff;
    overflow: hidden;
    margin-bottom: 30px;
    margin-top: 0px;
}

.advantage .aboutBody .content1 .title {
    text-align: center;
    margin: 40px auto 40px;
    font-size: 28px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 40px
}

.advantage .aboutBody .content1 .ts {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 0 20px;
    gap: 20px;
    overflow-x: auto;
}

.advantage .aboutBody .content1 .ts .teItem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px;
    width: 220px;
    height: 220px;
    box-sizing: border-box;
}

.advantage .aboutBody .content1 .ts .teItem .text1 {
    font-size: 16px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.advantage .aboutBody .content1 .ts .teItem .text2 {
    margin-top: 10px; /* 内容间距调整 */
    width: 100%;
    font-size: 13px;
    font-weight: 400;
    color: #858e9d;
    line-height: 22px
}

.advantage .aboutBody .ts2 {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start
}


.about .nav {
    margin: 45px auto 0;
    max-width: 1440px;
    width: 100%;
    background-image: url(../images/999.png);
    background-repeat: no-repeat;
    background-position: 50%;

    
}

.advantage .t4 {
    width: 14px;
    height: 3px;
    background: #1b2d3e
}

 
.el-breadcrumb {
    font-size: 14px;
    line-height: 1
}

.el-breadcrumb:after,.el-breadcrumb:before {
    display: table;
    content: ""
}

.el-breadcrumb:after {
    clear: both
}

.el-breadcrumb__separator {
    margin: 0 9px;
    font-weight: 700;
    color: #c0c4cc
}

.el-breadcrumb__separator[class*=icon] {
    margin: 0 6px;
    font-weight: 400
}

.el-breadcrumb__item {
    float: left
}

.el-breadcrumb__inner {
    color: #606266
}

.el-breadcrumb__inner.is-link,.el-breadcrumb__inner a {
    font-weight: 700;
    text-decoration: none;
    transition: color .2s cubic-bezier(.645,.045,.355,1);
    color: #303133
}

.el-breadcrumb__inner.is-link:hover,.el-breadcrumb__inner a:hover {
    color: #303133; /* 保持原颜色 */
    cursor: pointer
}

.el-breadcrumb__item:last-child .el-breadcrumb__inner,.el-breadcrumb__item:last-child .el-breadcrumb__inner:hover,.el-breadcrumb__item:last-child .el-breadcrumb__inner a,.el-breadcrumb__item:last-child .el-breadcrumb__inner a:hover {
    font-weight: 400;
    color: #606266;
    cursor: text
}
 .breadcrumb {
    width: 100%;
    max-width: 1200px;
    margin: 100px auto 11px
}

.breadcrumb .el-breadcrumb,.breadcrumb .el-breadcrumb__inner,.breadcrumb .el-breadcrumb__inner a {
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
    line-height: 17px
}
.support {
    flex-grow: 1;
    background: #f8f9fc;
    padding: 13px 0;
    display: flex;
    flex-direction: column
}

.support .inner {
    flex-grow: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    background: #f8f9fc;
    display: flex;
    justify-content: space-between
}

.support .inner .l {
    flex-grow: 1;
    min-height: 100%;
    background: #fff
}

.support .inner .r {
    margin-left: 20px;
    width: 370px;
    background: #f8f9fc
}

.support .inner .r .section-footer {
    padding-left: 18px;
    font-size: 12px;
    font-weight: 400;
    color: #858e9d;
    line-height: 17px
}

.support .inner .r .lxfs {
    margin-top: 21px;
    display: flex;
    align-items: center;
    padding-left: 18px;
    font-size: 14px;
    font-weight: 400;
    color: #858e9d;
    line-height: 20px;
    white-space: nowrap
}

.support .inner .r .lxfs img {
    margin-right: 3px
}

.support .inner .r .fw {
    width: 100%;
    margin-top: 12px
}

.support .inner .r .gzh {
    background: #fff;
    padding: 9px 11px;
    display: flex;
    align-items: center
}

.support .inner .r .gzh .lt {
    width: 118px;
    height: 116px;
    margin-right: 30px
}

.support .inner .r .gzh .rt .t1,.support .inner .r .gzh .rt .t2 {
    font-size: 16px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.support .inner .r .gzh .rt .t2 {
    margin-top: 3px
}

.support .inner .r .gzh .rt .t3 {
    margin-top: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #858e9d;
    line-height: 24px
}

.support .question {
    width: 100%;
    min-height: 100%
}

.support .question .nav {
    display: flex;
    padding: 23px 26px 0;
    border-bottom: 1px solid #e1e7ff
}

.support .question .nav .item {
    width: 78px;
    text-align: center;
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 20px;
    padding-bottom: 18px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    margin-right: 38px
}

.support .question .nav .active {
    border-color: #e8492b
}

.support .question .wrapper {
    background: #fff
}

.question .wrapper .item {
    cursor: pointer;
    padding: 16px 28px 12px 38px;
    position: relative;
    display: block
}

.question .wrapper .item:after {
    opacity: .5;
    content: "";
    left: 18px;
    right: 18px;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #e1e7ff
}

.question .wrapper .item .title {
    font-size: 18px;
    font-weight: 500;
    color: #0b0b0b;
    line-height: 32px
}

.question .wrapper .item .date {
    margin-top: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
    line-height: 32px
}

.question .wrapper .item .desc {
    width: 505px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 22px;
    position: relative;
    height: 45px;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow: hidden;
    overflow-wrap: break-word
}


.relation {
    padding-bottom: 100px;
    flex-grow: 1
}

.relation .shouhwt {
    font-size: 16px;
    font-weight: 400;
    color: #3275cb;
    line-height: 22px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline
}

.relation .nav {
    margin: 0 auto;
    width: 100%;
    max-width: 1440px;
    background-image: url(../images/55.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    height: 200px
}

.relation .nav .navBody {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto
}

.relation .nav .navBody .title {
    padding-top: 41px;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 45px
}

.relation .nav .navBody .des {
    margin-top: 20px;
    width: 673px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 26px
}

.relation .relationBody {
    width: 100%;
    max-width: 1200px;
    margin: 64px auto 0
}

.relation .relationBody .title {
    font-size: 24px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 33px
}

.relation .relationBody .wrapper {
    margin-top: 24px;
    display: flex
}

.relation .relationBody .wrapper .wrapperItem {
    height: 163px;
    background: #fff;
    border: 1px solid #e4e4e4;
    display: flex;
    padding: 33px 0 0 32px
}

.relation .relationBody .wrapper .wrapperItem .l {
    margin-right: 14px;
    margin-top: 4px
}

.relation .relationBody .wrapper .wrapperItem .r .text1 {
    font-size: 18px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 25px;
    margin-bottom: 12px
}

.relation .relationBody .wrapper .wrapperItem .r .text2 {
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.relation .relationBody .wrapper .wrapperItem .r .text2 .bda {
    cursor: pointer
}

.relation .relationBody .wrapper .wrapperItem .r .btn3 {
    margin-top: 18px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 400;
    color: #ff6229;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 122px;
    height: 36px;
    background: #fff;
    border: 1px solid #ff6229
}

.relation .relationBody .wrapper .wrapperItem .r .btn3:active {
    opacity: .8
}

.relation .relationBody .wrapper2 {
    position: relative;
    width: 100%;
    max-width: 1200px;
    margin-top: 24px;
    height: 505px;
    background: #fff;
    border: 1px solid #e4e4e4;
    padding: 20px 16px
}

.relation .relationBody .wrapper2 img {
    height: 100%;
    width: 100%
}

.wrapper3 {
    position: absolute;
    width: 304px;
    background: #fff;
    border: 1px solid #e4e4e4;
    top: 36px;
    left: 32px;
    padding: 16px 20px
}

.wrapper3 .comadd {
    padding-bottom: 16px;
    font-size: 18px;
    font-weight: 700;
    color: #1b2d3e;
    line-height: 25px;
    border-bottom: 1px solid #e4e4e4
}

.wrapper3 .dz {
    margin: 13px 0 0;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.wrapper3 .dz img {
    margin-right: 13px;
    width: 13px!important;
    height: 15px!important
}

.wrapper3 .dh {
    margin: 13px 0 20px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.wrapper3 .dh img {
    margin-right: 12px;
    width: 14px!important;
    height: 14px!important
}




.hot {
    margin-top: 0px;
    margin-bottom: 10px;
    background: #fff
}

.hot .title {
    padding: 12px 16px;
    font-size: 16px;
    font-weight: 500;
    color: #1b2d3e;
    line-height: 20px;
    border-bottom: 1px solid #e3e8f1
}

.hot .listwrapper {
    padding: 12px 16px
}

.hot .listwrapper .item {
    display: flex;
    margin-bottom: 6px;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    line-height: 20px
}

.hot .listwrapper .item:last-child {
    margin-bottom: 0
}

.hot .listwrapper .item .indexdata {
    margin-right: 4px
}



.question {
    width: 100%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between
}

.question .pagination {
    padding: 24px 0;
    display: flex;
    justify-content: flex-end
}

.question .nav {
    display: flex;
    padding: 23px 26px 0;
    border-bottom: 1px solid #e1e7ff
}

.question .nav .item {
    width: 78px;
    text-align: center;
    font-size: 18px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 20px;
    padding-bottom: 18px;
    cursor: pointer;
    border-bottom: 3px solid #fff;
    margin-right: 38px
}

.question .nav .active {
    border-color: #e8492b
}

.question .wrapper {
    background: #fff;
    flex-grow: 1
}

.question .wrapper .item {
    cursor: pointer;
    padding: 16px 28px 16px 38px;
    position: relative;
    display: block;
    display: flex;
    align-items: center
}

.question .wrapper .item .iteml {
    margin-right: 24px;
    width: 182px;
    height: 110px;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 4px
}

.question .wrapper .item:after {
    opacity: .5;
    content: "";
    left: 18px;
    right: 18px;
    position: absolute;
    bottom: 0;
    height: 1px;
    background: #e1e7ff
}

.question .wrapper .item .title {
    font-size: 18px;
    font-weight: 500;
    color: #0b0b0b;
    line-height: 32px
}

.question .wrapper .item .date {
    margin-top: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #bbb;
    line-height: 32px
}

.question .wrapper .item .desc {
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    overflow-wrap: break-word;
    width: 505px;
    margin-top: 4px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 22px;
    overflow: hidden;
    position: relative;
    height: 45px
}

.el-pagination {
    white-space: nowrap;
    padding: 2px 5px;
    color: #303133;
    font-weight: 700
}

.el-pagination:after,.el-pagination:before {
    display: table;
    content: ""
}

.el-pagination:after {
    clear: both
}

.el-pagination button,.el-pagination span:not([class*=suffix]) {
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    vertical-align: top;
    box-sizing: border-box
}

.el-pagination .el-input__inner {
    text-align: center;
    -moz-appearance: textfield;
    line-height: normal
}

.el-pagination .el-input__suffix {
    right: 0;
    transform: scale(.8)
}

.el-pagination .el-select .el-input {
    width: 100px;
    margin: 0 5px
}

.el-pagination .el-select .el-input .el-input__inner {
    padding-right: 25px;
    border-radius: 3px
}

.el-pagination button {
    border: none;
    padding: 0 6px;
    background: transparent
}

.el-pagination button:focus {
    outline: none
}

.el-pagination button:hover {
    color: #ee4828
}

.el-pagination button:disabled {
    color: #c0c4cc;
    background-color: #fff;
    cursor: not-allowed
}

.el-pagination .btn-next,.el-pagination .btn-prev {
    background: 50% no-repeat;
    background-size: 16px;
    background-color: #fff;
    cursor: pointer;
    margin: 0;
    color: #303133
}

.el-pagination .btn-next .el-icon,.el-pagination .btn-prev .el-icon {
    display: block;
    font-size: 12px;
    font-weight: 700
}

.el-pagination .btn-prev {
    padding-right: 12px
}

.el-pagination .btn-next {
    padding-left: 12px
}

.el-pagination .el-pager li.disabled {
    color: #c0c4cc;
    cursor: not-allowed
}

.el-pagination--small .btn-next,.el-pagination--small .btn-prev,.el-pagination--small .el-pager li,.el-pagination--small .el-pager li.btn-quicknext,.el-pagination--small .el-pager li.btn-quickprev,.el-pagination--small .el-pager li:last-child {
    border-color: transparent;
    font-size: 12px;
    line-height: 22px;
    height: 22px;
    min-width: 22px
}

.el-pagination--small .arrow.disabled {
    visibility: hidden
}

.el-pagination--small .more:before,.el-pagination--small li.more:before {
    line-height: 24px
}

.el-pagination--small button,.el-pagination--small span:not([class*=suffix]) {
    height: 22px;
    line-height: 22px
}

.el-pagination--small .el-pagination__editor,.el-pagination--small .el-pagination__editor.el-input .el-input__inner {
    height: 22px
}

.el-pagination__sizes {
    margin: 0 10px 0 0;
    font-weight: 400;
    color: #606266
}

.el-pagination__sizes .el-input .el-input__inner {
    font-size: 13px;
    padding-left: 8px
}

.el-pagination__sizes .el-input .el-input__inner:hover {
    border-color: #ee4828
}

.el-pagination__total {
    margin-right: 10px;
    font-weight: 400;
    color: #606266
}

.el-pagination__jump {
    margin-left: 24px;
    font-weight: 400;
    color: #606266
}

.el-pagination__jump .el-input__inner {
    padding: 0 3px
}

.el-pagination__rightwrapper {
    float: right
}

.el-pagination__editor {
    line-height: 18px;
    padding: 0 2px;
    height: 28px;
    text-align: center;
    margin: 0 2px;
    box-sizing: border-box;
    border-radius: 3px
}

.el-pagination__editor.el-input {
    width: 50px
}

.el-pagination__editor.el-input .el-input__inner {
    height: 28px
}

.el-pagination__editor .el-input__inner::-webkit-inner-spin-button,.el-pagination__editor .el-input__inner::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev,.el-pagination.is-background .el-pager li {
    margin: 0 5px;
    background-color: #f4f4f5;
    color: #606266;
    min-width: 30px;
    border-radius: 2px
}

.el-pagination.is-background .btn-next.disabled,.el-pagination.is-background .btn-prev.disabled,.el-pagination.is-background .el-pager li.disabled {
    color: #c0c4cc
}

.el-pagination.is-background .btn-next,.el-pagination.is-background .btn-prev {
    padding: 0
}

.el-pagination.is-background .btn-next:disabled,.el-pagination.is-background .btn-prev:disabled {
    color: #c0c4cc
}

.el-pagination.is-background .el-pager li:not(.disabled):hover {
    color: #ee4828
}

.el-pagination.is-background .el-pager li:not(.disabled).active {
    background-color: #ee4828;
    color: #fff
}

.el-pagination.is-background.el-pagination--small .btn-next,.el-pagination.is-background.el-pagination--small .btn-prev,.el-pagination.is-background.el-pagination--small .el-pager li {
    margin: 0 3px;
    min-width: 22px
}

.el-pager {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    list-style: none;
    display: inline-block;
    vertical-align: top;
    font-size: 0;
    padding: 0;
    margin: 0
}

.el-pager .more:before {
    line-height: 30px
}

.el-pager li {
    padding: 0 4px;
    background: #fff;
    vertical-align: top;
    display: inline-block;
    font-size: 13px;
    min-width: 35.5px;
    height: 28px;
    line-height: 28px;
    cursor: pointer;
    box-sizing: border-box;
    text-align: center;
    margin: 0
}

.el-pager li.btn-quicknext,.el-pager li.btn-quickprev {
    line-height: 28px;
    color: #303133
}

.el-pager li.btn-quicknext.disabled,.el-pager li.btn-quickprev.disabled {
    color: #c0c4cc
}

.el-pager li.btn-quicknext:hover,.el-pager li.btn-quickprev:hover {
    cursor: pointer
}

.el-pager li.active+li {
    border-left: 0
}

.el-pager li:hover {
    color: #ee4828
}

.el-pager li.active {
    color: #ee4828;
    cursor: default
}


.riskControlPublicity {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
    padding-bottom: 100px;
    background: #f9f9f9
}

.riskControlPublicity .riskControlPublicityNav {
    padding: 24px 0 31px;
    background: #fff
}

.riskControlPublicity .riskControlPublicityNav .navBody {
    display: flex;
    padding: 0 8px;
    margin-top: 31px
}

.riskControlPublicity .riskControlPublicityNav .navBody .item {
    margin-right: 51px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

.riskControlPublicity .riskControlPublicityNav .navBody .item .itemNum {
    display: flex;
    align-items: baseline;
    align-items: flex-end
}

.riskControlPublicity .riskControlPublicityNav .navBody .item .itemNum .num {
    font-size: 40px;
    font-weight: 600;
    color: #ee4828;
    line-height: 35px
}

.riskControlPublicity .riskControlPublicityNav .navBody .item .itemNum .dw {
    margin-left: 1px;
    font-size: 14px;
    font-weight: 400;
    color: #ee4828;
    line-height: 20px
}

.riskControlPublicity .riskControlPublicityNav .navBody .item .itemText {
    margin-top: 11px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 20px
}

.riskControlPublicity .riskControlPublicityNav .title {
    font-size: 32px;
    font-weight: 400;
    color: #111;
    line-height: 45px;
    letter-spacing: 1px;
    margin-bottom: 14px
}

.riskControlPublicity .riskControlPublicityNav .desc {
    width: 900px;
    font-size: 14px;
    font-weight: 400;
    color: #555;
    line-height: 20px
}

.riskControlPublicity .riskControlPublicityNav .desc a {
    color: #f36f1b
}

.riskControlPublicity .riskControlPublicityBody {
    flex-grow: 1
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper .fkItem {
    width: 269px;
    height: 128px;
    background: #fff;
    margin: 0 28px 12px 0;
    padding: 16px 0 8px
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper .fkItem .itemTop {
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper .fkItem .itemTop .L {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    line-height: 22px
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper .fkItem .itemTop .L .headerImg {
    width: 34px;
    height: 34px;
    margin-right: 8px
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper .fkItem .itemTop .L span {
    max-width: 100px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper .fkItem .itemTop .R {
    font-size: 14px;
    font-weight: 400;
    color: #ee4828;
    line-height: 20px
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper .fkItem .desc {
    margin-top: 10px;
    padding: 0 16px;
    font-size: 12px;
    font-weight: 400;
    color: #555;
    line-height: 17px
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper .fkItem .cut {
    margin-top: 17px;
    height: 1px;
    background: #f8f8f8
}

.riskControlPublicity .riskControlPublicityBody .fkwrapper .fkItem .date {
    padding: 0 16px;
    margin-top: 8px;
    font-size: 12px;
    font-weight: 400;
    color: #999;
    line-height: 17px
}

.bodyDiv {
    width: 1200px;
    margin: 0 auto
}


.nr {
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.nr #prohibition {
    overflow: hidden;
    padding-bottom: 30px;
    margin-top: 50px
}

.nr table {
    border-top: 1px solid #ddd
}

.nr .td-padding,.nr .td-right {
    color: #515a6e;
    font-size: 13px;
    line-height: 20px
}

.nr .td-right {
    border-bottom: 1px solid #ddd;
    border-left: 1px solid #ddd
}

.nr .td-padding {
    border: 1px solid #ddd;
    border-top: none;
    padding: 10px
}

.nr .br0 {
    border-right: 0
}

.clause {
    padding-bottom: 100px;
    padding-top: var(--nav-height);
    flex-grow: 1
}

.clause .nav {
    margin: 0 auto;
    width: 1440px;
    background-image: url(../images/66.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: auto 100%;
    height: 200px
}

.clause .nav .navBody {
    width: 1200px;
    margin: 0 auto
}

.clause .nav .navBody .title {
    padding-top: 41px;
    font-size: 32px;
    font-weight: 400;
    color: #fff;
    line-height: 45px
}

.clause .nav .navBody .des {
    margin-top: 20px;
    width: 673px;
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    line-height: 26px
}

.clause .select {
    margin: 0 auto;
    width: 1440px;
    height: 73px;
    border-bottom: 1px solid #e4e4e4;
    display: flex;
    justify-content: center
}

.clause .select .item {
    flex: 1;
    flex-basis: 25%;
    cursor: pointer;
    display: flex;
    align-items: center;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    color: #1b2d3e
}

.clause .select .active {
    position: relative
}

.clause .select .active:after {
    content: " ";
    position: absolute;
    width: 42px;
    height: 3px;
    background: #ff6229;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%)
}

.clause .wenan {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    margin: 0 auto;
    width: 1200px;
    padding: 34px 0 0
}

.clause .wenan h1 {
    padding: 32px 0 68px;
    font-size: 30px;
    text-align: center;
    color: rgb(27, 45, 62);
    font-weight: 700;
    margin: 0;
}

.clause .wenan h2 {
    font-size: 18px;
    font-weight: 700;
    color: rgb(27, 45, 62);
    margin: 20px 0 10px;
    line-height: 2.5;
}

.clause .wenan p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    line-height: 2.5;
    color: rgb(27, 45, 62);
}


.question .nav .title {
    font-size: 32px;
    font-weight: 700;
    color: #131415;
    line-height: 45px
}

.question .nav .date {
    margin-top: 3px;
    font-size: 12px;
    font-weight: 400;
    color: #b0b0b0;
    line-height: 17px
}

.question .content {
    flex-grow: 1;
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 26px;
    letter-spacing: 0;
    text-align: justify;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 10px 26px
}

.question .content .content-inner {
    padding-bottom: 64px;
    line-height: 2.2;
    color: #333;
    flex-grow: 1
}

.question .content .content-inner img {
    max-width: 100%!important;
    height: auto !important;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin: 15px 0;
    display: block;
}

.question .content .content-inner p {
    width: 100%
}

.question .content .content-inner p img {
    max-width: 100%!important
}

.question .content .content-inner /deep/ a {
    display: inline;
    text-decoration: underline
}

.question .content .content-appreciate {
    text-align: center;
    padding: 40px 0 93px;
    border-top: 1px solid #f7f7f7;
    border-bottom: 1px solid #f7f7f7
}

.question .content .content-appreciate .tips {
    font-size: 12px;
    line-height: 17px;
    color: #333;
    letter-spacing: 0
}

.question .content .content-appreciate .appreciate-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 64px;
    height: 64px;
    margin: 31px auto 0;
    border-radius: 50%;
    background: #f7f7f7;
    font-size: 32px;
    cursor: pointer
}

.question .content .content-appreciate .appreciate-icon img {
    width: 100%
}

.question .content .tag-class-content {
    border-bottom: 1px solid #f7f7f7
}

.question .content .tag-class-content .title {
    font-size: 16px;
    font-weight: 400;
    color: #999;
    line-height: 24px;
    margin-bottom: 16px
}

.question .content .tag-class-content .tag-list {
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 32px
}

.question .content .tag-class-content .tag-list .tag-list-item {
    cursor: pointer;
    padding: 5px 16px;
    font-size: 14px;
    font-weight: 400;
    color: #333;
    line-height: 22px;
    border-radius: 2px;
    background-color: #fff;
    border: 1px solid #dfe2e6;
    margin-right: 8px;
    margin-bottom: 8px
}

.question .content .tag-class-content .tag-list .tag-list-item:hover {
    background: #408fff;
    color: #fff;
    border: 1px solid #fff
}

.question .content .other-article {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 32px 0;
    width: 100%;
    overflow: hidden
}

.question .content .other-article .label {
    margin-bottom: 8px;
    font-size: 12px;
    color: #999;
    letter-spacing: 0;
    text-align: justify;
    line-height: 28px
}

.question .content .other-article .link {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    letter-spacing: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display:block;
    margin:0;
}

.question .content .other-article .link.none-article {
    color: #999;
    font-weight: 400
}

.question .content .other-article .linkItem {
    cursor: pointer;
    display: inline
}

.question .content .other-article .linkItem:hover {
    color: #333; /* 保持原颜色 */
}

.question .content .other-article .other-article-item {
    max-width: 400px;
    width: 40%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis
}

.question .content .other-article .other-article-item:last-child {
    width: 40%;
    text-align: right
}

.question .content .other-article .next .label {
    text-align: right
}

.question .content .related-articles {
    padding-top: 40px;
    width: 100%
}

.question .content .related-articles .title {
    font-size: 20px;
    font-weight: 600;
    color: #333;
    line-height: 28px;
    margin-bottom: 0
}

.question .content .related-articles .related-articles-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-left: -55px
}

.question .content .related-articles .related-articles-content .related-articles-content-item {
    box-sizing: border-box;
    width: 50%;
    margin-top: 24px;
    display: flex;
    justify-content: flex-start;
    padding-left: 55px
}

.question .content .related-articles .related-articles-content .related-articles-content-item .img {
    width: 160px;
    height: 90px
}

.question .content .related-articles .related-articles-content .related-articles-content-item .item-info {
    margin-left: 16px
}

.question .content .related-articles .related-articles-content .related-articles-content-item .item-info .item-title {
    font-size: 16px;
    font-weight: 400;
    color: #333;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

.question .content .related-articles .related-articles-content .related-articles-content-item .item-info .item-title:hover {
    color: #333; /* 保持原颜色 */
}

.question .content .related-articles .related-articles-content .related-articles-content-item .item-info .item-review {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 400;
    color: #999;
    line-height: 22px
}
 

.bannerItem-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 50px 30px;
    width: 100%;
    box-sizing: border-box;
    padding: 30px 20px;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: rgba(120, 119, 198, 0.3) transparent;
}

/* 当卡片宽度总和超过容器宽度时，恢复左对齐以优化滚动体验 */
.bannerItem-container::-webkit-scrollbar-thumb:horizontal {
    background-color: rgba(120, 119, 198, 0.3);
}

/* 大屏幕适配 */
/* 大屏幕适配 - 移除最大宽度限制，确保全屏显示 */
@media (min-width: 1200px) {
    .bannerItem-container {
        margin: 0;
        justify-content: center;
    }
}

/* 滚动条样式优化 */
.bannerItem-container::-webkit-scrollbar {
    height: 6px;
}

.bannerItem-container::-webkit-scrollbar-track {
    background: transparent;
}

.bannerItem-container::-webkit-scrollbar-thumb {
    background-color: rgba(120, 119, 198, 0.3);
    border-radius: 3px;
}


/* 独立卡片样式调整 */
.bannerItem {
    margin: 0 !important;
    padding: 10px 15px;
    border-radius: 10px;
    transition: all 0.4s ease;
    background: rgba(255, 255, 255, 0.85);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 165, 0, 0.15);
    display: flex;
    align-items: center;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    width: 320px;
}

.bannerItem:hover {
    transform: translateY(-2px);
    background: transparent;
}

/* 图标样式 */
.bannerItem img {
    width: 40px !important;
    height: 40px !important;
    object-fit: contain;
    transition: all 0.3s ease;
    border-radius: 8px;
}

.bannerItem:hover img {
    transform: scale(1.03);
    filter: drop-shadow(0 0 5px rgba(255, 165, 0, 0.3));
}

/* 文本样式 */
.bannerItem .banner2-r {
    margin-left: 15px;
}

.bannerItem .banner2-r .text1 {
    font-size: 15px;
    font-weight: 600;
    color: #1a1a2e;
    line-height: 22px;
    margin-bottom: 6px;
    transition: all 0.3s ease;
    position: relative;
    display: inline-block;
    text-align: center;
}

/* 标题长度自适应渐变色下划线 */
.bannerItem .banner2-r .text1::after {
    content: '';
    position: absolute;
    bottom: -3px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent, #ff9800, #ff5722, transparent);
    border-radius: 1px;
    transition: all 0.3s ease;
}

.bannerItem:hover .banner2-r .text1 {
    color: #ff9800;
}

.bannerItem:hover .banner2-r .text1::after {
    background: linear-gradient(90deg, transparent, #ff5722, #ff9800, transparent);
    height: 1.5px;
}

.bannerItem .banner2-r .text2 {
    font-size: 12px;
    font-weight: 400;
    color: #4a4a6a;
    line-height: 18px;
    transition: all 0.3s ease;
    max-width: 250px;
}

.bannerItem:hover .banner2-r .text2 {
    color: #6b7280;
}



.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.mySwiper {
    position: relative;
    height: 650px; /* 桌面端高度 */
    width: 100%;
    overflow: hidden;
    max-width: 100%;
}

.mySwiper .swiper-slide {
    background: transparent;
    height: 100%; /* 设置slide高度为100% */
}

.mySwiper .org {
    background: transparent
}

.mySwiper .swiper-pagination {
    position: absolute;
    bottom: 30px;
    left: 50%;
    transform: translate(-50%);
    display: inline-flex;
    width: 86px
}

.mySwiper .swiper-pagination .swiper-pagination-bullet {
  cursor: pointer;
  pointer-events: auto;
  z-index: 9999;
  width: 38px;
  height: 8px;
  background: linear-gradient(90deg, #2196F3, #64B5F6);
  opacity: 1;
  transition: all 0.5s ease;
  border-radius: 4px;
  margin-right: 8px;
  display: block !important;
  position: relative;
  overflow: hidden;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.5), transparent);
  transition: all 0.8s ease;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet:hover::before {
  left: 100%;
}

.mySwiper .swiper-pagination {
  display: flex !important;
  opacity: 1 !important;
}

.mySwiper .swiper-pagination .swiper-pagination-bullet:last-child {
    margin-right: 0
}

.mySwiper .swiper-pagination .swiper-pagination-bullet-active {
  cursor: pointer;
  pointer-events: auto;
  background: linear-gradient(90deg, #ff9800, #ff5722);
  opacity: 1;
  box-shadow: 0 0 15px rgba(255, 165, 0, 0.5);
  transform: scale(1.05);
}

.banner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; 
    display: flex
}

.banner .banner_left,.banner .banner_right {
    height: 600px;
    display: flex;
    align-items: flex-end
}

.banner .banner_right {
    margin-left: 44px
}

.banner .banner_right .banneriMG {
    height: 450px
}

.banner .banner_left {
    padding-top: 210px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.banner .banner_left .slogan {
    font-size: 34px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 53px;
    white-space: nowrap
}

.banner .banner_left .slogan .org {
    color: #ee4b2c
}

.banner .banner_left .slogan2 {
    margin-top: 15px;
    font-size: 15px;
    font-weight: 400;
    color: #858e9d;
    line-height: 25px
}

.banner .bottonBtn {
    margin-top: 60px;
    display: flex
}

.banner .bottonBtn .contactUs,.banner .bottonBtn .joinUs {
    text-align: center;
    width: 170px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    cursor: pointer
}

.banner .bottonBtn .joinUs {
    background: linear-gradient(1turn,#fe6331,#f7452a);
    box-shadow: 0 6px 13px 0 rgba(242,73,44,.32);
    color: #fefefe;
    margin-right: 30px
}

.banner .bottonBtn .contactUs {
    background: linear-gradient(1turn,#fff,#f2f2f7);
    box-shadow: 0 6px 13px 0 #f2f2f7
}

.banner1 {
    height: 100%;
    width: 100%;
    margin: 0 auto; 
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 0;
}

.banner1:after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%; 
    left: 0;
    top: 0;
    background: transparent;
}
.banner1 .banner_left,.banner1 .banner_right {
    display: flex;
    align-items: flex-end;
    position: relative;
    z-index: 100
}

.banner1 .banner_right {
    margin-left: 144px
}

.banner1 .banner_right .banneriMG {
    height: 380px
}

.banner1 .banner_left {
    padding-top: 80px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    position: relative;
    z-index: 10;
    min-height: 450px;
    text-align: center;
}

.banner1 .banner_left .slogan {
    font-size: 42px;
    font-weight: 700;
    color: #000;
    line-height: 58px;
    margin-bottom: 15px;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 30px auto 15px;
    white-space: normal;
    max-width: 90%;
}

.banner1 .banner_left .slogan .org {
    color: #ee4b2c
}

.banner1 .banner_left .slogan2 {
    font-size: 22px;
    font-weight: 500;
    color: #333;
    line-height: 30px;
    padding: 5px 15px;
    border-radius: 5px;
    margin: 20px auto 0;
    white-space: normal;
    max-width: 90%;
}

.banner1 .banner_left .slogan3 {
    cursor: pointer;
    height: 35px;
    background: #fcf8f8;
    border-radius: 4px;
    border: 1px solid #ffd1c7;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 20px;
    font-size: 20px;
    font-weight: 400;
    color: #e26a50;
    margin-top: 24px;
    text-align: center; /* 确保文本水平居中 */
    width: auto; /* 自动适应内容宽度 */
}

.banner1 .bottonBtn {
    margin-top: 60px;
    display: flex
}

.banner1 .bottonBtn .contactUs,.banner1 .bottonBtn .joinUs {
    text-align: center;
    width: 170px;
    height: 50px;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    border-radius: 5px;
    cursor: pointer
}

.banner1 .bottonBtn .joinUs {
    background: linear-gradient(1turn,#fe6331,#f7452a);
    box-shadow: 0 6px 13px 0 rgba(242,73,44,.32);
    color: #fefefe;
    margin-right: 30px
}

.banner1 .bottonBtn .contactUs {
    background: linear-gradient(1turn,#fff,#f2f2f7);
    box-shadow: 0 6px 13px 0 #f2f2f7
}

.picMarquee-left{ width:100%; max-width:1200px; margin: 0 auto; overflow: hidden;}
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
.picMarquee-left .bd{ padding:1px; }
.picMarquee-left .bd ul{ overflow:hidden; zoom:1; white-space: nowrap; }
.picMarquee-left .bd ul li{ margin:15px 12px; display: inline-block; *display:inline; *zoom:1; overflow:hidden; text-align:center; vertical-align: middle; }
.picMarquee-left .bd ul li .pic{ text-align:center; }
.picMarquee-left .bd ul li .pic img{ width:150px; height:50px; display:block; padding:2px; border:1px solid #ccc;border-radius: 6px; }
.picMarquee-left .bd ul li .pic a:hover img{ border-color:#999; }

.wygdnr{padding-bottom: 30px; width: 100%; max-width:1200px;margin: 0 auto;text-align: center;}
.wygdnr .solutionTitle {
    text-align: center;
    margin: 66px auto 20px;
    text-align: center;
    font-size: 30px;
    font-family: 'Microsoft YaHei', sans-serif;
    font-weight: 700;
    color: #333;
    display: inline-block;
    position: relative;
    padding-bottom: 10px;
}
.wygdnr .solutionTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffd79d, #ffb74d);
    transition: width 0.3s ease;
}
.wygdnr .solutionTitle:hover::after {
    width: 100%;
}
.wygdnr .solutionTitle img {
    width: 24px;
    position: absolute;
    left: -6px;
    top: -4px;
}





/* 客服浮窗  */
        .floating-container {
            position: fixed;
            right: 0; /* 紧贴右侧边缘 */
            top: 50%;
            transform: translateY(-50%);
            display: flex;
            z-index: 100;
            background-color: transparent;
        }      
        .floating-container:hover {
            transform: translateY(-50%) scale(1.03);
            box-shadow: none;
        }

        /* 一级菜单框 - 固定大小 */
        .menu-box {
            width: 65px;
            border: 1px solid #ccc;
            border-radius: 15px 0 0 10px;
            background-color: #fff;
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.2);
            margin-left: 15px;
            position: relative;
            z-index: 1000;
            padding: 6px 3px;
        }


.floating-container, .menu-item {
    transition: all 0.3s ease;
}

.menu-item {
    padding: 2px 0;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2px;
    border-radius: 7px;
    border-bottom: 0.5px solid rgba(0,0,0,0.03);
    height: auto;
    min-height: 50px;
}
        .menu-item.active {
            background-color: var(--menu-active-bg);
            border-radius: 8px;
            border-bottom: none;
        }
        /* 菜单项激活时图标样式 */
        .menu-item.active .menu-icon {
            background-color: #e6f2ff;
        }

        /* 菜单项激活时显示内容框 */
        .menu-item.active .content-box {
            display: block;
        }

        .menu-item:last-child {
            border-bottom: none;
        }

        .menu-item:hover {
            background-color: var(--menu-hover-bg);
        }

        /* 鼠标悬停菜单项时显示对应内容框 */
        .menu-item:hover .content-box {
            display: block;
        }

        /* 鼠标悬停内容框时保持显示 */
        .content-box:hover {
            display: block;
        }



        .menu-item .menu-icon {
    width: 24px;
    height: 24px;
    margin: 0 auto 2px;
    background-color: transparent;
    border-radius: 7px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    position: relative;
        }

        .menu-item .menu-icon img {
    object-fit: contain;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
        }

        /* 二级内容框 - 四个角都为圆角 */
        .content-box {
            width: 250px;
            border: 1px solid #ccc;
            border-radius: 14px; /* 四个角都设置为圆角 */
            background-color: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            display: none;
            position: absolute;
            right: 75px; /* 调整位置，确保不影响一级菜单 */
            z-index: 1000;
            animation: fadeIn 0.3s ease-out;
        }

        @keyframes fadeIn {
            from { opacity: 0; transform: translateX(10px); }
            to { opacity: 1; transform: translateX(0); }
        }

        .content-box::before {
            display: none;
        }

        .content-box::after {
            display: none;
        }










        /* 隐藏轮播箭头 */
        .swiper-button-prev, .swiper-button-next {
            display: none !important;
        }

        .sub-content {
            width: 100%;
            padding: 10px;
            box-sizing: border-box;
            display: none;
            transition: opacity 0.3s, transform 0.3s;
            transform: translateX(-10px);
            opacity: 0;
            min-height: 180px;
            background-color: #fff;
        }

        .sub-content.active {
            display: block;
            transform: translateX(0);
            opacity: 1;
        }

        .sub-content .qr-placeholder {
            width: 120px;
            height: 120px;
            margin: 8px auto;
            background: #fff; 
            border-radius: 6px;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
            overflow: hidden;
        }

        .sub-content .qr-placeholder img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }

        /* 图标样式 */
        .contact-in {
            margin-bottom: 10px;
            text-align: center;
        }
        
        .contact-in .icon-placeholder {
            width: 24px;
            height: 24px;
            background-color: transparent;
            border-radius: 4px;
            display: inline-block;
            margin-right: 8px;
            vertical-align: middle;
            position: relative;
            overflow: hidden;
        }
        
        .contact-in .icon-placeholder img {
            max-width: 100%;
            max-height: 100%;
            position: absolute;
            top: 50%;
            left: 50%;
            transform: translate(-50%, -50%);
        }
        
        .contact-divider {
            border-top: 1px solid #eee;
            margin: 10px 0;
            height: 0;
        }
        
        .contact-in p {
            margin: 8px 0;
            display: flex;
            align-items: center;
            justify-content: center;
            line-height: 1.5;
        }
        
        .contact-in p:not(:has(.icon-placeholder)) {
            padding-left: 0;
        }
        
        .qr-code-section {
            text-align: center;
            margin-top: 20px;
            padding-bottom: 15px;
        }









/* 问答板块样式 - 美化版 */
.faq-section .container {
    max-width: 950px;
    margin: 40px auto;
    padding: 40px 30px;
    background-color: #f9fafb;
    border-radius: 16px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 200;
}

.support-faq-category {
    margin-bottom: 40px;
    border-radius: 16px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
    background-color: #fff;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border: 1px solid #f0f0f0;
}

.support-faq-category:hover {
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.07);
}

.support-category-title {
    font-size: 22px;
    font-weight: 600;
    color: #1a1a2e;
    padding: 18px 25px;
    margin: 0;
    position: relative;
}

.support-category-title::after {
    content: '';
    position: absolute;
    bottom: -1px;
    left: 25px;
    width: 50px;
    height: 3px;
    background-color: transparent;
}

.support-faq-items {
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.support-faq-item {
    border: 1px solid #e0e0e0;
    margin: 0 auto;
    position: relative;
    transition: all 0.3s ease;
    width: 100%;
    max-width: 800px;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background-color: #ffffff;
}



.support-faq-item:hover {
    background-color: #f8f9fa;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    border-color: #e0e0e0;
}

.support-faq-item:last-child {
    border-bottom: none;
}

.support-faq-item:hover {
    background-color: #f9fafb;
}

.support-faq-question {
    width: 100%;
    padding: 22px 40px;
    text-align: center;
    background: none;
    border: none;
    outline: none;
    font-size: 18px;
    font-weight: 600;
    color: #2d3748;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: all 0.3s ease;
    position: relative;
    word-break: break-word;
    line-height: 1.6;
    border-radius: 8px;
}

.support-faq-question:hover {
    background-color: #f1f5f9;
    color: #ff6229;
}

.support-faq-question .fa-chevron-down {
    transition: transform 0.3s ease, color 0.3s ease;
    font-size: 18px;
    color: #ff6229;
    margin-left: 15px;
    flex-shrink: 0;
}

.support-faq-question:hover .fa-chevron-down {
    color: #e05619;
}

.support-faq-question.active .fa-chevron-down {
    transform: rotate(180deg);
    color: #e05619;
}

.support-faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.5s ease-out, padding 0.5s ease;
    padding: 0 20px;
    color: #555555;
    line-height: 1.6;
    background-color: #fafafa;
    border-top: 1px solid #f0f0f0;
}

.support-faq-answer p {
    margin: 0 auto;
    line-height: 1.8;
    color: #4a5568;
    padding: 20px 25px;
    position: relative;
    font-size: 16px;
    text-align: center;
    background-color: #f8fafc;
    border-radius: 10px;
    max-width: 90%;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.support-faq-item.active .support-faq-answer {
    max-height: 1000px;
    padding: 20px;
    transition: max-height 0.5s ease-in-out, padding 0.5s ease;
}



/*页脚区域*/

        :root {
    --footer-bg: #000000;
    --footer-text: #f5f5f5;
    --footer-text-hover: #ffffff;
    --footer-accent: #ff6229;
    --footer-heading: #ffffff;
    --footer-border: #333;
    --spacing-sm: 0.5rem;
    --spacing-md: 1rem;
    --spacing-lg: 2rem;
    --spacing-xl: 3rem;
    --transition: all 0.3s ease;
}

/* 基础重置 */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

span {
    text-align: center;
}

/* 运行时间显示span样式 */
#runtimeDisplay {
    display: inline-block;
    width: auto;
    margin-left: 5px;
}

/* 页脚logo图标样式 */
.footer-logo {
  width: auto;
  height: auto;
  max-height: 90px;
  object-fit: contain;
  transition: transform 0.3s ease;
  margin-bottom: 1rem; /* 增加与公司名称的间距 */
}

.footer-logo:hover {
  transform: scale(1.05);
}

/* 实名认证徽章样式 */
.verification-badge {
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
  gap: 0.25rem;
}

/* 屏幕阅读器专用类 */
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border-width: 0;
}

/* 运行时间标签样式 */
.runtime-label {
  color: var(--footer-text);
}

/* 运行时间数值样式 */
.runtime-value {
  color: #fd9a28;
  font-weight: bold;
  letter-spacing: 0;
  transition: color 0.3s ease;
}

.runtime:hover .runtime-value {
  color: #ff6b00;
  text-shadow: 0 0 5px rgba(253, 154, 40, 0.5);
}

/* 标准卡片样式 */
.footer-link-group.card {
  padding: var(--spacing-md);
  border-radius: 8px;
  background-color: rgba(255, 255, 255, 0.05);
  transition: var(--transition);
  height: 220px;
  display: flex;
  flex-direction: column;
}

/* 页脚链接组样式 - 无卡片效果（覆盖标准卡片样式） */
.footer-link-group {
  width: 240px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 20px;
  box-sizing: border-box;
  background: none;
  border: none;
  border-radius: 0;
  box-shadow: none;
}


/* 页脚h3标题样式 - 带细下划线 */
.footer-link-group h3 {
  text-align: center;
  margin-bottom: 15px;
  position: relative;
  padding-bottom: 5px;
}

/* 标题下划线 - 长度与标题一致且变细 */
.footer-link-group h3:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #666;
  display: block;
}



.footer {
    background-color: var(--footer-bg);
    color: var(--footer-text);
    font-family: "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
    padding: var(--spacing-md) 0 var(--spacing-md) 0;
    border-top: 1px solid var(--footer-border);
}

.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 var(--spacing-md);
}

/* 顶部内容区 */
.footer-top {
    display: flex;
    flex-wrap: nowrap;
    justify-content: flex-start;
    margin-bottom: var(--spacing-sm);
    align-items: flex-start;
}

/* Logo和公司信息 */
.footer-logo-section {
    flex: 0 0 25%;
    margin-bottom: 0;
    text-align: left;
    padding-top: var(--spacing-md);
    margin-left: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}




.company-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-md);
    width: 100%;
}

.company-name {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: var(--transition);
}

.company-name:hover {
    color: var(--footer-text);
}

.verification-link {
    display: inline-block;
}

.verification-icon {
    max-height: 40px;
    width: auto; /* 自动计算宽度保持比例 */
    vertical-align: middle; /* 确保与文字对齐 */
}

.runtime {
    font-size: 14px;
    color: var(--footer-text);
    margin-top: var(--spacing-sm);
}

/* 导航链接区 */
.footer-links {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 1.5rem;
    width: 75%;
    padding-top: var(--spacing-md);
}

.footer-link-group.card {
    padding: var(--spacing-md);
    border-radius: 8px;
    background-color: rgba(255, 255, 255, 0.05);
    transition: var(--transition);
    height: 220px;
    display: flex;
    flex-direction: column;
}

.footer-link-group.card:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.footer-link-group h3 {
    color: var(--footer-heading);
    font-size: 18px;
    margin-bottom: var(--spacing-md);
    padding-bottom: 5px;
    position: relative;
    display: inline-block;
}

.footer-link-group h3:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: var(--footer-accent);
    transform: scaleX(0.8);
    transition: all 0.3s ease;
}

.footer-link-group h3:hover:after {
    transform: scaleX(1);
    background-color: var(--footer-text-hover);
}

.footer-link-group ul {
    list-style: none;
}

.footer-link-group li {
    margin-bottom: var(--spacing-md);
}

.footer-link-group a {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 14px;
    transition: var(--transition);
    display: inline-block;
}

.footer-link-group a:hover {
    color: var(--footer-accent) !important;
    transform: translateY(-2px);
    text-shadow: 0 0 5px rgba(255, 98, 41, 0.3);
}



.qrcode-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.qrcode-img {
    width: 120px;
    height: 120px;
    border-radius: 8px;
    margin-bottom: var(--spacing-sm);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.qrcode-text {
    font-size: 14px;
    color: var(--footer-text);
}

.qrcode-tip {
    position: relative;
    max-width: 300px;
}

.tip-arrow {
    position: absolute;
    top: 50%;
    left: -15px;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 15px 10px 0;
    border-color: transparent rgba(255, 255, 255, 0.1) transparent transparent;
}

.tip-content {
    display: flex;
    align-items: center;
    gap: var(--spacing-sm);
    padding: var(--spacing-md);
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
}

.tip-icon {
    width: 30px;
    height: 30px;
}

.tip-text {
    font-size: 14px;
    line-height: 1.5;
}

.highlight {
    color: var(--footer-accent);
    font-weight: 600;
}

/* 底部版权区 */
.footer-bottom {
    border-top: 1px solid #333;
    padding-top: 1rem;
    padding-bottom: 1rem;
    text-align: center;
    background-color: #ffffff;
    color: #000000;
    clear: both;
    width: 100%;
    position: relative;
    z-index: 100;
    margin-top: 0;
}
.copyright {
    font-size: 14px;
    margin-bottom: 0.5rem;
    color: #000000;
}
.beian-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 1rem;
    font-size: 12px;
    color: #000000;
}
.beian-item {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
}
.beian-link {
    color: #888888;
    text-decoration: none;
    transition: color 0.25s ease;
}
.beian-link:hover {
    color: #1e90ff;
}
.beian-text-only {
    display: flex;
    align-items: center;
}

/* ========== 响应式适配 - 平板 ========== */
@media screen and (max-width: 1024px) {
    /* 导航栏 */
    .navUl {
        padding-left: 20px;
    }
    .navItem a span {
        font-size: 13px;
    }

    /* 关于我们 */
    .about .aboutBody {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .about .aboutBody .wm {
        min-height: auto;
    }
    .about .aboutBody .wm .wmImg {
        position: relative;
        width: 100%;
        height: auto;
        right: auto;
        top: auto;
    }
    .about .aboutBody .wm .content {
        padding: 30px 20px;
    }
    .about .aboutBody .wm .content .text3 {
        width: 100%;
    }
    .about .aboutBody .wh {
        min-height: auto;
        flex-direction: column;
    }
    .about .aboutBody .wh .wmImg {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
    }
    .about .aboutBody .wh .content {
        width: 100%;
        padding: 30px 20px;
    }

    /* 平台优势 */
    .advantage .aboutBody .content1 {
        padding: 0 20px;
        height: auto;
    }
    .advantage .aboutBody .content1 .ts {
        flex-wrap: wrap;
    }
    .advantage .aboutBody .sf {
        height: auto;
    }
    .advantage .aboutBody .sf .fsBody {
        height: auto;
        flex-direction: column;
    }
    .advantage .aboutBody .sf .fsBody .item .top {
        height: 50px;
    }
    .advantage .aboutBody .sf .fsBody .item .b {
        padding: 15px 0;
    }

    /* 条款页面 */
    .clause .nav {
        width: 100%;
    }
    .clause .nav .navBody {
        width: 100%;
        padding: 0 20px;
        box-sizing: border-box;
    }
    .clause .nav .navBody .des {
        width: 100%;
    }
    .clause .select {
        width: 100%;
    }
    .clause .wenan {
        width: 100%;
        padding: 34px 20px 0;
        box-sizing: border-box;
    }

    /* 禁售目录表格 */
    .nr #prohibition {
        overflow-x: auto;
    }
    .nr table {
        min-width: 600px;
    }
}

/* ========== 响应式适配 - 手机 (扩展已有768px) ========== */
/* ========== 响应式适配 - 小屏手机 ========== */
@media screen and (max-width: 480px) {
    /* 导航栏 */
    .navItem a {
        padding: 5px 5px;
    }
    .navItem a span {
        font-size: 11px;
    }
    .zcDD span {
        font-size: 11px;
    }

    /* 关于我们 */
    .about .aboutBody .wm .content .text1,
    .about .aboutBody .wh .content .text1 {
        font-size: 20px;
    }
    .about .aboutBody .wm .content .text3 {
        font-size: 13px;
    }

    /* 平台优势 */
    .advantage .aboutBody .content1 .ts .teItem {
        width: 100%;
        min-height: 140px;
    }
    .advantage .aboutBody .content1 .title {
        font-size: 20px;
    }
    .advantage .aboutBody .sf .title {
        font-size: 20px;
    }

    /* FAQ */
    .support-faq-category {
        margin-top: 50px !important;
        padding: 15px 10px !important;
    }
    .support-category-title {
        font-size: 16px;
        padding: 12px 10px;
    }
    .support-faq-question span {
        font-size: 13px;
    }

    /* 条款页面 */
    .clause .wenan h1 {
        font-size: 18px;
        padding: 15px 0 20px;
    }
    .clause .wenan h2 {
        font-size: 15px;
    }
    .clause .nav .navBody .title {
        font-size: 18px;
    }

    /* 悬浮侧栏隐藏 */
    .floating-container {
        display: none;
    }

    /* 页脚 */
    .footer-links {
        grid-template-columns: 1fr;
    }
}

/* 响应式设计 - 媒体查询 */
@media screen and (max-width: 768px) {
    /* 全局样式调整 */
    body {
        font-size: 14px;
    }
    
    /* 页脚布局调整 */
    .footer-top {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-logo-section {
        width: 100%;
        justify-content: center;
        align-items: center;
        text-align: center;
        margin-bottom: 20px;
    }
    
    .footer-links {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }
    
    .footer-link-group.card {
        height: auto;
    }
    
    /* 其他响应式调整 */
    .footer-container {
        padding: 0 15px;
    }
    
    /* 适配小屏幕的字体大小 */
    .footer-link-group h3 {
        font-size: 16px;
    }
    
    .footer-link-group a {
        font-size: 13px;
    }
    
    /* 二维码调整 */
    .qrcode-img {
        width: 100px;
        height: 100px;
    }
    
    /* 底部版权区调整 */
    .copyright {
        font-size: 12px;
    }
    
    .beian-info {
        font-size: 11px;
        gap: 0.5rem;
    }
    
    .beian-item {
        margin-bottom: 0.3rem;
    }
    
    /* 视频容器响应式设置 */
    .mySwiper {
        height: 300px; /* 手机端视频容器高度 */
    }
    
    .banner1 {
        max-width: 100%;
        width: 100%;
        padding: 0 10px;
        box-sizing: border-box;
    }
    
    .banner1 .banner_left {
        padding-top: 40px;
        min-height: auto;
        align-items: center;
        text-align: center;
    }
    
    .banner1 .banner_left .slogan {
        font-size: 24px;
        line-height: 36px;
        margin-left: 0;
        margin-top: 10px;
        white-space: normal;
    }
    
    .banner1 .banner_left .slogan2 {
        font-size: 16px;
        line-height: 24px;
        margin-left: 0;
        margin-top: 10px;
        white-space: normal;
    }
    
    /* 确保视频正确缩放 */
    video {
        object-fit: cover !important;
    }
    
    /* 确保swiper-slide在手机端正确显示 */
    .mySwiper .swiper-slide {
        position: relative;
        height: 100%;
        min-height: 300px;
    }
    
    /* 确保banner1内容层在手机端正确定位 */
    .banner1 {
        height: 100%;
        min-height: 300px;
    }
}

/* ========== 鹊集视频背景Hero样式 ========== */
.banner {
    max-width: 100% !important;
    width: 100% !important;
    height: 100vh !important;
    min-height: 600px;
    margin: 0 !important;
    padding: 0 !important;
    display: block !important;
    position: relative;
    overflow: hidden;
}

.banner-swiper {
    width: 100%;
    height: 100%;
}

.banner-swiper .swiper-wrapper {
    width: 100%;
    height: 100%;
}

.banner-swiper .swiper-slide {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.banner-swiper video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    object-fit: cover;
    z-index: 1;
    display: block;
}

.banner-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 10;
    text-align: center;
    color: #fff;
    width: 90%;
    max-width: 800px;
}

.banner-content h1 {
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 20px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
    line-height: 1.3;
}

.banner-content p {
    font-size: 20px;
    margin-bottom: 40px;
    text-shadow: 0 1px 5px rgba(0,0,0,0.5);
    line-height: 1.6;
}

.banner-btn {
    display: inline-block;
    padding: 15px 50px;
    background: linear-gradient(135deg, #ff6b35, #f7931e);
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
    box-shadow: 0 4px 15px rgba(255,107,53,0.4);
}

.banner-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(255,107,53,0.6);
    color: #fff;
}

.banner-swiper .swiper-pagination {
    bottom: 30px !important;
    z-index: 20;
}

.banner-swiper .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background: rgba(255,255,255,0.5);
    opacity: 1;
}

.banner-swiper .swiper-pagination-bullet-active {
    background: #ff6b35;
    width: 30px;
    border-radius: 6px;
}

@media (max-width: 768px) {
    .banner {
        min-height: 400px;
        height: 70vh !important;
    }
    .banner-content h1 {
        font-size: 28px;
    }
    .banner-content p {
        font-size: 16px;
        margin-bottom: 25px;
    }
    .banner-btn {
        padding: 12px 35px;
        font-size: 16px;
    }
}
    /* 导航栏移动端 */
    .p_nav {
        height: auto;
        min-height: var(--nav-height);
    }
    .navFlex {
        flex-wrap: wrap;
        justify-content: space-between;
        padding: 0 10px;
    }
    .navUl {
        padding-left: 0;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2px;
    }
    .navItem a {
        padding: 6px 8px;
    }
    .navItem a span {
        font-size: 12px;
    }
    .logoBox {
        width: auto;
        max-width: 120px;
    }
    .logo {
        max-height: 40px;
    }

    /* 间距 */
    .emt {
        padding-bottom: 50px;
    }

    /* 关于我们移动端 */
    .about .aboutBody {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
        margin: 30px auto 0;
    }
    .about .aboutBody .wm {
        min-height: auto;
        margin-top: 15px;
        margin-bottom: 40px;
        padding: 20px 0;
    }
    .about .aboutBody .wm .wmImg {
        position: relative;
        right: auto;
        top: auto;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .about .aboutBody .wm .content {
        padding: 20px 15px 0;
    }
    .about .aboutBody .wm .content .text1 {
        font-size: 22px;
    }
    .about .aboutBody .wm .content .text3 {
        width: 100%;
        font-size: 14px;
        margin-top: 15px;
        margin-bottom: 20px;
    }
    .about .aboutBody .wh {
        min-height: auto;
        flex-direction: column;
        margin-bottom: 40px;
        padding: 20px 0;
    }
    .about .aboutBody .wh .wmImg {
        position: relative;
        left: auto;
        top: auto;
        width: 100%;
        height: auto;
        max-width: 100%;
    }
    .about .aboutBody .wh .content {
        width: 100%;
        padding: 20px 15px 0;
    }
    .about .aboutBody .wh .content .text1 {
        font-size: 22px;
    }
    .about .aboutBody .wh .content .text3 {
        font-size: 16px;
        margin-top: 20px;
    }

    /* 平台优势移动端 */
    .advantage .aboutBody .content1 {
        padding: 0 15px;
        height: auto;
        margin-bottom: 20px;
    }
    .advantage .aboutBody .content1 .title {
        font-size: 22px;
        margin: 25px auto 20px;
    }
    .advantage .aboutBody .content1 .ts {
        flex-wrap: wrap;
        gap: 15px;
    }
    .advantage .aboutBody .content1 .ts .teItem {
        width: calc(50% - 10px);
        height: auto;
        min-height: 160px;
        padding: 15px;
    }
    .advantage .aboutBody .sf {
        height: auto;
        padding: 15px;
    }
    .advantage .aboutBody .sf .title {
        font-size: 22px;
        margin: 25px auto;
    }
    .advantage .aboutBody .sf .channel {
        max-width: 100%;
        overflow-x: auto;
    }
    .advantage .aboutBody .sf .fsBody {
        height: auto;
        flex-direction: column;
        max-width: 100%;
    }
    .advantage .aboutBody .sf .fsBody .item {
        border-bottom: 1px solid #e5ebef;
    }
    .advantage .aboutBody .sf .fsBody .item .top {
        height: 45px;
        font-size: 15px;
    }
    .advantage .aboutBody .sf .fsBody .item .b {
        padding: 12px 0;
    }

    /* FAQ移动端 */
    .support-faq-category {
        margin-top: 60px !important;
        padding: 20px 15px !important;
    }
    .faq-title {
        font-size: 22px;
    }
    .support-category-title {
        font-size: 18px;
        padding: 14px 15px;
    }
    .support-faq-question span {
        font-size: 14px;
    }
    .support-faq-answer p {
        font-size: 13px;
        padding: 10px 15px;
    }

    /* 条款页面移动端 */
    .clause .nav {
        width: 100%;
        height: auto;
        min-height: 120px;
        background-size: cover;
    }
    .clause .nav .navBody {
        width: 100%;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .clause .nav .navBody .title {
        font-size: 22px;
        padding-top: 25px;
        line-height: 1.4;
    }
    .clause .nav .navBody .des {
        width: 100%;
        font-size: 14px;
        margin-top: 10px;
    }
    .clause .select {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }
    .clause .select .item {
        font-size: 14px;
        flex-basis: 50%;
        padding: 10px 0;
    }
    .clause .wenan {
        width: 100%;
        padding: 20px 15px 0;
        box-sizing: border-box;
    }
    .clause .wenan h1 {
        font-size: 22px;
        padding: 20px 0 30px;
    }
    .clause .wenan h2 {
        font-size: 16px;
    }
    .clause .wenan p {
        font-size: 13px;
        line-height: 2;
    }

    /* 禁售目录表格移动端 */
    .nr #prohibition {
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .nr table {
        min-width: 500px;
    }
    .nr .td-padding, .nr .td-right {
        font-size: 12px;
        line-height: 18px;
    }

    /* 悬浮侧栏移动端 */
    .floating-container {
        transform: translateY(-50%) scale(0.85);
        transform-origin: right center;
    }
    .menu-box {
        width: 50px;
    }
    .menu li {
        font-size: 10px;
    }
    .content-box {
        width: 200px;
    }
}

/* ========== 鹊集主题布局样式（新增） ========== */

/* 容器 */
.container {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
    box-sizing: border-box;
}

/* 区块通用样式 */
.section {
    padding: 80px 0;
}

.section-title {
    text-align: center;
    margin-bottom: 50px;
}

.section-title h2 {
    font-size: 36px;
    font-weight: 700;
    color: #1b2d3e;
    margin-bottom: 15px;
}

.section-title p {
    font-size: 16px;
    color: #858e9d;
}

.section-title.light h2 {
    color: #fff;
}

.section-title.light p {
    color: rgba(255,255,255,0.8);
}

/* 平台优势 */
.advantage-section {
    background: #f8f9fa;
}

.advantage-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.advantage-item {
    text-align: center;
    padding: 30px 20px;
    background: #fff;
    border-radius: 12px;
    transition: all 0.3s ease;
}

.advantage-item:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.advantage-icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.advantage-icon img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.advantage-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #1b2d3e;
    margin-bottom: 10px;
}

.advantage-item p {
    font-size: 14px;
    color: #858e9d;
    line-height: 1.6;
}

/* 开店优势（橙色渐变） */
.benefit-section {
    background: linear-gradient(135deg, #ff6b35 0%, #f7931e 100%);
}

.benefit-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
}

.benefit-item {
    text-align: center;
    padding: 30px 20px;
    background: rgba(255,255,255,0.1);
    border-radius: 12px;
    backdrop-filter: blur(10px);
    transition: all 0.3s ease;
}

.benefit-item:hover {
    background: rgba(255,255,255,0.2);
    transform: translateY(-5px);
}

.benefit-number {
    font-size: 48px;
    font-weight: 700;
    color: rgba(255,255,255,0.3);
    margin-bottom: 15px;
}

.benefit-item h3 {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.benefit-item p {
    font-size: 14px;
    color: rgba(255,255,255,0.9);
    line-height: 1.6;
}

/* 新闻动态 */
.news-section {
    background: #fff;
}

.news-list-home {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-bottom: 40px;
}

.news-item-home {
    display: flex;
    background: #f8f9fa;
    border-radius: 12px;
    overflow: hidden;
    cursor: pointer;
    transition: all 0.3s ease;
}

.news-item-home:hover {
    transform: translateY(-3px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.news-thumb {
    width: 200px;
    min-width: 200px;
    height: 150px;
    overflow: hidden;
}

.news-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.news-info {
    flex: 1;
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.news-info h3 {
    font-size: 18px;
    font-weight: 600;
    color: #1b2d3e;
    margin-bottom: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news-info p {
    font-size: 14px;
    color: #858e9d;
    line-height: 1.6;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.news-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 12px;
    color: #aaa;
}

.read-more {
    color: #ff6b35;
    font-weight: 500;
}

.news-empty {
    grid-column: 1 / -1;
    text-align: center;
    padding: 60px 20px;
    color: #858e9d;
    font-size: 16px;
}

.news-more {
    text-align: center;
}

.more-btn {
    display: inline-block;
    padding: 12px 40px;
    border: 2px solid #ff6b35;
    color: #ff6b35;
    border-radius: 50px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.more-btn:hover {
    background: #ff6b35;
    color: #fff;
}

/* 常见问题 */
.faq-section {
    background: #f8f9fa;
}

.faq-list-home {
    max-width: 800px;
    margin: 0 auto 40px;
}

.faq-item-home {
    background: #fff;
    border-radius: 12px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item-home.active {
    box-shadow: 0 5px 20px rgba(0,0,0,0.08);
}

.faq-question-home {
    padding: 20px 25px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.faq-question-home h3 {
    font-size: 16px;
    font-weight: 600;
    color: #1b2d3e;
    margin: 0;
}

.faq-icon {
    font-size: 24px;
    color: #ff6b35;
    font-weight: 300;
    transition: transform 0.3s ease;
    min-width: 30px;
    text-align: center;
}

.faq-item-home.active .faq-icon {
    transform: rotate(45deg);
}

.faq-answer-home {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item-home.active .faq-answer-home {
    max-height: 1000px;
}

.faq-answer-content {
    padding: 0 25px 20px;
    font-size: 14px;
    color: #666;
    line-height: 1.8;
}

.faq-answer-content p {
    margin-bottom: 10px;
}

.faq-empty {
    text-align: center;
    padding: 40px;
    color: #858e9d;
}

.faq-more {
    text-align: center;
}

/* 合作伙伴 */
.partner-section {
    background: #fff;
    padding: 60px 0;
}

.partner-carousel {
    overflow: hidden;
    position: relative;
}

.partner-track {
    display: flex;
    animation: partnerScroll 30s linear infinite;
    width: max-content;
}

.partner-track:hover {
    animation-play-state: paused;
}

@keyframes partnerScroll {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(-50%);
    }
}

.partner-item {
    flex-shrink: 0;
    width: 200px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 20px;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.partner-item:hover {
    filter: grayscale(0%);
    opacity: 1;
}

.partner-item img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

/* 页脚优化 - 现代浅色风格 */
footer {
    background: #f8f9fa;
    padding: 60px 0 0;
    border-top: 1px solid #e9ecef;
}

.footer-content {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    gap: 40px;
    padding-bottom: 40px;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px 40px;
    box-sizing: border-box;
}

.footer-brand {
    color: #333;
    display: flex;
    align-items: flex-start;
    gap: 14px;
}

.footer-bird {
    width: 64px;
    height: auto;
    flex-shrink: 0;
}

.footer-brand-text {
    display: flex;
    flex-direction: column;
    flex: 1;
    min-width: 0;
}

.footer-brand-name {
    font-size: 20px;
    font-weight: 700;
    margin: 0 0 6px;
    background: linear-gradient(135deg, #2196f3, #9c27b0);
    -webkit-background-clip: text;
    background-clip: text;
    -webkit-text-fill-color: transparent;
}

.footer-slogan {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin: 0 0 4px;
    white-space: nowrap;
}

.footer-desc {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.company-name {
    font-size: 18px;
    font-weight: 600;
    color: #333;
}

.footer-link-group h3 {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px;
}

.footer-link-group h3::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 30px;
    height: 2px;
    background: linear-gradient(90deg, #ff6b35, #ff8c42);
}

.footer-link-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-group li {
    margin-bottom: 12px;
}

.footer-link-group a {
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: color 0.3s ease;
}

.footer-link-group a:hover {
    color: #ff6b35;
}

.footer-bottom {
    background: #fff;
    padding: 15px 0;
    text-align: center;
    border-top: 1px solid #eee;
}

.footer-bottom .copyright {
    color: #999;
    font-size: 13px;
    margin: 0 0 8px;
}

.beian-info {
    display: flex;
    justify-content: center;
    gap: 15px;
    flex-wrap: wrap;
    align-items: center;
}

.beian-link {
    color: #999;
    text-decoration: none;
    font-size: 12px;
    transition: color 0.3s ease;
}

.beian-link:hover {
    color: #1e90ff;
}

.beian-text {
    color: #999;
    font-size: 12px;
}

/* 响应式适配 */
@media (max-width: 992px) {
    .advantage-grid,
    .benefit-grid {
        grid-template-columns: repeat(2, 1fr);
    }
    .news-list-home {
        grid-template-columns: 1fr;
    }
    .footer-content {
        grid-template-columns: 1fr 1fr;
    }
}

@media (max-width: 768px) {
    .section {
        padding: 50px 0;
    }
    .section-title h2 {
        font-size: 28px;
    }
    .advantage-grid,
    .benefit-grid {
        grid-template-columns: 1fr;
    }
    .news-item-home {
        flex-direction: column;
    }
    .news-thumb {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }
    .footer-content {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    .partner-item {
        width: 150px;
        height: 80px;
        margin: 0 10px;
    }
}

/* 新版右侧悬浮联系客服 */
.floating-container-new {
    position: fixed;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.float-btn {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 70px;
    height: 70px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.15);
    cursor: pointer;
    transition: all 0.3s ease;
    text-decoration: none;
    position: relative;
}

.float-btn:hover {
    transform: translateY(-3px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.float-btn-icon {
    width: 32px;
    height: 32px;
    margin-bottom: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.float-btn-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.float-btn span {
    font-size: 12px;
    color: #333;
    font-weight: 500;
    line-height: 1;
}

.float-btn-service:hover {
    background: linear-gradient(135deg, #07c160, #10ad56);
}

.float-btn-service:hover span {
    color: #fff;
}

.float-btn-wechat:hover {
    background: linear-gradient(135deg, #07c160, #10ad56);
}

.float-btn-wechat:hover span {
    color: #fff;
}

/* 二维码弹窗 */
.wechat-qr-popup {
    position: absolute;
    right: 85px;
    top: 50%;
    transform: translateY(-50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 24px rgba(0,0,0,0.2);
    padding: 15px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    width: 180px;
    text-align: center;
}

.float-btn-wechat:hover .wechat-qr-popup {
    opacity: 1;
    visibility: visible;
    right: 90px;
}

.wechat-qr-popup p {
    font-size: 13px;
    color: #333;
    margin: 0 0 10px;
    font-weight: 500;
}

.qr-img-wrapper {
    width: 150px;
    height: 150px;
    margin: 0 auto;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.qr-img-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

/* 页脚logo变大 */
.footer-logo {
    max-height: 90px !important;
    width: auto !important;
    margin-bottom: 20px;
}

/* 页脚链接集中 */
.footer-content {
    gap: 30px !important;
    grid-template-columns: 1.6fr repeat(4, 1fr) !important;
}

.footer-link-group {
    text-align: center;
}

.footer-link-group h3 {
    text-align: center;
}

/* 文章聚合页面样式 */
.article-page {
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 20px 40px;
}

.category-header {
    text-align: center;
    margin-bottom: 30px;
}

.category-header-title {
    font-size: 32px;
    font-weight: 700;
    color: #1b2d3e;
    margin: 0;
}

.top-row {
    display: flex;
    gap: 24px;
    margin-bottom: 30px;
}

.featured-hero {
    flex: 1.5;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    min-height: 320px;
    display: block;
    text-decoration: none;
    color: #fff;
}

.featured-hero-bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
    background-color: #1b2d3e;
}

.featured-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%, rgba(0,0,0,0.3) 50%, rgba(0,0,0,0.1) 100%);
}

.featured-hero-content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 30px;
    z-index: 2;
}

.featured-hero-title {
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    margin: 0 0 12px;
    line-height: 1.4;
}

.featured-hero-desc {
    font-size: 14px;
    color: rgba(255,255,255,0.85);
    margin: 0;
    line-height: 1.6;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-sidebar {
    flex: 1;
}

.sidebar-card {
    background: #fff;
    border-radius: 12px;
    padding: 22px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
}

.sidebar-header {
    margin-bottom: 16px;
    padding-bottom: 12px;
    border-bottom: 2px solid #ff6b35;
}

.sidebar-title {
    font-size: 18px;
    font-weight: 700;
    color: #1b2d3e;
}

.sidebar-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sidebar-item {
    padding: 14px 0;
    border-bottom: 1px solid #f0f0f0;
}

.sidebar-item:last-child {
    border-bottom: none;
}

.sidebar-item a {
    text-decoration: none;
    color: inherit;
}

.sidebar-item-title {
    font-size: 15px;
    font-weight: 600;
    color: #1b2d3e;
    margin-bottom: 6px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.sidebar-item:hover .sidebar-item-title {
    color: #ff6b35;
}

.sidebar-item-desc {
    font-size: 13px;
    color: #999;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-list-section {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.article-list-card {
    background: #fff;
    border-radius: 12px;
    padding: 24px;
    box-shadow: 0 2px 12px rgba(0,0,0,0.06);
    text-decoration: none;
    color: inherit;
    transition: all 0.3s ease;
    display: block;
}

.article-list-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(0,0,0,0.1);
}

.article-list-title {
    font-size: 18px;
    font-weight: 700;
    color: #1b2d3e;
    margin-bottom: 10px;
    line-height: 1.4;
    transition: color 0.3s ease;
}

.article-list-card:hover .article-list-title {
    color: #ff6b35;
}

.article-list-desc {
    font-size: 14px;
    color: #666;
    line-height: 1.6;
    margin-bottom: 16px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.article-list-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.article-list-date {
    font-size: 13px;
    color: #999;
    display: flex;
    align-items: center;
    gap: 6px;
}

.article-list-date svg {
    width: 16px;
    height: 16px;
}

.article-list-arrow {
    font-size: 14px;
    color: #ff6b35;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 6px;
}

.article-list-arrow svg {
    width: 16px;
    height: 16px;
}

.pagination {
    text-align: center;
    margin-top: 40px;
}

.pagination .page-numbers {
    display: inline-block;
    padding: 8px 16px;
    margin: 0 4px;
    background: #fff;
    border: 1px solid #e0e0e0;
    border-radius: 6px;
    color: #666;
    text-decoration: none;
    font-size: 14px;
    transition: all 0.3s ease;
}

.pagination .page-numbers:hover,
.pagination .page-numbers.current {
    background: #ff6b35;
    color: #fff;
    border-color: #ff6b35;
}

.news-empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
}

/* 响应式 */
@media (max-width: 992px) {
    .top-row {
        flex-direction: column;
    }
    .featured-hero {
        min-height: 250px;
    }
    .faq-layout {
        flex-direction: column;
    }
}

/* FAQ页面样式 */
.category-header-desc {
    font-size: 15px;
    color: #999;
    margin: 10px 0 0;
}

.faq-search-box {
    max-width: 500px;
    margin: 0 auto 30px;
}

.faq-search-box input {
    width: 100%;
    padding: 14px 20px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    font-size: 15px;
    outline: none;
    transition: all 0.3s ease;
    box-sizing: border-box;
}

.faq-search-box input:focus {
    border-color: #ff6b35;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.1);
}

.faq-layout {
    display: flex;
    gap: 24px;
    align-items: flex-start;
}

.faq-main {
    flex: 1.5;
}

.faq-accordion {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.faq-item {
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.04);
    overflow: hidden;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 4px 16px rgba(0,0,0,0.08);
}

.faq-question {
    padding: 20px 24px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    user-select: none;
}

.faq-question-text {
    font-size: 16px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 1.5;
    flex: 1;
    padding-right: 20px;
}

.faq-question-icon {
    font-size: 24px;
    color: #ff6b35;
    font-weight: 300;
    transition: transform 0.3s ease;
    flex-shrink: 0;
    width: 24px;
    text-align: center;
}

.faq-item.active .faq-question-icon {
    transform: rotate(45deg);
}

.faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
}

.faq-item.active .faq-answer {
    max-height: 2000px;
}

.faq-answer-inner {
    padding: 0 24px 24px;
    color: #666;
    font-size: 14px;
    line-height: 1.8;
    border-top: 1px solid #f0f0f0;
    padding-top: 20px;
}

.faq-answer-inner p {
    margin: 0 0 12px;
}

.faq-answer-inner p:last-child {
    margin-bottom: 0;
}

.faq-answer-inner img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    margin: 10px 0;
}

.faq-empty {
    text-align: center;
    padding: 60px 20px;
    color: #999;
    font-size: 16px;
    background: #fff;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .faq-question {
        padding: 16px 18px;
    }
    .faq-question-text {
        font-size: 14px;
    }
    .faq-answer-inner {
        padding: 0 18px 18px;
        padding-top: 16px;
    }
}

@media (max-width: 768px) {
    .category-header-title {
        font-size: 24px;
    }
    .featured-hero-title {
        font-size: 18px;
    }
    .article-list-card {
        padding: 18px;
    }
    .article-list-title {
        font-size: 16px;
    }
}

/* ==========================================================
   鹊集统一响应式适配（窗口缩放自适应，防止内容溢出/裁切）
   ========================================================== */

/* ---- 全局兜底：禁止页面横向滚动，媒体自适应 ---- */
/* 根元素不裁剪：保持原生视口纵向滚动（避免iOS/微信触摸滑动失效）*/
html, body { max-width: 100%; }
/* 横向溢出改由内部包裹容器裁剪（clip不创建滚动容器、不影响纵向滚动）*/
.default-layout { max-width: 100%; overflow-x: hidden; overflow-x: clip; }
.pc { width: 100%; max-width: 100%; overflow-x: hidden; overflow-x: clip; }
img, video, svg { max-width: 100%; }

/* ---- 固定1200容器：桌面保持原宽度居中，仅窗口<1200时自适应 ---- */
/* ============== <= 1200 ============== */
@media (max-width: 1200px) {
    .distribution-wrapper .distribution,
    .distribution-wrapper .distribution .funs,
    .distribution-wrapper .distribution .bottomtip,
    .solution22 .solutionBody,
    .kaid .kaidBody,
    .kaidBody,
    .solutionBody {
        width: 100%;
        max-width: 1200px;
        box-sizing: border-box;
        padding-left: 16px;
        padding-right: 16px;
    }
}

/* ============== <= 1024 ============== */
@media (max-width: 1024px) {
    /* 5卡片：允许换行 */
    .bannerItem-container { flex-wrap: wrap !important; overflow-x: hidden !important; justify-content: center !important; }
    /* 顶部导航：允许折行、缩小间距 */
    .navFlex { flex-wrap: wrap; }
    .nav-center { flex-wrap: wrap; justify-content: center; }
    .navUl { padding-left: 0 !important; gap: 4px 18px; justify-content: center; }
    .navItem a span { font-size: 14px; }

    /* 5 张维度卡片：一行 2~3 张，能换行 */
    .bannerItem-container .bannerItem,
    .bannerItem {
        flex: 0 0 calc(50% - 12px) !important;
        min-width: 0 !important;
        max-width: calc(50% - 12px) !important;
        width: auto !important;
    }

    /* 全链解决方案：3 列改纵向堆叠 */
    .distribution-wrapper .distribution .funs {
        flex-direction: column;
        height: auto;
        gap: 20px;
    }
    .distribution-wrapper .distribution .funs .w571,
    .distribution-wrapper .distribution .funs .w290 { width: 100%; flex: none; }
    .distribution-wrapper .distribution .funs .m24 { margin: 0; }
    .distribution-wrapper .distribution .funs .fun-item { width: 100%; }
    .distribution-wrapper .distribution .funs .fun-item .dicbody { width: 100%; }
    .distribution-wrapper .distribution .funs .fun-item .dicbody .items { width: 50%; box-sizing: border-box; }

    /* solutionBody：absolute 卡片改静态流式排列 */
    .solution22 .solutionBody {
        position: static;
        display: flex;
        flex-wrap: wrap;
        gap: 16px;
        justify-content: center;
    }
    .solution22 .solutionBodyItem,
    .solution22 .solutionBodyItem:nth-child(2),
    .solution22 .solutionBodyItem:nth-child(3) {
        position: static;
        left: auto !important;
        right: auto !important;
        width: calc(50% - 8px);
        height: auto;
        padding-bottom: 16px;
    }

    /* 橙色 kaid 区块：高度自适应 */
    .kaid, .solution22 { height: auto; background-size: cover; padding-bottom: 30px; }
    .kaid .title { padding-top: 50px; }
    .kaid .kaidBody { flex-wrap: wrap; gap: 20px; justify-content: space-around; }

    /* 页脚：5 列改 3 列 */
    .footer-content {
        grid-template-columns: repeat(3, 1fr) !important;
        gap: 24px;
    }
}

/* ============== <= 768（平板/小窗） ============== */
@media (max-width: 768px) {
    .bannerItem-container { flex-wrap: wrap !important; }
    /* 导航：logo 与菜单分两行居中 */
    .navFlex { padding: 8px 10px; }
    .nav-center { width: 100%; }
    .logoBox { width: auto !important; justify-content: center; }
    .navUl { width: 100%; }
    .nav-right { width: 100%; display: flex; justify-content: center; }

    /* 5 卡片单列 */
    .bannerItem-container .bannerItem,
    .bannerItem {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    /* solutionBody 单列 */
    .solution22 .solutionBodyItem { width: 100%; }

    /* 全链 dicbody 单列 */
    .distribution-wrapper .distribution .funs .fun-item .dicbody .items { width: 100%; }

    /* 页脚 2 列 */
    .footer-content { grid-template-columns: repeat(2, 1fr) !important; }

    /* 标题字号缩小 */
    .solution22 .solutionTitle { font-size: 22px; }
}

/* ============== <= 480（窄窗/手机） ============== */
@media (max-width: 480px) {
    .navItem a span { font-size: 13px; }
    .footer-content { grid-template-columns: 1fr !important; text-align: center; }
    .footer-brand { justify-content: center; }
    .beian-info { flex-direction: column; gap: 6px; align-items: center; }
}

/* ===== FAQ 分组折叠板块 ===== */
.faq-main { width: 100%; flex: none; }
.faq-group { margin-bottom: 34px; }
.faq-group-title {
    font-size: 20px;
    font-weight: 700;
    color: #1b2d3e;
    padding: 0 0 12px;
    margin: 0 0 16px;
    border-bottom: 2px solid #ffb74d;
}
.faq-accordion { display: flex; flex-direction: column; gap: 12px; }
.faq-item {
    background: #fff;
    border: 1px solid #ececec;
    border-radius: 10px;
    overflow: hidden;
    transition: box-shadow .25s ease, border-color .25s ease;
}
.faq-item.active { border-color: #ffb74d; box-shadow: 0 6px 18px rgba(255,165,0,.12); }
.faq-question {
    display: flex; align-items: center; justify-content: space-between;
    padding: 15px 18px; cursor: pointer; user-select: none;
}
.faq-question-text { font-size: 15px; font-weight: 600; color: #1b2d3e; }
.faq-question-icon {
    flex: none; width: 24px; height: 24px; line-height: 22px; text-align: center;
    border-radius: 50%; background: #f5f6fa; color: #ff9800; font-size: 18px;
    transition: transform .25s ease, background .25s ease;
}
.faq-item.active .faq-question-icon { transform: rotate(45deg); background: #fff3e0; }
.faq-answer { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.faq-item.active .faq-answer { max-height: 600px; }
.faq-answer-inner {
    padding: 0 18px 16px; font-size: 14px; line-height: 24px; color: #666;
}
.faq-answer-inner p { margin: 0 0 8px; }

/* FAQ 移动端自适应 */
@media (max-width: 1024px) {
    .faq-layout { grid-template-columns: 1fr !important; }
    .article-sidebar { order: 2; }
}
@media (max-width: 768px) {
    .faq-question { padding: 13px 14px; }
    .faq-question-text { font-size: 14px; padding-right: 10px; }
    .faq-group-title { font-size: 18px; }
    .faq-answer-inner { padding: 0 14px 14px; font-size: 13.5px; line-height: 22px; }
}

/* ===== 帮助中心列表页 ===== */
.help-section { margin-bottom: 40px; }
.help-section-title {
    font-size: 20px; font-weight: 700; color: #1b2d3e;
    padding: 0 0 12px; margin: 0 0 20px;
    border-bottom: 2px solid #ffb74d;
}
.help-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 22px;
}
.help-card {
    display: flex; flex-direction: column;
    background: #fff; border: 1px solid #ececec; border-radius: 12px;
    overflow: hidden; text-decoration: none;
    transition: transform .25s ease, box-shadow .25s ease, border-color .25s ease;
}
.help-card:hover {
    transform: translateY(-5px); border-color: #ffb74d;
    box-shadow: 0 12px 26px rgba(255,165,0,.14);
}
.help-card-thumb {
    height: 150px; background: linear-gradient(135deg,#fff5e6,#ffe8c2);
    display: flex; align-items: center; justify-content: center; overflow: hidden;
}
.help-card-thumb img { width: 100%; height: 100%; object-fit: cover; }
.help-card-noimg { font-size: 26px; font-weight: 700; color: #ff9800; letter-spacing: 2px; }
.help-card-body { padding: 16px 18px 18px; display: flex; flex-direction: column; flex: 1; }
.help-card-title { font-size: 16px; font-weight: 700; color: #1b2d3e; margin: 0 0 10px; line-height: 24px; }
.help-card-desc { font-size: 13.5px; line-height: 22px; color: #777; margin: 0 0 12px; flex: 1; }
.help-card-more { font-size: 13px; color: #ff9800; font-weight: 600; }

/* 返回顶部按钮 */
#backToTop {
    position: fixed; right: 20px; bottom: 30px; z-index: 9999;
    width: 44px; height: 44px; border-radius: 50%;
    background: #ff9800; display: flex; align-items: center; justify-content: center;
    cursor: pointer; opacity: 0; visibility: hidden;
    transition: opacity .3s ease, background .25s ease, transform .25s ease;
    box-shadow: 0 6px 16px rgba(255,152,0,.35);
}
#backToTop.show { opacity: 1; visibility: visible; }
#backToTop:hover { background: #f57c00; transform: translateY(-3px); }

/* 帮助中心 平板/手机自适应 */
@media (max-width: 1024px) {
    .help-card-grid { grid-template-columns: repeat(2, 1fr); }
}
@media (max-width: 768px) {
    .help-card-grid { grid-template-columns: 1fr; gap: 16px; }
    .help-card-thumb { height: 170px; }
    .help-section-title { font-size: 18px; }
    #backToTop { right: 14px; bottom: 20px; width: 40px; height: 40px; }
}

/* 文章内容媒体自适应，防止手机端横向溢出 */
.article-content img, .article-content video, .article-content iframe {
    max-width: 100%; height: auto;
}
.article-content video { width: 100%; }
.article-content { word-break: break-word; overflow-wrap: anywhere; }

/* ===== 帮助中心 PC端 v53 调整 ===== */
/* 修复被 fixed 导航(70px)遮挡：主体留出足够顶部内边距 */
.help-center-page { padding-top: 92px; }

/* 上下区块之间细浅分割线 */
.help-section + .help-section {
    margin-top: 40px; padding-top: 38px;
    border-top: 1px solid #ececec;
}

/* 卡片：无顶部图，标题+简介+右下角按钮，卡片等高 */
.help-card { min-height: 196px; }
.help-center-page .help-card-body {
    padding: 22px 22px 20px; flex: 1;
    display: flex; flex-direction: column;
}
.help-center-page .help-card-title { margin-bottom: 12px; }
.help-center-page .help-card-desc { flex: 1; margin-bottom: 6px; }
.help-center-page .help-card-more {
    align-self: flex-end; margin-top: 14px;
    font-size: 13px; font-weight: 600; color: #ff9800;
}

/* 手机端：顶部间距同步收窄 */
@media (max-width: 768px) {
    .help-center-page { padding-top: 78px; }
    .help-card { min-height: 0; }
    .help-section + .help-section { margin-top: 28px; padding-top: 26px; }
}

/* ===== 常见问题汇总文章页：玻璃拟态折叠面板 ===== */
.faq-summary-page { padding-top: 92px; }
.glass-faq-panel {
    position: relative;
    background: linear-gradient(135deg, rgba(255,243,224,.7), rgba(255,255,255,.45));
    border: 1px solid rgba(255,255,255,.65);
    border-radius: 18px;
    padding: 26px 26px 8px;
    box-shadow: 0 8px 32px rgba(31,38,135,.08);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
}
.glass-faq-group { margin-bottom: 22px; }
.glass-faq-group-title {
    font-size: 17px; font-weight: 700; color: #e8830c;
    margin: 0 0 12px; padding-left: 12px;
    border-left: 4px solid #ffb74d;
}
.glass-faq-item {
    background: rgba(255,255,255,.62);
    border: 1px solid rgba(255,255,255,.75);
    border-radius: 12px; margin-bottom: 11px; overflow: hidden;
    transition: background .25s ease, box-shadow .25s ease;
}
.glass-faq-item.active {
    background: rgba(255,255,255,.9);
    box-shadow: 0 6px 20px rgba(255,152,0,.13);
}
.glass-faq-q {
    display: flex; align-items: center; justify-content: space-between;
    padding: 13px 16px; cursor: pointer; user-select: none;
}
.glass-faq-q-text { font-size: 14.5px; font-weight: 600; color: #1b2d3e; padding-right: 12px; }
.glass-faq-icon {
    flex: none; width: 24px; height: 24px; line-height: 22px; text-align: center;
    border-radius: 50%; background: #fff3e0; color: #ff9800; font-size: 18px;
    transition: transform .25s ease;
}
.glass-faq-item.active .glass-faq-icon { transform: rotate(45deg); }
.glass-faq-a { max-height: 0; overflow: hidden; transition: max-height .3s ease; }
.glass-faq-item.active .glass-faq-a { max-height: 400px; }
.glass-faq-a-inner {
    padding: 0 16px 14px; font-size: 14px; line-height: 23px; color: #666;
}
.glass-faq-a-inner p { margin: 0; }

/* 修复帮助中心/汇总页被固定导航遮挡：双class提高优先级 */
.article-page.help-center-page,
.article-page.faq-summary-page { padding-top: 104px; }

/* ==========================================================
   鹊集 · 手机端专项适配（PC端样式完全不变）
   说明：全局规则对PC安全；布局改造仅在 <=768px 生效
   ========================================================== */

/* ---- 1. 全站“页脚沉底”：内容再少，备案也固定在最底部 ---- */
.default-layout { display:flex; flex-direction:column; min-height:100vh; }
footer { margin-top:auto; flex-shrink:0; }

/* ---- 2. 汉堡按钮：PC默认隐藏，仅手机显示 ---- */
.nav-toggle { display:none; flex-direction:column; justify-content:center; gap:5px;
    background:none; border:0; padding:6px; cursor:pointer; }
.nav-toggle span { display:block; width:24px; height:2px; background:#333;
    border-radius:2px; transition:transform .3s ease, opacity .3s ease; }
/* 展开后三杠变 X */
.nav-toggle.is-active span:nth-child(1){ transform:translateY(7px) rotate(45deg); }
.nav-toggle.is-active span:nth-child(2){ opacity:0; }
.nav-toggle.is-active span:nth-child(3){ transform:translateY(-7px) rotate(-45deg); }

/* ---- 3. 手机底部客服栏：PC默认隐藏 ---- */
.mobile-service-bar { display:none; }

/* ==========================================================
   <=768px：平板 / 手机布局
   ========================================================== */
@media (max-width:768px) {

  /* 给底部固定客服栏预留空间，防止最后内容被遮挡 */
  body { padding-bottom:62px; }

  /* ---- 顶部导航：固定一行，logo左、汉堡右 ---- */
  .p_nav { position:fixed; top:0; left:0; right:0; width:100%; }
  .navFlex { flex-direction:row !important; flex-wrap:nowrap; align-items:center;
      position:relative; padding:8px 12px; }
  .nav-center { flex:1; flex-direction:row; flex-wrap:nowrap; align-items:center; }
  .logoBox { flex:none; width:auto !important; }
  .logo { max-height:40px; width:auto; }
  .nav-right { flex:none; width:auto; display:flex; align-items:center; gap:8px; }
  .merchant-login { display:none; }      /* 手机顶部不显示登录注册，避免拥挤 */
  .nav-toggle { display:flex; }           /* 显示汉堡 */

  /* 菜单默认收起，点击汉堡下拉 */
  .navUl { display:none; position:absolute; top:100%; left:0; right:0;
      flex-direction:column; width:100%; gap:0 !important;
      background:#fff; box-shadow:0 10px 24px rgba(0,0,0,.1); padding:4px 14px !important; }
  .navUl.mobile-open { display:flex; }
  .navItem { width:100%; }
  .navItem a { display:block; padding:13px 2px; border-bottom:1px solid #f2f2f2; }
  .navItem:last-child a { border-bottom:0; }
  .navItem a span { font-size:15px !important; }

  /* ---- 首页 Hero 轮播：降低高度、字号、隐藏左右箭头 ---- */
  .mySwiper { height:300px; }
  .banner1 { padding:0 18px; }
  .mySwiper .slogan { font-size:22px !important; line-height:1.35; }
  .mySwiper .slogan2 { font-size:13px !important; line-height:1.6; margin-top:8px; }
  .swiper-button-prev,.swiper-button-next { display:none; }   /* 手机用手势滑动 */
  .mySwiper .swiper-pagination { bottom:14px; }

  /* ---- 5 张维度卡片：单列上下堆叠，收紧间距 ---- */
  .bannerItem-container { gap:14px !important; padding:16px !important; }
  .bannerItem { flex:0 0 100% !important; max-width:100% !important; width:100% !important; }

  /* ---- 全链解决方案：纵向堆叠 ---- */
  .distribution-wrapper .distribution .funs { flex-direction:column; height:auto; gap:18px; }
  .distribution-wrapper .distribution .funs .w571,
  .distribution-wrapper .distribution .funs .w290 { width:100%; flex:none; }
  .distribution-wrapper .distribution .funs .fun-item,
  .distribution-wrapper .distribution .funs .dicbody { width:100%; }
  .distribution-wrapper .distribution .funs .dicbody .items { width:100%; }

  /* solutionBody 卡片单列 */
  .solution22 .solutionBody { position:static; flex-direction:column; gap:14px; }
  .solution22 .solutionBodyItem { position:static !important; left:auto !important;
      right:auto !important; width:100% !important; height:auto; }

  /* 橙色区块自适应高度 */
  .kaid,.solution22 { height:auto; padding-bottom:26px; }
  .kaid .kaidBody { flex-direction:column; gap:16px; }

  /* ---- 页脚：单列居中 ---- */
  .footer-content { grid-template-columns:1fr !important; gap:22px; text-align:center; }
  .footer-brand { justify-content:center; }
  .footer-link-group ul { display:inline-block; text-align:left; }
  .footer-bottom { padding:16px; }
  .beian-info { flex-direction:column; gap:8px; align-items:center; text-align:center; }

  /* ---- 悬浮客服：隐藏右侧竖栏，显示底部横向栏 ---- */
  .floating-container-new { display:none; }
  .mobile-service-bar { display:flex; position:fixed; left:0; right:0; bottom:0; z-index:9998;
      background:#fff; border-top:1px solid #eee; gap:10px; padding:8px 12px;
      padding-bottom:calc(8px + env(safe-area-inset-bottom)); }
  .msb-btn { flex:1; display:flex; align-items:center; justify-content:center; gap:6px;
      border:0; border-radius:22px; padding:11px 8px; font-size:14px; color:#fff;
      cursor:pointer; text-decoration:none; }
  .msb-service { background:#07c160; }
  .msb-wechat  { background:#ff9800; }
  /* 点击“扫码加微”上弹二维码 */
  .msb-qr-pop { position:fixed; bottom:76px; left:50%; transform:translateX(-50%);
      background:#fff; border-radius:14px; padding:14px; box-shadow:0 8px 30px rgba(0,0,0,.15);
      display:none; text-align:center; z-index:9999; }
  .msb-qr-pop.show { display:block; }
  .msb-qr-pop p { margin:0 0 10px; font-size:13px; color:#666; }
  .msb-qr-pop img { width:180px; height:180px; object-fit:contain; }

  /* ---- 表单：输入框不溢出屏幕 ---- */
  input[type=text],input[type=password],input[type=email],input[type=tel],
  select,textarea { max-width:100%; box-sizing:border-box; }

  /* ---- 帮助中心 / FAQ：单列、去毛玻璃滤镜提升流畅度 ---- */
  .help-card-grid { grid-template-columns:1fr !important; gap:14px; }
  .help-card { min-height:0; transition:none; }
  .glass-faq-panel { backdrop-filter:none; -webkit-backdrop-filter:none; }
  .article-page.help-center-page,
  .article-page.faq-summary-page { padding-top:78px; }

  /* ---- 返回顶部：避开底部客服栏 ---- */
  #backToTop { right:14px; bottom:76px; width:40px; height:40px; }

  /* ---- 关闭非必要动画，提升手机流畅度 ---- */
  * { scroll-behavior:auto !important; }
}

/* ==========================================================
   <=480px：窄手机微调
   ========================================================== */
@media (max-width:480px) {
  .mySwiper { height:260px; }
  .mySwiper .slogan { font-size:20px !important; }
  .logo { max-height:36px; }
  .msb-btn span, .msb-btn { font-size:13px; }
}

/* ---- 手机端修正：提高选择器优先级，覆盖全局 .p_nav ul ---- */
@media (max-width:768px) {
  .p_nav .navUl { display:none; }
  .p_nav .navUl.mobile-open { display:flex; }
  /* Hero 文字从顶部排布，避免垂直居中时首行被裁 */
  .banner1 { justify-content:flex-start !important; padding-top:48px; }
}

/* ---- 手机端修正2：Hero文字块宽度占满，避免竖排 ---- */
@media (max-width:768px) {
  .banner1 { width:100%; box-sizing:border-box; }
  .banner_left { width:100% !important; max-width:100% !important; }
  .mySwiper .slogan { white-space:normal; word-break:keep-all; }
}

/* ---- 手机端修正3：下拉菜单高度自适应，不被导航高度锁住 ---- */
@media (max-width:768px) {
  .p_nav .navUl { height:auto !important; overflow:visible; }
  .p_nav .navUl .navItem { height:auto; }
}

/* ==========================================================
   微信/手机真机 滚动与遮挡修复
   ========================================================== */
@media (max-width:768px) {
  /* 明确纵向手势直通，避免被轮播默认 touch-action 拦截 */
  html, body { -webkit-overflow-scrolling: touch; touch-action: pan-y; }
  .mySwiper, .swiper-wrapper, .swiper-slide { touch-action: pan-y !important; }

  /* 自动轮播，手机端隐藏分页小圆点（避免压住副标题文字） */
  .mySwiper .swiper-pagination { display:none !important; }

  /* 副标题与下方留出间距，不再重叠 */
  .mySwiper .slogan2 { margin-bottom:0; }
}


/* ==========================================================
   手机端修复 v81：大标题保持一行 / 平台选择右侧显示全 / 合作伙伴计划不重叠
   ========================================================== */
@media (max-width:768px){
  /* 1. 大标题不换行，缩小字号保持一行 */
  .solutionTitle { white-space:nowrap !important; font-size:19px !important; }
  .solutionTitle img { height:18px !important; width:auto !important; }
  .kaid .title { white-space:nowrap !important; font-size:19px !important; }
  .bottomtip { white-space:nowrap !important; font-size:11.5px !important; padding:0 10px; }

  /* 2. 平台选择：上下堆叠，左侧tab横排、右侧内容显示全不被裁切 */
  .ptSelect { height:auto !important; padding-bottom:28px; }
  .ptSelect .selecBody { width:100% !important; flex-direction:column; box-sizing:border-box; padding:0 14px; }
  .ptSelect .selecBody .l { width:100% !important; padding:16px 0 !important; display:flex; flex-wrap:nowrap; overflow-x:auto; }
  .ptSelect .selecBody .l .selectItem { flex:none; margin-right:20px; }
  .ptSelect .selecBody .l .selectItem .selectText { font-size:16px !important; white-space:nowrap; }
  .ptSelect .selecBody .r { width:100% !important; }
  .ptSelect .selecBody .r .contentBody .item { width:100% !important; box-sizing:border-box; }

  /* 3. 合作伙伴计划：上下堆叠，高度自适应，不再溢出与footer重叠 */
  .lxwm { height:auto !important; flex-direction:column; align-items:stretch !important; padding:24px 0; }
  .lxwm .l, .lxwm .r { width:100% !important; height:auto !important; padding:16px 18px !important; box-sizing:border-box; }
  .lxwm .r .rBody { display:flex; flex-wrap:wrap; }
  .lxwm .r .rBody .rItem { flex:0 0 50% !important; margin-top:10px !important; box-sizing:border-box; }
}
@media (max-width:480px){
  .solutionTitle, .kaid .title { font-size:16.5px !important; }
  .bottomtip { font-size:10px !important; }
}


/* ==========================================================
   手机端修复 v82：footer 2×2 / 标题字号回调 / Hero对齐 / 橙色区块居中
   ========================================================== */
@media (max-width:768px){
  /* 1. footer：4个链接组2×2，品牌区独占一行 */
  .footer-content { grid-template-columns:1fr 1fr !important; gap:26px 14px !important; }
  .footer-brand { grid-column:1 / -1 !important; }
  .footer-link-group h3 { text-align:center; }
  .footer-link-group ul { display:inline-block; text-align:left; }

  /* 2. 标题字号回调大一点（仍保持一行）*/
  .solutionTitle { font-size:22px !important; }
  .bottomtip { font-size:13px !important; }

  /* 3. Hero主副标题严格居中对齐 */
  .banner_left { text-align:center !important; }
  .mySwiper .slogan, .mySwiper .slogan2 { text-align:center !important; margin-left:auto !important; margin-right:auto !important; }

  /* 4. 橙色区块四项水平居中，不再偏左 */
  .kaid .kaidBody { width:100% !important; padding:0 16px !important; box-sizing:border-box; align-items:center !important; }
  .kaidItem { text-align:center !important; width:100%; }
}
@media (max-width:480px){
  .solutionTitle { font-size:19px !important; }
  .bottomtip { font-size:11.5px !important; }
}


/* 手机端修复 v83：footer 2×2列宽均分、右列不再被裁切 */
@media (max-width:768px){
  .footer-top { width:100% !important; max-width:100% !important; flex-wrap:wrap !important; box-sizing:border-box; }
  .footer-content { width:100% !important; max-width:100% !important;
      grid-template-columns:1fr 1fr !important; gap:22px 10px !important;
      padding:0 12px 32px !important; box-sizing:border-box; }
  .footer-link-group { min-width:0; }
  .footer-link-group ul { padding-left:0; }
  .footer-link-group li { white-space:nowrap; }
}


/* 手机端修复 v84：footer 2×2 用calc强制均分，杜绝fr被内容撑大 */
@media (max-width:768px){
  .footer-content {
      grid-template-columns:calc(50% - 6px) calc(50% - 6px) !important;
      gap:22px 12px !important;
      justify-content:center !important; }
  .footer-brand { grid-column:1 / -1 !important; }
  .footer-link-group { min-width:0 !important; max-width:100%; }
  .footer-link-group ul { margin:0 auto; padding-left:0; display:table; }
  .footer-link-group li { white-space:nowrap; }
}


/* 手机端修复 v85：footer品牌区小鸟与文字作为整体居中对齐 */
@media (max-width:768px){
  .footer-brand {
      justify-content:center !important;
      align-items:center !important;
      gap:12px !important;
      flex-direction:row; }
  .footer-bird { width:56px !important; }
  .footer-brand-text { flex:none !important; min-width:auto; text-align:left; }
}


/* 手机端修复 v86：合作伙伴计划去PC背景图(数字清晰一致) / 小鸟与鹊集顶部对齐 */
@media (max-width:768px){
  /* 1. 去掉.r的PC拉伸背景图，数字都在干净底色上、颜色一致清晰 */
  .lxwm .r { background-image:none !important; padding:18px !important; }
  .lxwm .rBody { margin-top:16px !important; }
  .lxwm .r .text1 { font-size:22px !important; line-height:30px; }

  /* 2. 小鸟与“鹊集”顶部对齐，鹊集不再跑到上方 */
  .footer-brand { align-items:flex-start !important; }
  .footer-bird { margin-top:3px !important; }
  .footer-brand-name { margin-bottom:4px !important; }
}


/* 手机端修复 v87：平台选择contentBody/item高度自适应，内容不再溢出盖住下方数字 */
@media (max-width:768px){
  .ptSelect .selecBody .r .contentBody { height:auto !important; width:100% !important; display:block; }
  .ptSelect .selecBody .r .contentBody .item {
      height:auto !important; width:100% !important;
      padding:18px !important; box-sizing:border-box; float:none; }
  .ptSelect .selecBody .r .contentBody .item .text2 { width:auto !important; }
}


/* ======================