html {
  min-width: 1200px;
} 
* 
{
    margin:0px; padding:0px;
    box-sizing: border-box;
    letter-spacing: 1px;
} 
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;
}

/* 页脚logo图标样式 */
.footer-logo {
  width: 100px; /* 调整为更小的尺寸 */
  height: auto;
}

/* 页脚卡片样式 */
.footer-link-group {
  width: 240px; /* 增加宽度 */
  height: 240px; /* 设置高度与宽度相同，形成正方形 */
  display: flex;
  flex-direction: column;
  align-items: center; /* 水平居中 */
  padding: 20px;
  box-sizing: border-box;
}

/* 页脚h3标题样式 */
.footer-link-group h3 {
  text-align: center; /* 文字居中 */
  margin-bottom: 15px;
  width: 100%;
}
a:link {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
a:hover {
  text-decoration: none;
  color: #fd5b4a;
  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,
h2,
h3,
h4,
h5 {
  font-size: 14px;
  padding: 0px;
  margin: 0px;
}
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;
}
.default-layout{
  display: flex;
  flex-direction: column;
  min-height: 100vh; 
  min-width: 320px;
}

.default-layout .container{
  flex-grow: 1;
}






.emt {
    width: 100%;
    padding-bottom: 70px;
    display: inline-table;
}

.toTop {
    top: 0;
}
.p_nav {
    min-width: 320px;
    transition: top .2s ease-in-out;
    margin: 0 auto;
    height: 70px;
    background: #fff;
    box-shadow: none;
    z-index: 100;
    position: fixed;
    top: 0px;
    width: 100%;
}
.navFlex  {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

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


.p_nav ul{
    height: 100%;
    display: flex;
    justify-content: flex-end;
    align-items: center
}

.p_nav li{
    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 #fff;
    white-space: nowrap;
    margin-right: 48px
}

.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{
    display: flex;
    justify-content: center
}

.navItem[data-v-9423d58e]:hover {
    color: #fd5b4a
}

.cardSecretBtnWrapper{
    width: auto;
    max-width: 200px;
    height: 30px;
    background: #393f52;
    border-radius: 20px;
    border: 1px solid #393f52;
    margin: 25px auto;
    display: flex;
    align-items: center;
    padding: 0 15px;
    font-size: 12px;
    font-weight: 400;
    color: #fff;
    transition: all 0.3s ease;
}

@media (max-width: 768px) {
    .cardSecretBtnWrapper{
        max-width: 160px;
        padding: 0 12px;
        font-size: 13px;
    }
}

.cardSecretBtnWrapper .checkDD{
    margin-right: 7px;
    cursor: pointer;
    width: 12px;
    height: 12px
}

.dlDD, .zcDD{
    height: 35px;
    padding: 0 15px;
    display: flex;
    align-items: center;
    border-radius: 4px;
    border: 1px solid #e6e6e6;
}

.dlDD{
    margin-left: 30px;
}

.zcDD{
    background: #ff6229;
    margin-left: 16px;
    color: #fff;
    border-color: #ff6229;
}

.toTop{
    top: 0
}

.jbwg{
    color: #ff6063;
    font-size: 14px;
    font-weight: 700;
    cursor: pointer
}
 .p_nav .activePage  {
    color: #fd5b4a;
    border-bottom: 2px solid #fb864e;
}




.qa-search-input { flex: 1; padding: 12px 15px; border: 1px solid #FFD0A0; border-radius: 8px; font-size: 14px; transition: all 0.3s; } .qa-search-input:focus { border-color: #FF7D00; box-shadow: none; outline: none; }
.qa-search-btn { padding: 12px 20px; background-color: #FF7D00; color: white; border: none; border-radius: 8px; cursor: pointer; transition: all 0.3s; font-weight: bold; } .qa-search-btn:hover { background-color: #E56C00; box-shadow: none; transform: translateY(-1px); }
.qa-container { margin: 0 auto; max-width: 800px; padding: 0; padding-bottom: 20px; } .help-center-qa { display: flex; flex-direction: column; align-items: center; padding: 40px 20px; max-width: 100%; margin: 40px auto; width: 100%; background-color: white; border-radius: 16px; box-shadow: none; }
.qa-title { color: #FF7D00; font-size: 32px; margin-bottom: 35px; text-align: center; font-weight: bold; text-shadow: 0 2px 6px rgba(255,125,0,0.1); padding-bottom: 15px; border-bottom: 2px solid #FFF0E0; width: 100%; max-width: 800px; }
.qa-list { list-style: none; padding: 0; margin: 0 auto; max-width: 800px; width: 100%; }
.qa-item { margin-bottom: 15px; border: 1px solid #FFE0B2; border-radius: 12px; overflow: hidden; box-shadow: none; transition: all 0.3s; } .qa-item:hover { box-shadow: none; }
.qa-question { display: block; padding: 15px 20px; background-color: #f9f9f9; color: #333; text-decoration: none; cursor: pointer; transition: all 0.3s; font-size: 18px; font-weight: bold; border-left: 4px solid #e66a00; }

.qa-question:hover { background-color: #FFF8F0; border-left-color: #FF7D00; }

.qa-answer {
 padding: 15px 20px;
 max-height: none;
 overflow: visible;
}

/* 手风琴问答区域样式 */
.accordion-container {
    max-width: 800px;
    margin: 0 auto;
    padding: 20px;
}

.qa-card {
    background: linear-gradient(145deg, #f8faff, #ffffff);
    border-radius: 16px;
    border: 1px solid #ffe0cc;
    margin-bottom: 32px;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(255, 122, 0, 0.08);
}
.qa-card:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(50, 92, 247, 0.12);
    border-color: #d1e0fc;
}

.qa-card.active {
    border-color: #e66a00;
    transform: translateY(-3px);
    box-shadow: 0 8px 25px rgba(230, 106, 0, 0.15);
}

.toggle-icon {
    transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    font-size: 16px;
    color: #64748b;
}

.qa-card.active .toggle-icon {
    transform: rotate(180deg);
}

.accordion-item:hover {
    box-shadow: 0 6px 16px rgba(0, 0, 0, 0.08);
}

.qa-header {
    padding: 20px;
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background: transparent;
}

.qa-header h3 {
    margin: 0;
    font-size: 16px;
    color: #1e293b;
    font-weight: 600;
}

.qa-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-out;
    padding: 0 20px;
}

.qa-content p {
    padding: 0 0 20px 42px;
    color: #64748b;
    line-height: 1.7;
}

.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, #444444, #333333);
    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 #555;
}
}

.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;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .footerLeft {
        flex-direction: column;
        align-items: center;
    }
    .footerLeft-l {
        margin-left: 0;
        margin-bottom: 20px;
    }
    .footerLeft-r {
        justify-content: flex-start;
    }
    .footerLogo {
        margin-top: 20px;
        transform: translate(0, 0) !important;
        justify-content: center;
    }
    .footerItem {
        flex: 1 1 150px;
        max-width: 100%;
    }
}

@media (max-width: 480px) {
    .footerItem {
        width: 100%;
        margin-bottom: 15px;
    }
}

.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;
}

.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;
}

/* 移除h3下划线 */
.footerItem h3:after {
    display: none;
}

.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: #ffffff;
    transform: translateX(3px);
    text-shadow: 0 0 5px rgba(255, 255, 255, 0.5);
}

.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;
    }
}

