.custom_img{
	width: 100%;
	
	background-color: #fff;
	padding: 0 0.4rem;
}
.custom_img_top{
	font-size: 0.4rem;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.custom_img_top p{
	line-height: 1rem;
}
.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: 2rem;
	height: 2rem;
	background:url(../img/upload_img.png) no-repeat center;
	background-size:cover;
	margin-right: 0.2rem;
}
.upload_img_wrap{
	display: flex;
	width: 100%;

}
#imgBox{
	display: flex;
	
}
.imgContainer {
	display: inline-block;
	width: 2rem;
	height: 2rem;
	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;
}


.alertbox{
	display:none;
	position:fixed;
	top:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	height:100%;
}
.alertbox .alertcon{
	width:60%;
	background:#fff;
	margin:0 auto;
	margin-top:100px
}
.alertbox .alertcon .alert_title{
	background:#f5f5f5;
	border-bottom:1px solid #e7e7e7;
	text-align:center;
	height:35px;
	line-height:35px;
	
}
.alertbox .alertcon .alert_msg{
	padding:20px;
	line-height:30px;
}
.alertbox .alertcon .alert_foot{
	padding:10px;
}
.alertbox .alertcon .alert_foot a{
	display:block;
	height:30px; 
	line-height:30px;
	background:#72B727;
	color:#fff;
	margin:0 auto;
	width:100px;
	text-align:center;
}

.paytype,.zanzhu{
	width:50%; 
	float:left;
}
.paytype label,.zanzhu label{
	text-align:center;
	display:block;
	border:1px solid #e5e5e5;
	color:#cc0000;
	font-weight:bold;
	line-height:0.6rem;
	background:#fff

}
.typebox  .fstype{
	width:0.4rem;
	height:0.4rem;
	margin-top:0.31rem;
	float:left
}
.typebox label{
	float:left;
	margin-right:0.1rem
}
.typebox label span{
	float:left
}
/*ÖÃ¶¥*/
#zd{transform: scale(0.5);transform-origin: 0 0;width:200%;height:2.4rem;position:relative;background:#fff;color:#d09272;border:2px solid #d09272}
#zd1{
	border:1px solid #f39800;width:100%;text-align:center;height:6rem;font-size:0.2rem;padding:0.3rem 0
}
#zd1 .icon{
	width:20%;
	float:left;
	height:2.1rem;
}
#zd1 .icon img{
	width:60%;margin:0 20%
}
#zd1 .icon div{
	line-height:0.6rem;font-size:0.25rem
}