﻿
/*上传图片插件的样式*/


.image-box1 section{
	position: relative;
	width: 150px !important;
	height: 150px !important;
	float: left;
}

.image-box1 .upload-section1{
	position: relative;
}
.image-box1 .upload-section1{
	position: relative;
}


.image-box1 .image-section1{
	margin-right: 10px;
	margin-bottom: 20px;
}

.image-section1:hover{
	border: 1px solid #f15134;
}

/*/图片遮罩层样式*/
.image-section1 .image-shade1{
	display: block;
	width: 100%;
	height: 100%;
	visibility: hidden;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 9;
	background: rgba(0,0,0,.5);
}

/*鼠标放上去时显示遮罩层*/
.image-section1:hover .image-shade1{
	visibility: visible;
}

.image-section1 .image-zoom1 {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 40px;
	right: 40px;
	display: none;
	z-index: 10;
	/*background:url(../images/zoom.png) no-repeat center ;*/
}

.image-section1 .image-delete1 {
	position: absolute;
	width: 30px;
	height: 30px;
	top: 5px;
	right: 5px;
	display: none;
	z-index: 10;
	background:url(../images/delete.png) no-repeat center;
}

.image-section1:hover .image-delete1{
	display: block;
	cursor:pointer;
}

.image-section1:hover .image-zoom1{
	display: block;
	cursor:pointer;
}

.image-box1 .image-show1{
	display: block;
	width: 100%;
	height: 100%;
}

.image-loading1{
	border: 1px solid #D1D1D1;
	background:url(../images/loading.gif) no-repeat center;
}

.image-opcity1{
	opacity: 0;
}


/*上传域样式*/
.upload-section1 #upload-input1{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

/*上传按钮样式*/
.upload-section1 .upload-btn1 {
	border:1px dashed #d0d0d0;
	width: 190px;
	height: 190px;
	background:url(../images/upload.jpg) no-repeat center;
}

/*上传域样式*/
.upload-section #upload-input1{
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 100;
}

/*上传按钮样式*/
.upload-section1 .upload-btn1{
	border:1px dashed #d0d0d0;
	width: 190px;
	height: 190px;
	background:url(../images/upload.jpg) no-repeat center;
}

/*遮罩层样式*/
.delete-modal1{
	z-index: 1000;
	display: none;
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.4);
}
.delete-modal1 .modal-content1{
	width: 500px;
	position: absolute;
	top: 18%;
	left: 50%;
	margin-left: -250px;
	margin-top: 120px;
	background: white;
	height: 160px;
	text-align: center;
}

.modal-content1 p{
	margin: 0;
	padding: 0;
}
.modal-content1 .modal-tip1{
	color: #555;
	height: 94px;
	line-height: 94px;
	font-size: 18px;
	border-bottom: 1px solid #D1D1D1;
}
.modal-content1 .modal-btn1{

	height: 66px;
	line-height: 66px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
}
.modal-content1 .modal-btn1 span{
	width: 49.8%;
	display:inline-block;
	text-align: center;
	color:#d4361d ;
	font-size: 18px;
	border-right: 1px solid #D1D1D1;
}

.modal-btn1:hover span{
	cursor:pointer;
}


/*图片预览样式*/
#zoom-shade1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	min-height: 800px;
	height: 100%;
	z-index: 1100;
	background-color: rgb(119, 119, 119);
	opacity: 0.7;
	cursor: pointer;
	display: none;
}
#zoom-box1 {
	position: absolute;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
	height: auto;
	top: 25%;
	left: 25%;
}

#zoom-content1 {

	outline: none;
	overflow: hidden;
	z-index: 1102;
	border: 10px solid #fff;
	opacity: 1;
}
#zoom-content1 img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0 auto;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}






