@charset "utf-8";
@import url('iconfont.css');/*引入icon图标*/
/****
***** Description：全局样式
****/
        html {
            -webkit-text-size-adjust: 100%; /* 防止iOS横屏时字体放大 */
            -webkit-tap-highlight-color: transparent; /* 清除移动端点击高亮 */
            scroll-behavior: smooth;
        }
		* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            word-wrap: break-word;
            word-break: break-all;
            border:0;
            outline: none;
            font-style:normal;
            vertical-align: baseline;
            white-space:normal;
        }
        body {
            margin: 0;
            padding: 0;
            font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Ubuntu, Cantarell, 'Noto Sans', 'Helvetica Neue', Arial, 'PingFang SC', 'PingFang TC', 'PingFang HK', 'Microsoft YaHei', 'Microsoft JhengHei', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji';
            font-size: 12px;
            line-height: 1.5;
            color: #333;
            text-align: left;
            min-height: 100vh;
        }
h1, h2, h3, h4, h5, h6{text-decoration:none;}
from{display:block;}
i,em{font-style:normal;}
span,strong{line-height:1.2;}
u{text-decoration:none;}
ul,li{list-style-type:none; list-style:none;}
table,tr,th,td,select,option,input{outline:none;}
a img{border:0; outline:none; blr:expression(this.onFocus=this.blur());}
a:focus { outline:none; -moz-outline:none;}
a {text-decoration:none; color:#333; cursor:pointer;}
a:link{text-decoration:none;}
a:visited{text-decoration:none;}
a:hover {text-decoration:none; color:#ff6600;}
img {overflow: hidden; height: auto;margin: 0 auto; max-width: 100%;}
/* 滚动控制（图片全屏时隐藏滚动条） */
.fullscreen-active { overflow: hidden !important; }
/*浮动及清除浮动*/
.fl{float:left;}
.fr{float:right;}
.clear {clear:both; overflow:hidden; height:0; font-size:0; line-height:0;}
/*常用字体*/
.ver{font-family: Verdana, SimSun, Arial;}
.yahei{font-family: "Microsoft YaHei","微软雅黑",Arial,"宋体";}
/*常用配色*/
.red{color: #F31213;}
.red2{color: #fe3000;}
.green1{color: #01935E}
.green2{color: #37B369;}
.green3{color: #339900;}
.orange{color: #FF4400;}
.blue{color: #0055CC;}
.hui{color: #999;}
.hei3{color: #333;}
/*常用字号*/
:root { --font-size-base: 10px; }
h1 { font-size: calc(var(--font-size-base) * 2.4); }
h2 { font-size: calc(var(--font-size-base) * 2.2); }
h3 { font-size: calc(var(--font-size-base) * 2.0); }
h4 { font-size: calc(var(--font-size-base) * 1.8); }
h5 { font-size: calc(var(--font-size-base) * 1.6); }
h6 { font-size: calc(var(--font-size-base) * 1.4); }
.f12{font-size: 12px;}
.f14{font-size: 14px;}
.f16{font-size: 16px;}
.f18{font-size: 18px;}
.f20{font-size: 20px;}
.f22{font-size: 22px;}
.f24{font-size: 24px;}
.f700{font-weight: 700;}
/*常用边距*/
.pd5{padding: 0 5px;}

/*常用字体*/
.normal{font-weight: normal; }
.zver{font-family: Verdana, SimSun, Arial; }

/* 清除浮动 */
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

/*=================top公共头部*/
.top{width: 100%; background:#F2F2F2; padding: 5px 0; border-bottom:1px solid #eee; color:#888;}
.top-container { max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex ; justify-content: space-between; align-items: center; flex-wrap: wrap; }
@media (max-width: 768px) {
    .top { display: none;}
    }

/*欢迎语*/
.Welcome { display: flex ; align-items: center; }
.Welcome i { margin-right: 5px; color: #f70; font-size: 12px; }
.Welcome span { font-size: 12px; color:#666; }

/*顶部右侧*/
.top-right { display: flex ; align-items: center; gap: 15px; font-size: 12px;}
.top-right span { font-size: 12px; color:#666; }
.top-right li:first-child a {padding: 0 5px;}

/*顶部登录*/
.wechat {position: relative;z-index: 1;}
.wechat .show {position: absolute;padding: 12px;width: 260px;left: -100px;top: 24px;background: #fff;border: 1px solid #bababa;}
.hide {display: none;}
.wechat .show .li-img, .wechat .show .li-img img { width:85px; height:85px;}
.wechat .show .ico-arrow { position:absolute; width:12px; height:6px; top:-6px; left:135px; background:url(../images/all.png) -38px -196px no-repeat;}
.wechat .show .li-cont { padding-left:10px;}
.wechat .show .li-cont .cn-name { padding-top:10px; line-height: 14px;}
.wechat .show .li-cont .en-name { color:#c30101; font-size:16px; padding:10px 0 0 0; line-height: 14px;}
.wechat .show .li-cont .li-text { padding-top:10px; line-height: 14px;}

/*header-mdd*/
.header-mdd{width: 100%; padding: 20px 0 24px; background-color:#fff;box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);}
.header-container{max-width: 1200px; margin: 0 auto; padding: 0 20px; display: flex ; justify-content: space-between; align-items: center; gap: 20px; position: relative;}
.p-logo{float: left;}
.p-logo img{width: 390px; height: 70px;}
.p-logo a{display: block;}
@media (max-width: 768px) {
    .header-mdd { display: none;}
    }

/*搜索*/
.searchBox { flex: 1; max-width: 500px; min-width: 300px; padding: 20px 80px 0;}
.search_form { position: relative; margin-bottom: 8px; }
.search_form  form {display: flex;}
.search_form .ipt {
    flex: 1;
    height: 32px;
    padding: 0 15px 0 40px;
    border: 1px solid #f5a801;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    color: #999;
    outline: none;
}
.search_form .btn {
    width: 60px;
    height: 32px;
    background: #f5a801;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    font-size: 16px;
    cursor: pointer;
    transition: background 0.3s;
}
.search_form .btn:hover{background:#F60;color:#fff}
.search_form .ico { position: absolute; left: 10px; top: 50%; transform: translateY(-50%); color: #999; font-size: 16px; }
.search_mdd{height:18px; font-size:10px; color:#999; overflow: hidden;}
.search_mdd a{margin-right:12px; color:#999;}
.search_mdd a:hover{color:#F60;}

/*客服电话*/
.phone { display: flex ; gap: 1px; padding: 18px 0 0 0;}
.phone img { width: 42px; height: 42px;}
.phone .p-tt{display: flex ; flex-direction : column; align-items: flex-end; }
.phone .time{float: left; font-size:12px; letter-spacing: 0.2px;color:#777; display:inline;}
.phone .tel{font-size:18px; color:#f60; letter-spacing: 0.3px;}
@media (max-width: 1199px) {
    .phone { display: none;}
    }

/*宽屏导航菜单*/
.menu { background: #00b0dd;}
.menuBox{position: relative;max-width: 1200px;padding: 0 20px;margin: 0 auto;}
@media (max-width: 768px) {
    .menuBox { display: none;}
    }
.memuNav{display: flex;justify-content: space-between;}
.memuNav > li { position: relative; padding: 15px 20px; transition: background 0.3s; }
.memuNav > li:hover { background: rgba(255, 215, 0, 0.1); }
.memuNav > li > a { color: #fff; text-decoration: none; font-size: 18px; position: relative; display: flex; align-items: center; }
.memuNav > li > a:hover { color: #FFD700; }
.memuNav > li > a::after { content: ''; position: absolute; width: 0; height: 2px; bottom: -5px; left: 0; background-color: #FFD700; transition: width 0.3s; }
.memuNav > li:hover > a::after { width: 100%; }
.memuNav li i.hot_ico,
.memuNav li i.jian_ico{ display:inline-block;position: absolute;top: -5px;right: 3px;}
.hot_ico::after { content: "HOT"; background: #ff4757; color: white; font-size: 10px; padding: 2px 4px; border-radius: 3px; margin-left: 5px; }
.jian_ico::after { content: "VIP"; background: #ffd701; color: #ee1111; font-size: 10px; padding: 2px 4px; border-radius: 3px; margin-left: 5px; }
/*二级导航*/
.second-nav {
  position: absolute;
  top: 100%;
  left: auto;
  right: 0;
  width: max-content;
  min-width: 120px;
  max-width: 80vw;
  background: rgba(120, 100, 66, 0.9);
  list-style: none;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.3);
  border-radius: 0 0 8px 8px;
  transform: translateY(10px);
  transition: all 0.3s ease;
  z-index: 100;
  overflow: hidden;
  white-space: nowrap;
}
.memuNav>li:hover>.second-nav { opacity: 1; visibility: visible; transform: translateY(0); }
.second-nav li { position: relative; padding: 12px 20px; transition: background 0.2s; border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
.second-nav li:hover { background: rgba(255, 215, 0, 0.1); }
.second-nav li a { color: #fff; font-size: 16px; text-decoration: none; display: block; transition: color 0.2s; }
.second-nav li:hover a { color: #FFD700; }
/* 宽屏导航菜单结束 */

/* 移动端顶部 */
.m-header-box {height:50px;position: relative;}
@media (min-width: 769px) {
    .m-header-box { display: none;}
    }
.m-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height:50px;
    background-color: #fff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    display: flex;
    align-items: center;
    padding: 0 16px;
    z-index: 1000;
    transform: translateY(0);
    transition: transform var(--transition-speed) ease;
}
.ic_back { display: flex; align-items: center; justify-content: center; width: 36px; height: 36px; }
.ic_back::before {
    content: ' ';
    width: 12px;
    height: 12px;
    border-top: 2px solid #333;
    border-left: 2px solid #333;
    border-bottom: transparent;
    border-right: transparent;
    transform: rotate(-45deg);
    display: inline-block;
   }
.m-header h2 { flex: 1; text-align: center; color: #333; font-size: 16px; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 10px; }
  /* 移动菜单显隐 */
  .m-header.nav_hide { transform: translate3d(0, -100%, 0); z-index: 100; }

    /* 汉堡按钮 */
    .mobile-menu-btn {
      background: none;
      border: none;
      cursor: pointer;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
      width: 44px;
      height: 44px;
      position: relative;
      z-index: 3000;
      margin-left: 10px;
    }
    .mobile-menu-btn .line {
      display: block;
      width: 22px;
      height: 2px;
      background: #333;
      border-radius: 3px;
      transition: all 0.4s cubic-bezier(0.68, -0.55, 0.27, 1.55);
    }

    .mobile-menu-btn .line:nth-child(1) { margin-bottom: 5px; transform-origin: center; }
    .mobile-menu-btn .line:nth-child(2) { margin-bottom: 5px; transform-origin: center; }
    .mobile-menu-btn .line:nth-child(3) { transform-origin: center; }

    .mobile-menu-btn.active .line:nth-child(1) { transform: translateY(8px) rotate(45deg); background: #e6c35c; }
    .mobile-menu-btn.active .line:nth-child(2) { opacity: 0; transform: scale(0); }
    .mobile-menu-btn.active .line:nth-child(3) { transform: translateY(-8px) rotate(-45deg); background: #e6c35c; }

    .mobile-menu-btn.active {background: #999;border-radius: 6px;}

    /* 移动端弹出菜单面板 */
    .mobile-menu-panel {
      position: fixed;
      top: 50px;
      right: 0;
      width: 60%;
      max-height: 0;
      overflow: hidden;
      background: rgba(29, 39, 44, 0.88);
      z-index: 2999;
      transition: max-height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      backdrop-filter: blur(5px);
      border-radius: 0 0 0 10px;
    }
    .mobile-menu-panel.active {
      max-height: calc(100vh - 60px);
      box-shadow: 0 5px 15px rgba(0,0,0,0.2);
      overflow-y: auto;
      -webkit-overflow-scrolling: touch; /* 优化移动端滚动 */
    }
    .mobile-menu-content { padding: 16px; }

    /* 弹出菜单中的导航样式 */
    .mobile-menu-content .memuNav { flex-direction: column; gap: 0; }
    .mobile-menu-content .memuNav li {
      margin: 8px 0;
      padding: 6px 30px 6px 12px;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.08);
      display: flex;
      justify-content: space-between;
      flex-wrap: wrap;
      position: relative;
    }
    .mobile-menu-content .memuNav a {
      display: block;
      color: white;
      text-decoration: none;
      font-size: 16px;
      font-weight: 400;
      transition: all 0.3s ease;
    }
    .mobile-menu-content .memuNav a:hover { background: rgba(230, 195, 92, 0.2); transform: translateX(8px); }
    .mobile-menu-content .memuNav i.hot_ico,
    .mobile-menu-content .memuNav i.jian_ico { display: inline-block; position: absolute; top: -5px; right: 3px;margin-left: 10px; vertical-align: text-top; }

    .mobile-menu-content .memuNav .second-nav {
      position: sticky;
      width:100%;
      max-height: 0;
      opacity: 0;
      background: rgba(255,255,255,0.05);
      border-left: 3px solid #e6c35c;
      margin: 10px 0 10px 20px;
      transition: max-height 0.3s ease, opacity 0.2s ease;
      overflow: hidden;
    }
    .mobile-menu-content .memuNav li.active .second-nav { opacity: 1; border-left: 3px solid #e6c35c; }

    .mobile-menu-content .memuNav .second-nav li { padding: 0; transition: background-color 0.3s ease; }
    .mobile-menu-content .memuNav .second-nav a { font-size: 16px; padding: 6px 12px; border-radius: 0; background: transparent; }
    .mobile-menu-content .memuNav .second-nav a:hover { color: #e6c35c; transform: none; background: rgba(255,255,255,0.05); }

 /* 二级菜单指示器（向下箭头） */
    .menu-arrow {
      position: absolute;
      top: 16px;
      right: 15px;
      width: 12px;
      height: 12px;
      border-right: 2px solid rgba(255,255,255,0.6);
      border-bottom: 2px solid rgba(255,255,255,0.6);
      transform: translateY(-50%) rotate(45deg);
      transition: transform 0.3s ease;
    }
    .memuNav li.active .menu-arrow {
      top: 22px;
      transform: translateY(-50%) rotate(225deg);
      border-color: #e6c35c;
    }
/* =================移动端菜单end */

/*=================位置导航*/
.place{margin: 10px 0;}
.place-nav{max-width:1200px; height:24px; margin:0 auto;padding: 0 0 0 10px;font-size:12px; color: #777;line-height: 24px;}
.place span {margin-left:5px;}
.place a{margin: 0 8px; color: #666;}
.place a:hover{color:#F60;}
.place em {margin: 0 8px;}
@media (max-width: 768px) {
    .place { display: none;}
    }
/*=================位置导航end*/

/*=================容器*/
.container{max-width: 1200px; margin: 0 auto;}

.block-bg{margin: 0 auto;background-color:#333;}
.bg-c-1{background-color:#e6f8ff;}

/*容器2025*/
.main-container { 
    max-width: 1200px;
    margin: 20px auto;
    padding: 0 20px;
    display: grid;
    grid-template-columns: 3fr 1fr;
    gap: 40px;
    font-size: 14px;
  }
.content-left {
    background: #fff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.05);
    transition: all 0.3s ease;
}

.content-left article h1 { font-size: 24px; font-weight: 700; color: #1d1d1d; margin: 0; line-height: 1.6; }
.txt_content { font-size: 16px; line-height: 2; }

.txt_info {  display: flex; align-items: center;color: #666; border-bottom: 1px solid #c9c9c9; line-height: 42px; margin-bottom: 15px; }
.txt_info .editor,
.txt_info .time,
.txt_info .views { margin: 0 10px 0 0; }
.txt_info .views { margin-left: auto; }
.txt_info .views .fa { font-size: 16px; font-weight: 400; margin-right:5px; }

.txt_content p { font-size: 16px; line-height: 2; margin-bottom: 20px;}
.txt_content h2,.txt_content h3 {margin-bottom: 20px;}
.txt_content img {
  display: block;
  max-width: 100% !important;
  width: auto !important;
  height: auto;
  margin: 0 auto;
  object-fit: contain;
}
.txt_content a[href^="http"] { word-break: break-all; overflow-wrap: anywhere; hyphens: auto; display: inline-block; max-width: 100%;} /* 网址文本宽度限制 */

.txt_content p.new-kf { font-size: 14px; line-height: 1.6; padding: 10px; margin: 30px 0 10px; background-color: #f9f9f9; color: #333; border: 1px solid #ddd; border-radius: 8px; box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1); }
@media (max-width: 768px) {
  .main-container { width: 100%; padding: 0; grid-template-columns: 1fr; margin: 0; }
  .content-left { width: 100%; padding:15px; grid-template-columns: 1fr; margin: 0; border-radius: 0px;}
  .txt_content p {margin-bottom: 10px;}
  .txt_content h2,.txt_content h3 {margin-bottom: 10px;}
}

/* 上下篇 */
.prenext_box {background: white; overflow: hidden; transition: all 0.3s ease;}
.prenext { list-style: none; display: flex ; padding: 0; margin: 0; }
.prenext li { flex: 1; position: relative; overflow: hidden; color: #666; padding: 10px; transition: all 0.3s ease; }
.prenext a { display: block;text-decoration: none; color: #333; flex-grow: 1; }
.prenext a:hover { color: #0056b3; }
.text_up { text-align: left; }
.text_down { text-align: right; }
@media (max-width: 768px) {
  .prenext { flex-direction: column; padding: 10px;}
  .prenext li { padding: 0; }
  .prenext a { display: inline; }
  .text_up, .text_down { text-align: left; }
}

/*========容器右侧*/
.sidebar {position: relative;height: 100%;}
.sticky-content {
  position: sticky;
  top: 20px;
  padding: 24px;
  background: #fff;
  border-radius: 16px;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08), 0 2px 4px rgba(0, 0, 0, 0.05);
  text-align: center;
}
.guide-profile {margin-bottom: 24px;padding-bottom: 24px;border-bottom: 1px solid #f0f0f0;}
.guide-avatar-wrapper {position: relative;width: 100px;height: 100px;margin: 0 auto 16px;}
.guide-avatar {width: 100%;height: 100%;border-radius: 50%;object-fit: cover;border: 3px solid #fff;box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);}
.verified-badge {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 20px;
  height: 20px;
  background: #0066dd;
  color: white;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  border: 2px solid #fff;
}
.guide-name {font-size: 20px;font-weight: 600;color: #1d1d1f;margin-bottom: 8px;display: flex;align-items: center;justify-content: center;gap: 8px;}
.guide-name-highlight {color: #ff3b30;}
.guide-tag {font-size: 12px;background: #fff4e5;color: #ff9500;padding: 2px 8px;border-radius: 12px;font-weight: 500;}
.guide-motto {color: #666;font-size: 14px;font-style: italic;}
.contact-section h4 {font-size: 16px;font-weight: 600;color: #1d1d1f;margin-bottom: 12px;}
.qr-code {width: 100%;height: auto;max-width: 200px;border-radius: 8px;}
.contact-tip {font-size: 14px;color: #666;margin-top: 12px;}
.response-time {font-size: 12px;color: #999;display: flex;align-items: center;justify-content: center;gap: 4px;}
.comments-section {margin-top: 60px;padding-top: 40px;border-top: 1px solid rgba(226, 232, 240, 0.8);}
.comments-section h3 {font-size: 24px;font-weight: 600;color: #1a1a1a;margin-bottom: 30px;}
.comment {display: flex;gap: 16px;margin: 24px 0;}
.comment-avatar {width: 40px;height: 40px;border-radius: 50%;}
.message-alternative {margin-top: 12px;padding-top: 16px;border-top: 1px solid #f0f0f0;}
.message-tip {font-size: 12px;color: #666;line-height: 1.6;margin-top: 12px;padding: 0 8px;}
@media (max-width: 768px) {
    .sidebar { display: none; }
  }
/*=================容器右侧end*/

/*==========底部开始*/
.footer { margin-top:10px; background: linear-gradient(to bottom, #fff, #f5f5f5, #fff); overflow: hidden; }
.footer-container { max-width: 1200px; margin: 10px auto 0; padding: 0 20px; overflow: hidden; }
.g-wrap { margin: 10px auto; padding: 0 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1); border-radius: 10px;    background: linear-gradient(to bottom right, #fdfff3, #fdffff, #fffff1, #ffffff);}
.m-spec-wrap {
    background: rgba(255, 255, 255, 0.08);
    padding: 10px 0;
    border-radius: 10px;
    margin-bottom: 30px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}
.m-spec-box { display: flex ; flex-wrap: wrap; }
.m-spec-box li { flex: 0 0 20%; max-width: 20%; padding: 0 15px; margin: 15px auto; display: flex ; align-items: center; }
.m-spec-ico { font-size: 36px; color: #f56369; margin-right: 15px; flex-shrink: 0; }
.m-spec-box p { font-size: 14px; }
.m-spec-box strong { display: block; font-size: 14px; font-weight: 600; color: #333; margin-bottom: 2px; }
.m-spec-box span { font-size: 12px; color: #666; }
@media (max-width: 768px) {
    .footer {margin-top: 0;background: linear-gradient(to bottom, #f5f5f5, #fff);}
    .m-spec-ico{ font-size: 32px;}
    .m-spec-box { flex-direction: column; align-items: center;}
    .m-spec-box li { max-width: 100%; padding: 0 15px; margin: 10px 0; }
}

/* ---------- 帮助信息与联系方式 ---------- */
.p-help-container { margin: 10px auto; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;background: linear-gradient(to bottom right, #fdfff3, #fdffff, #fffff1, #ffffff);}
.p-help-center { display: flex ; gap: 30px; }
.p-help { flex: 1; display: grid ; grid-template-columns: repeat(4, 1fr); gap: 25px; }
.p-help dl { margin-bottom: 15px; }
.p-help dt { font-size: 16px; margin-bottom: 15px; font-weight: 600; position: relative; padding-bottom: 5px; }
.p-help dt::after { content: ''; position: absolute; bottom: 0; left: 0; width: 30px; height: 2px; background: #37b369; }
.p-help dd { margin-bottom: 8px; }
.p-help dd a { font-size: 14px; display: block; padding: 3px 0; }
.p-help dd a:hover { color: #55bbe0; padding-left: 5px; }
.aboutSub {
    display:flex;
    gap: 20px;
    padding: 20px;
    border-radius: 5px;
    background: rgba(255, 255, 255, 0.1);
    backdrop-filter: blur(10px);
    box-shadow: 0 5px 25px rgba(0, 0, 0, 0.1);
    border: 1px solid rgba(255, 255, 255, 0.1);
}
.wxpic { text-align: center;}
.wxpic img.qrCode { width: 100%; display: block; margin: 0 auto 5px; border: 2px solid rgba(255, 255, 255, 0.1); border-radius: 8px; background: #f6f7fb; padding: 8px; }
.wxpic p { font-size: 14px; font-weight: 500; }
        
.service { text-align: center; }
.service .title { font-size: 16px; margin-bottom: 5px; }
.service .num { font-size: 18px; color: #f56369; margin: 10px 0; font-weight: 700; letter-spacing: 0.2px; }
.service .tip { font-size: 14px; margin-bottom: 15px; color: #666; }
.service .online a {
            display: inline-flex;
            align-items: center;
            justify-content: center;
            gap: 8px;
            color: #fff;
            background: linear-gradient(to right, #6ccdeb, #18b5dd);
            padding: 6px 18px;
            border-radius: 8px;
            font-size: 14px;
            transition: all 0.3s;
            box-shadow: 0 4px 15px rgba(42, 142, 130, 0.3);
        }
.service .online a:hover { transform: translateY(-3px); box-shadow: 0 7px 20px rgba(42, 142, 130, 0.4); }
.service .online i { font-size: 18px; }
@media (max-width: 768px) {
    .p-help-center { gap: 0px; justify-content:center;}
    .p-help { display: none; }
    .aboutSub { padding: 0px; box-shadow:none; flex-grow: 1; justify-content: space-around; }
    .service .title { font-size: 14px;}
    .service .num { font-size: 14px;letter-spacing: 0px; }
    .service .tip { font-size: 12px; }
    .service .online a {font-size: 12px;}
    .wxpic img.qrCode {padding: 5px; }
    .wxpic p { font-size: 12px;}
  }

/* ---------- 站内链接区域 ---------- */
.links { margin: 10px auto; padding: 20px; box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    border-radius: 10px;background: linear-gradient(to bottom right, #fdfff3, #fdffff, #fffff1, #ffffff);}
.links-section { margin-bottom: 25px; }
.links-section:last-child { margin-bottom: 0; }
.section-title { font-size: 14px; margin-bottom: 10px; font-weight: 600; padding-bottom: 6px; border-bottom: 1px solid #ddd; }
.section-grid { display: grid; grid-template-columns: repeat(auto-fill, minmax(120px, 1fr)); gap: 12px; }
.section-grid a { display: block; padding: 8px 12px; font-size: 14px; border-radius: 6px; background:#f6f7f8; transition: all 0.3s; }
.section-grid a:hover { background: rgba(159, 195, 208, 0.2); transform: translateX(5px); }
@media (max-width: 768px) {
    .links { display: none; }
  }
        
/* ---------- 版权信息 ---------- */
.copyright-section { margin: 10px auto; padding: 20px;  background: #fff; border-radius: 10px;}
.copyright-container { max-width: 1200px; margin: 0 auto;}
.aboutBox { text-align: center; padding: 10px 0 15px; margin-bottom: 15px; border-bottom: 1px solid rgba(0, 0, 0, 0.1); display: flex ; flex-wrap: wrap; justify-content: center; gap: 5px 15px; }
.aboutBox a { font-size: 14px; font-weight:600; }
.aboutBox a:hover { color: #1ab0e7; }
.aboutBox li:after {
    content: "";
    display: inline-block;
    width: 1px;
    transform: scalex(.5);
    height: 14px;
    background-color: rgb(55 179 105 / 50%);
    vertical-align: middle;
    margin-left: 12px;
}
.aboutBox li:last-child:after { display: none }
.copyright { font-size: 13px; text-align: center; margin-bottom: 15px; line-height: 1.8; }
.copybox { margin-bottom: 8px; }
.copybox span { margin-right: 12px; line-height:1.8;}
.copybox span:last-child { margin-right: 0; }
.copyright a { display: inline-flex; align-items: center; }
.copyright a:hover { text-decoration: underline; }
.copyright img { height: 14px; margin:0; }
@media (max-width: 768px) {
    .footer-container {margin-top:10px;padding: 0 15px;}
    .g-wrap,.p-help-container{border-radius: 8px;margin: 0 auto 10px;}
    .copyright-section{ padding:10px 0 0; border-radius: 2px;}
    .aboutBox li.pc{display:none;}
    .aboutBox li.sgyc:after { display: none }
    .aboutBox a { font-size: 14px; }
    .copybox { display: flex ; flex-direction: column; }
  }
/* 底部结束 */


/*****右侧在线客服*****/
.side-tools {position: fixed;right:5px;bottom:120px;z-index:8100;display: none;}
.side-tools .side-switch {padding-top: 5px;font-size:12px;line-height:1.1;}
.side-tools a {display: block;-moz-box-sizing: border-box;box-sizing: border-box;margin-top: 10px;padding-top: 15px;width: 40px;height: 40px;border: 1px solid #ddd;border-radius: 100%;background-color: rgba(76, 91, 109, 0.8); box-shadow: 0 2px 4px #ddd;color: #fff;text-align: center;}
.side-tools a:visited{color:#fff;}
i.kf_img.fa {
    margin-top: 0px;
    font-size: 24px;
    font-weight: 100;
    text-align: center;
    color: #fff;
}

/*****回到顶部*****/
.s-Top-box{position:fixed; right:5px; bottom:68px; z-index:888;}
.s-Top-box .s-Top{width: 40px;height: 40px; border:1px solid #E5E5E5;border-radius: 50%; background: rgba(255,255,255,0.5); cursor: pointer;}
.s-Top-box .s-Top .b_img{margin-top: 0px; font-size: 32px; font-weight:100; line-height:1.4; text-align: center; color: #666;}
.s-Top-box .s-Top .fa{width: 40px;}