
.one{
	width: 502px;
	height: 502px;
	border: 1px solid #CCCCCC;
	position: relative;
}
.one span{
	width: 200px;
	height: 200px;
	position: absolute;
	border: 1px solid #AFAFAF;
	background: rgba(0,0,0,.3);
	top: 0;
	left: 0;
	display: none
}
.one:hover span{display:block;}
.wai{float: left;}
.the{
	width: 500px;
	height: 500px;
	position: absolute;
	top: 1px;
	left: 501px;
	overflow: hidden;
	border: 1px solid #969696;
	display: none;
	background: #eee;
	z-index: 999;
}
.the img{position: absolute; display: none;}
.glass{
	position: relative;
	cursor: crosshair;
}
.glass>.icon{
	position: absolute;
	bottom: 0;
	right: 0;
}