/*上传图片插件的样式*/
.img-box{
}
.img-box .up-p{
}
.z_photo{
}
.z_photo .z_file{
	position: relative;
}
.z_file  .file{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.z_photo .up-section{
	position: relative;
	margin:0 2% 0.5em 0%;
}
.up-section .close-upimg{
	position: absolute;
	top: 15px;
	right: 15px;
	display: block;
	z-index: 10;
	width:36px;
	height:36px;
	border-radius: 50%;
}
.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 .close-upimg{
	display: none;
} */
.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: 533px;
    height: 243px;
    border-radius: 5px;
	float: left;
}
.upimg-div .up-section{
	width: 533px;
	height: 243px;
	margin: 0 1.1rem 2rem 0;
}
.img-box .upimg-div .z_file {
    width: 533px;
    height: 243px;
    border-radius: 5px;
}
.img-box .upimg-div .z_file.touxiang{
	width: 7rem;
	height: 7rem;
}
.img-box .upimg-div .z_file.touxiang img{
	width: 100%;
	height: 100%;
}
.z_file .add-img {
    display: block;
    width: 100%;
    height: 243px;
    border-radius: 5px;
}
.close-upimg {
	width: 36px !important;
	height: 36px !important;
	margin: 0 !important;
}
.thishead{
	display: none; 
}
/*遮罩层样式*/
.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: 80%;
	 position: absolute;
	 top: 20%;
	 left: 10%;
	 background: white;
	 height: 109px;
	 text-align: center;
}
.mask .mask-content .del-p{
	color: #555;
	height: 62px;
	line-height: 62px;
	font-size: 1.2em;
	border-bottom: 1px solid #D1D1D1;
}
.mask-content .check-p{
	height: 46px;
	line-height: 46px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	margin: 0;
}
.mask-content .check-p span{
	width: 49%;
	display:inline-block;
	text-align: center;
	color:#d4361d ;
	font-size: 1.2em;
}
.check-p .del-com{
	border-right: 1px solid #D1D1D1;
}









