@charset "utf-8";
/* ================= 核心基础样式 ================= */
* {padding:0;margin:0;box-sizing:border-box;} 
body,h1,h2,h3,h4,h5,h6,hr,p,blockquote,dl,dt,dd,ul,ol,li,pre,form,fieldset,legend,button,input,textarea,th,td {margin:0;padding:0;} 
/* 全局大背景设为白色 */
body {font-family:"Microsoft YaHei","PingFang SC",sans-serif;font-size:14px;color:#333;background:#fff;} 
i,em,cite,address,dfn,var {font-style:normal;} 
ul,li {list-style:none;} 
a {text-decoration:none;color:#555;transition:color 0.2s;} 
a:hover {color:#ff9900;} 
img {border:none;vertical-align:middle;width:100%;height:auto;object-fit:cover;} 
.clear {clear:both;} 

/* 全局内容居中限制容器 */
.w1200 {width:1200px;margin:0 auto;position:relative;}
.flex { display: flex; }
.flex-wrap { flex-wrap: wrap; }
.mt20 {margin-top:10px;}

/* ================= 顶部副导航条 (top-bar) ================= */
/* ================= 当前位置 (面包屑导航) 大气高级版 ================= */
.breadcrumb-wrap {
    width: 100%;
    min-width: 1200px;
    background-color: #fff; 
    padding: 0px 0; 
    margin-bottom: 15px; 
}

.crumbs {
	font-size: 14px;
	color: #b0b0b0;
	display: flex;
	align-items: center;
	padding-left: 18px;
}

/* 小房子图标：放大并使用主色调，提亮视觉 */
.crumbs .icon-home {
    margin-right: 8px;
    color: #00807c; 
    transform: translateY(-2px); 
}

/* "当前位置：" 文字稍微弱化 */
.crumbs .txt {
    color: #888;
    margin-right: 5px;
}

/* 链接文字：加深、加粗、拉开间距 */
.crumbs a {
    color: #333; 
    transition: all 0.2s ease;
}

.crumbs a:hover {
    color: #ff9900; 
    text-decoration: none; 
}

/* 帝国默认当前页是没有a标签的纯文本，我们让它加粗显示 */
.crumbs b, .crumbs strong {
    color: #00807c; 
    font-weight: normal; 
    margin-left: 12px;
}
.top-bar {width:100%; background:#f8f8f8;border-bottom:1px solid #eee;line-height:35px;height:35px;color:#666;font-size:12px;position:relative;z-index:2000;min-width: 1200px;} 
.top-bar .top-left {float:left;min-width:10px;} 
.top-bar .top-links {float:right;display:flex;} 
.top-bar .top-links > li {position:relative;padding:0 12px;cursor:pointer;display:flex;align-items:center;height:35px;} 
.top-bar .top-links > li:hover {background:#fff;color:#009199;} 
.arrow-icon {width:8px;height:8px;margin-left:6px;position:relative;display:inline-block;} 
.arrow-icon::after {content:"";position:absolute;right:0;top:1px;width:5px;height:5px;border-right:1px solid #ccc;border-bottom:1px solid #ccc;transform:rotate(45deg);transition:0.3s;} 
li:hover .arrow-icon::after {border-color:#009199;transform:rotate(-135deg);top:4px;} 
.icon-site-nav {width:16px;height:12px;position:relative;margin-right:6px;display:inline-block;} 
.icon-site-nav::before,.icon-site-nav span,.icon-site-nav::after {content:"";position:absolute;left:0;width:100%;height:2px;background:#00807c;} 
.icon-site-nav::before {top:0;} .icon-site-nav span {top:5px;} .icon-site-nav::after {top:10px;} 
.dropdown {display:none;position:absolute;top:35px;background:#fff;border:1px solid #ddd;z-index:2001;box-shadow:0 2px 10px rgba(0,0,0,0.1);} 
.top-links > li:hover .dropdown {display:block;} 
.account-box {width:100%;left:0;min-width:90px;} 
.account-box a {display:block;border-bottom:1px solid #f5f5f5;color:#666;text-align:center;} 
.wx-box {width:220px;height:88px;left:0;overflow:hidden;} 
.wx-box img {width:220px;height:88px;display:block;} 
.site-nav-box {display:none;position:absolute;top:35px;right:-1px;width:630px;background:#fff;border:1px solid #ddd;border-top:none;z-index:2001;padding:5px 0;justify-content:space-between;} 
.top-links > li:hover .site-nav-box {display:flex;} 
.nav-col {flex:1;padding:0 9px;border-left:1px solid #f0f0f0;} 
.nav-col:first-child {border-left:none;} 
.nav-col dt {font-size:16px;font-weight:bold;} 
.nav-col dd {line-height:1.98;} 
.nav-col dd a {color:#666;font-size:12px;} 
.nav-col dd a:hover {color:#991B1B;text-decoration:underline;} 
.col-blue dt {color:#00807c;} .col-lblue dt {color:#446eb3;} .col-orange dt {color:#c49a3d;} .col-purple dt {color:#7f4f96;} .col-green dt {color:#438f4d;} 
.col-purple .dict-grid {display:grid;grid-template-columns:1fr 1fr;column-gap:20px;} 
i a[title="请登录"], em a[title="免费注册"], i a[title="退出"] {text-decoration: underline !important;text-underline-offset: 3px !important;color: #005A57 !important;font-weight: bold !important;}

/* ================= 头部中段 (Logo、搜索、电话) ================= */
.header-mid {height:100px;display:flex;align-items:center;justify-content:space-between;position:relative;z-index:1000;width: 1200px;margin: 0 auto;} 
.logo-container {width:320px;height:54px;overflow:hidden;} 
.logo-container img {width:320px;height:54px;display:block;} 

/* 搜索框 */
.search {width:526px;margin:0 auto;position:relative;background:#fff;height:42px;border:2px solid #B45309;box-sizing:content-box;} 
#header_s {display:flex;height:100%;} 
.s_type {width:90px;position:relative;cursor:pointer;border-right:1px solid #ffaa01;} 
.s_type p {line-height:42px;text-align:center;color:#666;font-size:14px;overflow:hidden;background:#fffcf5;} 
.s_type i {position:absolute;right:8px;top:18px;width:0;height:0;border-left:4px solid transparent;border-right:4px solid transparent;border-top:5px solid #999;} 
.s_type i.hover {border-top:none;border-bottom:5px solid #ff6600;} 
.s_type ul {display:none;position:absolute;top:42px;left:-1px;width:90px;background:#fff;border:1px solid #ddd;z-index:999;} 
.s_type ul li {height:32px;line-height:32px;text-align:center;color:#666;font-size:13px;cursor:pointer;} 
.s_type ul li:hover {background:#f2f2f2;color:#ff6600;} 
.s_input {flex:1;} 
.s_input p {height:100%;} 
.s_intext {width:100%;height:42px;line-height:42px;border:none;outline:none;text-indent:10px;font-size:14px;color:#333;} 
.s_intext.active {color:#333;} 
.s_btn {width:96px;} 
.s_btn button {width:96px;height:42px;border:none;background:#B45309;color:#fff;font-size:16px;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:background-color 0.3s;} 
.s_btn button:hover {background:#e55c00;} 
.icon-glass {width:20px;height:20px;margin-right:7px;stroke-width:2.5;transform:translateY(0px);} 

/* 搜索弹窗 */
.pop {display:none;position:absolute;top:45px;left:0;width:100%;background:#fff;border:1px solid #ddd;box-shadow:0 2px 8px rgba(0,0,0,0.1);padding:15px;box-sizing:border-box;z-index:998;} 
.pop h3 {font-size:14px;color:#999;margin-bottom:10px;font-weight:normal;border-bottom:1px solid #eee;padding-bottom:5px;} 
.pop h3 i {float:right;cursor:pointer;font-family:Arial;} 
.pop h3 i:hover {color:#ff6600;} 
.pop dl {margin-bottom:10px;overflow:hidden;} 
.pop dt {float:left;width:50px;color:#ff6600;font-weight:bold;font-size:14px;line-height:24px;} 
.pop dd {overflow:hidden;line-height:24px;} 
.keyword-btn {background:transparent !important;border:none !important;outline:none !important;box-shadow:none !important;padding:4px 8px !important;margin:0 2px !important;color:#4b5563 !important;cursor:pointer !important;font-size:14px !important;font-family:inherit !important;transition:all 0.2s;display:inline-block;appearance:none;} 
.keyword-btn:hover {color:#009199 !important;text-decoration:underline !important;} 
.keyword-btn.hot {color:#f97316 !important;font-weight:bold !important;} 

/* 电话区域 */
.phone-box {display:flex;align-items:center;width:320px;justify-content:flex-end;} 
.headset-icon {width:32px;height:32px;position:relative;margin-right:12px;} 
.headset-icon .beam {position:absolute;top:0;left:4px;width:24px;height:22px;border:2.5px solid #b5b5b5;border-bottom:none;border-radius:12px 12px 0 0;} 
.headset-icon .ear-l,.headset-icon .ear-r {position:absolute;bottom:4px;width:8px;height:15px;border:2.5px solid #b5b5b5;border-radius:4px;background:#fff;z-index:2;} 
.headset-icon .ear-l {left:0;} .headset-icon .ear-r {right:0;} 
.headset-icon::after {content:"";position:absolute;bottom:8px;left:6px;width:20px;height:2px;background:#eee;} 
.phone-text {text-align:right;} 
.phone-text p {font-size:14px;color:#333;margin-bottom:0px;line-height:1;} 
.phone-text p span {margin-left:12px;font-family:"Arial",sans-serif;} 
.phone-text h2 {font-size:26px;color:#009199;font-weight:normal;}

/* ================= 主导航栏 (main-nav) ================= */
.main-nav {width:100%; background:#00807c;height:40px;position:relative;z-index:500;min-width: 1200px;} 
.nav-inner {display:flex;align-items:flex-start;} 
.nav-cat-title {width:220px;background:#007a75;color:#fff;font-size:18px;height:40px;line-height:40px;padding-left:20px;display:flex;align-items:center;} 
.icon-four-bars {width:16px;height:14px;margin-right:12px;position:relative;flex-shrink:0;} 
.icon-four-bars::before {content:"";position:absolute;width:100%;height:2px;background:#fff;box-shadow:0 4px 0 #fff,0 8px 0 #fff,0 12px 0 #fff;top:0;} 
.nav-menu {display:flex;flex:1;height:40px;} 
.nav-menu > li {position:relative;text-align:center;} 
.nav-menu > li > button {display:inline-block;padding:0 15px;line-height:40px;color:#ffffff;background:none;border:none;cursor:pointer;font-family:inherit;font-size:16px;font-weight:inherit;} 
.nav-menu > li > button:hover, .nav-menu > li > a:hover {background:#009199;} 
.nav-menu > li > a {display:block;line-height:40px;color:#fff;font-size:16px;} 
.nav-item-home {width:60px;} .nav-item-home a {width:60px;} 
.nav-item-common {width:110px;} .nav-item-common a {width:110px;} 
.nav-menu .gl-item {margin-left:auto;background:#007a75;position:relative;} 
.gl-item a {padding:0 15px;} 
.gl-item .arrow-icon {margin-left:4px;} 
.gl-item .arrow-icon::after {border-color:#fff;top:0px;} 
.gl-item:hover .arrow-icon::after {transform:rotate(-135deg);top:3px;} 
.gl-dropdown {display:none;position:absolute;top:40px;right:0;width:240px;height:385px;background:#fff;z-index:2000;color:#666;} 
.gl-item:hover .gl-dropdown {display:block;} 
.gl-dropdown ul {display:flex;flex-wrap:wrap;border-left:1px dashed #eee;border-top:1px dashed #eee;height:100%;} 
.gl-dropdown li {width:33.33% !important;height:50px;line-height:50px;text-align:center;border-right:1px dashed #eee;border-bottom:1px dashed #eee;box-sizing:border-box;} 
.gl-dropdown li a {display:block;font-size:12px;color:#666;white-space:nowrap;overflow:hidden;width:100% !important;} 
.gl-dropdown li.hot a {color:#ff6600;} 
.badge {position:absolute;top:-8px;right:5px;padding:0 3px;height:16px;line-height:16px;font-size:10px;color:#fff;border-radius:3px;font-style:normal;z-index:100;pointer-events:none;} 
.badge-hot {background:#ff4e00;} .badge-new {background:#ffb400;} 
.badge::after {content:"";position:absolute;bottom:-3px;left:5px;border-left:3px solid transparent;border-right:3px solid transparent;border-top:4px solid inherit;} 
.badge-hot::after {border-top-color:#ff4e00;} .badge-new::after {border-top-color:#ffb400;}

/* ================= 左侧下拉分类导航 (navbox) ================= */
.main[role="main"] {position: absolute; left: 50%; transform: translateX(-50%); z-index: 1000; background: transparent; pointer-events: none; height: 0; padding: 0; overflow: visible; width: 1200px;}
.navbox {width:220px;height:385px;position:relative;z-index:1000;background:#fff;border-right:1px solid #b8e4e6;border-bottom:1px solid #b8e4e6;padding-right:10px; pointer-events: auto; box-shadow: 0 10px 25px rgba(0,0,0,0.1); display: none; } 
.nb_item {width:100%;height:77px;border-bottom:1px dashed #c8c8c8;position:relative;padding:5px 5px 15px 30px;z-index:1002;background:#fff;} 
.nb_item:last-child {border-bottom:none;} 
.nb_item:hover {background:#fff;width:221px;margin-right:-1px;border-top-color:#b8e4e6;border-bottom:1px solid #b8e4e6;border-left:3px solid #ffaa01;z-index:1005;} 
.nb_item:last-child:hover {border-bottom:none;} 
.nb_item:hover h3 a {color:#ffaa01;} 
.nb_item h3 a {color:#00807c;display:inline-block;} 
.nb_item h3 {height:26px;line-height:26px;font-size:15px;font-weight:bold;position:relative;margin-bottom:10px;} 
.nb_item h3 span {color:#00807c;display:inline-block;} 
.nb_item p span {padding-right:6px;font-size:13px;color:#333;} 
.nb_item p span:hover {color:#33b5e5;} 
.nb_item h3 i {position:absolute;right:0;top:10px;width:6px;height:6px;border-top:1.5px solid #ccd5db;border-right:1.5px solid #ccd5db;transform:rotate(45deg);} 
.nb_item p {display:flex;flex-wrap:wrap;width:100%;} 
.nb_item p a {padding-right:6px;font-size:13px;color:#333;} 
.nb_item p a:hover {color:#33b5e5;} 

/* ================= 左侧下拉分类导航小图标 (修复版) ================= */
.nb_item::before {
    content: "";
    position: absolute;
    left: 3px; 
    top: 50%;
    margin-top: -26px; 
    width: 22px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background-image 0.2s;
}

/* 1. 默认状态下的蓝绿色图标 (fill="%2300b5be") */
.nb_go::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%2300b5be" viewBox="0 0 24 24"><path d="M21 2L2 10.5L10.5 13.5L21 2M21 2L13.5 21L10.5 13.5L21 2Z"/></svg>'); }
.nb_xj::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%2300b5be" viewBox="0 0 24 24"><path d="M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7z"/></svg>'); }
.nb_cj::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%2300b5be" viewBox="0 0 24 24"><path d="M21 16v-2l-8-5V3.5c0-.8-.7-1.5-1.5-1.5S10 2.7 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"/></svg>'); }
.nb_camp::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%2300b5be" viewBox="0 0 24 24"><path d="M12 3L1 9l11 6l9-4.9v6.9h2V9L12 3z"/></svg>'); }
.nb_theme::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%2300b5be" viewBox="0 0 24 24"><path d="M4 4h7v7H4V4zm0 9h7v7H4v-7zm9-9h7v7h-7V4zm0 9h7v7h-7v-7z"/></svg>'); }

/* 2. 鼠标悬停时的橙色联动图标 (fill="%23ffaa01") */
.nb_go:hover::before, .nb_item:hover.nb_go::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffaa01" viewBox="0 0 24 24"><path d="M21 2L2 10.5L10.5 13.5L21 2M21 2L13.5 21L10.5 13.5L21 2Z"/></svg>'); }
.nb_xj:hover::before, .nb_item:hover.nb_xj::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffaa01" viewBox="0 0 24 24"><path d="M12 2C8.1 2 5 5.1 5 9c0 5.2 7 13 7 13s7-7.8 7-13c0-3.9-3.1-7-7-7z"/></svg>'); }
.nb_cj:hover::before, .nb_item:hover.nb_cj::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffaa01" viewBox="0 0 24 24"><path d="M21 16v-2l-8-5V3.5c0-.8-.7-1.5-1.5-1.5S10 2.7 10 3.5V9l-8 5v2l8-2.5V19l-2 1.5V22l3.5-1 3.5 1v-1.5L13 19v-5.5l8 2.5z"/></svg>'); }
.nb_camp:hover::before, .nb_item:hover.nb_camp::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffaa01" viewBox="0 0 24 24"><path d="M12 3L1 9l11 6l9-4.9v6.9h2V9L12 3z"/></svg>'); }
.nb_theme:hover::before, .nb_item:hover.nb_theme::before { background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" fill="%23ffaa01" viewBox="0 0 24 24"><path d="M4 4h7v7H4V4zm0 9h7v7H4v-7zm9-9h7v7h-7V4zm0 9h7v7h-7v-7z"/></svg>'); }

/* 左侧下拉弹出的分类面板 */
.pl_item {display:none;position:absolute;left:218px;width:730px;height:385px;background:#fff;z-index:1004;border-right:1px solid #b8e4e6;border-bottom:1px solid #b8e4e6;} 
.pl_item dl {display:flex;flex-wrap:nowrap;align-items:flex-start;line-height:24px;} 
.pl_item dt {white-space:nowrap;margin-right:15px;font-weight:bold;flex-shrink:0;color:#333;} 
.pl_item dd {margin:0;flex:1;white-space:normal;word-break:break-all;} 
.pl_item dd a {display:inline-block;} 
.pl_item dd span {margin:0 5px;color:#ccc;} 
.nb_item:nth-child(1) .pl_item {top:0px;} 
.nb_item:nth-child(2) .pl_item {top:-77px;} 
.nb_item:nth-child(3) .pl_item {top:-154px;} 
.nb_item:nth-child(4) .pl_item {top:-231px;} 
.nb_item:nth-child(5) .pl_item {top:-308px;} 
.nb_item:hover .pl_item {display:block;} 
.pl_item div {float:left;height:370px;overflow:hidden;padding-left:15px;} 
.pl_item div dl {overflow:hidden;padding-top:7px;} 
.pl_item div dl dt {font-size:14px;color:#666;font-weight:bold;border-bottom:1px solid #fafafa;height:30px;line-height:30px;} 
.pl_item div dl dt a {color:#666;} 
.pl_item div dl dt a:hover {color:#991B1B;text-decoration:underline;} 
.pl_item div dl dt span {margin:0 6px;color:#f0f0f0;font-weight:normal;} 
.pl_item div dl dd {height:30px;line-height:30px;font-size:12px;color:#f0f0f0;font-weight:normal;} 
.pl_item div dl dd a {color:#666;} 
.pl_item div dl dd a:hover {color:#991B1B;text-decoration:underline;} 
.pl_item div dl dd span {margin:0 6px;} 
.pl_item div dl a.hot {color:#991B1B;}

/* ================= 核心主干 (宽1200px居中) ================= */
.ai-main-wrapper {
    width: 1200px;
    margin: 0 auto;
    padding: 10px 0; 
    font-family: "Microsoft YaHei", sans-serif;
}

/* ================= 底部通用动画与懒加载样式 ================= */
.scroll-reveal {opacity: 0;transform: translateY(30px);transition: all 0.8s ease-out;}
.scroll-reveal.visible {opacity: 1;transform: translateY(0);}
.lazy-js { opacity: 0; transition: opacity 0.6s ease; }
.lazy-js.loaded { opacity: 1; }

/* ================= 底部四大保障条 (footbarser) ================= */
.footbarser {width:100%; background-color:#009f9d;height:70px;border-bottom:1px solid #008f8d; min-width:1200px;}
.fb_ser {width:1200px;margin:0 auto;height:100%;}
.fb_ser ul {display:flex;justify-content:space-between;height:100%;align-items:center;}
.fb_ser li {flex:1;height:50px;border-right:1px solid rgba(255,255,255,0.3);display:flex;justify-content:center;align-items:center;}
.fb_ser dl {display:flex;align-items:center;color:#fff;}
.fb_ser dt {width:46px;height:46px;border:2px solid rgba(255,255,255,0.6);border-radius:50%;text-align:center;display:flex;justify-content:center;align-items:center;margin-right:12px;}
.fb_ser dt svg {width:24px;height:24px;fill:#fff;}
.fb_ser dd p {font-size:16px;font-weight:bold;margin:0 0 4px 0;}
.fb_ser dd span {font-size:12px;color:rgba(255,255,255,0.8);}

/* ================= 底部链接菜单 (footbarmenu) ================= */
.footbarmenu {width:100%; background-color:#fff;border-bottom:1px solid #eee;margin-bottom:20px;padding:30px 0 20px; min-width:1200px;}
.fb_menu {width:1200px;margin:0 auto;display:flex;justify-content:space-between;}
.fb_menu > ul {display:flex;width:75%;}
.fb_menu > ul > li {flex:1;border-right:1px solid #f0f0f0;}
.fb_menu dl dt {font-size:16px;color:#333;font-weight:bold;margin-bottom:15px;padding-left:10px;border-left:3px solid #009f9d;}
.fb_menu dl dd {line-height:26px;padding-left:13px;}
.fb_menu dl dd a {color:#666;font-size:12px;}

/* ================= 底部版权与导航 (footnavcopy) ================= */
.footnavcopy {width:100%; background-color:#fff;text-align:center;color:#666;line-height:24px; min-width:1200px;}
.footnavcopy .fb_nav, .footnavcopy .fb_copyright {width:1200px; margin:0 auto;}
.fb_nav a {margin:0 8px;color:#555;}
.f_subs {display:flex;margin-bottom:10px;}
.f_subs dt {float:left;width:60px;height:48px;line-height:24px;font-weight:bold;color:#666;}
.f_subs dd {float:left;width:1140px;line-height:24px;flex:1;}
.f_subs a {white-space:nowrap;margin-right:6px;color:#999;}

/* ================= 公安备案区域 (beian-box) ================= */
.beian-box {width:100%; padding:20px 0;text-align:center; min-width:1200px;}
.beian-box a {display:inline-flex;align-items:center;justify-content:center;color:#939393; width:1200px; margin:0 auto;}
.beian-box img {width: 20px;height: 20px;margin-right: 6px;}

/* ================= 侧边栏客服与回到顶部样式 ================= */
.right-sidebar { position: fixed; right: 0; top: 0; height: 100%; width: 32px; background-color: #00b5be; z-index: 2147483647; font-family: "Microsoft YaHei", sans-serif; display: flex !important; flex-direction: column; justify-content: center; padding-top: 50px; }
.rs-item { position: relative; width: 32px; height: 32px; margin-bottom: 50px; cursor: pointer; display: flex; justify-content: center; align-items: center; transition: background-color 0.2s; }
.rs-item:hover { background-color: #ff6600; }
.rs-item svg { width: 18px; height: 18px; fill: #fff; }
.rs-item.custom-btn { height: 145px; background-color: #ff3300; flex-direction: column; align-items: center; padding-top: 15px; margin-bottom: 20px; z-index: 100002; }
.rs-item.custom-btn:hover, .rs-item.custom-btn.expanded { background-color: #8B1A1A; }
.rs-item.custom-btn svg { width: 20px; height: 20px; }
.rs-item.custom-btn span { font-size: 15px; color: #fff; width: 14px; line-height: 22px; display: block; text-align: center; }
.rs-drawer { position: absolute; right: 32px; top: 0; width: auto; min-width: 110px; background-color: #fff; border: 1px solid #eee; box-shadow: 0 4px 15px rgba(0,0,0,0.1); display: none; border-radius: 4px 0 0 4px; white-space: nowrap; z-index: 100001; }
.rs-item:not(.custom-btn):hover .rs-drawer { display: block; animation: slideIn 0.2s ease-out; }
.rs-item.custom-btn.expanded .rs-drawer { display: block !important; animation: slideIn 0.3s ease-out; }
@keyframes slideIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }
.custom-drawer-header { padding: 12px 10px; border-bottom: 1px solid #f9f9f9; display: flex; align-items: center; justify-content: center; background-color: #fff; }
.custom-avatar { width: 38px; height: 38px; background: linear-gradient(135deg, #cca060 0%, #b88a4d 100%); border-radius: 50%; display: flex; justify-content: center; align-items: center; margin-right: 8px; box-shadow: 0 2px 4px rgba(184, 138, 77, 0.3); }
.custom-avatar svg { width: 22px; height: 22px; fill: #fff; } 
.custom-title { font-size: 14px; color: #555; font-weight: bold; letter-spacing: 0.5px; }
.custom-links { padding: 10px 10px 12px; background: #fff; display: flex; flex-direction: column; align-items: center; }
.custom-links a { display: flex; align-items: center; justify-content: center; width: 125px; height: 30px; background-color: #8B1A1A; color: #fff; text-decoration: none; border-radius: 15px; margin-bottom: 6px; padding: 0 5px; font-size: 13px; transition: all 0.2s; }
.custom-links a:hover { background-color: #ff4400; transform: translateX(-2px); }
.custom-links a svg { width: 14px; height: 14px; fill: #fff; margin-right: 4px; opacity: 0.95; }
.rs-links { padding: 8px; }
.rs-links-item { display: block; padding: 8px 12px; color: #666; text-decoration: none; border-bottom: 1px dashed #eee; font-size: 14px; text-align: left; }
.rs-links-item:last-child { border-bottom: none; }
.rs-links-item:hover { color: #ff6600; background-color: #fcfcfc; }
.rs-phone-num { color: #ff6600; font-weight: bold; font-family: Arial, sans-serif; margin-left: 5px; }
.rs-qr-box { padding: 10px; text-align: center; background: #fff; }
.rs-qr-box img.fixed-wechat { width: 310px !important; height: 250px !important; max-width: none !important; display: block; margin: 0 auto; }
.rs-qr-box img.fixed-feedback { width: 300px !important; height: 110px !important; max-width: none !important; display: block; margin: 0 auto; }
.rs-item.to-top { margin-top: 10px; background-color: #999; display: none; }
.rs-item.to-top:hover { background-color: #ff6600; }

/* 强力屏蔽 Live800 默认 UI 样式 */
div[id*="live800"]:not(#live800-box), 
div[id^="live800"]:not(#live800-box),
div[id*="float"],        
div[id*="lim_"],          
iframe[src*="live800"], 
.live800_float, 
#live800_icon, 
#live800_float_icon,
a[href*="live800"][target="_blank"] img,
#live800_cfloat_icon,
.live800_cfloat {
    visibility: hidden !important;
    opacity: 0 !important;         
    pointer-events: none !important; 
    position: fixed !important;    
    left: -9999px !important;      
    top: -9999px !important;       
    width: 1px !important;         
    height: 1px !important;
    z-index: -99999 !important;
}

/* ================= 终极修复：完美覆盖幻灯片的所有弹窗高度 (420px 加长版) ================= */
/* 1. 左侧主分类栏加高到 420px，死死盖住幻灯片底部 */
.navbox { 
    height: 420px !important; 
    box-shadow: 0 4px 15px rgba(0,0,0,0.08) !important;
}

/* 2. 左侧5个子菜单项平分 420px (420/5 = 84px) */
.nb_item { 
    height: 84px !important; 
    padding-top: 10px !important; /* 文字完美垂直居中 */
} 

/* 3. 左侧悬浮出的二级巨型弹窗同步加高到 420px */
.pl_item { 
    height: 420px !important; 
    border-bottom: 1px solid #b8e4e6 !important;
    box-shadow: 4px 5px 15px rgba(0,0,0,0.05) !important; 
}
.pl_item div { 
    height: 405px !important; 
}

/* 4. 精准重新计算二级弹窗的绝对定位 (每次递减 84px) */
.nb_item:nth-child(1) .pl_item { top: 0px !important; }
.nb_item:nth-child(2) .pl_item { top: -84px !important; }
.nb_item:nth-child(3) .pl_item { top: -168px !important; }
.nb_item:nth-child(4) .pl_item { top: -252px !important; }
.nb_item:nth-child(5) .pl_item { top: -336px !important; }

/* 5. 顶部主导航的下拉菜单（如"旅游问答"）也加高到 420px */
.gl-dropdown { 
    height: 420px !important; 
    background-color: #fff !important; 
    box-shadow: 0 8px 20px rgba(0,0,0,0.08) !important;
    border-bottom: 3px solid #00807c !important; 
}
.gl-dropdown ul { 
    align-content: flex-start !important; 
}
/* ================= 底部产品与分站导航 (footlink) ================= */
/* 外层铺满宽屏，加一点极浅的背景和顶边框区分内容区 */
.footlink {
    width: 100%;
    min-width: 1200px;
    background-color: #fcfcfc; 
    border-top: 1px solid #f0f0f0;
    padding: 25px 0; 
    margin-bottom: 20px; /* 和更底下的内容拉开一点距离 */
}

/* 核心内容区：定宽 1200px 居中 */
.f_pro {
    width: 1200px;
    margin: 0 auto;
    font-size: 13px; /* 底部导航字号稍小，显得精致 */
    color: #666;
}

/* --- 第一行：旅游产品 --- */
.f_pro p {
    display: flex;
    align-items: center;
    margin-bottom: 12px; /* 和第二行拉开间距 */
}
.f_pro p strong {
    color: #333;
    font-size: 14px;
    margin-right: 15px;
    white-space: nowrap; /* 防止标题换行 */
}

/* --- 第二行：分站导航 --- */
.f_subs {
    display: flex;
    align-items: flex-start; /* 顶部对齐，防止长内容换行时标题被拉伸 */
    margin: 0;
}
.f_subs dt {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    margin-right: 15px;
    white-space: nowrap;
    line-height: 26px; /* 控制行高，和右边对齐 */
}
.f_subs dd {
    flex: 1; /* 右侧链接占满剩余全部空间，自动换行 */
    line-height: 26px; 
}

/* --- 统一控制链接和竖线分隔符 --- */
.f_pro a, .f_subs a {
    color: #666;
    text-decoration: none;
    transition: all 0.2s ease;
    display: inline-block;
}
.f_pro a:hover, .f_subs a:hover {
    color: #ff6600; /* 鼠标放上去变成亮橙色 */
}

/* 竖线分隔符：弱化颜色，拉开呼吸感 */
.f_pro span, .f_subs span {
    margin: 0 12px; /* 左右留出 12px 空白 */
    color: #dfdfdf; /* 极浅的灰色，不抢眼 */
    font-size: 12px;
}