.phoneNumnew a {
    color: #f5f5f5;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.6;
    letter-spacing: 0.3px;
}

.runtime {
    color: #f5f5f5;
    margin-top: 15px;
    font-size: 13px;
    letter-spacing: 0.2px;
}

.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;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .swiper-slide .banner_left {
        max-width: 100%;
    }
    .swiper-slide .banner_left .slogan {
        font-size: 20px;
    }
    .swiper-slide .banner_left .slogan2 {
        font-size: 16px;
    }
}

/* 底部备案区域样式 */
.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: #ff6229
}

.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;
}
.pc {
    width: 100%;
    height: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    min-width: 320px;
    position: relative;
}
.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
}


.announcement2 {
    cursor: pointer;
    z-index: 2;
    position: absolute;
    max-width: 1300px;
    width: 100%;
    margin: 20px auto;
    display: flex;
    font-size: 12px;
    font-weight: 400;
    color: #858e9d;
    line-height: 17px;
    left: 50%;
    transform: translateX(-50%)
}

.announcement2 .title {
    display: flex;
    align-items: flex-end
}

.announcement2 .title img {
    height: 16px;
    margin-right: 16px;
    margin-left: 19px
}

.announcement2:after {
    position: absolute;
    content: "";
    background: rgba(0,0,0,.03);
    height: 32px;
    width: 100%;
    top: -7px;
    z-index: -1
}

