/*上传图片插件的样式*/
.img-box{
	/* margin-top: 40px; */
}
.img-box .up-p{
	font-size: 90%;
    display: block;
    color: #999;
    line-height: 24px;
}
.z_photo{
	padding: 6px;
	border:2px dashed #E7E6E6;
	/*padding: 18px;*/
}
.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-right: 10px;
	border: 1px solid #ddd;
	overflow: hidden;
}
.btn-left{
	margin-left: 8px;
	z-index: 13;
}
.btn-right{
	margin-left: 10px;
	z-index: 13;
}
.up-section .close-upimg{
	margin-left: 10px;
	z-index: 10;
}
.up-section .up-false{
	display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    left: 0px;
    z-index: 9;
	background-image:url(../img/false.png);
	background-size: 100%;
	cursor: pointer;
}
.up-section .up-span{
	display: block;
    width: 100%;
    height: 24px;
    position: absolute;
    bottom: -24px;
    left: 0px;
    z-index: 9;
	background: rgba(0,0,0,.5);
		transition: 0.5s all;
}
.up-section .up-span img{
	cursor: pointer;
	margin-top: 2px;
	width: 14px;
	height: 14px;
	display: inline-block;
}
.up-section:hover .up-span{
	bottom: 0;

}
.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: 82px;
    height: 82px;
}
.img-box .upimg-div .z_file {
    width: 82px;
    height: 82px;
	border: 2px dashed #bbb;
}
.z_file .add-img {
    display: block;
    width: 80px;
    height: 80px;
}
.img-box .upimg-div .z_file:hover {
	border: 2px dashed #438eb9;
}

/*遮罩层样式*/
.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: 500px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-left: -250px;
	 margin-top: -80px;
	 background: white;
	 height: 160px;
	 text-align: center;
}
.mask .mask-content .del-p{
	color: #555;
	height: 94px;
	line-height: 94px;
	font-size: 18px;
	border-bottom: 1px solid #D1D1D1;
}
.mask-content .check-p{
	height: 66px;
	line-height: 66px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.mask-content .check-p span{
	width: 49%;
	display:inline-block;
	text-align: center;
	color:#d4361d ;
	font-size: 18px;
}
.check-p .del-com{
	border-right: 1px solid #D1D1D1;
}
.section-box{
	
}
.moren{
	width: 40px;
	height: 20px;
	background-color: aqua;
}

