.dialog{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;

	background: rgba(255,255,255,0);
	display:none;
	z-index:1;
}
.dialog-content{
	width:866px;
	border:2px solid #9d9d9d;
	/* height:1020px; */
	background:rgba(255,255,255,1);
	margin-left: auto;
	margin-right: auto;
	margin-top:160px;
	position:relative;
	padding-bottom: 20px;
}
.cutline{
	border:1px groove #eeeeee;
	width:97%;
	margin: 10px auto 10px auto;
}
.close{
	position: absolute;
	top: -10px;
	right: -10px;
	cursor: pointer;
	opacity: 1;
}
.close:hover{
	opacity: 1;
}