
.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;
}

.inner.hj-center{
	width: 100%;
	margin: 0 auto;
}

.custom_img{
	width:14.72rem;
	height: 7rem;
	background-color: #fff;
	padding: .5rem 0.426667rem;
	box-sizing: border-box;
	border-radius: 0.426667rem;
	background: #fff;
	border:1px solid #ddd;
	margin:0 auto;
}

.inner.hj-center .custom_img{
	width:100%;
	height: 5.5rem;
	padding: 0;
	box-sizing: border-box;
	border-radius: 0.426667rem;
	background: none;
	border:none;
	margin:0 auto;
}

.custom_img_top{
	font-size: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.inner.hj-center .custom_img_top{
	font-size:0.554667rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.custom_img_top p{
	line-height: 1rem;
}
.custom_sub{
	width:14.72rem;
	height: 1.28rem;
	background-color: #418BFB;
	border-radius: 0.64rem;
	font-size: 0.512rem;
	color: #fff;
	line-height: 0.8rem;
	display: block;
	margin: 0 auto;
	margin-top: .5rem;
}
.upload_img{
	width: 4.48rem;
	height: 4.48rem;
}

.inner.hj-center .upload_img{
	width:3.733333rem;
	height:3.733333rem;
}

.upload_img_wrap{
	display: flex;
	width: 100%;
	margin-top:.5rem;
}
#imgBox{
	display: flex;
	
}
.imgContainer {
	display: inline-block;
	width: 4.48rem;
	height:4.48rem;
	margin-left: 1%;
	border: 1px solid #666666;
	position: relative;
	box-sizing: border-box;
    margin-right: 0.2rem;
}

.inner.hj-center .imgContainer {
	display: inline-block;
	width:3.733333rem;
	height:3.733333rem;
	margin-left: 1%;
	border: 1px solid #666666;
	position: relative;
	box-sizing: border-box;
    margin-right:0.384rem;
}

.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;
}