.x_open_full_screen {
	background: rgba(0, 0, 0, 0.6);
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10000;

	display: none;
}


.x_open_win {
	background: #fff;
	width: 100px;
	height: 100px;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10001;
	display: none;

	box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.3);
	-moz-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 0px 2px 6px 1px rgba(0, 0, 0, 0.3);


}

.x_open_win_title {
	background: #E6E6E6;
	width: 100%;
	/* height: 35px; */
	height: 0;
	overflow: hidden;

	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 10002;
	display: none;
}

.x_open_win_title>span {
	line-height: 35px;
	padding-left: 15px;
	font-size: 14px;
	color: #333;
}


.x_open_win_body {
	position: absolute;
	left: 0px;
	top: 0px;

	width: 100%;
	height: 100%;
}


.x_open_closer {
	width: 28px;
	height: 28px;
	position: absolute;
	right: -40px;
	top: 2px;
	z-index: 10002;



}

.x_open_closer a {
	display: block;
	width: 28px;
	height: 28px;
	background: url(closer.png) no-repeat;
	text-decoration: none;
}

.x_open_closer a:hover,
.x_open_closer a:active {
	text-decoration: none;
	background-position: 0 -28px;
	opacity: 0.8;
}