html,
body {
	min-height: 100%;
	height: 100%;
	background-color: #efefef;
}

.sousuo-form {
	margin-left: 1.04rem;
}

.sousuo-form input[type='text'] {
	width: 7.77rem;
	height: 0.62rem;
	line-height: 0.62rem;
	padding-left: 0.77rem;
	border-radius: 0.31rem;
	font-size: 0.27rem;
}

.sousuo-form span {
	font-size: 0.27rem;
	color: #0e337a;
}

.sousuo-form i {
	position: absolute;
	background: url(../img/search.png) no-repeat center center;
	background-size: contain;
	width: 0.41rem;
	height: 0.41rem;
	left: 1.38rem;
	top: 0.2rem;
	cursor: pointer;
	z-index: 1;
}

.search-con {
	border-top: 5px solid #0e337a;
	background-color: #efefef;
	min-height: 100%;
}

.search-icon-1 {
	display: block;
	margin: 3.26rem auto 0;
	width: 6.23rem;
	height: 1.73rem;
}

.list li {
	position: relative;
	margin-top: 0.13rem;
	height: 0.83rem;
	line-height: 0.83rem;
	background-color: #fff;
}

.list li:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 0.06rem;
	height: 0.83rem;
	background-color: #0e337a;
}

.list li a {
	display: block;
	margin-left: 0.41rem;
	width: 7.08rem;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	font-size: 0.3rem;
	color: #000;
}

.list li span {
	position: absolute;
	color: #777;
	font-size: 0.19rem;
	right: 0.41rem;
	top: 0;
}
.history-title{
	height: 0.83rem;
	line-height: 0.83rem;
	padding-left: 0.27rem;
	color: #000;
	font-size: 0.3rem;
	background-color: #efefef;
}
.history-con li{
	height: 0.66rem;
	line-height: 0.66rem;
	padding-left: 0.27rem;
	padding-right: 0.27rem;
	border-bottom: 1px solid #d0d0d0;
}
.history-con a{
	font-size: 0.3rem;
	color: #7f7f7f;	
}
.history-con span{
	display: inline-block;
	width: 0.16rem;
	font-size: 0.3rem;
	color: #7f7f7f;	
}
.qingkong{
	display: block;
	width: 5.55rem;
	height: 0.69rem;
	margin: 0.41rem auto 0;
	background: url(../img/qingkong.png) no-repeat center;
	background-size: cover;
}
