/*上传图片插件的样式*/
.img-box{
	margin-top: 0;
}
.img-box .up-p{
	margin-bottom: 20px;
	font-size: 16px;
	color: #555;
}
.z_photo{
	display: flex;
	flex-wrap: wrap;
	margin-left: -0.24rem;
}
.z_photo .z_file{
	position: relative;
}
.z_file  .file{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
	cursor: pointer;
}
.z_photo .up-section{
	position: relative;
	margin-left: 0.24rem;
	margin-bottom: 0.24rem;
	flex:calc(33.3% - 0.24rem) 0;
}
.up-section .close-upimg{
	position: absolute;
	top: 0.06rem;
	right: 0.08rem;
	display: none;
	z-index: 10;
	width: 0.3rem;
	height: 0.3rem;
}
.up-section .up-span{
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: rgba(0,0,0,.5);
}
.up-section:hover{
	border: 2px solid #f15134;
}
.up-section:hover .close-upimg{
	display: block;
}
.up-section:hover .up-span{
	visibility: visible;
}
.z_photo .up-img{
	display: block;
	width: 100%;
	height: 100%;
}
.loading{
    border: 1px solid #D1D1D1;
	background:url(../img/loading.gif) no-repeat center;
}
.up-opcity{
	opacity: 0;
}
.img-name-p{
	display: none;
}
.upimg-div .up-section {
    width: 1.98rem;
    height: 1.98rem;
}
.img-box .upimg-div .z_file {
    width: 1.98rem;
    height: 1.98rem;
	margin-left: 0.24rem;
}
.z_file .add-img {
    display: block;
    width: 1.98rem;
    height: 1.98rem;	
}
/*遮罩层样式*/
.mask{
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.mask .mask-content{
	 width: 6.42rem;
	 height: 2.44rem;
	 background: #FFFFFF;
	 border-radius: 0.2rem;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 transform: translate(-50%,-50%);
	 -webkit-transform: translate(-50%,-50%);
	 text-align: center;
}
.mask .mask-content .del-p{
	color: #3D4566;
	height:1.56rem;
	line-height: 1.56rem;
	font-size: 0.32rem;
	border-bottom: 1px solid #D9D9D9;
}
.mask-content .check-p{
	height: 0.88rem;
	line-height: 0.88rem;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.mask-content .check-p span{
	width: 50%;
	display:inline-block;
	text-align: center;
	color:#3D4566 ;
	font-size: 0.28rem;
}
.check-p .del-com{
	border-right: 1px solid #D9D9D9;
}