.announcement2 .textBox {
    flex: 1;
    display: block;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    text-align: center
}

.announcement2 .text {
    position: absolute;
    bottom: 0;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 12px;
    font-weight: 400;
    color: #858e9d;
    line-height: 17px
}
.all {
    font-size: 12px;
    font-weight: 400;
    color: #ff6734;
    line-height: 17px;
    margin-right: 18px;
    cursor: pointer;
}


.banner2 {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 50px;
    width: 100%;
    background: transparent;
    padding: 30px 20px;
    max-width: 100%;
    margin: 30px 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: 20px !important;
    width: 100% !important;
    padding: 20px !important;
    box-sizing: border-box !important;
    overflow-x: auto !important;
}

.banner2 .bannerItem {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 1;
    min-width: 220px;
    max-width: 280px;
    padding: 15px;
    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 .distributiontitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffd79d, #ffb74d);
    transition: width 0.3s ease;
}
.distribution-wrapper .distribution .distributiontitle:hover::after {
    width: 100%;
}

.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 52px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.kaid .kaidBody .kaidItem {
    transition: all 0.3s ease;
}

.kaid .kaidBody .kaidItem:hover {
    transform: translateY(-5px) scale(1.02);
    box-shadow: 0 0 20px rgba(255, 165, 0, 0.5);
}

.kaid .kaidBody .kaidItem .itemtitle {
    font-size: 14px;
    font-weight: 500;
    color: #fff;
    line-height: 20px
}

.kaid .kaidBody .kaidItem .dec {
    margin-top: 7px;
    font-size: 12px;
    font-weight: 400;
    color: #ffd5c0;
    line-height: 17px
}

.kaid .zcDD {
    display: block;
    margin: 21px auto 0;
    width: 114px;
    height: 33px;
    background: #fff;
    border-radius: 2px;
    border: 1px solid #fff;
    font-size: 12px;
    font-weight: 400;
    color: #ff6229
}

.kaid .zcDD span {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center
}



.ptSelect {
    height: 490px;
    background: #fff
}

.ptSelect .selecBody {
    width: 1200px;
    margin: 0 auto;
    display: flex
}

.ptSelect .selecBody .l {
    width: 218px;
    padding-top: 32px;
    padding-right: 84px
}

.ptSelect .selecBody .l .selectItem {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px
}

.ptSelect .selecBody .l .selectItem .selectText {
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    transition: all .1s;
    display: inline
}

.ptSelect .selecBody .l .selectItem .selectText:hover {
    color: #ff6229
}

.ptSelect .selecBody .l .selectItem .noSelect {
    width: 17px;
    height: 3px;
    background: #e5e5e5;
    margin-right: 31px;
    transition: all .2s
}

.ptSelect .selecBody .l .active .selectText {
    font-size: 18px;
    color: #ff6229
}

.ptSelect .selecBody .l .active .noSelect {
    position: relative;
    width: 27px;
    height: 3px;
    background: #ff6229
}

