body,p,h1,h2,h3,h4{
	font-family:微软雅黑;
}
html,body{
    width: 100%;
    height: 100%;
}
a:hover{
	text-decoration:none;
}
ul,li{
	list-style:none;
}
*{
    margin:0; 
    padding:0;
  }
  a{
    text-decoration: none;
  }
.container{
    padding:0 0;
    width: 100%;
    height: 100%;
    /*background:url("../images/background.png") no-repeat 0px 0px;*/
    background-size:100% auto;

}
.titles{
	width: 100%;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	font-size: 30px;
	margin-top: 20px;
	margin-bottom: 50px;
}
 .weixin-tip{
    display: none; 
    position: fixed; 
    left:0; 
    top:0; 
    bottom:0; 
    background: rgba(0,0,0,0.8); 
    filter:alpha(opacity=80); 
    height: 100%; 
    width: 100%; 
    z-index: 100;
  }
  .weixin-tip p{
    text-align: center; 
    margin-top: 10%; 
    padding:0 5%;
  }
 .zhanshi{
   margin-top: 100px;

 }
.zhanshi>img{
    width: 120px;
    height: auto;
    margin-top: 8px;
	border-radius: 20%;
}
.zhanshi span{
    color:#fff;
    font-size: 26px;
    /*padding-top: 16px;*/
}
.btn{
    width: 100%;
}
 .btn img{
     width: 120px;
     height: auto;
     margin-top: 8px;
 }
.zhanshi a{
    background: #B594EE;
    color: #fff;
    width: 60%;
    height: 50px;
    font-size: 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 20px;
}
.btn-warn{
	/* background:url(../images/weixin-tip.jpg) center no-repeat;	 */
}
.weixin-tip img{
    width: 100%;
}
.ziti{
	text-align:center;
	font-size:24px;
	line-height:1280px;
	color:#46c6e6;
	background-color:#ffffff;
	padding:10px 20px 10px 20px;
	border-radius:10px;

}
