@charset "utf-8"; 
.content{
	position: fixed;
	z-index: 250;
	width: 1190px;
	left: 50%;
	top: 50%;
	margin: -320px 0 0 -595px;
	height: 640px; 
	background: #fff; 
	display: none;
}
.upload_close{
	position: absolute;
	font-size: 30px;
	color: #ff6700;
	font-weight: bolder;
	right: 10px;
	top: 0;
	cursor: pointer;
}
.image-div{
	padding: 20px 40px;  
}
.image-div .title{
	height: 50px;
	line-height: 50px;
	font-size: 24px;
	color: #5f5f5f;
	font-weight: 500;
}
.upload-div,
.show-div{
	/*margin-top: 20px;*/
}
.upload-div .upload-ul,
.show-div .show-image-ul{
	letter-spacing: -0.5em;
}
.upload-div .upload-ul .upload-li,
.show-div .show-image-ul .show-image-li{
	height: 131px;
	width: 131px;
	margin-right: 30px; 
	margin-top: 20px;
	float: left; 
}
.show-div .show-image-ul .show-image-li img{
	height: 100%;
	width: 100%;
}
.upload-div .upload-ul .upload-li:nth-child(7n),
.show-div .show-image-ul .show-image-li:nth-child(7n){
	margin-right: 0;
}
.upload-div .upload-ul .upload-li .item{
	height: 100%;
	width: 100%;
	border-radius: 10px;
	border: 3px dashed #97def1;
	position: relative;
}
.upload-div .upload-ul .upload-li .item.image{
	border: none;
	font-size: 0;
}
.upload-div .upload-ul .upload-li .item .delete-image{
	position: absolute;
	height: 20px;
	width: 20px;
	top: -10px;
	right: -10px;
	background: url(../images/white.png) no-repeat;
	background-position: 0 -366px;
}
.upload-div .upload-ul .upload-li .item .upload-image{
	height: 100%;
	width: 100%;
	border-radius: 10px;
	vertical-align:initial;
}
.img-input-form{
	position: absolute;
	height: 131px;
	width: 131px;
	z-index: 999;
}
.img-input-form input{
	position: absolute;
	top: 0;
	left: 0;
	height: 131px;
	width: 131px;
}
.photo-span{
	display: inline-block;
	position: absolute;
	height: 32px;
	width: 39px;
	border-radius: 5px;
	border: 3px solid #97def1;
	left: 50%;
	top: 50%;
	margin-top: -16px;
	margin-left: -19.5px;
}
.circle-span{
	display: inline-block;
	position: absolute;
	height: 14px;
	width: 14px;
	border-radius: 7px;
	border: 3px solid #97def1;
	left: 50%;
	top: 50%;
	margin-top: -7px;
	margin-left: -7px;
}
.circle-solid-span{
	display: inline-block;
	position: absolute;
	height: 4px;
	width: 4px;
	border-radius: 2px;
	background-color: #97def1;
	left: 50%;
	top: 50%;
	margin-top: -10px;
	margin-left: 9px;
}
.btm-btn{
	height: 100px;
	width: 500px;
	border-radius: 50px;
	text-align: center;
	font-size: 26px;
	color: #fff;
	background-color: #ff7e00;
	margin-left: 125px;
	margin-top: 40px;
	margin-bottom: 40px;
}
.upload_sure{
	background: #ff6700;
	width: 120px;
	line-height: 40px;
	font-size: 18px;
	text-align: center;
	cursor: pointer;
	color: #fff;
	position: absolute;
	bottom: 30px;
	left: 50%;
	margin-left: -60px;
}