@media screen and (min-width: 992px) {
	.logo {
		width: 14%;
		height: 14%;
	}

	html,
	body {
		font-size: 18px;
	}

	.top .slogan {
		font-size: 60px;
	}
}

@media screen and (max-width: 768px) {
	.logo {
		width: 34%;
		height: 34%;
	}

	html,
	body {
		font-size: 16px;
	}

	.section {
		margin-top: 30px;
	}

	.top .slogan {
		font-size: 40px;
	}
}

html,
body {
	width: 100%;
	height: 100%;
	text-align: center;
	font-family: 'Helvetica', 'MicrosoftYaHei';
}

.top {
	width: 100%;
	height: 98%;
	position: relative;
}

.top .content {
	position: absolute;
	left: 0;
	top: 40%;
	width: 100%;
	transform: translateY(-50%);
}

.top .logo {
	/* margin-top: 30%; */
}

.top .title {
	color: #FA4522;
	text-align: left;
	font-size: 45px;
	font-weight: bold;
	margin-top: 40px;
}

.top .section-head {
	color: black;
	text-align: left;
	font-size: 30px;
	font-weight: bold;
	margin-top: 40px;
}

.top .slogan {
	font-weight: 500;
	color: #FA4522;
}

.top .paragraph {
	color: black;
	text-align: left;
	font-size: 18px;
	font-weight: 400;
	margin-top: 20px;
	margin-bottom: 20px;
}

.top .text {
	margin-top: 40px;
	margin-bottom: 20px;
	color: #6B6B6B;
	font-weight: 300;
}

.top div {
	min-height: 1px;
}

.top .list {
	color: #DB553F;
	font-size: 14px;
	margin-top: 10px;
	line-height: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}

.top .list span {
	display: block;
	line-height: 1.6;
	border: 2px solid #DB553F;
	border-radius: 14px;
	min-width: 30%;
	font-weight: 600;
	cursor: pointer;
}

.footer {
	background: #FA4522;
	color: #fff;
}

.footer a {
	color: #fff;
	font-weight: 300;
	font-size: 13px;
}

.footer .links {
	padding-top: 50px;
	margin-bottom: 20px;
}

.footer .links div {
	min-height: 1px;
}

.footer .links p {
	margin: 0 0 10px;
}

.footer .under {
	font-size: 10px;
	font-weight: 300;
	color: #FFB78D;
	padding-bottom: 30px;
}

.footer .under p {
	height: 20px;
}

.footer .under img {
	vertical-align: middle;
	margin-right: 2px;
}
