*{
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
div,p{
	box-sizing: border-box;
}
.pc-down{
	width: 100%;
	min-height: 100vh;
	background: linear-gradient(0deg, #C8F0F0 0%, #00A3A3 100%);
}
.header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.5);
	display: flex;
	align-items: center;
	padding-left: 288px;
}
.header img{
	width: 114px;
}
.cont{
	padding-top: 208px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.logo2{
	width: 522px;
}
.cont-right{
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	margin-left: 163px;
}
.title{
	font-size: 72px;
	font-family: Source Han Sans CN;
	font-weight: bold;
	color: #C2FF9A;
	background: linear-gradient(0deg, #BEFF8E 0%, #66FF9C 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.ftitle{
	font-size: 41px;
	font-family: Source Han Sans CN;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 15px;
}
.but{
	width: 401px;
	
}
.but1{
	margin-top: 80px;
	
}
.but2{
	margin-top: 48px;
}