.ptSelect .selecBody .l .active .noSelect:after {
    right: -5px;
    content: "";
    position: absolute;
    width: 3px;
    height: 3px;
    background: #ff6229
}

.ptSelect .selecBody .r .contentBody {
    width: 982px;
    height: 389px;
    background: #fff;
    box-shadow: 0 4px 16px 0 hsla(0,0%,85.5%,.5);
    display: flex;
    flex-wrap: wrap
}

.ptSelect .selecBody .r .contentBody .item {
    width: 33.333333%;
    height: 195px;
    background: #fff;
    padding: 31px 0 0 56px;
    float: left
}

.ptSelect .selecBody .r .contentBody .item img {
    display: block
}

.ptSelect .selecBody .r .contentBody .item .text1 {
    margin-top: 23px;
    font-size: 16px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 22px
}

.ptSelect .selecBody .r .contentBody .item .text2 {
    width: 190px;
    margin-top: 12px;
    font-size: 12px;
    font-weight: 400;
    color: #858e9d;
    line-height: 17px
}

.tt {
    border-top: 1px solid #eee
}

.rr {
    border-right: 1px solid #eee
}

.bb {
    border-bottom: 1px solid #eee
}

.ll {
    border-left: 1px solid #eee
}


.about {
    flex-grow: 1
}

.about .aboutBody {
    width: 1200px;
    margin: 60px auto 0
}

.about .navBody {
    padding: 20px 0 30px;
}

.about .aboutBody .wm {
    min-height: 577px;
    position: relative;
    margin-top: 30px;
    margin-bottom: 80px;
    padding: 40px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.about .aboutBody .wm .content {
    padding: 64px 0 0 50px
}

.about .aboutBody .wm .content .text1 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 33px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff6229;
}

.about .aboutBody .wm .content .text2 {
    margin-top: 2px;
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.about .aboutBody .wm .content .text3 {
    width: 600px;
    margin-top: 24px;
    margin-bottom: 40px;
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 1.8;
    letter-spacing: 0.5px;
    text-align: justify;
}

.about .aboutBody .wm .wmImg {
    position: absolute;
    right: 0;
    top: 0
}

.about .aboutBody .wh {
    min-height: 549px;
    position: relative;
    display: flex;
    justify-content: flex-end;
    margin-bottom: 80px;
    padding: 40px 0;
    background-color: #f9f9f9;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.about .aboutBody .wh .wmImg {
    position: absolute;
    left: -120px;
    top: 0
}

.about .aboutBody .wh .content {
    width: 652px;
    padding: 107px 0 0 71px
}

.about .aboutBody .wh .content .text1 {
    font-size: 28px;
    font-weight: 600;
    color: #222;
    line-height: 33px;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #ff6229;
}

.about .aboutBody .wh .content .text2 {
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.about .aboutBody .wh .content .text3 {
    font-size: 18px;
    font-weight: 600;
    color: #222;
    line-height: 26px;
    margin-top: 30px;
    margin-bottom: 10px;
}

.about .aboutBody .wh .content .text4 {
    font-size: 15px;
    font-weight: 400;
    color: #444;
    line-height: 1.8;
    margin-bottom: 16px;
    padding-left: 20px;
    position: relative;
}
.about .aboutBody .wh .content .text4:before {
    content: '•';
    color: #ff6229;
    position: absolute;
    left: 0;
    top: 0;
}






/* 科技感动态样式 */
.teItem {
    position: relative;
    transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
    overflow: hidden;
    width: calc(25% - 15px);
    height: 280px;
    flex-shrink: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    box-sizing: border-box
}
.teItem::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(0, 191, 255, 0.15), transparent);
    transition: all 0.6s ease;
}
.teItem:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(255, 140, 0, 0.3);
}
.teItem:hover::before {
    left: 100%;
}
.teItem .text1 {
    padding-top: 10px; /* 优化顶部间距 */
    background: linear-gradient(90deg, #333, #00bfff);
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    transition: all 0.3s ease;
}
.teItem:hover .text1 {
    background: linear-gradient(90deg, #00bfff, #0066cc);
    -webkit-background-clip: text;
    background-clip: text;
}
.advantage {
    position: relative;
    overflow: hidden;
    margin-top: 10px; 
}
.advantage::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    transition: opacity 0.5s ease;
    pointer-events: none;
}
.advantage:hover::before {
    opacity: 1;
}
.solution22 .solutionTitle {
    position: relative;
    display: inline-block;
    padding-bottom: 10px;
}
.solution22 .solutionTitle::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 2px;
    background: linear-gradient(90deg, #ffd79d, #ffb74d);
    transition: width 0.3s ease;
}
.solution22 .solutionTitle:hover::after {
    width: 100%;
}
    background-size: auto 100%;
    height: 200px
}

