@charset "utf-8";

* {
	margin: 0;
	padding: 0;
	border: 0;
	box-sizing: border-box;
	list-style: none;
	text-decoration: none;
	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, sans-serif;
	background-color: rgba(0, 0, 0, 1);
	color: rgba(255, 255, 255, 1);
}

img {
	display: block;
}

.page {
	position: relative;
	width: 24rem;
	height: 13.5rem;
	margin: 0 auto;
	overflow: hidden;
}

.hero {
	width: 24rem;
	height: 13.5rem;
	overflow: hidden;
	background: url("../image/img_3.png") 100% no-repeat;
	background-size: 100% 100%;
}

.hero-mask {
	width: 24rem;
	height: 13.5rem;
	overflow: hidden;
	background-color: rgba(0, 0, 0, 0.5);
}

.header {
	width: 16.4875rem;
	height: .75rem;
	margin: .1375rem 0 0 3.7625rem;
	display: flex;
	flex-direction: row;
}

.brand {
	width: 2.3rem;
	height: .75rem;
	display: flex;
	flex-direction: row;
	color: rgba(255, 255, 255, 1);
}

.brand-logo {
	width: .75rem;
	height: .75rem;
}

.brand-name {
	width: 1.4rem;
	height: .4625rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .325rem;
	font-family: PingFangSC-Semibold, PingFang SC, Arial, sans-serif;
	font-weight: 600;
	text-align: right;
	white-space: nowrap;
	line-height: .4625rem;
	margin: .1375rem 0 0 .15rem;
}

.nav {
	display: flex;
	flex-direction: row;
	margin-left: 8.775rem;
}

.nav a {
	height: .4125rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .3rem;
	font-family: PingFangSC-Regular, PingFang SC, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	white-space: nowrap;
	line-height: .4125rem;
	margin-top: .15rem;
	text-decoration-line: underline;
	text-underline-offset: .04rem;
}

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

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

.main {
	width: 16.0875rem;
	height: 10rem;
	margin: 1.3625rem 0 1.25rem 3.7625rem;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}

.copy {
	width: 10.925rem;
	height: 4.875rem;
	margin-top: 2.0625rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.copy-text {
	width: 10.925rem;
	height: 3.1375rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.copy h1 {
	width: 7.2875rem;
	height: .8375rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .6rem;
	font-family: PingFangSC-Semibold, PingFang SC, Arial, sans-serif;
	font-weight: 600;
	text-align: left;
	white-space: nowrap;
	line-height: .8375rem;
}

.copy p {
	width: 10.925rem;
	height: 2rem;
	overflow-wrap: break-word;
	color: rgba(255, 255, 255, 1);
	font-size: .35rem;
	font-family: PingFangSC-Regular, PingFang SC, Arial, sans-serif;
	font-weight: normal;
	text-align: left;
	line-height: .5rem;
}

.store {
	width: 4.2375rem;
	height: 1.25rem;
}

.store img {
	width: 4.2375rem;
	height: 1.25rem;
}

.phone {
	width: 4.6125rem;
	height: 10rem;
	border-radius: .4875rem;
	border: .1904761904761905rem solid rgba(255, 255, 255, 0.65);
	background-image: url("../image/img_4.png");
	background-size: 100% 100%;
	background-repeat: no-repeat;
}
