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: center;
    position: relative;
}

.logoBox{
    width: 136px;
    height: 40px;
    position: relative;
    display: flex;
    justify-content: left;
    align-items: center
}


.p_nav ul:not(.dropdown-menu){
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.p_nav li:not(.dropdown-item):not(.has-dropdown){
    min-width: 40px;
    height: 100%;
    font-size: 14px;
    font-weight: 400;
    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: 48px;
    transition: all 0.3s ease;
    overflow: hidden;
} /* 移除流光特效 */

/* 添加新的悬停动画 */
.p_nav li:not(.dropdown-item):not(.has-dropdown) {
    transition: all var(--transition-speed) var(--transition-ease);
}

.p_nav li:not(.dropdown-item):not(.has-dropdown)::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:not(.dropdown-item):not(.has-dropdown):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:not(.dropdown-item):not(.has-dropdown):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: 120px;
    cursor: pointer
}

.p_nav li[data-v-9423d58e]:last-child {
    margin-right: 0
}

.navUl{
    padding-left: 73px
}

.navItem:not(.has-dropdown){
    display: flex;
    justify-content: center
}

/* 导航下拉菜单样式 */
.navItem.has-dropdown {
    position: relative;
    overflow: visible !important;
    height: 100%;
    line-height: 50px;
    display: flex;
    align-items: center;
    margin-right: 48px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
}

.navItem.has-dropdown:hover {
    transform: none !important;
    text-shadow: none !important;
}

.navItem.has-dropdown > .menu-list_link {
    position: relative;
    cursor: pointer;
}

.navItem.has-dropdown::after {
    content: '▾';
    font-size: 14px;
    line-height: 1;
    margin-left: 4px;
}

.navItem.has-dropdown.active::after {
    content: '▴';
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.15);
    padding: 8px 0;
    min-width: 160px;
    width: auto;
    height: auto;
    max-height: none;
    z-index: 9999;
    list-style: none;
    margin: 0;
    margin-top: 8px;
    border: 1px solid rgba(253, 91, 74, 0.2);
    backdrop-filter: blur(10px);
    overflow: visible;
    line-height: normal;
    display: none;
    flex-direction: column;
    align-items: stretch;
}

.navItem.has-dropdown.active > .dropdown-menu {
    display: flex;
}

.dropdown-menu .dropdown-item {
    all: unset !important;
    display: block !important;
    width: auto !important;
    box-sizing: border-box !important;
    cursor: default !important;
    position: static !important;
    height: auto !important;
    line-height: normal !important;
    overflow: visible !important;
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
    float: none !important;
    min-width: 0 !important;
}

.dropdown-menu .dropdown-item::after {
    display: none !important;
}

.dropdown-menu .dropdown-item:hover {
    transform: none !important;
    text-shadow: none !important;
}

.dropdown-menu .dropdown-item a {
    display: block;
    padding: 10px 20px;
    font-size: 13px;
    color: #333;
    white-space: nowrap;
    transition: all 0.2s ease;
    text-decoration: none;
    border-radius: 4px;
    margin: 2px 8px;
}

.dropdown-menu .dropdown-item a:hover {
    background: linear-gradient(135deg, rgba(253, 91, 74, 0.1) 0%, rgba(255, 154, 118, 0.1) 100%);
    color: #fd5b4a;
    transform: translateX(3px);
    text-decoration: none;
}

.dropdown-menu .dropdown-item a::after {
    display: none !important;
}

.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: #666; /* 与文字同色 */
    text-decoration: none; /* 去除下划线（可选） */
}
.beian-item a:hover {
    color: #333; /* hover时加深，提升交互感 */
    text-decoration: underline;
}


/* 版权文字样式已合并到上方 */


.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: #333;
    text-decoration: underline;
}

/* 响应式调整 */
@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: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0;
}
.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: auto !important;
    background: transparent !important;
}

.banner2 .bannerItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 320px;
    max-width: 400px;
    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;
}

.banner2 .bannerItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
}

@media (max-width: 1200px) {
    .banner2 {
        padding: 15px 15px;
        gap: 15px;
    }
}

