@charset "utf-8";
@import url('/Public/iconfont.css');/*引入icon图标*/
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css');/*引入字体图标*/
/****
***** Description：全局样式
****/
        html {
            font-size: 62.5%; /* 设置基准尺寸 */
            -webkit-text-size-adjust: 100%; /* 防止iOS横屏时字体放大 */
            -webkit-tap-highlight-color: transparent; /* 清除移动端点击高亮 */
        }
		* {
            margin: 0;
            padding: 0;
            box-sizing: border-box;
            word-wrap: break-word;
            word-break: break-all;
        }
        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: 1rem; /* 使用相对单位 */
            line-height: 1.5;
            color: #333;
            text-align: left;
            min-height: 100vh;
        }
html,body,div,span,img,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,code,form,fieldset,legend,input,button,textarea,p,blockquote{border:0; outline: none; margin:0; padding:0;}
th,td{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{text-decoration:none;}
from{display:block;}
i,em{font-style:normal;}
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: 1rem auto; max-width: 100%;}
/*浮动及清除浮动*/
.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; }

/*=================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: #f33f3f; font-size: 1.2rem; }
.Welcome span { font-size: 1.2rem; color:#666; }
.fa-star:before { content: "\f005"; }

/*顶部右侧*/
.top-right { display: flex ; align-items: center; gap: 15px; font-size: 1.2rem;}
.top-right span { font-size: 1.2rem; 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: 367px; height: 63px;}
.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 #37b369;
    border-right: none;
    border-radius: 4px 0 0 4px;
    font-size: 14px;
    color: #999;
    outline: none;
}
.search_form .btn {
    width: 60px;
    height: 32px;
    background: #37b369;
    color: white;
    border: none;
    border-radius: 0 4px 4px 0;
    font-size: 1.6rem;
    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: 1.6rem; }
.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:1.2rem; letter-spacing: 0.2px;color:#777; display:inline;}
.phone .tel{font-size:1.8rem; 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-weight: bold; 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: 1.6rem; 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: 1.6rem; font-weight: bold; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; padding: 0 10px; }

    /* 汉堡按钮 */
    .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: 10000;
      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-panel {
      position: fixed;
      top: 50px;
      right: 0;
      width: 50%;
      max-height: 0;
      overflow: hidden;
      background: rgba(29, 39, 44, 0.98);
      z-index: 999;
      transition: max-height 0.4s cubic-bezier(0.23, 1, 0.32, 1);
      backdrop-filter: blur(5px);
    }
    .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: 20px; }

    /* 弹出菜单中的导航样式 */
    .mobile-menu-content .memuNav { flex-direction: column; gap: 0; }
    .mobile-menu-content .memuNav li { margin: 8px 0; padding:0; }
    .mobile-menu-content .memuNav a {
      display: block;
      padding: 10px;
      color: white;
      text-decoration: none;
      font-size: 1.6rem;
      font-weight: 400;
      border-radius: 8px;
      background: rgba(255, 255, 255, 0.08);
      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: static;
      display: none;
      box-shadow: none;
      background: rgba(255,255,255,0.05);
      border-left: 3px solid #e6c35c;
      margin: 10px 0 10px 20px;
      padding: 5px 0;
      animation: none;
    }
    .mobile-menu-content .memuNav li.active .second-nav { display: block; }
    .mobile-menu-content .memuNav .second-nav a { font-size: 16px; padding: 12px 20px; border-radius: 0; background: transparent; }
    .mobile-menu-content .memuNav .second-nav a:hover { color: #e6c35c; transform: none; background: rgba(255,255,255,0.05); }
    /* =================移动端菜单end */

/*=================位置导航*/
.place{margin: 10px 0;}
.place-nav{max-width:1200px; height:24px; margin:0 auto;padding: 0 0 0 10px;font-size:1.2em; 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{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: 1.4rem;
  }

.content-left {
    background: #fff;
    padding: 20px;
    border-radius: 24px;
    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: 2.4rem; font-weight: 700; color: #1d1d1d; margin: 0; line-height: 1.6em; }
.txt_content { font-size: 1.6rem; line-height: 2; }
.txt_info { border-bottom: 1px solid #c9c9c9; margin-bottom: 1.5rem; line-height: 4.2rem; }
.txt_content p { font-size: 1.6rem; line-height: 2; margin-bottom: 20px;}
.txt_content h2,.txt_content h3 {margin-bottom: 20px;}
.txt_content img { display: block; max-width: 90%; 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: 1.4rem; line-height: 1.6; padding: 10px; margin: 10px 0; 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) {
  .txt_content img { max-height: 80vh; }
  .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: 72px;
  height: 72px;
  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; }
    .main-container { width: 100%; padding: 0; grid-template-columns: 1fr; margin: 0; }
    .content-left { width: 100%; padding:20px; grid-template-columns: 1fr; margin: 0; }
  }
/*=================容器右侧end*/

