/*公共样式*/

[v-cloak] {
    display: none;
}
.inner{
	width: 100%;
	margin: 0 auto;
}


.custom_img{
	width: 100%;
	/*height: 5rem;*/
	background-color: #fff;
	padding: 0 0.4rem;
}
.custom_img_top{
	font-size: 1.2rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.custom_img_top p{
	line-height: 1.2rem;
}
.custom_sub{
	width: 3rem;
	height: 0.8rem;
	background-color: #418BFB;
	border-radius: 0.8rem;
	font-size: 0.4rem;
	color: #fff;
	line-height: 0.8rem;
	display: block;
	margin: 0 auto;
	margin-top: 0.6rem;
}
.upload_img{
	width: 6rem;
	height: 6rem;
}
.upload_img_wrap{
	display: flex;
	width: 100%;
}
#imgBox{
	display: flex;
	
}
.imgContainer {
	display: inline-block;
	width: 6rem;
	height: 6rem;
	margin-left: 1%;
	border: 1px solid #666666;
	position: relative;
	box-sizing: border-box;
    margin-right: 0.2rem;
}

.imgContainer img {
	width: 100%;
	height: 100%;
	cursor: pointer;
	margin-right: 0.2rem;
}
.upload_img_wrap .imgDelete{
    width: 0.8rem;
    height: 0.8rem;
    position: absolute;
    top: -0.3rem;
    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;
}