.header{
    display: flex;
    background-color: gray;
    width: 100%;
    height: 48px;
    font-size: 30px;
    color: white;
	position: fixed;
	top: 0px;
	left: 0px;
}
.header img{
	width: 30px;
	height: 30px;
	margin-top: 9px;
	margin-left: 15%;
}
.header .font{
	line-height: 48px;
	font-size: 14px;
	margin-left: 2%;
}
.header .addweixinbtn{
	    background: #4cb53d;
	    color: white;
	    width: 100px;
	    height: 27px;
	    border-radius: 20px;
	    /* border: 0px; */
	    font-size: 14px;
	    margin-left: 20%;
	    margin-top: 11px;
	    border: none;
}
.fotter{
	background-color: white;
	width: 100%;
	display: flex;
	position: fixed;
	bottom: 0px;
	left: 0px;
	height: 50px;
	justify-content: center;
	align-items: center;
}
.fotter .add{
	font-size: 18px;
	color: #3e3a3ad1;
	
}
.fotter .addweixin{
	border: 1px solid;
    background: #1ca709;
    width: 90%;
    border-radius: 50px;
    height: 40px;
    line-height: 40px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: auto;
}
.addweixin{
    border: 1px solid;
    background: #1ca709;
    width: 90%;
    border-radius: 50px;
    height: 26px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    margin: auto;
    margin-top: 2%;
	letter-spacing: 5px;
}
.erwm{
	display: flex;
	background-color: #353535;
	justify-content: center;
	align-items: center;
	height: 130px;
}
.erwm .erwm-t{
	margin-bottom: 3%;
	margin-top: 6%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
.erwm .erwm-t .erwm-t-t1{
	font-size: 30px;
	font-weight: 800;
	color: white;
}
.erwm .erwm-t .erwm-t-t2{
	font-size: 30px;
	font-weight: 800;
	color: #ba1717;
}
#eww{
	margin-left: 3%;
	width: 80px;
	height: 80px;
}
.wx{
	position: fixed;
	top: 400px;
	width: 45px;
	height: 45px;
	left: 80%;
	display:none;
	animation: myAnimation 3s infinite
}
@keyframes myAnimation {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes changeBiger {
	0% {
		transform: scale(1.25);
	}
	100% {
		transform: scale(1);
	}
}
.tips{
	width: 70%;
	height: 200px;
	position: fixed;
	top: 25%;
	left: 15%;
	z-index: 9999;
	background: white;
	display: flex;
	flex-direction: column;
	border-radius: 10px;
}
.tips img{
	width: 15%;
	margin: 0px auto;
}
.tips .t1{
	margin-top: 2%;
	text-align: center;
	font-size: 20px;
	font-weight: 600;
}
.tips .t2{
	text-align: center;
	font-size: 12px;
	color: gray;
	margin-top: 2%;
	font-weight: normal;
}
.tips .t3{
	text-align: center;
	font-size: 12px;
	color: gray;
	margin-top: 2%;
	font-weight: normal;
}
.tips .open{
	width: 60%;
	margin: auto;
	background-color: #1ca709;
	color: white;
	height: 50px;
	border-radius: 10px;
	border: none;
}