/* * {
	padding: 0;
	margin: 0;
}

#cover {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	right: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0, 0, 0, 0.4);
	width: 100%;
	
	height: 100%;
	opacity: 0.6;
	

	
	z-Index: 999;
}

#hltz {
	display: none;
	position: fixed;
	width: 422px;
	height: 100%;
	left: 0px;
	top: 55%;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	min-width: 962px;

	background: url(/images/hltzs_wx.png) no-repeat center;
	z-Index: 9999;
}

#wnbgs {
	display: none;
	position: fixed;
	width: 422px;
	height: 100%;
	left: 0px;
	top: 55%;
	right: 0;
	bottom: 0;
	margin: auto;
	background-color: #fff;
	min-width: 962px;

	background: url(/images/wnbgs_wx.png) no-repeat center;
	z-Index: 9999;
}

#close {
	display: none;
	position: fixed;
	width: 46px;
	height: 44px;
	left: 0px;
	top: 60%;
	right: 0;
	bottom: 0;
	margin: auto;
	z-Index: 9999;
	cursor: pointer;
	background: url(/images/wxgb.png) no-repeat center;
}



 */


#cover {
  display: none;
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  /*宽度设置为100%，这样才能使隐藏背景层覆盖原页面*/
  height: 100%;
  opacity: 0.6;
  /*非IE浏览器下设置透明度为60%*/

  /* display:none;  */
  z-index: 999;
}

#hltzs {
   display: none;	
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  min-width: 962px;
  background-color: rgba(0, 0, 0, 0.4);

  z-index: 9999;
}
#hltzs .wx {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 15%;
  z-index: 999999999999999999999999999999999999999999999999999999;
}
.wxgb {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 55%;
  bottom: 0;
  z-index: 999999999999999999999999999999999999999999999999999999;
}
#wnbgs {
	display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0px;
  top: 0px;
  right: 0;
  bottom: 0;
  margin: auto;
  background-color: #fff;
  min-width: 962px;
  background-color: rgba(0, 0, 0, 0.4);

  z-index: 9999;
}

#wnbgs .wx {
  position: fixed;
  margin: auto;
  left: 0;
  right: 0;
  top: 0%;
  bottom: 15%;
  z-index: 999999999999999999999999999999999999999999999999999999;
}