body {
    font-family: "Microsoft YaHei", sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 20px;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    min-height: 100vh;
    box-sizing: border-box;
}
.container {
    width: 100%;
    max-width: 1200px;
    background-color: #fff;
    border-radius: 10px;
    box-sizing: border-box;
    margin-top: 80px;
}
.container img {
    vertical-align: middle;
    width: 16px;
    margin-right: 5px;
}
h1 {
    text-align: center;
    color: #333;
    margin-bottom: 20px;
}
textarea {
    width: 100%;
    min-height: 200px; /* 最小高度 */
    max-height: 600px; /* 最大高度 */
    overflow-y: auto; /* 超过最大高度时出现滚动条 */
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 10px;
    font-size: 16px;
    resize: none;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-family: "Microsoft YaHei", sans-serif;
    transition: border-color 0.3s ease; /* 添加过渡效果 */
}
textarea:focus {
    border-color: #007bff; /* 更改为指定颜色 */
    outline: none; /* 移除默认的聚焦外框 */
    border-width: 1px; /* 可选择性调整边框粗细 */
}
button {
    width: 100%;
    padding: 12px;
    font-size: 16px;
    background-color: #007bff;
    color: white;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    margin-bottom: 20px;
}
button:hover {
    background-color: #0053ff;
}
.table-wrapper {
    overflow-x: auto;
}
.result-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 600px;
}
.result-table th, .result-table td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: center;
}
.result-table th {
    background-color: #f2f2f2;
    font-weight: bold;
}
.status.green {
    color: #4CAF50;
    font-weight: bold;
}
.status.yellow {
    color: #FFCC00;
    font-weight: bold;
}
.status.red {
    color: #ff1100;
    font-weight: bold;
}
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease-out, transform 0.5s ease-out;
}
.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}
.fade-in.show a {
 color: #000;
 text-decoration: none;
}
.fade-in.show a:hover {
    color: #0053ff;
}
#loadingOverlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 9999999;
}
#loadingSpinner {
    display: none;
    position: absolute;
    top: calc(50% + 60px);
    left: 50%;
    transform: translate(-50%, -50%);
    border: 8px solid #f3f3f3;
    border-top: 8px solid #007bff;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
    z-index: 99999999;
}
@keyframes spin {
    0% { transform: translate(-50%, -50%) rotate(0deg); }
    100% { transform: translate(-50%, -50%) rotate(360deg); }
}
.top-banner {
    width: 100%;
    height: 60px;
    background-color: #007bff;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    display: flex;
    justify-content: center;
    align-items: center;
}
.top-banner .inner-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    padding: 0 20px;
}
.logo {
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.logo a {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.logo img {
    margin-right: 10px;
}
.logo h1 {
    color: white; 
    font-size: 22px; 
    margin: 0;
}
.top-banner img {
    height: 36px;
    margin-right: 10px;
}
/* 新增内容列表的间距样式 */
.toolabout-wrapper ul li {
    margin-top: 10px; /* 上间距 */
    margin-bottom: 10px; /* 下间距 */
}
.toolabout-wrapper{
    border: 1px solid #ccc; 
    padding: 10px 10px 10px 30px; 
    margin-top: 20px; 
    border-radius: 5px;
    color: #333333;
}
.hidden-content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    transition: height 0.5s ease, opacity 0.5s ease;
}
.hidden-content.show {
    height: auto; /* 重要：通过动态设置 height 实现平滑展开 */
    opacity: 1;
    color: #333333;
}
/*导航分类*/
.inner-container {
    display: flex;
    align-items: center; /* 垂直居中对齐 */
    height: 100%; /* 使内部容器高度占满父级 */
}

.logo {
    display: flex;
    align-items: center; /* 确保Logo和文本垂直居中 */
}

.nav-links {
    display: flex;
    margin-left: 60px; /* 确保导航栏和Logo之间有间距 */
}

.nav-links a {
    text-decoration: none; /* 去掉链接下划线 */
    color: #ffffff; /* 链接文字颜色 */
    height: 60px; /* 确保链接高度与导航栏一致 */
    line-height: 60px; /* 文字在高度内垂直居中 */
    padding: 0 15px; /* 水平方向内边距15px */
    display: flex;
    align-items: center; /* 使文字在链接内垂直居中 */
    transition: background-color 0.3s ease; /* 添加背景色过渡效果 */
}
.nav-links a:hover {
    color: #ffffff;
    background: #0053ff; /* 悬浮时背景色 */
}

/* 当屏幕宽度小于或等于600px时，隐藏链接 */
@media screen and (max-width: 600px) {
    .nav-links{
        display: none;
    }
}
/*导航分类*/

/*备案榜单动态*/
.scrolling-data {
    height: 3.2em; /* 根据字体大小适当调整 */
    overflow: hidden;
    position: relative;
}
.scrolling-data div {
    position: absolute;
    width: 100%;
    transition: transform 1s;
    white-space: nowrap; /* 防止文本换行 */
}

.scrolling-data .data-value {
    color: red;
    font-weight: bold;
}

.scrolling-data .data-label {
    color: #333333;
    font-weight: normal;
}

.scrolling-data .separator {
    margin: 0 6px; /* 设置 | 符号两边的间距为 6px */
}
.scrolling-data div + div {
    margin-top: 30px; /* 两段之间的间距 */
}
/* 媒体查询 - 当屏幕宽度小于600px时应用 */
@media (max-width: 600px) {
.scrolling-data {
    height: auto; /* 允许高度根据内容自动调整 */
    overflow: visible; /* 防止内容被裁剪 */
    line-height: 1.6;
    margin-bottom: 1.5em;
}

.scrolling-data div {
    position: static; /* 取消绝对定位，使内容自然流动 */
    white-space: normal; /* 允许文本换行 */
}

.scrolling-data .data-value,
.scrolling-data .data-label,
.scrolling-data .separator {
    display: inline; /* 确保每个元素都作为内联元素显示 */
}
}
/*备案榜单动态*/
/*下拉框样式*/
/* 定义下拉菜单容器 */
.dropdown-content a {
    height: 50px; /* 二级导航链接高度 */
    line-height: 50px;
    display: block;
    text-align: center; /* 文字水平居中 */
    /* 修改：添加过渡效果 */
    transition: background-color 0.3s ease; 
}

.nav-links .dropdown {
    position: relative;
    display: inline-block;
}

/* 下拉菜单内容，默认隐藏 */
.nav-links .dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    z-index: 1;
    min-width: 60px;
    width: 100%;
    top: 60px;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

/* 下拉菜单链接的样式 */
.nav-links .dropdown-content a {
    text-decoration: none;
    display: block;
    background-color:#007bff;
    color: #fff;
    border-radius: 0 0 5px 5px;
}

.nav-links .dropdown-content .second-link {
    border-radius: 0;
} 

.nav-links .dropdown-content a:hover {
    background-color:#0053ff;
    color: #fff;
}

/* 鼠标悬浮时显示下拉菜单 */
.nav-links .dropdown:hover .dropdown-content {
    display: block;
}
/* 鼠标悬浮时显示箭头 */
.dropdown:hover::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 45%;
    transform: translateY(110%);
    width: 12px;
    height: 12px;
    background: url('/ip/desc.svg') no-repeat center center;
    background-size: contain;
}
/*下拉框样式*/
/*body滚动条开始*/
body::-webkit-scrollbar {
	width: 6px;
	height: 6px;
}

