:root {
	--blue: #0757b8;
	--blue2: #1d7fff;
	--ink: #181d20;
	--muted: #718198;
	--line: #d9e4f6;
	--bg: #f3f7ff;
	--dark: #11191e;
	--pink: #db364a;
	--purple: #6a4df3
}

* {
	box-sizing: border-box
}
@font-face {
	font-family: 'Inter';
	src: url('../font/Inter-Regular.woff2') format('woff2');
	font-weight: 400;
}
body {
	margin: 0;
	font-family: "Inter";
	color: var(--ink);
	background: #fff
}

a {
	text-decoration: none;
	color: inherit
}

.id-header {
	height: 60px;
	background: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 0 100px;
	box-shadow: 0 1px 0 rgba(16,36,70,.05);
	position: relative;
	z-index: 2
}

.id-logo {
	display: flex;
	align-items: center;
	gap: 10px;
	font-size: 24px;
	font-weight: 800;
	letter-spacing: -.03em
}

.id-mark {
	width: 32px;
	height: 22px;
	position: relative;
	display: inline-block
}

.id-mark:before,.id-mark:after {
	content: "";
	position: absolute;
	border-radius: 20px;
	transform: rotate(-28deg)
}

.id-mark:before {
	width: 23px;
	height: 9px;
	background: #1c71e8;
	left: 0;
	top: 8px
}

.id-mark:after {
	width: 12px;
	height: 7px;
	background: #e82f4d;
	right: 0;
	top: 1px
}

.id-logo span span {
	color: #2584ff
}

.id-nav {
	display: flex;
	align-items: center;
	gap: 52px;
	font-size: 14px;
	font-weight: 700
}

.id-btn {
	background: #0757b8;
	color: #fff;
	padding: 13px 24px;
	border-radius: 4px;
	box-shadow: 0 4px 8px rgba(0,61,145,.25)
}

.id-menu {
	display: none;
	width: 24px;
	height: 18px;
	position: relative
}

.id-menu:before,.id-menu:after,.id-menu span {
	content: "";
	position: absolute;
	left: 0;
	width: 24px;
	height: 2px;
	background: #111
}

.id-menu:before {
	top: 0
}

.id-menu span {
	top: 8px
}

.id-menu:after {
	bottom: 0
}

