
.weixinTip {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,.6);
	display: none;
}
.weixinTip .main {
	position: absolute;
	top: 4.56rem;
}
.weixinTip .main .weixinTip-msg{
	color: #fff;
	font-size: 0.56rem;
	line-height: 0.8rem;
	padding: 0 1.266667rem;
	margin-bottom: 0.4rem;
}
.weixinTip img {
	width: 100%;
}
.weixinTip .arrow {
	width: 3.786667rem;
	height: 6.413333rem;
	position: absolute;
	top: 0;
	right: 0;
}
.weixinTip .weixinTip4 {
	width: 10.0rem;
	height: 4.106667rem;
	position: relative;
}
.weixinTip .weixinTip5 {
	width: 3.08rem;
	height: 4.186667rem;
	position: absolute;
	top: 0;
	left: 4.586667rem;
	opacity: 0;
	transform: translate(0,0.346667rem) scale(0.57);
	animation: delay-scale-up 2s 1s ease-in-out forwards;
	-webkit-animation: delay-scale-up 2s 1s ease-in-out forwards;
}
@keyframes delay-scale-up {
	0% {opacity: 0;transform: translate(0,0.346667rem) scale(0.57);}
	40% {opacity: 1;transform: translate(0,0.346667rem) scale(0.57);}
	60% {opacity: 1;transform: translate(0,0.346667rem) scale(0.57);}
	100% {opacity: 1;transform: translate(0,0) scale(1);}
}