body::-webkit-scrollbar-button {
	width: 0;
	height: 0;
	background-color: royalblue;
}

body::-webkit-scrollbar-track {
	background: #ccc;
	border-radius: 5px;
}

body::-webkit-scrollbar-thumb {
	background: #007bff;
	border-radius: 5px;
}

.btnColor-jb {}
/*body滚动结束*/

/*输入框滚动条*/
textarea::-webkit-scrollbar
{
	width: 5px;
	height: 5px;
}

/*定义滚动条轨道 内阴影+圆角*/
textarea::-webkit-scrollbar-track
{
	background: #ccc;
	border-radius: 5px;
}
 
/*定义滑块 内阴影+圆角*/
textarea::-webkit-scrollbar-thumb
{
	background: #007bff;
	border-radius: 5px;
}

/*输入框滚动条*/
/* 返回顶部按钮样式 */
#backToTop {
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 50px;
    height: 50px;
    background-color: white;
    border: none;
    border-radius: 6px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease, background-color 0.3s ease;
}
#backToTop img {
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease; /* 图标添加缩放动画 */
}
#backToTop:hover {
    background-color: #007bff;
}
#backToTop:hover img {
    content: url("/seo/fanhui1.svg"); /* 鼠标悬浮时切换图标 */
}
#backToTop.show {
    opacity: 1;
    visibility: visible;
}
/* 返回顶部按钮样式 */
/* 添加备案信息的样式 */
body {
    position: relative; /* 为 body 设置相对定位，作为备案信息的定位参考 */
    padding-bottom: 50px; /* 为底部备案信息预留空间 */
}

