.pageContent{
}

.pageCenter{
	width: 100%;
	min-height: 100px;
	position: relative;
}

.back{
	width: 100%;
	height: auto;
}

.downContent{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
}

.flexCont{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	color: white;
	padding: 10px;
}

.zhezhao{
	display: none;
}






.logo{
	width: 88px;
	height: 88px;
	border-radius: 10px;
	margin-top: 32px;
}

.name{
	font-size: 23px;
	line-height: 60px;
}

.desc{
	margin-top: 18px;
	font-weight: bold;
	font-size: 20px;
	line-height: 30px;
	color: transparent;
	background: linear-gradient(to bottom, #ffffff, #2868F0);
  	-webkit-background-clip: text;
}

#qrcode{
	margin-top: 28px;
	padding: 10px;
	background: white;
}

.downText{
	font-size: 18px;
	line-height: 60px;
}

#download{
	margin-top: 18px;
	height: 50px;
	line-height: 50px;
	background-image: linear-gradient(to right, #B9BEFF , #F4F5FF);
	color: #182167;
	font-size: 20px;
	border-radius: 60px;
	border: none;
}

#clickCopy{
	font-size: 12px;
	padding: 0 12px;
	color: #182167;
	border-radius: 12px;
	border: none;
	background-image: linear-gradient(to right, #B9BEFF , #F4F5FF);
}

.invite{
	font-size: 14px;
}

.inviteInput{
	font-size: 14px; width: 60px; border: none; background: transparent;color: #FFFFFF;
}
