@charset "utf-8";
.wrapbox {
	width: 100%;
	height: 100%;
	position: fixed;
}
.box {
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.box-last {
	width: 100%;
	background-color: #eee;
}
.gunpingtip {
	width: 71px;
	height: 213px;
	bottom: 0px;
	right: 115px;
	z-index: 8888;
	position: fixed;
	text-align: center;
}
.gunpingtip1 {
	width: 71px;
	height: 71px;
	bottom: 0px;
	position: fixed;
	cursor: pointer;
	background-color: rgba(0,0,0,0.50);
}
.gunpingtip2 {
	width: 45px;
	height: 45px;
	bottom: 48px;
	margin-left: 13px;
	display: none;
	position: fixed;
	cursor: pointer;
	background-color: rgba(0,0,0,0.50);
}
.gunpingtip3 {
	width: 45px;
	height: 45px;
	bottom: 0px;
	margin-left: 13px;
	display: none;
	position: fixed;
	cursor: pointer;
	background-color: rgba(0,0,0,0.50);
}