#copyright-info {
    text-align: center;
    color: #bfbebe;
    position: absolute; /* 绝对定位，相对于 body 定位 */
    bottom: 10px;
    left: 0;
    right: 0;
    z-index: 1; /* 确保元素不被遮挡 */
    padding: 0 10px; /* 为了在移动端有适当的内边距 */
}

/* 移动端隐藏 */
@media (max-width: 768px) {
    #copyright-info {
        display: none;
    }
}

/* 设置 a 标签样式 */
#copyright-info a {
    color: #bfbebe;
    text-decoration: none;
}

#copyright-info a:hover {
    color: #999;
    text-decoration: none; /* 鼠标悬停时无下划线 */
}
/* 添加备案信息的样式 */

/*支持列表样式*/
.tcjx-card-body {
    line-height: 30px;
}
.tcjx-card-body span {
    height: 18px;
    line-height: 18px;
    border-width: 2px;
    border-style: solid;
    position: relative;
    display: inline-block;
    padding: 4px 6px 4px 6px;
    font-size: 12px;
    text-align: center;
    background-color: #007bff;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}
.instructions {
    list-style-type: decimal;
    padding-left: 20px;
}
.instructions li {
    line-height: 1.5em;
    margin-bottom: 10px;
}
/*支持列表样式*/

/*新版返回顶部按钮样式*/
/* 悬浮按钮容器 */
.float-btns {
    position: fixed;
    bottom: 30px;
    right: 25px;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 15px;
}

/* 通用按钮样式 */
.float-btn {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    cursor: pointer;
    transition: all 0.3s;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    position: relative;
    border: none;
}

/* 返回顶部按钮 */
.back-top {
    background: linear-gradient(135deg, #007bff, #0053ff);
    opacity: 0;
    transform: translateY(20px);
}

/* 客服按钮 */
.service-btn {
    background: linear-gradient(135deg, #007bff, #0053ff);
}

/* 公众号按钮 */
.wechat-btn {
    background: linear-gradient(135deg, #007bff, #0053ff);
    margin-bottom: 0;
}

/* 意见反馈按钮 */
.feedback-btn {
    background: linear-gradient(135deg, #007bff, #0053ff);
}

/* 图标样式 */
.icon {
    color: white;
    font-size: 22px;
}

/* 二维码弹出层 */
.qr-box {
    position: absolute;
    right: 70px;
    bottom: 0;
    background: white;
    padding: 15px;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    opacity: 0;
    transition: all 0.3s;
    pointer-events: none;
}

.qr-box::after {
    content: '';
    position: absolute;
    right: -8px;
    top: 50%;
    transform: translateY(-50%);
    border-width: 8px 0 8px 8px;
    border-style: solid;
    border-color: transparent transparent transparent white;
}

.qr-box img {
    width: 130px;
    height: auto;
    display: block;
}

.qr-tip {
    text-align: center;
    color: #666;
    font-size: 12px;
    margin-top: 8px;
}

/* 意见反馈弹出层 */
.feedback-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80%;
    max-width: 630px;
    height: 80%;
    max-height: 634px;
    background-color: white;
    border-radius: 12px;
    box-shadow: 0 6px 20px rgba(0,0,0,0.15);
    z-index: 99999999;
}

.feedback-popup iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 12px;
}

.feedback-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    color: #666;
    cursor: pointer;
}

/* 遮罩层样式 */
.overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 10001;
}

/* 动效 */
.float-btn:hover {
    transform: translateY(-3px);
}

.back-top.show {
    opacity: 1;
    transform: translateY(0);
}

.wechat-btn:hover .qr-box {
    opacity: 1;
    pointer-events: auto;
}

/* 移动端隐藏 */
@media (max-width: 768px) {
   .float-btns {
        display: none;
    }
}
/*新版返回顶部按钮样式*/

/* 全局提示样式 */
#global-tooltip {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgba(0, 0, 0, 0.7);
    color: white;
    padding: 10px 20px;
    border-radius: 4px;
    font-size: 16px;
    z-index: 1000;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    white-space: nowrap;
}