.about .t4 {
    width: 14px;
    height: 3px;
    background: #1b2d3e
}




    justify-content: center;
    width: 3rem;
    height: 14rem; /* 224px/16 */
    border-radius: 4px 0 0 4px;
    font: 500 0.75rem/1.16 var(--font-family);
    line-height: 14px;
    color: #fff;
    z-index: 10;
    box-sizing: border-box


.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: 48px auto 68px;
    font-size: 32px;
    font-weight: 600;
    color: #1b2d3e;
    line-height: 45px
}

.advantage .aboutBody .content1 .ts {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 0 20px;
    gap: 30px
}

.advantage .aboutBody .content1 .ts .teItem {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    padding: 20px 15px
}

.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: #ee4828;
    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: 0 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-bottom: 12px;
    background: #fff
}

.hot .title {
    padding: 16px;
    font-size: 16px;
    font-weight: 500;
    color: #1b2d3e;
    line-height: 22px;
    border-bottom: 1px solid #e3e8f1
}

.hot .listwrapper {
    padding: 16px
}

.hot .listwrapper .item {
    display: flex;
    margin-bottom: 9px;
    font-size: 14px;
    font-weight: 400;
    color: #969696;
    line-height: 22px
}

.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
}

.nr {
    font-size: 14px;
    font-weight: 400;
    color: #1b2d3e;
    line-height: 22px
}

.clause {
    padding-bottom: 100px;
    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
}


.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
}

.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: #ff6229
}

.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: #408fff
}

.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;
    position: relative;
    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-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at 50% -20%, rgba(255, 165, 0, 0.05), transparent 60%);
    z-index: -1;
}

/* 独立卡片样式调整 */
.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: 220px;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.03);
}

.bannerItem:hover {
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    background: rgba(255, 255, 255, 0.95);
    border-color: rgba(255, 165, 0, 0.3);
}

/* 图标样式 */
.bannerItem img {
    width: 36px !important;
    height: 36px !important;
    object-fit: contain;
    transition: all 0.3s ease;
    filter: drop-shadow(0 0 5px rgba(255, 165, 0, 0.3));
}

.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;
}

