@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	border: none;
	box-sizing: border-box;
	flex-shrink: 0;
}

html,
body {
	width: 100%;
	min-height: 100%;
	overflow-x: hidden;
}

body {
	font-family: PingFangSC-Regular, Roboto, Helvetica Neue, Helvetica, Tahoma, Arial, PingFang SC-Light, Microsoft YaHei;
	background: rgba(0, 0, 0, 1);
}

a {
	outline: none;
	color: rgba(255, 255, 255, 1);
}

#container {
	position: relative;
	width: 100%;
}

.main {
	width: 100%;
	height: 13.5rem;
	min-height: 100vh;
	background: url('../image/bg.png') 100% no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.top {
	width: 24rem;
	height: 13.5rem;
	min-height: 100vh;
	background:
		linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)),
		url('../image/bg-overlay.png') 100% no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}

.title {
	width: 16.5rem;
	height: .75rem;
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin: .1375rem 0 0 3.75rem;
}

.logo {
	width: .75rem;
	height: .75rem;
	display: flex;
	align-items: center;
	overflow: visible;
}

.logo img {
	width: .775rem;
	height: .775rem;
	display: block;
}

.title div:last-child {
	display: flex;
	flex-direction: row;
	align-items: flex-start;
	margin-left: 10.3375rem;
}

.title a {
	height: .4125rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .3rem;
	font-family: PingFangSC-Regular;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	line-height: .4125rem;
	text-decoration-line: underline;
	position: relative;
	z-index: 2;
}

.title a:first-child {
	width: 1.9375rem;
}

.title a:last-child {
	width: 2.375rem;
	margin-left: 1.1rem;
}

.content {
	width: 16.5rem;
	height: 10.375rem;
	margin: 1.0125rem 0 1.225rem 3.75rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.copy {
	width: 9.3rem;
	height: 4.6625rem;
	margin: 2.525rem 0 0 0;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.p1 {
	width: 9.3rem;
	height: 2.6625rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .75rem;
	font-family: SFPro-Bold;
	font-weight: 700;
	text-align: left;
	line-height: .8875rem;
}

.btn {
	width: 5.0875rem;
	height: 1.5rem;
	display: block;
	margin: .5rem 0 0 0;
}

.phone {
	width: 4.75rem;
	height: 10.375rem;
	display: block;
}

@media (max-aspect-ratio: 16 / 9) {
	.main,
	.top {
		width: 24rem;
	}
}

@media (max-width: 768px) {
	html {
		font-size: calc(100vw / 7.5);
	}

	.main {
		height: auto;
		min-height: 100vh;
		background-position: center;
		background-size: auto 100%;
	}

	.top {
		width: 7.5rem;
		height: auto;
		min-height: 100vh;
		padding-bottom: .8rem;
	}

	.title {
		width: 6.7rem;
		height: .75rem;
		margin: .35rem auto 0;
		align-items: center;
		justify-content: space-between;
	}

	.title div:last-child {
		margin-left: 0;
	}

	.title a {
		font-size: .22rem;
		line-height: .32rem;
		height: .32rem;
	}

	.title a:first-child {
		width: auto;
	}

	.title a:last-child {
		width: auto;
		margin-left: .34rem;
	}

	.content {
		width: 6.7rem;
		height: auto;
		margin: .8rem auto 0;
		flex-direction: column;
		align-items: center;
	}

	.copy {
		width: 6.7rem;
		height: auto;
		margin: 0;
		align-items: center;
		text-align: center;
	}

	.p1 {
		width: 6.7rem;
		height: auto;
		font-size: .52rem;
		line-height: .66rem;
		text-align: center;
	}

	.btn {
		width: 4.4rem;
		height: 1.297rem;
		margin: .45rem 0 .55rem;
	}

	.phone {
		width: 4.2rem;
		height: 9.174rem;
	}
}
