*{
   margin:0;
   padding:0;
}
ul li{
    list-style:none;
}
input,button{
    border: none;
    outline:none;
}
html,body{
	width: 100%;
	height:100%;
	    background-color: #272727;
}
.conter{
    padding: 5% 5% 0 5%;

}
.image{
	  width:80%;
	  height:50px;
	  margin:20px auto;
}
.image img{
	  width:100%;
	  height:100%;
	  margin:0 auto;
}
.grouping{
	  width:100%;
	  text-align:center;
	  margin-top:6%;
}
.grouping ul{
	  width:100%;
	  overflow:hidden;
	  text-align:center;
}
.grouping ul li{
	  width:20%;
	  display:inline-block;
	  margin-left:3%;
	  padding:15px 10px;
	  background:#ffb62a;
	  text-align:center;
	  border:1px solid #ffb62a;
	  border-radius:5px;
	  margin-bottom:3%;
	  position: relative;
}
.grouping ul li em{
	  position:absolute;
	  width:20px;
	  height:20px;
	  top:0;
	  right:0;
	  display:none;
}
.grouping ul li em img{
	  width:100%;
	  height:100%;
	  display:inline-block;
}
.title{
	  width:55%;
	  margin:5px auto 10px;
	  background:#ffffff;
	  overflow:hidden;
	  border:1px solid #ffffff;
	  border-radius:6px;
	  text-align:center;
}
.title img{
	  width:43px;
	  height:43px;
	  float:left;
	  border:1px solid #ffffff;
	  border-radius:5px;
}
.title span{
	  color:#b73552;
	  font-size:16px;
	  font-weight:700;
	  line-height:45px;
}
.grouping ul li input{
	  width:75%;
	  margin:5px auto;
	  height:44px;
	  border:1px solid #ffffff;
	  border-radius:5px;
	  padding-left:10px;
	  font-size:16px;
}
.bottom-img{
	height:100px;
	width:300px;
	margin:0 auto;

}
.bottom-img img{
    height:100px;

}

.auto-inp{
	width: 70%;
	height: 36px;
	padding-left: .5em;
	border-radius: 2px;
	border: 1px solid #dedede;
	color: #666;
	outline: none;
}
.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;
}