* {
	margin: 0;
	padding: 0;
	color: #333;
	list-style: none;
	text-decoration: none;
}

img {
	image-rendering: -moz-crisp-edges;
	image-rendering: -o-crisp-edges;
	image-rendering: -webkit-optimize-contrast;
	image-rendering: crisp-edges;
	-ms-interpolation-mode: nearest-neighbor;
}

html {
	font-size: calc(100vw / 192);
}

[v-cloak] {
	display: none;
}


.header {
	display: flex;
	justify-content: center;
	height: 9.6rem;
}

.header .container {
	width: 93.6rem;
	height: 100%;
	padding: 0 3.2rem;
	display: flex;
	align-items: center;
}

.header .container img {
	width: 3.2rem;
	height: 3.2rem;
	margin-right: .6rem;
}

.header .container .title {
	font-size: 1.6rem;
	color: #333333;
	line-height: 2.2rem;
}

.main {
	width: 100%;
	height: fit-content;
	aspect-ratio: 1920/820;
	position: relative;
	overflow: hidden;
	display: flex;
	justify-content: center;
}

.main .back {
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100%;
}

.main .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	width: 100%;
	height: 100%;
	background: #C9E6C8;
}

.main .container {
	width: 136rem;
	height: 100%;
	position: relative;
}

.main .container .title {
	position: absolute;
	top: 25.8rem;
	left: 16.7rem;
	font-weight: bold;
	font-size: 4.8rem;
	color: #2BAD67;
	line-height: 6.8rem;
}

.main .container .subheading {
	position: absolute;
	top: 34.2rem;
	left: 16.7rem;
	font-weight: bold;
	font-size: 4.8rem;
	color: #2BAD67;
	line-height: 6.8rem;
}

.main .container .content {
	position: absolute;
	top: 28.1rem;
	right: 0rem;
	width: 57.4rem;
	height: 41.9rem;
}

.main .container .apply_main {
	position: relative;
	top: 49rem;
	left: 16.7rem;
	width: 48rem;
	height: 22.4rem;
	display: flex;
	justify-content: space-between;
}

.main .apply_main .apply_content {
	width: 20.2rem;
	height: 22.2rem;
	border-radius: 1.6rem;
}

.main .apply_main .apply_content.and {
	border: .1rem solid #FFB400;
}

.main .apply_main .apply_content.ios {
	border: .1rem solid #C84241;
}


.main .apply_main .apply_content .apply {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 5.4rem;
	margin: 1.6rem 0 4rem;
}

.apply_content .icon {
	width: 4rem;
	height: 4rem;
	margin-right: .6rem;
}

.apply_content .name {
	font-weight: bold;
	font-size: 2.1rem;
	line-height: 3rem;
}

.apply_content .name.and {
	color: #FFB400;
}

.apply_content .name.ios {
	color: #C84241;
}

.apply_content .download {
	font-weight: bold;
	font-size: 1.6rem;
	color: #FFB400;
	line-height: 2.4rem;
}

.apply_content .download.and {
	color: #FFB400;
}

.apply_content .download.ios {
	color: #C84241;
}

.apply_content .text {
	font-weight: bold;
	font-size: 1.8rem;
	color: #2BAD67;
	text-align: center;
	line-height: 2.2rem;
	margin-top: 2rem;
}

.footer {
	width: 100%;
	height: fit-content;
	aspect-ratio: 1920/312;
	background: #FCFCFC;
	display: flex;
	justify-content: center;
}

.footer .container {
	width: 93.6rem;
	height: 100%;
	padding: 0 3.2rem;
	position: relative;
}

.footer .container .top {
	height: 115px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.footer .container .logo {
	width: 3.2rem;
	height: 3.2rem;
}
.footer .container .middle {
	width: 100rem;
	height: .1rem;
	background: #D8D8D8;
	opacity: 0.16;
	margin-bottom: 4rem;
}
.footer .bottom ul,
.footer .top ul {
	display: flex;
	align-items: center;
	font-size: 1.2rem;
	margin-bottom: 1.6rem;
}

.footer .bottom li,
.footer .top li {
	color: #666;
	display: flex;
	align-items: center;
	flex-shrink: 0;
}

.footer .bottom .line,
.footer .top .line {
	width: .2rem;
	height: 1.4rem;
	background: #808080;
	margin: 0 1rem;
}

.footer .bottom .curpor,
.footer .top .curpor {
	cursor: pointer;
}

.footer .bottom li.curpor:hover {
	font-weight: bold;
	color: #5350a0;
}