.Contact-page {
	--blue: #087ceb;
	--deep: #072e58;
	--orange: #ff7900;
	--ink: #10243b;
	--muted: #43546a;
	--line: #e4ebf3
}

.Contact-page,
.Contact-page * {
	box-sizing: border-box
}

.Contact-page {
	margin: 0;
	/* background: #f7f9fc; */
	color: var(--ink);
	font-family: "Microsoft YaHei", "PingFang SC", Arial, sans-serif
}

.Contact-page a {
	color: inherit;
	text-decoration: none
}

.Contact-hero {
	position: relative;
	height: 515px;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(118deg, #1294ef 0, #087ae9 55%, #075bd0 100%)
}

.Contact-hero:after {
	content: "";
	position: absolute;
	inset: 0;
	background: linear-gradient(110deg, transparent 38%, #fff08 38.1%, transparent 38.2%), linear-gradient(90deg, transparent 63%, #fff06 63.1%, transparent 63.2%)
}

.Contact-nav {
	position: relative;
	z-index: 2;
	width: 88%;
	height: 148px;
	margin: auto;
	display: flex;
	align-items: center;
	border-bottom: 1px solid #ffffff25
}

.Contact-logo {
	display: flex;
	align-items: center;
	gap: 14px;
	font-size: 25px;
	letter-spacing: 5px
}

.Contact-logo i {
	display: grid;
	place-items: center;
	width: 58px;
	height: 58px;
	border: 2px solid #fff;
	border-radius: 50%;
	font: 700 17px Arial
}

.Contact-logo small {
	display: block;
	margin-top: 4px;
	color: #ffffff6b;
	font: 8px Arial;
	letter-spacing: 1px
}

.Contact-nav nav {
	margin-left: auto;
	font-size: 15px;
	word-spacing: 24px
}

.Contact-nav>a {
	margin-left: 8%;
	font-size: 22px;
	font-weight: 800
}

.Contact-hero-copy {
	position: relative;
	z-index: 2;
	width: 88%;
	margin: 82px auto
}

.Contact-hero-copy p,
.Contact-page em {
	margin: 0;
	color: #a9ddff;
	font-style: normal;
	font-size: 14px;
	font-weight: 700;
}

.Contact-hero-copy h1 {
	margin: 10px 0;
	font-size: 58px
}

.Contact-hero-copy span {
	color: #cfebff;
	font-size: 17px
}

.Contact-hero-word {
	position: absolute;
	right: 5%;
	bottom: 20px;
	color: #ffffff10;
	font: 800 120px Arial
}

.Contact-page {
	width: 88%;
	max-width: 1920px;
	margin: auto;
	padding: 110px 0 120px
}

.Contact-intro {
	display: grid;
	grid-template-columns: 1.15fr .85fr;
	gap: 10%;
	align-items: end;
	margin-bottom: 56px
}

.Contact-intro em,
.Contact-promise em,
.Contact-locations em,
.Contact-bottom em {
	color: var(--blue);
	font-family: "almmFM";
}

.Contact-intro h2 {
	margin: 12px 0 0;
	font-size: clamp(36px, 3.3vw, 62px);
	line-height: 1.2;
	font-family: "almmFM";
}

.Contact-intro h2 span {
	color: var(--blue);
	font-family: "almmFM";
}

.Contact-intro>p {
	margin: 0 0 7px;
	color: var(--muted);
	font-size: 17px;
	line-height: 2
}

.Contact-primary {
	display: grid;
	grid-template-columns: 1.08fr .92fr;
	min-height: 430px;
	overflow: hidden;
	box-shadow: 0 18px 60px #1946731f
}

.Contact-hotline {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 70px 8%;
	overflow: hidden;
	color: #fff;
	background: linear-gradient(128deg, #048cf0, #075ac7)
}

.Contact-hotline:after {
	content: "";
	position: absolute;
	right: -130px;
	bottom: -240px;
	width: 520px;
	height: 520px;
	border: 52px solid #fff0;
	border-color: #ffffff10;
	border-radius: 50%
}

.Contact-hotline>b {
	position: absolute;
	top: 38px;
	right: 7%;
	color: #ffffff1f;
	font: 800 126px Arial
}

.Contact-hotline .Contact-wave {
	font-size: 27px;
	letter-spacing: 5px
}

.Contact-hotline p {
	margin: 22px 0 12px;
	color: #ffffffb8;
	letter-spacing: 3px
}

.Contact-hotline>a {
	position: relative;
	width: max-content;
	font-size: clamp(38px, 4.1vw, 70px);
	font-weight: 800;
	font-family: "almmFM";
}

.Contact-hotline .Contact-manager {
	margin-top: 12px;
	font-size: clamp(21px, 1.7vw, 30px)
}

.Contact-manager small {
	font-size: 14px;
	font-weight: 400;
	opacity: .7
}

.Contact-hotline footer {
	position: relative;
	display: flex;
	align-items: center;
	gap: 13px;
	margin-top: 35px;
	color: #ffffffad;
	font-size: 13px
}

.Contact-hotline footer i {
	width: 32px;
	height: 3px;
	background: var(--orange)
}

.Contact-promise {
	display: flex;
	flex-direction: column;
	justify-content: center;
	padding: 62px 9%;
	background: #fff
}

.Contact-promise h3 {
	margin: 12px 0 18px;
	font-size: clamp(27px, 2.2vw, 38px)
}

.Contact-promise>p {
	margin: 0;
	color: var(--muted);
	line-height: 1.9
}

.Contact-steps {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	margin: 34px 0;
	border-block: 1px solid var(--line)
}

.Contact-steps span {
	display: block;
	padding: 20px 10px;
	font-size: 14px;
	font-weight: 700
}

.Contact-steps span+span {
	padding-left: 18px;
	border-left: 1px solid var(--line)
}

.Contact-steps b {
	display: block;
	margin-bottom: 7px;
	color: #5f6e80;
	font: 700 13px Arial
}

.Contact-promise>a {
	width: 178px;
	padding: 14px 18px;
	color: #fff;
	background: var(--blue);
	font-weight: 700
}

.Contact-locations {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 28px;
	margin-top: 28px
}

.Contact-locations article {
	position: relative;
	min-height: 275px;
	padding: 44px 48px;
	overflow: hidden;
	background: #fff;
	border: 1px solid var(--line)
}

.Contact-locations article:first-child {
	border-top: 3px solid var(--orange)
}

.Contact-locations header {
	display: flex;
	justify-content: space-between;
	margin-bottom: 34px
}

.Contact-locations header b {
	padding: 5px 12px;
	color: var(--blue);
	background: #eaf4ff;
	border-radius: 20px;
	font-size: 12px
}

.Contact-locations h3 {
	font-size: 23px
}

.Contact-locations p {
	color: var(--muted);
	line-height: 1.9
}

.Contact-locations>a,
.Contact-locations article>a {
	position: absolute;
	right: 48px;
	bottom: 38px;
	color: var(--blue);
	font-size: 18px;
	font-weight: 800
}

.Contact-mark {
	position: absolute;
	right: 38px;
	bottom: -18px;
	color: #f2f6fa;
	font: 800 100px Arial
}

.Contact-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-top: 28px;
	padding: 36px 48px;
	color: #fff;
	background: var(--deep)
}

.Contact-bottom h3 {
	margin: 8px 0 0;
	font-size: 24px
}

.Contact-bottom>a {
	padding: 14px 20px;
	border: 1px solid #ffffff70;
	font-weight: 700
}

.Contact-bottom span {
	color: var(--orange);
	font-size: 21px
}

@media(max-width:1024px) {
	.Contact-nav nav {
		display: none
	}

	.Contact-hero {
		height: 450px
	}

	.Contact-primary {
		grid-template-columns: 1fr
	}

	.Contact-intro {
		grid-template-columns: 1fr;
		gap: 24px
	}
}

@media(max-width:768px) {
	.Contact-nav>a {
		margin-left: auto;
		font-size: 15px
	}

	.Contact-logo {
		font-size: 18px
	}

	.Contact-logo i {
		width: 44px;
		height: 44px
	}

	.Contact-hero-word {
		font-size: 65px
	}

	.Contact-page {
		width: 92%;
		padding: 64px 0 80px
	}

	.Contact-intro h2 {
		font-size: 34px
	}

	.Contact-hotline,
	.Contact-promise {
		padding: 50px 28px
	}

	.Contact-hotline>b {
		font-size: 80px
	}

	.Contact-locations {
		grid-template-columns: 1fr;
		gap: 16px
	}

	.Contact-locations article {
		padding: 34px 28px
	}

	.Contact-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 26px;
		padding: 32px 28px
	}
}

@media(max-width:480px) {
	.Contact-hero {
		height: 390px
	}

	.Contact-nav {
		height: 100px
	}

	.Contact-nav>a {
		display: none
	}

	.Contact-hero-copy {
		margin-top: 62px
	}

	.Contact-hero-copy h1 {
		font-size: 42px
	}

	.Contact-steps {
		grid-template-columns: 1fr
	}

	.Contact-steps span+span {
		padding-left: 10px;
		border-top: 1px solid var(--line);
		border-left: 0
	}

	.Contact-hotline>a {
		font-size: 32px
	}

	.Contact-locations article>a {
		position: static;
		display: inline-block;
		margin-top: 20px
	}

	.Contact-bottom h3 {
		font-size: 20px
	}
}
