html {
	font-size: 10px;
}

body {
	margin: 0;
}

.content {
	padding: 0 1.6rem 3rem;
}

.title {
	text-align: center;
}

h2 {
	font-size: 1.8rem;
}

h3 {
	font-size: 1.6rem;
}

h4 {
	font-size: 1.4rem;
}

p {
	margin: 1.2rem 0 0;
	font-size: 1.4rem;
	line-height: 2.2rem;
}

ul {
	padding-left: 2rem;
}

li {
	font-size: 1.3rem;
	line-height: 1.8rem;
}

a {
	text-decoration: none;
}

.header {
	position: relative;
	width: 100%;
	height: 152px;
	background: linear-gradient(103.8deg, #0DC8A5 9.86%, #4EEECE 90.14%);
}

.header .logo {
	width: 2.4rem;
	position: absolute;
	top: 1.2rem;
	left: 1.2rem;
}

.header .ellipse {
	position: absolute;
	bottom: .9rem;
	right: 10.1rem;
	width: 4rem;
	height: 4rem;
}

.header .ellipse-top {
	position: absolute;
	top: 0;
	right: 0;
	width: 18.4rem;
	height: 18.4rem;
}

.header .title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	font-size: 3.2rem;
	color: #fff;
	font-weight: 700;
}
