*{
	margin:0;
	padding:0;
}
html,body{
	height:100%;
}
body{
	font-family:"microsoft yahei";
}
.box{margin-top:20px;padding: 20px;background: #ffffdd;border-radius: 10px;}
.zwdesc{margin-top:20px;color:#008800;font-size:1.1em;text-indent: 2em;line-height: 1.8em;}
.zwtitle{font-size:1.5em;color:#FD6305;}
.swiper-container {
	width: 100%;
    height: 100%;
	}

img{
	display:block;
}
.swiper-pagination-bullet {
width: 6px;
height: 6px;
background: #fff;
opacity: .4;
}
.swiper-pagination-bullet-active {
opacity: 1;
}



.zi{width:300px;margin-top:10%; margin-left:auto;margin-right:auto;font-size:0.8em;z-index:999;}

.zib{position:absolute;z-index:999;text-align:center;font-size:1em;color:#007D00;}
.zic{z-index:999; font-size:1em;color:#007D00;text-indent:2em;text-align:justify;}
.zi img{width:40px;;border-radius:100px;float:left;border-style: solid;
  border-color:#fb8e31;}
.ad_hide{ display: none; }
#audioPlay {
  width:38px;
  height: 38px;
  background-image: url("play.png");
  background-repeat: no-repeat;
  background-size: 100% 100%;
  position: absolute;
  top: 1%;
  right: 2%;
  z-index: 9999999;
}
  

.box2{width:90%;margin-left: auto;margin-right: margin-auto; top:30%;z-index:999;background: #ffffff;border-radius: 10px;border: #50B01C solid 2px;z-index: 99;}
  
@-webkit-keyframes tipmove{0%{bottom:10px;opacity:0}50%{bottom:15px;opacity:1}100%{bottom:20px;opacity:0}}
.ani{
	position:absolute;
	}
.txt{
	position:absolute;
}
#array{
	position:absolute;z-index:999;-webkit-animation: tipmove 1.5s infinite ease-in-out;
}

.overlay:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: rgba(0,67,128,0.7); 
  }