.msg1 {
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 11;
	background: #fff;
	padding: 0 0 0.32rem;
	display: none;
}
.msg1 .font3 {
	margin-top: 0.3rem;
}
.close {
	width: 24px;
	height: 24px;
	position: absolute;
	right: 4%;
	top: 0.2rem;
	z-index: 4;
	background: url(../images/ico4.png) center center no-repeat;
	background-size: 100% auto;
}
.bg1 {
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.6;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 10;
	display: none;
}
.msg2 {
	width: 92%;
	position: fixed;
	left: 4%;
	top: 50%;
	margin-top: -2.15rem;
	z-index: 11;
	background: #fff;
	border-radius: 0.2rem;
	display: none;
}
.ico3 {
	text-align: center;
}
.ico3 img {
	width: 0.9rem;
	margin-top: 0.6rem;
}
.font9 {
	font-size: 18px;
	line-height: 3;
	color: #333;
	text-align: center;
	font-weight: bold;
}
.font10 {
	font-size: 14px;
	line-height: 1.5;
	color: #666;
	text-align: center;
}
.font10 span {
	vertical-align: baseline;
	margin-left: 3px;
}
.btn4 {
	width: 2.95rem;
	font-size: 0.28rem;
	line-height: 0.9rem;
	color: #fff;
	text-align: center;
	border-radius: 0.12rem;
	background: #1aad19;
	margin: 0.35rem auto 0.6rem;
}
.msg2 .close {
	width: 20px;
	height: 20px;
	right: 4%;
	top: 0.2rem;
}



.yunu-footer-fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #26c281;
	z-index: 10;
	display: none;
	text-align:center;
}
.yunu-footer-fix ul{ width:100%}
.yunu-footer-fix li {
	width: 100%;
	text-align:center;
	list-style:none;
}
.yunu-footer-fix li a {
	width: 100%;	
	display: block;
	text-align: center;
	color: #fff;
	padding: 7px 0;
	font-size: 16px;
	line-height: 1.5;
}

@media screen and (max-width: 767px) {
.yunu-footer-fix {
	display: block;
	width: 100%;
}	
}