@media (max-width: 992px) {
    .banner2 {
        padding: 15px 15px;
        gap: 15px;
    }
    .banner2 .bannerItem {
        min-width: calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 768px) {
    .banner2 {
        padding: 10px;
        gap: 10px;
    }
    .banner2 .bannerItem {
        min-width: 100%;
        margin: 0;
    }
    .banner2 .bannerItem .banner2-r .text1 {
        font-size: 14px;
    }
    .banner2 .bannerItem .banner2-r .text2 {
        font-size: 13px;
    }
}

.banner2 .bannerItem img {
    width: 45px;
    height: 45px;
    margin-bottom: 10px;
    padding: 8px;
    background: #e8f3ff;
    border-radius: 10px;
}

.banner2 .bannerItem .banner2-r {
    margin-left: 0;
    width: 100%;
}

.banner2 .bannerItem .banner2-r .text1 {
    font-size: 16px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 22px;
    margin-bottom: 6px;
}

.banner2 .bannerItem .banner2-r .text2 {
    font-size: 13px;
    font-weight: 400;
    color: #666;
    line-height: 18px;
    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;
    height: 300px;
    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 78px;
    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: 678px;
    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 li {
    transition: all 0.3s ease;
}

.menu li {
    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 li.active {
            background-color: var(--menu-active-bg);
            border-radius: 8px;
            border-bottom: none;
        }
        /* 菜单项激活时图标样式 */
        .menu li.active .menu-icon {
            background-color: #e6f2ff;
        }

        /* 菜单项激活时显示内容框 */
        .menu li.active .content-box {
            display: block;
        }

        .menu li:last-child {
            border-bottom: none;
        }

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

        /* 鼠标悬停菜单项时显示对应内容框 */
        .menu li:hover .content-box {
            display: block;
        }

        /* 鼠标悬停内容框时保持显示 */
        .content-box:hover {
            display: block;
        }



        .menu li .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 li .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: 120px;
  height: 48px;
  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: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  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: space-between;
    align-items: flex-start;
    gap: 2rem;
    margin-bottom: var(--spacing-sm);
}

/* 导航链接区 */
.footer-links {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 1.5rem;
    flex: 1;
    width: auto;
    padding-top: var(--spacing-md);
}

/* 右侧二维码 */
.footer-qrcode-section {
    flex: 0 0 auto;
    display: flex;
    justify-content: flex-end;
    padding-top: var(--spacing-md);
}

.footer-qrcode-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.footer-qrcode-img {
    width: 120px;
    height: 120px;
    object-fit: cover;
    background: #ffffff;
    border-radius: 4px;
    padding: 4px;
    box-sizing: border-box;
}

.footer-qrcode-btn {
    position: relative;
    margin-top: 12px;
    padding: 8px 18px;
    background: linear-gradient(135deg, #1a8cff 0%, #0066ff 100%);
    color: #ffffff;
    font-size: 13px;
    border-radius: 999px;
    white-space: nowrap;
    box-shadow: 0 4px 12px rgba(0, 102, 255, 0.35);
}

.footer-qrcode-arrow {
    position: absolute;
    top: -8px;
    left: 50%;
    transform: translateX(-50%);
    width: 0;
    height: 0;
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-bottom: 8px solid #0066ff;
}

.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: 16px;
    font-weight: 600;
    margin-bottom: 1rem;
    padding-bottom: 0;
    position: relative;
    display: block;
    text-align: left;
}

.footer-link-group h3:after {
    display: none;
}

.footer-link-group h3:hover:after {
    display: none;
}

.footer-link-group ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-link-group li {
    margin-bottom: 0.75rem;
}

.footer-link-group a {
    color: rgba(255, 255, 255, 0.85);
    text-decoration: none;
    font-size: 13px;
    transition: var(--transition);
    display: inline-block;
}

.footer-link-group a:hover {
    color: #ffffff !important;
    transform: none;
    text-shadow: none;
}



.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: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}
.beian-link:hover {
    color: #000000;
}
.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-top {
        flex-direction: column;
        align-items: center;
    }

    .footer-links {
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }

    .footer-qrcode-section {
        width: 100%;
        justify-content: center;
        padding-top: 1.5rem;
    }
}

/* 响应式设计 - 媒体查询 */
@media screen and (max-width: 768px) {
    /* 全局样式调整 */
    body {
        font-size: 14px;
    }
    
    /* 页脚布局调整 */
    .footer-top {
        flex-direction: column;
        align-items: center;
    }
    
    .footer-links {
        width: 100%;
        grid-template-columns: repeat(2, 1fr);
        gap: 1rem;
    }

    .footer-qrcode-section {
        width: 100%;
        justify-content: center;
        margin-top: 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;
    }

    /* 导航栏移动端 */
    .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: 18px;
    }

    /* 间距 */
    .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;
    }
    @keyframes footer-qrcode-btn-pulse {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.08);
	}
    }

    .footer-qrcode-btn {
	animation: footer-qrcode-btn-pulse 2s ease-in-out infinite;
	transform-origin: center center;
    }

}
.p_nav .logo,.p_nav a.logoBox img.logo{height:78px!important;max-height:78px!important;width:auto!important;max-width:none!important;}
