/*公共样式*/


html {
	-webkit-overflow-scrolling: touch;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clearfix:after,
.clearfix:before {
	display: block;
	content: "";
	height: 0;
	clear: both;
	width: 0;
}

.Container {
	width: 1200px;
	margin: 0 auto;
}

.flex {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
}
[v-cloak] {
    display: none;
}
.inner{
	width: 100%;
	margin: 0 auto;
}


.custom_img{
	width: 100%;
	height: 5rem;
	background-color: #fff;
	padding: 0 20px;
}
.custom_img_top{
	font-size: 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.custom_img_top p{
	line-height: 50px;
}
.custom_sub{
	width: 150px;
	height: 40px;
	background-color: #418BFB;
	border-radius: 40px;
	font-size: 20px;
	color: #fff;
	line-height: 40px;
	display: block;
	margin: 0 auto;
	margin-top: 30px;
}
.upload_img{
	width: 100px;
	height: 100px;
}
.upload_img_wrap{
	width: 100%;
}
#imgBox{
	float: left;
	width: 100%;
}
.imgContainer {
	display: inline-block;
	width: 150px;
	height: 150px;
	margin-left: 5px;
	border: 1px solid #666666;
	position: relative;
	box-sizing: border-box;
    margin-right: 5px;
    margin-bottom: 5px;
}

.imgContainer img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin-right: 5px;
}
.upload_img_wrap .imgDelete{
    width: 40px;
    height: 40px;
    position: absolute;
    top: -0.150px;
    right: -0.5rem;
}
.imgContainer p {
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 100%;
	height: 30px;
	background: black;
	text-align: center;
	line-height: 30px;
	color: white;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
	display: none;
}

.imgContainer:hover p {
	display: block;
}