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;
}
.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%;
}

.mod-search .hd{
	padding-top: 100px;
}
.mod-search .bd{
	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: 20px 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;
	}
}