* {
	margin: 0px;
	padding: 0px;
}

html,
body {
	width: 100%;
	height: 100%;
}

.flex-center {
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
}

.flex-start {
	display: flex;
	justify-content: flex-start;
	align-items: center;
	flex-wrap: wrap;
}

.flex-end {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	flex-wrap: wrap;
}

.flex-colum {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.flex-colum-start {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
}

.flex-colum-end {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-end;
}

.flex-between {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.flex-around {
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-wrap: wrap;
}

.index {
	width: 100%;
	height: 100%;
	background: url(./../img/bg.png) no-repeat;
	background-size: 100% 100%;
	position: relative;
	font-size: 0.14rem;
	box-sizing: border-box;
	text-align: justify;
}

.title_box {
	top: 8%;
	position: absolute;
	width: 80%;
	left: 10%;
}

.title_box img {
	width: 100%;
}

.btn_box {
	bottom: 10%;
	position: absolute;
	width: 80%;
	left: 10%;
	animation: mymove infinite 0.7s linear;
	-webkit-animation: mymove infinite 0.7s linear;
}

.btn_box img {
	width: 100%;

}

.info_box {
	position: absolute;
	top: 6%;
	left: 5%;
}

.info {
	
}

.avatr {
	width: 0.44rem;
	border-radius: 100%;
	height: 0.44rem;
	margin-right: 0.1rem;
}

.name {
	color: #F8E71C;
}
.copy{
	    margin-left: 0.12rem;
	    display: inline-block;
	    width: 0.6rem;
	    height: 0.24rem;
	    font-size: .12rem;
	    line-height: .24rem;
	    border-radius: 0.4rem;
	    border: 1.5px solid rgba(255, 255, 255, .8);
	    box-sizing: border-box;
	    text-align: center;
	    background-color: #5ecdfd;
}

.initve_code {
	color: #FFFFFF;
	font-size: 0.16rem;
	text-shadow: #7bcbf8 1px 0 0, #7bcbf8 0 1px 0, #7bcbf8 -1px 0 0, #7bcbf8 0 -1px 0;
	font-size: 0.16rem;
}

@-webkit-keyframes mymove {
	0% {
		transform: scale(1);
	}

	50% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}

[v-cloak] {
	display: none;
}
