/*上传图片插件的样式（一）*/
.img-box .up-p{
	margin-bottom: 40px;
	font-size: 16px;
	color: #555;
}
.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: 18px;
}
.up-section .close-upimg{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.up-section .up-span{
	display: block;
	width: 100%;
	height: 100px;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
}
/*.up-section:hover{
	border: .02rem 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%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.loading{
    border: 1px solid #D1D1D1;
	/* background:url(/images/loading.gif) no-repeat center; */
}
.up-opcity{
	opacity: 0;
}
.img-name-p{
	display: none;
}
.upimg-div .up-section {
    width: 118px;
    height: 80px;
    border:1px solid #e5e5e5;
    box-sizing: border-box;
}
.img-box .upimg-div .z_file {
    width: 118px;
    height: 80px;
    border:1px solid #e5e5e5;
    box-sizing: border-box;
}
.z_file .add-img {
    display: block;
    width: 118px;
    height: 80px;
    border:1px solid #e5e5e5;
    box-sizing: border-box;
}
/*遮罩层样式*/
.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: 300px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-left: -150px;
	 margin-top: -55px;
	 background: #fff;
	 height: 110px;
	 text-align: center;
	 background: #fff;
}
.mask .mask-content .del-p{
	color: #555;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	border-bottom: 1px solid #D1D1D1;
	margin: 0;
}
.mask-content .check-p{
	height: 40px;
	line-height: 40px;
	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;
}
.full{
	margin:10px 0 10px 57px;
}
.img-full{
	display: block;
	width: 100%;
}
.overflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}

/*上传图片插件的样式（二）*/
.img-box1 .up-p1{
	margin-bottom: 40px;
	font-size: 16px;
	color: #555;
}
.z_photo1 .z_file1{
	position: relative;
}
.z_file1  .file1{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}
.z_photo1 .up-section1{
	position: relative;
	margin-right: 18px;
}
.up-section1 .close-upimg1{
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: none;
	z-index: 10;
	width: 100%;
	height: 100%;
}
.up-section1 .up-span1{
	display: block;
	width: 100%;
	height: .6rem;
	visibility: hidden;
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 9;
	background: rgba(148,104,75,.5);
}
/*.up-section:hover{
	border: .02rem solid #f15134;
}*/
.up-section1:hover .close-upimg1{
	display: block;
}
.up-section1:hover .up-span1{
	visibility: visible;
}
.z_photo1 .up-img1{
	display: block;
	width: 100%;
	height: 100%;
	border: 1px solid #e5e5e5;
	box-sizing: border-box;
}
.loading1{
    border: 1px solid #D1D1D1;
	/* background:url(/images/loading.gif) no-repeat center; */
}
.up-opcity1{
	opacity: 0;
}
.img-name-p1{
	display: none;
}
.upimg-div1 .up-section1{
    width: 118px;
    height: 80px;
    border:1px solid #e5e5e5;
    box-sizing: border-box;
}
.upimg-div1 .up-section1:last-child{
	margin-right: 0;
}
.img-box1 .upimg-div1 .z_file1{
    width: 118px;
    height: 80px;
    border:1px solid #e5e5e5;
    box-sizing: border-box;
}
.z_file1 .add-img1{
    display: block;
    width: 118px;
    height: 80px;
    border:1px solid #e5e5e5;
    box-sizing: border-box;
}
/*遮罩层样式*/
.mask1{
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.mask1 .mask-content1{
	 width: 300px;
	 position: absolute;
	 top: 50%;
	 left: 50%;
	 margin-left: -150px;
	 margin-top: -55px;
	 background: white;
	 height: 110px;
	 text-align: center;
	 background: #fff;
}
.mask1 .mask-content1 .del-p1{
	color: #555;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	border-bottom: 1px solid #D1D1D1;
	margin: 0;
}
.mask-content1 .check-p1{
	height: 40px;
	line-height: 40px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.mask-content1 .check-p1 span{
	width: 49%;
	display:inline-block;
	text-align: center;
	color:#d4361d ;
	font-size: 18px;
}
.check-p1 .del-com1{
	border-right: 1px solid #D1D1D1;
}
.full1{
	margin:10px 0 10px 57px;
}
.img-full1{
	display: block;
	width: 100%;
}
.overflow{
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.clear:after {
	content: '';
	display: block;
	clear: both;
}
* {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	/* Firefox */
	-webkit-box-sizing: border-box;
	/* Safari */
}