/* 响应式调整 */
@media (max-width: 768px) {
    .bannerItem-container {
        gap: 30px 15px;
        padding: 20px 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .bannerItem {
        width: 220px;
    padding: 12px 14px;
    }","},{
    .bannerItem .banner2-r {
        margin-left: 12px;
    }
    .bannerItem .banner2-r .text1 {
        font-size: 14px;
    }
    .bannerItem .banner2-r .text2 {
        font-size: 11px;
    }
}

@media (max-width: 480px) {
    .bannerItem-container {
        gap: 20px 10px;
        padding: 15px 0;
        flex-wrap: wrap;
        justify-content: space-around;
    }
    .bannerItem {
        width: 220px;
        padding: 12px 14px;
    }
    .bannerItem .banner2-r {
        margin-left: 10px;
    }
    .bannerItem .banner2-r .text1 {
        font-size: 13px;
    }
    .bannerItem .banner2-r .text2 {
        font-size: 11px;
    }
}

/* 添加额外断点以适应更多移动设备 */
@media (max-width: 375px) {
    .bannerItem {
        width: 100%;
    }
    .bannerItem .banner2-r .text1 {
        font-size: 12px;
    }
    .bannerItem .banner2-r .text2 {
        font-size: 10px;
    }
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1;
}
.mySwiper {
    position: relative
}

.mySwiper .swiper-slide {
    background: transparent
}

.mySwiper .org {
    background: transparent
}

.mySwiper .swiper-pagination {
    position: absolute;
    bottom: 10px;
    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, #ff9800, #ffb74d);
  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: 503px;
    display: flex;
    align-items: flex-end
}

.banner .banner_right {
    margin-left: 44px
}

.banner .banner_right .banneriMG {
    height: 380px
}

.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: 490px;
    max-width: 1200px;
    width: 100%;
    margin: 0 auto; 
    display: flex
}

.banner1:after {
    content: "";
    position: absolute;
    height: 100%;
   
    width: 1920px; 
    left:0px;
}

.bb .banner1:after {
    content: "";
    position: absolute;
    height: 100%;
   
    width: 1920px; 
    left:0px;
}

.cc .banner1:after {
    content: "";
    position: absolute;
    height: 100%;
 
    width: 1920px; 
    left:0px;
}
.mySwiper .bb {
    background: #fafafa;
}
.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: 210px;
    display: flex;
    flex-direction: column;
    align-items: flex-start
}

.banner1 .banner_left .slogan {
    font-size: 38px;
    font-weight: 600;
    color: #000;
    line-height: 53px;
    white-space: nowrap
}

.banner1 .banner_left .slogan .org {
    color: #ee4b2c
}

.banner1 .banner_left .slogan2 {
    margin-top: 15px;
    font-size: 18px;
    font-weight: 400;
    color: #000;
    line-height: 25px
}

.banner1 .banner_left .slogan3 {
    cursor: pointer;
    height: 44px;
    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
}

.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:1200px; margin: 0 auto;}
.picMarquee-left .hd .nextStop{ background-position:-60px -50px; }
		.picMarquee-left .bd{ padding:1px;   }
		.picMarquee-left .bd ul{ overflow:hidden; zoom:1; }
		.picMarquee-left .bd ul li{ margin:24px; float:left; _display:inline; overflow:hidden; text-align:center;  }
		.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: 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: 999;
            background-color: transparent;
        }

:root {
    --menu-active-bg: #e8f0fe;
    --menu-hover-bg: #f5f5f5;
}
        
        .floating-container:hover {
            transform: translateY(-50%) scale(1.03);
            box-shadow: none;
        }

        /* 一级菜单框 - 固定大小 */
        .menu-box {
            width: 70px;
            border: 1px solid #ccc;
            border-radius: 12px 0 0 12px;
            background-color: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            margin-left: 15px;
            position: relative;
            z-index: 1001;
            padding: 3px 4px;
        }

        .menu {
            list-style: none;
            padding: 0;
            margin: 0;
        }

        :root, .floating-container, .menu li {
    transition: all 0.3s ease;
}

