*{
	padding: 0;
	margin: 0;
	font-family: 'PingFang HK-Semibold';
}
ul,li{
	list-style: none;
}
.w{
	width: 1200px;
	margin: auto;
}

header{
	
}
nav{
	height: 100px;
	display: flex;
	justify-content: space-between;
}
nav .logo{
	display: flex;
	align-items: center;
}
nav .logo img{
	margin-right: 12px;
}
nav ul{
	display: flex;
	align-items: center;
	font-size: 20px;
	font-weight: 600;
}
nav ul li{
	margin-right: 40px;
}
nav ul li a{
	color: #000000;
	text-decoration: none;
}
nav ul li a:hover{
	color: #FFC271;
}
h1{
	font-size: 48px;
}
h2{
	font-size:32px;
	font-weight: 600;
}
p{
	font-size:28px;
	color: rgba(0,0,0,0.56);
	letter-spacing: 1px;
	font-family: 'PingFang HK-Regular','PingFang HK';
}

#content{
	
}
#content h1{
	text-align: center;
}
.row-2{
	display: flex;
	justify-content: space-around;
}
.c1{
	padding-top: 200px;
	padding-bottom: 190px;
	background: linear-gradient(180deg, #FFF2E1 0%, #FFF9F0 100%);
}
.c1 .word{
	width: 637px;
	text-align: center;
}
.c1 .word img{
	margin-bottom: 40px;
	margin-top: 50px;
}
.c1 .word h2{
	margin-bottom: 20px;
}
.c1 .word p{
	line-height: 44px;
}
.download-btn{
	display: inline-block;
	line-height: 90px;
	text-align: center;
	width: 404px;
	height: 90px;
	background: #FFC271;
	border-radius: 70px;
	font-size: 28px;
	color: #000000;
	letter-spacing: 1px;
	font-weight: 600;
	text-decoration: none;
	margin-top: 54px;
}
.c2{
	background-color: #ffffff;
	padding-top: 130px;
	padding-bottom: 148px;
}
.c2 h1{
	margin-bottom: 80px;
}
.c2 .word{
	width: 474px;
	padding-top: 108px;
}
.c2 h2{
	margin-bottom: 10px;
}

.c2 p{
	font-size: 24px;
	line-height: 34px;
	margin-bottom: 72px;
}
.c3{
	padding-top: 70px;
	text-align: center;
	background: linear-gradient(180deg, #FFF2E1 0%, #FFF9F0 100%);
}
.c3 h1{
	margin-bottom: 12px;
}
footer{
	background: url('img/shape.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-color: ;
	height: 320px;
}
footer .footer-content{
	position: relative;
	top: -95px;
}
footer img{
	margin-bottom: 30px;
}
footer h1{
	font-size: 44px;
	color: #1A1A1A;
}
footer p{
	font-size: 40px;
	color: #1A1A1A;
}