*{
   margin:0;
   padding:0;
}
ul li{
    list-style:none;
}
input,button{
    border: none;
    outline:none;
}
.conter{
    padding: 5% 5% 0 5%;

}
.image{
	  width:80%;
	  height:50px;
	  margin:20px auto;
}
.image img{
	  width:100%;
	  height:100%;
	  margin:0 auto;
}
.auto{
	width: 74%;
	height:72px;
	overflow:scroll;
    overflow-x:hidden;
	border-top: none;
	position: absolute;
	z-index: 55;
}
.auto_out{
	width:100%;
	height: 36px;
	line-height: 36px;
	padding-left: .5em;
	color: #000;
	border:1px solid #fff;
	background: #fff;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
}
.auto_out.on{
	background: #eee;
	cursor: pointer;
}
.hidden{
	display: none;
}