.h_window {
	position: fixed !important;
	width: 250px;
	height: auto;
	z-index: 20000;
}

.h_window img {
	width: 100%;
}

.h_window .win_close {
	text-align: right;
	font-size: 22px;
	color: #000;
	cursor: pointer;
}

.win_close img {
	width: 30px;
}
.h_window1 {
	position: fixed !important;
	left: 50px;
	top: 90px;
	width: 250px;
	height: auto;
	z-index: 20000;
}

.h_window1 img {
	width: 100%;
}

.h_window1 .win_close1 {
	text-align: right;
	font-size: 22px;
	color: #000;
	cursor: pointer;
}

.win_close1 img {
	width: 30px;
}

.h_window2 {
	position: fixed !important;
	right: 50px;
	bottom: 100px;
	width: 250px;
	height: auto;
	z-index: 20000;
}

.h_window2 img {
	width: 100%;
}

.h_window2 .win_close2 {
	text-align: right;
	font-size: 22px;
	color: #000;
	cursor: pointer;
}

.win_close2 img {
	width: 30px;
}