:root {
	--base-color: #09307d;
	--base-bg: #fff;
}

[role=button],
a,
area,
button,
input,
label,
select,
summary,
textarea {
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

button,
input,
select,
textarea {
	font: inherit;
	line-height: inherit;
	margin: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
}

button,
input,
optgroup,
option,
select,
textarea {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
	outline: 0;
	outline-color: initial;
	outline-style: initial;
	outline-width: 0px;
}

.form-control {
	font-size: 1rem;
	line-height: 1.571429;
	display: block;
	width: 100%;
	padding: .429rem .929rem;
	color: #76838f;
	border: 1px solid #e4eaec;
	border-radius: .215rem;
	background-color: #fff;
	background-image: none;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 2.573rem;
	-webkit-transition: -webkit-box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	-o-transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	transition: box-shadow .25s linear, border .25s linear, color .25s linear, background-color .25s linear;
	border-color: #e4eaec;
	-webkit-appearance: none;
	-moz-appearance: none;
}

select[multiple],
select[size],
textarea.form-control {
	height: auto;
}

.submit-btn {
	max-width: 200px;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.571429;
	display: inline-block;
	padding: .429rem 1rem;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
	border: 1px solid transparent;
	border-radius: .215rem;
}

.submit-btn.disabled {
	cursor: not-allowed;
	opacity: .65;
}

.btn-primary {
	color: #fff;
	border-color: #62a8ea;
	background-color: #62a8ea;
}

.btn-group-lg>.btn,
.btn-lg {
	font-size: 1.286rem;
	padding: .715rem 1.286rem;
	border-radius: .286rem;
}

.btn-block {
	display: block;
	width: 100%;
	white-space: normal;
}

.contact-msg>div form .form-group .form-control {
	padding-top: 9px;
	padding-bottom: 9px;
	border-radius: 0;
	border-color: #e5e5e5;
}

.contact-msg>div form .form-group .form-control:focus {
	box-shadow: none;
}

.main-box {
	position: relative;
	padding-top: 130px;
}

.msg-box {
	background-color: #f5f5f5;
	padding-bottom: 90px;
}

#contact .inner {
	margin: 0 auto;
	max-width: 1320px;
}

.address-list {
	margin-top: 60px;
}

.contact-info {
	background-color: #fff;
}

.contact-info .mzbox {
	display: flex;
	padding-top: 40px;
	padding-bottom: 40px;
	align-items: stretch !important;
}

.contact-info .mzbox>div {
	flex: 1 0 auto;
}

.contact-info .mzbox>div:first-of-type {
	padding-top: 15px;
	padding-bottom: 15px;
}

.addr-nav {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.addr-nav>div {
	font-size: 18px;
	color: #fff;
	line-height: 1;
	padding: 20px 35px;
	background-color: #f5f5f5;
	color: #333;
	border-radius: 50px;
	cursor: pointer;
}

.addr-nav>div.active {
	background-color: var(--base-color);
	color: #fff;
}

.addr-nav>div+div {
	margin-left: 20px;
}

.qrcode-box {
	width: 100%;
	max-width: 220px;
	text-align: center;
	border: 1px solid #e5e5e5;
	border-radius: 20px;
	padding-top: 30px;
	padding-bottom: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	align-items: center;
}

.qrcode-box .box-top-logo {
	font-size: 0;
	position: absolute;
	top: 0;
	transform: translateY(-50%);
	padding-left: 18px;
	padding-right: 18px;
	background-color: #fff;
}

.qrcode-box .box-bottom-label {
	color: #333;
	position: absolute;
	font-size: 12px;
	text-align: center;
	display: inline-block;
	bottom: -12px;
	transform: translateY(-50%);
	background-color: #fff;
	line-height: 1;
	padding-left: 18px;
	padding-right: 18px;
}

.contact-info .mzbox>div+div {
	border-left: 1px solid #e5e5e5;
}

.contact-info .mzbox>div:not(:first-of-type) {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.contact-info .mzbox>div:not(:first-of-type)>p:first-of-type {
	margin-bottom: 24px;
}

.contact-info .mzbox>div:not(:first-of-type)>p:nth-of-type(2) {
	font-size: 12px;
	color: #333;
	margin-bottom: 15px;
}

.contact-info-phone {
	color: var(--base-color);
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	font-family: "Arial";
}

.contact-info-email {
	color: #999;
	font-size: 18px;
	font-weight: bold;
}

.contact-info-phone {
	color: var(--base-color);
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
	font-family: "Arial";
}

#message .inner {
	margin: 0 auto;
	max-width: 1320px;
}

.main-box .main-label {
	font-size: 153px;
	text-transform: uppercase;
	font-style: italic;
	position: absolute;
	left: 0;
	top: 58px;
	line-height: 1;
	z-index: 0;
	color: transparent;
	-webkit-text-stroke: 2px #ebebeb;
	text-stroke: 2px #ebebeb;
	font-family: "Microsoft Yahei";
	font-weight: bold;
}

.mzbox {
	max-width: 1600px;
	width: 100%;
	margin: auto;
}

.main-box .mzbox {
	position: relative;
	display: flex;
}

.main-box .mzbox:first-of-type {
	align-items: center;
	justify-content: space-between;
	z-index: 1;
}

.main-box .title {
	font-size: 36px;
	font-weight: bold;
	padding-left: 110px;
	line-height: 1;
}

.main-box .entitle {
	color: #dbdbdb;
	font-size: 60px;
	font-weight: bold;
	font-style: italic;
	line-height: 1;
	margin-top: 5px;
	font-family: "Arial";
}

.contact-msg {
	background-color: #fff;
	display: block;
	margin-top: 70px;
}

.main-box .mzbox {
	position: relative;
	display: flex;
}

.contact-msg>div {
	padding: 55px 105px;
}

.contact-msg>div form {
	width: 100%;
	display: flex;
	align-items: center;
	gap: 12px;
	flex-wrap: wrap;
}

.form-group {
	position: relative;
	margin-bottom: 1.429rem;
}

.contact-msg>div form .form-group {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
}

.contact-msg>div div .form-group {
	width: 48%;
}

.contact-msg>div div .form-group:nth-last-child(3) {
	width: 100%;
}

.contact-msg>div div .form-group:nth-last-child(1) {
	width: 100%;
}

.contact-msg>div form .form-group>label {
	padding-left: 14px;
	margin-bottom: 9px;
	width: 100%;
}

.contact-msg>div form .form-group.required>label:before {
	content: '*';
	position: absolute;
	font-size: 18px;
	line-height: 1;
	color: #f00;
	top: 6px;
	left: 0px;
	font-size: 14px;
}

.form-group .small-fixed {
	position: absolute;
	left: 0;
	top: 100%;
}

.form-group .small-fixed small.form-control-label {
	margin: 0;
	margin-right: 10px;
	padding: 0;
	line-height: 1.5;
	color: #f96868;
}

.contact-msg>div form button[type="submit"] {
	background-color: var(--base-color);
	border-radius: 50px;
	border-color: var(--base-color);
	margin-top: 20px;
}