.hero {
	height: 296px;
	background: linear-gradient(105deg,#eef4ff 0%,#f7faff 56%,#fff 100%);
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative
}

.hero-inner {
	text-align: center;
	margin-top: 18px
}

.hero-en {
	color: #094ca4;
	font-weight: 700;
	font-size: 15px;
	margin-bottom: 10px
}

.hero h1 {
	font-size: 42px;
	line-height: 1;
	margin: 0;
	font-weight: 700;
	letter-spacing: .04em
}

.breadcrumb {
	position: absolute;
	left: 50%;
	bottom: 28px;
	width: 100%;
	max-width: 1200px;
	transform: translateX(-50%);
	padding: 0 20px;
	box-sizing: border-box;
	color: #738099;
	font-size: 12px;
	font-weight: 400;
	text-align: left
}

.contact-wrap {
	padding: 70px 11px 70px
}

.steps {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 8px;
	margin-bottom: 45px
}

.step {
	width: 132px;
	height: 40px;
	border: 1px solid var(--line);
	border-radius: 999px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #738099;
	background: #fff;
	font-size: 12px;
	font-weight: 600
}

.step.active {
	background: #094ca4;
	color: #fff;
	border-color: #094ca4
}

.step-line {
	width: 52px;
	height: 1px;
	background: var(--line)
}

.lead {
	text-align: center;
	color: #738099;
	font-size: 14px;
	line-height: 1.5;
	margin: -24px 0 38px;
	font-weight: 400
}

.form-card {
	max-width: 800px;
	margin: 0 auto;
	background: #fff;
	border-radius: 9px;
    box-shadow: 0px 4px 20px 0px #00000014;
	padding: 40px 48px 52px;
}
.input-view{
	line-height: 1.8;
}
.field {
	margin-bottom: 26px
}

.label {
	display: flex;
	align-items: center;
	gap: 4px;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 15px;
    color: #181d20;
}

.label:before {
	content: "■";
}

.req {
	background: var(--pink);
	color: #fff;
	border-radius: 3px;
	font-size: 10px;
	font-weight: 700;
	padding: 6px 10px;
	line-height: 1;
    margin-left: 10px;
}

input[type=text],input[type=email],input[type=tel],textarea {
	width: 100%;
	height: 37px;
	border: 1px solid #c6d9f2;
	border-radius: 5px;
	padding: 8px 12px;
	font-size: 16px;
	background: #fff;
	outline: none
}

textarea {
	height: 149px;
	resize: vertical
}

.checks {
	display: grid;
	gap: 10px;
	margin-top: 4px
}

.check {
	display: flex;
	align-items: center;
	gap: 11px;
	color: #303946;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.8;
}

.check input {
	appearance: none;
	width: 18px;
	height: 18px;
	border: 1.5px solid #738099;
	border-radius: 5px;
	margin: 0;
	background: #fff;
	display: grid;
	place-content: center
}

.check input:checked:after {
	content: "";
	width: 8px;
	height: 8px;
	background: #0757b8;
	border-radius: 1px
}

.privacy-box {
	background: #f4f6f9;
	border: 1px solid #d4deeb;
	border-radius: 5px;
	padding: 20px 23px;
	/* display: grid;
	grid-template-columns: 1fr 1fr; */
	/* gap: 20px; */
	color: #7a879d;
	font-size: 12px;
	line-height: 1.45;
	margin-top: 14px
}
.privacy-box iframe{
	width: 100%;
    height: 300px;
    overflow: hidden;
}
.privacy-box b {
	display: block;
	color: #1d2733;
	font-size: 12px;
	margin-bottom: 5px
}

.privacy-more {
	grid-column: 1/3;
	color: #111820;
	letter-spacing: .25em;
	font-weight: 800
}

.error-box {
	max-width: 668px;
	margin: 0 auto 20px;
	padding: 14px 18px;
	background: #fff2f4;
	border: 1px solid #ffd0d8;
	border-radius: 6px;
	color: #b50e2b;
	font-size: 13px
}

.submit-area {
	text-align: center;
	margin-top: 40px
}

.submit,.back-btn {
	border: 0;
	color: #fff;
	background: linear-gradient(90deg, #094CA4 0%, #6B52EB 100%);
	border-radius: 999px;
	font-size: 15px;
	font-weight: 800;
	padding: 17px 78px;
	box-shadow: 0px 4px 20px 0px #00000033;
	cursor: pointer;
	min-width: 300px;
	font-family: "Inter";
}

.back-btn {
	background: #8b98aa;
	min-width: 140px;
	margin-right: 12px
}

.confirm-view,.thanks-view {
	display: none
}

.confirm-list {
	display: grid;
	gap: 14px
}

.confirm-row {
	border-bottom: 1px solid #e6edf7;
	padding: 0 0 13px;
	font-size: 14px
}

.confirm-row b {
	display: block;
	margin-bottom: 7px
}

.thanks-view {
	text-align: center;
	max-width: 668px;
	margin: 0 auto;
	background: #fff;
	border-radius: 9px;
	box-shadow: 0 10px 35px rgba(40,61,91,.13);
	padding: 60px 30px
}

.thanks-view h2 {
	font-size: 28px
}

.id-footer {
	background: #11191e;
	color: #d7e0ea;
	padding: 45px 100px 52px
}

.footer-inner {
	max-width: 1000px;
	margin: 0 auto;
	display: grid;
	grid-template-columns: 1.4fr 1fr 1fr 1.5fr;
	gap: 50px
}

.footer-logo {
	color: #fff;
	margin-bottom: 18px
}

.copyright {
	font-size: 11px;
	color: #8b98aa
}

.footer-links {
	display: grid;
	gap: 15px;
	font-size: 12px;
	color: #d7e0ea
}

.sp-only {
	display: none
}
/*错误提示--begin--*/
input[type="checkbox"]{
  width: 16px; height: 16px;
  background-color: #fff;
  border: 1px solid #c9c9c9; border-radius: 2px;
  color: #fff; text-align: center; line-height: 11px;
  -webkit-appearance: none;
    appearance: none;
}
input[type="checkbox"].error{
  border: 1px solid red;
  color:#F7E9EA;
}
input[type="checkbox"]:hover{ border: 1px solid #43adea;}

input:checked {
color: #fff;background-color: #43adea;  border: 1px solid #43adea; 
}

input:after {
  content: "\2713";
  font-size: 17px;
}  
label.error{
  color:#E63E4B;
}
input.error,textarea.error,select.error{
  background-color:#F7E9EA;
  border: 1px solid #E63E4B;
  color:#E63E4B;
}
input.error::-webkit-input-placeholder,textarea.error::-webkit-input-placeholder{
  color: #E63E4B;
  font-size: 16px;
}

input.error:-moz-placeholder, textarea.error:-moz-placeholder {
  color: #E63E4B;
  font-size: 16px;
}

input.error::-moz-placeholder, textarea.error::-moz-placeholder {
  color: #E63E4B;
  font-size: 16px;
}

input.error:-ms-input-placeholder, textarea.error:-ms-input-placeholder {
  color: #E63E4B;
  font-size: 16px;
}
/*错误提示--end--*/

@media(max-width:767px) {
	.pc-only {
		display: none
	}

	.sp-only {
		display: block
	}

	.id-header {
		height: 58px;
		padding: 0 20px
	}

	.id-logo {
		font-size: 23px
	}

	.id-nav {
		display: none
	}

	.id-menu {
		display: block
	}

	.hero {
		height: 152px;
		justify-content: flex-start;
		padding: 0 20px;
		margin-top: 60px;
		background: linear-gradient(90deg, #E8EDFB 0%, #F6F8FE 100%);
	}

	.hero-inner {
		margin: 0 auto;
		text-align: center
	}

	.hero-en {
		font-size: 11px;
		margin-bottom: 8px;
		font-weight: 600;
	}

	.hero h1 {
		font-size: 28px
	}

	.breadcrumb {
		left: 50%;
		bottom: 15px;
		width: 100%;
		max-width: 1200px;
		transform: translateX(-50%);
		padding: 0 20px;
		font-size: 10px
	}

	.contact-wrap {
		padding: 22px 20px 60px
	}

	.steps {
		gap: 0px;
		margin-bottom: 31px
	}

	.step {
		width: 104px;
		height: 34px;
		font-size: 10px
	}

	.step-line {
		/* display: none */
		width: 11px;

	}

	.lead {
		text-align: center;
		font-size: 12px;
		line-height: 1.65;
		margin: 0 0 35px;
	}

	.form-card {
		box-shadow: none;
		border-radius: 0;
		padding: 0;
		max-width: none
	}

	.field {
		margin-bottom: 22px
	}

	.label {
		font-size: 14px;
		margin-bottom: 10px
	}
	.req{
		font-size: 9px;
		padding: 6px 9px;
	}

	.checks {
		gap: 15px
	}

	.check {
		font-size: 14px;
		gap: 12px
	}

	.check input {
		width: 17px;
		height: 17px
	}

	input[type=text],input[type=email],input[type=tel] {
		height: 45px;
		border-radius: 6px
	}

	textarea {
		height: 148px;
		border-radius: 6px
	}

	.privacy-box {
		grid-template-columns: 1fr;
		gap: 11px;
		padding: 17px 16px;
		font-size: 11px
	}

	.privacy-more {
		grid-column: 1;
		letter-spacing: 0
	}

	.submit-area {
		margin-top: 22px
	}

	.submit {
		width: 100%;
		min-width: 0;
		padding: 18px 16px;
		font-size: 14px;
		font-weight: 600;
	}

	.back-btn {
		min-width: 0;
		width: 100%;
		margin: 0 0 12px;
		padding: 15px
	}

	.id-footer {
		padding: 30px 20px 38px
	}

	.footer-inner {
		display: block
	}

	.footer-logo {
		font-size: 24px
	}

	.copyright {
		padding-bottom: 22px;
		border-bottom: 1px solid #2a333a
	}

	.footer-links {
		grid-template-columns: 1fr 1fr;
		display: grid;
		gap: 16px;
		padding: 22px 0;
		border-bottom: 1px solid #2a333a;
		font-size: 13px
	}

	.footer-links.last {
		grid-template-columns: 1fr;
		border-bottom: 0;
		padding-bottom: 0
	}

	.thanks-view {
		box-shadow: none;
		padding: 35px 0
	}
}

@media(min-width:768px) and (max-width:1100px) {
	.id-header,.id-footer {
		padding-left: 50px;
		padding-right: 50px
	}
}

.id-nav li,.footer-links li {
	list-style: none;
	margin: 0;
	padding: 0
}

.id-nav ul,.footer-links ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: contents
}

.id-nav li a {
	display: inline-block
}

.id-nav .current-menu-item a {
	color: #0757b8
}

.footer-links a {
	cursor: pointer
}
