*{margin:0;padding:0;}
body,html{width: 100%;height: 100%;}
ul{list-style: none;}

body{box-sizing: border-box;padding:0 20px;}
.top{
	width: 100%;
	height: 38px;
	box-sizing: border-box;
	border-bottom: 2px solid #4890f0;
	display: flex;
	align-items: center;
	font-size: 14px;
	color:#191c2c;
}
.img_box{
	box-shadow: 0 0 4px #ccc;
	margin-top: 7px;
}

.ewmName{
    height: 40px;
    display: flex;
    align-items: center;
}
.ewmName input{
    margin-left: 5px;
    width: 197px;
    font-size: 14px;
}
.img_tit{
	width: 100%;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	padding:5Px;
	font-size:14px;
	color:#191c2c;
}
.img_con{
	display: flex;
	flex-wrap: wrap;
}
.img_box form{
	display: inline-block;
}
.img_box img{
	width: 202px;
	height: 141px;
	box-sizing: border-box;
	border:1px solid #dadada;
	margin:5px;
}
.confirm{
	width: 100%;
	height: 50px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding-left: 76px;
}
.btn{
	width: 60px;
	height: 26px;
	border-radius: 4px;
	background: #8db0de;
	line-height: 26px;
	text-align: center;
	font-size:12px;
	color:#fff;
	cursor: pointer;
}
.img_container{
	box-shadow: 0 0 4px #ccc;
	width: 100%;
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	box-sizing: border-box;
	padding:5px;
}
.outline{
	width: 200px;
	height: 200px;
	margin-right: 5px;
	margin-bottom: 10px;
	position: relative;
}
.outline img{
	width: 100%;
	height: 100%;
}
.outline_bg{
	position: absolute;
	top:0;
	left: 0;
	right: 0;
	bottom:0;
	background: #000;
	opacity: 0.8;
	display: none;
	color: #fff;
	box-sizing: border-box;
	padding-left: 2px;
	padding-top: 2px;
	font-size: 12px;
}
.outline:hover .outline_bg{
	display: block;
}
.outline_bg span{
	position: absolute;
	right: 3px;
	top: 3px;
	display: block;
	width: 50px;
	height: 14px;
	border-radius: 7px;
	line-height: 22px;
	text-align: center;
	font-size: 12px;
	color: #e2e2e2;
	cursor: pointer;
}