*{padding: 0;margin: 0}
[v-cloak] {
    display: none;
}
.wrap{
    padding: 20px;
    font-size: 14px;
    color: #999;
    height: 100vh;
}
.flex{
    display: flex;
    /*flex-direction: column;*/
    align-items: center;
    justify-content: center;
}
.wxauth{
		background: url('../image/wxauth_tips.png') center center no-repeat;
		background-size: 100%;
		width: 100vw;
		height: 100vh;
	}
.msg{
		width: 100vw;
		height: 100vh;
	}
