.imgi{
  width:100%;
  height:30px;
  background:rgba(0,0,0,.5);
  display: inline-block;
  position: absolute;
  bottom:0px;
  left: 0px;
  display:none;
  filter:alpha(opacity=50);
}

.imgi span{
  line-height:30px;
  color: #ffffff;
  text-align:center;
  width:84px;
  float: left;
  border-right: 1px solid #EFDEDE;
}


#img_big_mask{
	min-height: 100%;
	left: 0px;
	top: 0px;
	position:fixed;
	width:100vw;
	height:100vh;
	background:#000\9;
	opacity: .5;
	z-index:998;
	display:none;
	background:rgba(0,0,0,.5);
	filter: alpha(opacity=0);
}

#img_big_delete{
	border-right:1px solid #86786b;
}
.img_big{
	display:none;
	width:510px;
	height:330px;
	position: fixed;
	top:50%;
	left:50%;
	z-index: 9999;
	margin-top:-154px;
	margin-left:-234px;
}
.img_big img{
	width:100%;
	height:330px;
}
.img_big i{
	  width:100%;
	  height:40px;
	  background:rgba(0,0,0,.5);
	  display: inline-block;
	  position: absolute;
	  bottom:0px;
	  left: 0px;
	  filter:alpha(opacity=50);
}
.img_big i span{
	  line-height: 40px;
	  color:#fff;
	  width: 169px;
	  text-align: center;
	  float: left;
	  cursor: pointer;
}

.img_big i .delate{
	  background:url(../../images/manage/delate_icon.png) 30px center no-repeat;
}
.img_big i .reload{
	  background:url(../../images/manage/refrash.png) 30px center no-repeat;
}
.img_big i .closed{
	  background:url(../../images/manage/closed.png) 30px center no-repeat;
}

.photos-upload:hover .delate-reload {
  display: block;
}
.photos-upload .delate-reload {
  display: block;
}
.photos-upload .delate-reload .fadeback {
  position: absolute;
  left: -1px;
  width: 102%;
  height: 28px;
  background-color: #000;
  opacity: 0.3;
  border-radius: 3px;
  bottom: 0;
}
.photos-upload .delate-reload .dr-button {
  position: absolute;
  bottom: 4px;
  left: 0;
}
.photos-upload .delate-reload .dr-button a {
  color: #fff;
}
.photos-upload .delate-reload .dr-button span {
/*   margin: 0 9px; */
  color: #fff;
}
