html{color:#000;/* background:#FFF; */}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0}table{border-collapse:collapse;border-spacing:0}fieldset,img{border:0}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}ol,ul{list-style:none}caption,th{text-align:left}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal}q:before,q:after{content:''}abbr,acronym{border:0;font-variant:normal}sup{vertical-align:text-top}sub{vertical-align:text-bottom}input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}legend{color:#000}
html{
	height: 100%;
}
body{
	height: 100%;
	font-size: 14px;
}
a{
	text-decoration: none;
}
.wrapper{
	position: relative;
	/* min-height: 100%; */
	max-width: 960px;
	margin: 0 auto;
	padding-top: 60px;
}
.container,.footer{
	text-align: center;
}
.container{
	padding-bottom: 120px;
}
.container p{
	line-height: 26px;
}
.container p span{
	margin: 0 10px;
}
.footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
}

.mod-search .hd{
	padding-top: 60px;
	padding-bottom: 30px;
}
.mod-search .bd{
	margin-top: 35px;
	margin-bottom: 35px;
}
.mod-search .bd .search{
	position: relative;
	max-width: 640px;
	height: 40px;
	margin: 0 auto;
	border: 1px solid #dbdbdb;
	border-radius: 20px;
	overflow: hidden;
}
.mod-search .bd .search input{
	display: block;
	width: 100%;
	height: 40px;
	padding: 10px 15px;
	background: none;
	box-sizing: border-box;
	border: medium none;
	outline: none;
}
.mod-search .bd .search button{
	position: absolute;
	right: 0;
	top: 0;
	width: 90px;
	height: 40px;
	padding-right: 12px;
	background: #1b66e6;
	border: medium none;
	line-height: 36px;
	font-size: 16px;
	color: #fff;
	outline: none;
	cursor: pointer;
}
.mod-search .search .clear {
    display: none;
    position: absolute;
    top: 5px;
    right: 100px;
    text-align: center;
    vertical-align: middle;
}
.mod-search .search .clear span {
    display: inline-block;
    width: 24px;
    height: 24px;
    background: #dbdbdb;
    line-height: 24px;
    text-align: center;
    font-size: 14px;
    border-radius: 50%;
    color: #333;
}
.mod-search .ft{
	max-width: 600px;
	margin: 0 auto;
}
.mod-search .ft table{
	width: 100%;
    table-layout: fixed;
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 15px;
}
.mod-search .ft table td{
	padding: 6px 10px;
	border: 1px solid #dbdbdb;
	line-height: 24px;
}
.mod-search .ft table td.th{
	width: 25%;
	background: #f5f5f5;
}
.mod-search .ft table a{
	color: #2095f2;
}
.mod-search .text-red{
	color: #fd7474;
}


.mod-foot{
	padding: 26px 0;
	line-height: 22px;
	color: #666;
}
.mod-foot p{
	margin-bottom: 5px;
}
.mod-foot span,.mod-foot a{
	margin:  0 5px;
	white-space: nowrap;
	color: #666;
}

@media screen and (max-width: 800px) {
	.container{
		padding: 0 12px;
	}

	.mod-search .hd{
		padding-top: 50px;
	}
	.mod-search .hd img{
		zoom: 0.75;
	}
	.mod-search .bd .search{
		height: 36px;
	}
	.mod-search .bd .search input{
		height: 36px;
		padding: 8px 12px;
	}
	.mod-search .bd .search button{
		height: 36px;
		line-height: 32px;
	}

	.mod-foot{
		line-height: 18px;
		font-size: 13px;
	}
	.mod-foot span,.mod-foot a{
		margin:  0 3px;
	}
}

.mod-search .bd .search input::-webkit-calendar-picker-indicator {
    opacity: 1;
    cursor: pointer;
}

.mod-search .bd .search input[list] {
    background-color: #fff;
}

.mod-search .bd .search input[list]:focus {
    background-color: #fff;
}

input::-webkit-calendar-picker-indicator:hover {
    background-color: transparent;
}

/* 内容logo+输入框 */
.mod-search .bd .search .history-list {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    background: #fff;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    margin-top: 5px;
    max-height: 200px;
    overflow-y: auto;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.mod-search .bd .search .history-list .history-item {
    padding: 8px 15px;
    cursor: pointer;
    text-align: left;
}

.mod-search .bd .search .history-list .history-item:hover {
    background-color: #f5f5f5;
}

/* 顶部导航栏 */
#page-header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    background: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.1);
    z-index: 1000;
}

.content-header {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0 15px;
    box-sizing: border-box;
}

.header-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-height: 60px;
    width: 100%;
}

.header-left {
    display: flex;
    align-items: center;
}

.header-right {
    display: flex;
    align-items: center;
    gap: 10px;
}

.header-right .btn {
    white-space: nowrap;
}

/* 顶部导航栏中间 */
@media screen and (max-width: 768px) {
    .content-header {
        padding: 0 12px;
    }
    
    .header-content {
        min-height: 50px;
    }
    
    .header-right {
        gap: 5px;
    }
    
    .header-right .btn {
        padding: 4px 8px;
        font-size: 12px;
    }
}

/* 右侧导航 */
@media screen and (max-width: 480px) {
    .header-right .btn i {
        margin: 0 !important;
    }
    .header-right .btn span {
        display: none;
    }
    
    /* 左侧logo */
    .header-left .fs-4 {
        font-size: 16px !important;
    }
}

/* 页面 */
.wrapper {
    padding-top: 0px;
}

@media screen and (max-width: 768px) {
    .wrapper {
        padding-top: 0px;
    }
}