.menu li {
    padding: 3px 0;
    cursor: pointer;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 2px;
    border-radius: 8px;
    border-bottom: 0.5px solid rgba(0,0,0,0.03);
            height: auto;
            min-height: 60px;
}
        .menu li.active {
            background-color: var(--menu-active-bg);
            border-radius: 8px;
            border-bottom: none;
        }
        .menu li.active .menu-icon {
            background-color: transparent;
        }

        /* 菜单项激活时显示内容框 */
        .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: 26px;
    height: 26px;
    margin: 0 auto 2px;
            background-color: transparent;
            border-radius: 8px;
            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: 280px;
            border: 1px solid #ccc;
            border-radius: 12px; /* 四个角都设置为12px圆角 */
            background-color: #fff;
            box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
            overflow: hidden;
            display: none;
            position: absolute;
            right: 85px; /* 调整位置，确保不影响一级菜单 */
            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: 15px;
            box-sizing: border-box;
            display: none;
            transition: opacity 0.3s, transform 0.3s;
            transform: translateX(-10px);
            opacity: 0;
            min-height: 200px;
            background-color: #fff;
        }

        .sub-content.active {
            display: block;
            transform: translateX(0);
            opacity: 1;
        }

        .sub-content .qr-placeholder {
            width: 120px;
            height: 120px;
            margin: 10px auto;
            background: #fff; 
            border-radius: 8px;
            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: 15px;
            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: 15px 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;
        }









/*页脚*/


        :root {
    --footer-bg: #1a1a1a;
    --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;
}

.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: wrap;
    justify-content: space-between;
    margin-bottom: var(--spacing-sm);
}

/* Logo和公司信息 */
.footer-logo-section {
    flex: 0 0 100%;
    margin-bottom: var(--spacing-md);
    text-align: center;
    padding-top: var(--spacing-md);
    margin-left: -50px;
}

.footer-logo {
    max-width: 180px;
    margin-bottom: var(--spacing-md);
}

.company-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--spacing-md);
}

.company-name {
    color: var(--footer-text);
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    transition: var(--transition);
}

.company-name:hover {
    color: var(--footer-accent);
}

.verification-link {
    display: inline-block;
}

.verification-icon {
    max-height: 40px;
}

.runtime {
    font-size: 14px;
    color: var(--footer-text);
    margin-top: var(--spacing-sm);
}

/* 导航链接区 */
.footer-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 3rem;
    width: 100%;
}

.footer-link-group {
    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:hover {
    transform: translateY(-3px);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);
}

.footer-link-group h3 {
    color: var(--footer-heading);
    font-size: 18px;
    margin-bottom: var(--spacing-md);
    padding-bottom: var(--spacing-md);
    border-bottom: 2px solid var(--footer-accent);
    display: inline-block;
}

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

.footer-link-group li {
    margin-bottom: var(--spacing-md);
}

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

.footer-link-group a:hover {
    color: var(--footer-accent);
    transform: translateX(3px);
}

/* 二维码区域 */
.footer-qrcode-section {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: var(--spacing-md);
    margin-bottom: var(--spacing-md);
    padding: var(--spacing-md);
    background-color: rgba(255, 255, 255, 0.05);
    border-radius: 8px;
}

.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-icon {
    width: 16px;
    height: 16px;
}

.beian-link {
    color: #000000;
    text-decoration: none;
    transition: all 0.3s ease;
}

.beian-link:hover {
    color: #ff6229;
}

.beian-text-only {
    display: flex;
    align-items: center;
}

/* 响应式设计 */
@media (min-width: 768px) {
    .footer-logo-section {
    flex: 0 0 280px;
    margin-bottom: var(--spacing-md);
    text-align: left;
    margin-right: 0;
    margin-left: -50px;
    padding-top: var(--spacing-md);
}

    .company-info {
        align-items: flex-start;
    }

    .footer-links {
        flex: 1;
        min-width: 300px;
        margin-left: var(--spacing-md);
    }
}

@media (min-width: 1024px) {
    .footer-links {
        grid-template-columns: repeat(4, 1fr);
        gap: 3rem;
    }
}

@media (max-width: 767px) {
    .footer-qrcode-section {
        flex-direction: column;
    }

    .tip-arrow {
        top: -15px;
        left: 50%;
        transform: translateX(-50%);
        border-width: 0 10px 15px 10px;
        border-color: transparent transparent rgba(255, 255, 255, 0.1) transparent;
    }
}

@media (max-width: 480px) {
    .footer-link-group {
        text-align: center;
    }

    .footer-link-group h3 {
        display: block;
        text-align: center;
    }
}