@charset "utf-8";
/* style2026.css - 适配手机与电脑的响应式样式 */

/* 全局重置 */
body, h1, p, div, form, input { margin: 0; padding: 0; box-sizing: border-box; }

body {
    font-family: -apple-system, "Helvetica Neue", Helvetica, Arial, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif;
    background-color: #f4f4f4;
    color: #333;
    line-height: 1.6;
    font-size: 16px; /* 适合手机阅读的字号 */
}

a { text-decoration: none; color: #0066cc; }
a:hover { text-decoration: underline; }

/* 容器：限制最大宽度，居中显示 */
.container {
    max-width: 800px;
    margin: 0 auto;
    background: #fff;
    padding: 15px;
    min-height: 100vh;
}

/* 头部 */
.header {
	/*
    text-align: center;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
	*/
	background:url(/nameImages/top_i2.gif) repeat-x;
	height:86px;
	border-bottom: 1px solid #eee;
	text-align: center;
    /* padding-bottom: 15px; */
	margin-bottom: 15px;
	
}
.header img {
	/* 图片自适应 */
	/*
    max-width: 100%; 
    height: auto;
	*/	
	width: 152px; 
    height: 70px;
}

/* 头部的背景 */
.top_search {
	background:url(/nameImages/top_i2.gif) repeat-x;
	height:86px;
	border-bottom:#9A9A9A solid 1px;
	overflow:hidden;
}

/* 搜索框区域 - 使用Flexbox适配 */
.search-area {
    margin: 20px 0;
    background: #f9f9f9;
    padding: 15px;
    border-radius: 8px;
}
.search-form {
    display: flex;
    gap: 10px;
    justify-content: center;
}
.search-input {
    padding: 10px;
    border: 1px solid #ccc;
    border-radius: 4px;
    flex: 1; /* 输入框自动撑满剩余空间 */
    max-width: 300px;
    font-size: 16px;
}
.search-btn {
    padding: 10px 20px;
    background-color: #d32f2f;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    cursor: pointer;
}

/* 内容标题 */
.main-title {
    font-size: 1.2rem;
    font-weight: bold;
    color: #d32f2f;
    margin-bottom: 10px;
    border-left: 5px solid #d32f2f;
    padding-left: 10px;
}

.intro-text {
    font-size: 0.9rem;
    color: #666;
    margin-bottom: 20px;
    background: #fff8e1;
    padding: 10px;
    border-radius: 4px;
    word-wrap: break-word; /* 防止长链接撑破容器 */
}

/* 字典解释卡片 */
.dict-card {
    border: 1px solid #e0e0e0;
    background: #fff;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 15px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}
.dict-card strong {
    font-size: 1.2em;
    color: #b71c1c;
}
.dict-info {
    margin-top: 5px;
    font-size: 0.95em;
    color: #555;
}

/* 底部链接 */
.footer-links {
    margin-top: 30px;
    padding-top: 20px;
    border-top: 1px dashed #ccc;
    font-size: 0.9rem;
}
.footer-links p { margin-bottom: 8px; }

/* 广告位占位符 */
.ad-slot { margin: 0px 0; text-align: center; }


.bottom { height:90px; background:#323232; border-top:#FFFFFF solid 1px;}
.bottom_s { max-width: 800px; margin:auto; height:auto; color:#FFFFFF; font-size:12px; margin-top:10px;}
.bottom_s a { color:#FFFFFF; text-decoration:none;}

/* 统计11 */
#xmkuTongji {display:none;}

