*{
	outline: none;
}
.container{
  width:1200px;
  padding: 0 10px;
  margin: auto;
}
.container .title{
	text-align: center;
  height: 60px;
  line-height: 60px;
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
select,input[type="text"]{
	height: 30px;
  line-height: 30px;
  border: 1px solid #888;
  min-width: 150px;
  border-radius: 8px;
  margin-right: 30px;
  padding: 0 10px;
}
input[type="text"]{
  min-width: 230px;
  margin-right: 0px;
  padding: 0 10px;
}
button{
	border: 0;
  background: #5cb85c;
  color:#fff;
  padding: 8px 15px;
  cursor: pointer;
  margin-right: 15px;
  border-radius: 4px;
}
button:hover{
	background: #349534;
}
#clear{
  background: #d9534f;
}
#clear:hover{
	background: #af4744;
}
#down{
  background: #1FBCB6;
}
#down:hover{
	background: #178984;
}
.warp{
  margin-bottom: 20px;
}
.handle{
  clear: both;
  margin: 10px 0;
}
#imgShow{
  min-height: 50px;
  overflow: hidden;
}
#imgShow div{
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 19%;
  height: 240px;
  margin: 10px 0.5%;
  padding: 5px;
  border: 1px dashed #eaeaea;
  border-radius: 8px;

  float: left;
}
#imgShow div img{
  max-width: 100%;
  max-height: 100%;
}
