.pageContent{
	background: #FFF;
}

.pageCenter{
	width: 750px;
	min-height: 100px;
	margin: 0 auto;
	position: relative;
}

.back{
	width: 750px;
	height: auto;
}

.downContent{
	position: absolute;
	top: 0;
	left: 0;
	width: 750px;
	height: auto;
}

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

.zhezhao{
	display: none;
}



.logo{
	width: 160px;
	height: 160px;
	border-radius: 20px;
	margin-top: 128px;
}

.name{
	font-size: 32px;
	line-height: 80px;
}

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

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

.downText{
	font-size: 24px;
	line-height: 80px;
}

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

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

.invite{
	font-size: 22px;
}

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