body
{
	BACKGROUND-POSITION-X: center;
	MARGIN: 1px; 
	font-family: "宋体", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
	line-height: 145%;
}
img { max-width: 100%; }
TD
{
	color: #000000;
	FONT-FAMILY: "宋体", "Verdana";
	font-size: 12px;
	line-height: 145%;
}

select,textarea,option
{
	FONT-FAMILY:  "宋体", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}
input, select, textarea {
    border: 1px solid #D1D3D3;
    border-top: 1px solid #A5A6A6;
    /*  color: #A5A5A5; */
    font: 12px Arial, Helvetica, sans-serif;
    border-radius: 3px;
    padding: 9px;
    margin-right: 5px;
}
 /*input{ height: 80%;}*/
a
{
	FONT-FAMILY: "宋体";
	TEXT-DECORATION: none;
	line-height: 130%;
}
a:link,a:visited
{
	color:#000000;
	text-decoration: none;
}
a:hover
{
	color: #ff0000;
	text-decoration: underline;
}

/* 按钮 */
.submit-button {
    color: rgb(255, 255, 255);
    font-weight: bold;
    text-shadow: rgb(28, 85, 128) 0px -1px;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(23, 72, 108);
    border-image: initial;
    padding: 8px;
    border-radius: 3px;
    background: url(blue-button.png) center top repeat-x rgb(36, 101, 151);
}


 /* 快捷关键词容器样式 */
.shortcut-tags {
    margin-top: 5px;
    display: flex;
    gap: 8px;
    flex-wrap: wrap;
    margin-bottom: 5px;
    margin-left: 5px;
}
/* 快捷关键词标签样式 */
.shortcut-tag {
    padding: 5px 12px;
    background-color: #eeeeee;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.2s;
    font-weight: bold;
    font-family: Verdana;
}
.shortcut-tag:hover { background-color: #F0D145; } /* 标签 hover 效果 */

/* 新标识样式 */
.top-marker {
    display: inline-block;
    background-color: #e74c3c;
    color: white;
    padding: 2px 6px;
    border-radius: 3px;
    margin-left: 5px;
}
.an { width: 100%; max-width: 100px; font-size: 12px; font-family: Verdana;}  /* 按钮适配 */ 
.dx { margin-bottom: -1px; } /* 抵消底部 1px 间距 */ 
#searchTerm { width: calc(40% - 100px); min-width: 200px; } /* 搜索框宽 */ 