*{
	margin: 0;
	padding: 0;
}

@media only screen and (min-width: 801px), only screen and (min-device-width: 801px) {
  body{
	transform-origin: center top;
	padding-top: 200px;
}
}
.top-maps{
	background: green;
}
.wrap {
	width: 1405px
	padding: 0 15px;
	margin: 0 auto;
	overflow: hidden;
}
.fn-left {
    float: left;
}
.fn-right {
    float: right;
}
.fn-left, .fn-right {
    display: inline;
}
.gxzf-wza {
	 background: #3b3a3a;
	 color: #fff;
	 height: 75px;
	 font-size: 24px;
	 position: fixed;
	 top: 0;
	 z-index: 9999;
	 transform: none;
	 width:100%;
}

.fun-item {
	background: url("../wza/i-wza-line.png") right center no-repeat;
	float: left;
	padding: 7px 12px 0;
	overflow: hidden;
	height: 68px;
	line-height: 68px;

}

.fun-item .fn-left-txt {
	margin-right: 10px;
	float: left;
	color: #fff;
}

.txt {
	cursor: pointer;
	border-radius: 5px;
	color: #fff;
	height: 45px;
	line-height: 45px;
	padding: 0 13px;

}

.border {
	border-radius: 5px;
	border: 3px dashed #3b3a3a;
	height: 45px;
	float: left;
	padding: 3px;
	margin-top: 4px;
	margin-right: 6px;
}

.border.active {
	border: 3px dashed #0389f6;
	font-weight: bold;
}

.top-blue {
	background: #0020ff;
}

.top-white {
	background: #fff;
	color: #000;
}

.top-yellow {
	background: #ffff00;
	color: #0020ff;
}

.top-black {
	background: #000;
	color: #ffff00;
}

.text-item .blue {
	color: #ffff00;
}

.i-wza {
	background-image: url("../wza/icon-wza.png") !important;
	background-repeat: no-repeat;
}

.i-big {
	background-position: 7px -138px;
	padding-left: 46px;
}

.i-small {
	background-position: 7px -221px;
	padding-left: 46px;
}

.btn {
	cursor: pointer;
	font-size: 0;
	width: 74px;
	height: 35px;
	background-position: 0px -396px;
	float: left;
	margin-top: 15px;
}

.i-close {
	background-position: 0px -311px;
}

.i-reset {
	cursor: pointer;
	border-radius: 5px;
	float: left;
	background-color: #fff;
	color: #000;
	background-position: 7px -55px;
	padding-left: 46px;
	width: 60px;
	height: 52px;
	line-height: 52px;
	margin-top: 11px;

}

/* 辅助线 */
.help-line-horizontal,.help-line-vertical{
    background: #f00;
    position: absolute;
}
.help-line-horizontal{
    width: 100%;
    height: 5px;
    left: 0;
}
.help-line-vertical{
    top: 0;
    height: 100%;
    width: 5px;
}
.i-btn-close{
 cursor: pointer;
 border-radius: 5px;
 float: left;
 background-color: #fff;
 color: #000;
 text-align: center;
 width: 80px;
 height: 52px;
 line-height: 52px;
 margin-top: 11px;
 margin-left: 6px;
}