.error-content {
	font-family: fontNumber;
	padding: 120px 0;
	text-align: center;
	width: 100%
}

.error-content h1 {
	font-size: 100px;
	line-height: 72px;
	margin-bottom: 29px;
	margin-top: 55px
}

.error-content h3 {
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 15px
}

.error-content h5 {
	color: #666;
	font-size: 16px;
	font-weight: 400;
	line-height: 15px;
	margin-bottom: 40px
}

.error-content a.back {
	background-color: #f83600;
	border-radius: 50px;
	box-shadow: 0 5px 30px 0 rgba(248, 54, 0, .1);
	color: #fff;
	display: block;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	-webkit-text-decoration: none;
	text-decoration: none;
	width: 180px
}

@media screen and (max-width:820px) {
	.error-content {
		box-sizing: border-box;
		padding: 40px 20px
	}

	.error-content img {
		width: 60%
	}

	.error-content h1 {
		font-size: 36px;
		margin-bottom: 0;
		margin-top: 10px
	}

	.error-content h3 {
		font-size: 18px
	}

	.error-content h5 {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 20px
	}

	.error-content a.back {
		font-size: 12px;
		height: 36px;
		line-height: 36px;
		width: 100px
	}
}

.nuxt-progress {
	background-color: #000;
	height: 2px;
	left: 0;
	opacity: 1;
	position: fixed;
	right: 0;
	top: 0;
	transition: width .1s, opacity .4s;
	width: 0;
	z-index: 999999
}

.nuxt-progress.nuxt-progress-notransition {
	transition: none
}

.nuxt-progress-failed {
	background-color: red
}

img:not([src]) {
	opacity: 0
}

* {
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	font-family: 微软雅黑;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 1em;
	list-style: none;
	margin: 0;
	padding: 0;
	-webkit-text-decoration: none;
	text-decoration: none
}

dt {
	font-size: 0
}

img {
	border: none;
	max-width: 100%
}

input,
option,
select,
textarea {
	outline: none;
	resize: none
}

label {
	cursor: pointer
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
	-webkit-appearance: none
}

input[type=number] {
	-moz-appearance: textfield
}

a {
	color: #333
}

body.active {
	overflow: hidden
}

.width-1200 {
	margin: 0 auto;
	max-width: 1200px
}

.zh-clear:after {
	clear: both;
	content: "";
	display: block;
	height: 0
}

.message-modal {
	align-items: center;
	background-color: #edf2fc;
	border: 1px solid #ebeef5;
	border-radius: 4px;
	box-sizing: border-box;
	color: #909399;
	display: flex;
	display: none;
	font-size: 14px;
	left: 50%;
	min-width: 300px;
	overflow: hidden;
	padding: 15px;
	position: fixed;
	text-align: center;
	top: 20px;
	transform: translateX(-50%);
	transition: opacity .3s, transform .4s, top .4s
}

.base-title {
	padding: 65px 0 35px;
	text-align: center
}

.base-title,
.base-title span {
	color: #172238;
	font-size: 40px;
	font-weight: 700;
	line-height: 60px
}

.base-title br {
	display: none
}

.base-title.white {
	color: #fff
}

.global-header {
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3
}

.global-header .nuxt-link-active {
	font-weight: 700
}

.global-mobile-header {
	display: none
}

.global-header.active {
	background: #fff;
	box-shadow: 0 2px 24px 0 rgba(23, 34, 56, .08)
}

.global-header .head-logo,
.global-header .head-nav {
	align-items: center;
	display: flex;
	float: left;
	height: 52px
}

.global-header .head-logo a img {
	max-height: 100%;
	width: auto
}

.global-header .head-tools {
	float: right
}

.global-header .head-nav ul {
	display: flex;
	padding-left: 65px
}

.global-header .head-nav ul li {
	cursor: pointer;
	height: 52px;
	line-height: 52px;
	padding: 0 25px;
	position: relative
}

.global-header .head-nav ul li a {
	cursor: pointer;
	display: block;
	line-height: 52px
}

.global-header .head-nav ul li.active a,
.global-header .head-nav ul li>a:hover {
	color: #172238;
	font-weight: 700
}

.global-header .head-nav ul li>a {
	color: #56596a;
	font-size: 14px
}

.global-header .head-nav ul li:hover .children-nav {
	opacity: 1;
	top: 52px;
	visibility: visible
}

.global-header .head-nav .children-nav {
	left: -25px;
	padding: 10px 0;
	top: 72px;
	width: 160px
}

.model-bg {
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 24px 0 rgba(23, 34, 56, .08);
	opacity: 0;
	position: absolute;
	transition: top .3s, options .3s;
	visibility: hidden
}

.model-bg:before {
	border-bottom: 8px solid #fff;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	content: "";
	filter: drop-shadow(0 -2px 5px rgba(23, 34, 56, .08));
	height: 0;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: -8px;
	width: 0;
	z-index: 2
}

.global-header .head-nav .children-nav a {
	color: #56596a;
	display: block;
	font-size: 14px;
	line-height: 36px;
	padding-left: 20px;
	transition: all .3s
}

.global-header .head-nav .children-nav a:hover {
	background: #f0f9f8;
	color: #009c8b;
	transition: all .3s
}

.global-header .head-tools {
	align-items: center;
	display: flex
}

.global-header .head-tools .tools-item {
	height: 52px;
	margin-right: 25px;
	padding-left: 25px;
	position: relative
}

.global-header .head-tools .tools-item.download {
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0yIDExdjVoMTR2LTVoMnY1LjVjMCAuOC0uNyAxLjUtMS41IDEuNWgtMTVDLjcgMTggMCAxNy4zIDAgMTYuNVYxMXptOC0xMXYxMC4ybDMuOS0zLjkgMS41IDEuNC01LjMgNS4zYy0uNi42LTEuNi42LTIuMiAwTDIuNiA3LjdsMS41LTEuNEw4IDEwLjJWMHoiIHN0eWxlPSJmaWxsOiMxNzIyMzgiLz48L3N2Zz4=) no-repeat 0
}

.global-header .head-tools .tools-item.download:hover .modal-down-content {
	opacity: 1;
	top: 52px;
	transition: top .3s, options .3s;
	visibility: visible
}

.global-header .head-tools .tools-item.login {
	background: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE4IiBoZWlnaHQ9IjE4Ij48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05IDBjMi44IDAgNSAyLjIgNSA1cy0yLjIgNS01IDUtNS0yLjItNS01IDIuMi01IDUtNXptMCAyQzcuMyAyIDYgMy4zIDYgNXMxLjMgMyAzIDMgMy0xLjMgMy0zLTEuMy0zLTMtM3ptOC40IDExLjVjLjQuMy42LjguNiAxLjJ2MS44YzAgLjgtLjcgMS41LTEuNSAxLjVoLTE1Qy43IDE4IDAgMTcuMyAwIDE2LjV2LTEuOGMwLS40LjItLjkuNi0xLjFRMy44IDExIDkgMTF0OC40IDIuNXpNMS44IDE1LjEgMiAxNXYxaDE0di0xbC0uMS0uMXEtMi41LTEuOC02LjUtMS45SDlxLTQuNSAwLTcuMiAyLjF6IiBzdHlsZT0iZmlsbDojMTcyMjM4Ii8+PC9zdmc+) no-repeat 0
}

.global-header .head-tools .tools-item .tools-text {
	color: #172238;
	cursor: pointer;
	display: block;
	font-size: 14px;
	font-weight: 700;
	line-height: 52px
}

.modal-down-content {
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	left: -165px;
	padding: 35px 44px 35px 51px;
	top: 72px;
	width: 420px
}

.modal-down-content img {
	height: 132px;
	-o-object-fit: cover;
	object-fit: cover;
	width: 132px
}

.modal-down-content p {
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	text-align: right
}

.modal-down-content .ios p {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAPFBMVEUAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAADQLyYwAAAAE3RSTlMA4DDwoBCAQNCwkE8gn29gwF8/BWOLFgAAAHpJREFUKM+dkEkOgDAMA5OWrkBZ8v+/shxoLFoJ4Uskj5xYoW9yMzf9yUpsgkFkaQIrA7UT4e2ZcXfXKNsENsupOd/DQxutotoo6QLgs7oAIFcQAPgeyL1V1nWOS6ogIeEnM0qvMAOor8dIhIerVoa0vI3eUUiyGvqpA1lqDxlbpSOyAAAAAElFTkSuQmCC) no-repeat 28px, url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABYAAAAWCAMAAADzapwJAAAANlBMVEUAAAAEz3IEz3AEz3ECz3IAz3ADz3IDz3MDznIEz3EDz3IEz3IAz3ADz3IAz3ADznIEz3EEz3IQ9T1aAAAAEXRSTlMAgEDAcDBgUPDQn48grxDgkNDf6VUAAAB4SURBVBjTtdHLDoQgDIXhllIuijNz3v9lJ1aUkrgy8d+QfgtICvXicSSay4GXNSad9bPBWmet6C2ef7jyt5fBdajCdZpsyq4m9i4DjCsb9J7Dy5yAONCGZjtNwTPFTEfNafHblgJIBb6SyScABYBteMp5/xcp2sc/uxgO4n975/cAAAAASUVORK5CYII=) no-repeat 0;
	padding-left: 58px
}

.modal-down-content .androi,
.modal-down-content .android,
.modal-down-content .ios {
	text-align: center
}

.modal-down-content .android p {
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCI+PHBhdGggZmlsbD0ibm9uZSIgZD0iTTI0IDB2MjRIMFYweiIvPjxwYXRoIGQ9Ik0xNSAyMXYtMmg0di00aDJ2NC41YTEuNSAxLjUgMCAwIDEtMS41IDEuNVpNNC41IDIxQTEuNSAxLjUgMCAwIDEgMyAxOS41VjE1aDJ2NGg0djJaTTMgMTN2LTJoMTh2MlptMTYtNFY1aC00VjNoNC41QTEuNSAxLjUgMCAwIDEgMjEgNC41VjlaTTMgOVY0LjVBMS41IDEuNSAwIDAgMSA0LjUgM0g5djJINXY0WiIgZmlsbD0iIzE3MjIzOCIvPjwvc3ZnPg==) no-repeat 0;
	padding-left: 30px
}

.modal-down-content .scan p {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYAgMAAACdGdVrAAAADFBMVEUAAAAXIjgXIzgXIjjmY2rCAAAAA3RSTlMA+YWi2umFAAAAMklEQVQI12PACpjqDzD/bWBg/H+A+b8DA/MBBiDGTqEC5v9AcABGoQB8pkAtglmLDQAA2QQhNQYCQrEAAAAASUVORK5CYII=) no-repeat 0
}

.global-header .head-tools .registry-btn {
	background: linear-gradient(135deg, #1ecdb9, #1ec1cd);
	border-radius: 8px;
	color: #fff;
	display: block;
	font-size: 14px;
	height: 36px;
	line-height: 36px;
	text-align: center;
	width: 104px
}

.global-footer {
	background: #131c2e;
	padding: 64px 0 135px
}

.global-footer .footer-head {
	padding-bottom: 40px
}

.global-footer .footer-head p {
	color: #fff;
	font-size: 24px;
	line-height: 36px;
	margin-bottom: 5px
}

.global-footer .footer-head span {
	color: #b5bac7;
	display: block;
	font-size: 14px;
	line-height: 21px
}

.global-footer .footer-head span em {
	color: #b5bac7;
	font-size: 14px
}

.global-footer .footer-head span br {
	display: none
}

.global-footer .footer-container {
	display: flex;
	justify-content: space-between
}

.global-footer .footer-nav {
	display: flex
}

.global-footer .footer-nav ul {
	margin-right: 75px
}

.global-footer .footer-nav ul p {
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 20px
}

.global-footer .footer-nav ul li {
	margin-bottom: 20px
}

.global-footer .footer-nav ul li,
.global-footer .footer-nav ul li a {
	color: #b5bac7;
	font-size: 14px;
	line-height: 21px;
	transition: color .3s
}

.global-footer .footer-description a:hover,
.global-footer .footer-nav ul li:hover a {
	color: #fff
}

.global-footer .footer-imgs {
	display: flex;
	justify-content: space-between;
	text-align: center
}

.global-footer .footer-imgs .img-item {
	cursor: pointer;
	margin-left: 50px;
	position: relative
}

.global-footer .footer-imgs .title {
	color: #b5bac7;
	font-size: 16px;
	line-height: 22px;
	margin-top: 12px
}

.global-footer .modal-img {
	background: #fff;
	filter: drop-shadow(0 2px 5px rgba(23, 34, 56, .08));
	left: -70px;
	opacity: 0;
	position: absolute;
	top: -280px;
	visibility: hidden;
	width: 240px;
	z-index: 4
}

.global-footer .modal-img .box-item.scan p {
	color: #333;
	font-size: 20px;
	font-weight: 700;
	margin-bottom: 18px;
	text-align: right
}

.global-footer .wechat-modal {
	cursor: pointer;
	position: relative
}

.global-footer .wechat-modal:hover .modal-down-content {
	opacity: 1;
	top: -260px;
	visibility: visible
}

.global-footer .wechat-modal .modal-down-content {
	left: -87px;
	top: -300px
}

.global-footer .footer-imgs .modal-img.zhifubao {
	padding: 35px 45px
}

.global-footer .footer-imgs .modal-img.zhifubao .box-item {
	width: 100%
}

.global-footer .footer-imgs .modal-img.wechat {
	left: -80px
}

.global-footer .footer-imgs .modal-img.app {
	justify-content: center;
	left: -88px;
	padding: 35px 40px
}

.modal-img.model-bg:before {
	border-bottom: none;
	border-top: 8px solid #fff;
	bottom: -8px;
	top: auto
}

.global-footer .footer-imgs .img-item:hover .modal-img {
	opacity: 1;
	top: -260px;
	visibility: visible
}

.global-footer .footer-description {
	color: #56596a;
	font-size: 12px;
	text-align: center
}

.global-footer .footer-description br {
	display: none
}

.global-footer .footer-description em {
	font-size: 12px
}

.global-footer .footer-description a {
	color: #56596a;
	font-size: 12px
}

.global-footer .footer-contact {
	background: rgba(19, 28, 46, .88);
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 5
}

.global-footer .footer-contact .width-1200 {
	display: flex;
	justify-content: space-between;
	padding: 15.5px 0
}

.global-footer .footer-contact .footer-form {
	display: flex
}

.global-footer .footer-contact .footer-form .form-item {
	background: #fff url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjE0IiBoZWlnaHQ9IjE0Ij48cGF0aCBkPSJNMTIuNiAxMy4yYy0xIC42LTIuMy4zLTMuNS0uM2wtLjktLjVDNi43IDExLjYgNC4xIDkgNC4xIDkgMi41IDcuMy0uOCAyLjkgMS42IDEuMWMxLjItMSAyLS42IDIuOC41LjggMS4xIDEuNSAxLjguNSAyLjggMCAwLTEuMiAxIDEuNiAzLjdDOSAxMC40IDkuOCA5LjQgOS44IDkuNGMuOC0uOSAxLjktLjMgMyAuNS45LjcgMS4yIDEuNC43IDIuNC0uNC43LS45LjktLjkuOXoiIHN0eWxlPSJmaWxsOiMxNzIyMzgiLz48L3N2Zz4=) no-repeat 15px;
	border-radius: 8px;
	height: 48px;
	padding-left: 45px;
	width: 380px
}

.global-footer .footer-contact .footer-form .form-item input {
	border: none;
	border-radius: 8px;
	box-sizing: border-box;
	font-size: 16px;
	height: 48px;
	padding-right: 15px;
	width: 100%
}

.global-footer .footer-contact .footer-form .form-item input::-moz-placeholder {
	color: #808999
}

.global-footer .footer-contact .footer-form .form-item input::placeholder {
	color: #808999
}

.global-footer .footer-contact .footer-form .form-submit {
	background: #1ecdb9;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	margin-left: 12px;
	text-align: center;
	width: 128px
}

.global-footer .footer-contact .footer-contact-text {
	width: 175px
}

.global-footer .footer-contact .footer-contact-text p {
	color: #b5bac7;
	font-size: 14px;
	text-align: right
}

.global-footer .footer-contact .footer-contact-text .tel {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAARCAMAAAAMs7fIAAAAOVBMVEUAAAD///////////////////////////////////////////////////////////////////////8KOjVvAAAAEnRSTlMA8MBgIJAQMM+gn4BPQODfr3Aa5qIMAAAAYUlEQVQY02XOWQ6AIAxF0ZZJEXB4+1+sJRJpw/08SV9KFHFtpCsAOGlxkPIi0PJ0iFpCl0S6KNKMpBPYydQAHJb8SlnoDpRKNetwLIPbPBxx+IkH+fmp+yTQrIqxJ1vffQFOvgWwEEng6wAAAABJRU5ErkJggg==) no-repeat 0;
	color: #fff;
	font-size: 20px;
	line-height: 30px;
	margin-top: 5px;
	padding-left: 25px;
	text-align: right
}

.global-right {
	height: 370px;
	margin: auto;
	position: fixed;
	right: 16px;
	top: 30%;
	z-index: 6
}

.global-mobile-chat .consulting-service .img,
.global-right .consulting-service .img {
	align-items: flex-end;
	background: #fff;
	border: 2px solid #009c8b;
	border-radius: 100%;
	display: flex;
	font-size: 0;
	height: 72px;
	justify-content: center;
	margin: 0 auto;
	overflow: hidden;
	width: 72px
}

.global-mobile-chat .consulting-service .number,
.global-right .consulting-service .number {
	background: #fa5555;
	border-radius: 100%;
	color: #fff;
	font-size: 12px;
	height: 18px;
	line-height: 18px;
	position: absolute;
	right: 0;
	text-align: center;
	top: 12px;
	width: 18px
}

.global-mobile-chat .consulting-service p,
.global-right .consulting-service p {
	background: linear-gradient(135deg, #1ecdb9, #1ec1cd);
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 14px;
	height: 28px;
	line-height: 28px;
	margin-top: -10px;
	position: relative;
	text-align: center;
	z-index: 2
}

.global-right ul li {
	position: relative
}

.global-right ul li .box {
	align-items: center;
	background: #f0f9f8;
	border: 1px solid #fff;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	display: flex;
	flex-direction: column;
	height: 80px;
	justify-content: center;
	margin-top: 4px;
	position: relative;
	text-align: center;
	width: 88px;
	z-index: 2
}

.global-right ul li .box.active {
	border-color: #009c8b
}

.global-right ul li p {
	color: #009c8b;
	font-size: 14px;
	font-weight: 700;
	margin-top: 10px
}

.global-right .wechat-box {
	background: #fff url(./webres/footer-bg.926e6e7.png) no-repeat 100% 0;
	border-radius: 12px;
	bottom: 0;
	box-shadow: 0 2px 24px 0 rgba(23, 34, 56, .08);
	height: 240px;
	left: 120px;
	position: absolute;
	text-align: center;
	top: 0;
	transition: left .3s;
	width: 240px
}

.global-right .wechat-box.active {
	left: -260px;
	transition: left .3s
}

.global-right .wechat-box .title {
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding-bottom: 8px;
	padding-top: 27px;
	text-align: center
}

.global-right .wechat-box img {
	width: 132px
}

.global-right .wechat-box .description {
	color: #808999;
	font-size: 12px;
	line-height: 18px
}

.global-right .wechat-box .close {
	cursor: pointer;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 30px
}

.global-right .wechat-box .close:after,
.global-right .wechat-box .close:before {
	background: #172238;
	bottom: 0;
	content: "";
	height: 12px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 1px
}

.global-right .wechat-box .close:after {
	transform: rotate(-45deg)
}

.global-right .wechat-box .close:before {
	transform: rotate(45deg)
}

.global-mobile-header {
	background: #fff;
	box-sizing: border-box;
	padding: 12px 15px;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 4
}

.global-mobile-header:after {
	clear: both;
	content: "";
	display: block
}

.global-mobile-header .logo {
	float: left
}

.global-mobile-header .logo img {
	max-height: 100%
}

.global-mobile-header .header-nav {
	float: right
}

.global-mobile-header .header-nav.active .header-nav-btn {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgAgMAAAAOFJJnAAAADFBMVEUAAAAVIDgQIDgXIjjQFQ9RAAAAA3RSTlMAYCCk5Y+xAAAAW0lEQVQY02MgDTCBiAYgZndgYGC8AGToAwn2HyCRLwwM8iARxr8MDPVAaRAJYjOAxEGyYEUgJWBFICVgRUAlEEVfEAy4FFwxXDvCQLgVcEthzkA4DO5UhONJAgAzTSI5lmxcUAAAAABJRU5ErkJggg==) no-repeat 0/16px auto
}

.global-mobile-header .header-nav .header-nav-btn {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgBAMAAACBVGfHAAAAJ1BMVEUAAAAXITgUIDgUIDkQIDAVIDUWITcWITcXIjcQIDgWITgWIjgXIjhL7xtrAAAADHRSTlMAwEA/EDDw0JAgoJ8yD1s0AAAAR0lEQVQoz2OgDQgURIAGkIDOGQQQwBSgPnBFF9DZAiKdjaHAhEHneACyOw4BmZnYBJyUoEAFpAXN0CUY1lIDEA4xzECmDQAA6UVAvNsKdlIAAAAASUVORK5CYII=) no-repeat 0/16px auto;
	font-size: 14px;
	font-weight: 700;
	line-height: 28px;
	padding-left: 22px;
	transition: all .3s
}

.global-mobile-header .header-nav .header-down {
	background: #fff;
	border-radius: 0 0 24px 24px;
	box-sizing: border-box;
	left: 0;
	opacity: 0;
	overflow: hidden;
	position: absolute;
	transition: all .3s;
	visibility: hidden;
	width: 100%
}

.global-mobile-header .header-nav.active .header-down {
	opacity: 1;
	visibility: visible
}

.global-mobile-header .header-nav .header-down ul {
	padding: 24px
}

.global-mobile-header .header-down li:last-child a {
	border: none
}

.global-mobile-header .header-down li {
	border-bottom: 1px solid #eceff4;
	padding-bottom: 12px
}

.global-mobile-header .header-down li:last-child {
	border: none;
	padding-bottom: 0
}

.global-mobile-header .header-down .header-item {
	position: relative
}

.global-mobile-header .header-down .header-item>a {
	color: #172238;
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 24px 0
}

.global-mobile-header .header-down li .more {
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA4AAAAYBAMAAAA46dFkAAAAElBMVEUAAAAVIDgWITgWIjcVIDUXIjgSeJ7DAAAABXRSTlMAYKDwMBJQfcMAAAAvSURBVAjXY2ASYAAD1UAILRoKEWAMpYZAAJhmCjWA2BHsAOGakM1lEIVwGRghXAC9KA0C82KVTAAAAABJRU5ErkJggg==) no-repeat 50%/7px auto;
	bottom: 0;
	height: 50px;
	margin: auto;
	position: absolute;
	right: -15px;
	top: 0;
	transition: all .3s;
	width: 50px
}

.global-mobile-header .children-nav {
	box-sizing: border-box;
	height: 0;
	overflow: hidden
}

.global-mobile-header .children-nav .box {
	padding: 20px 0 10px
}

.global-mobile-header .children-nav a {
	display: block;
	font-size: 16px;
	font-weight: 700;
	padding: 12px 0
}

.footer-nav-bg,
.header-nav-bg {
	background: rgba(0, 0, 0, .6);
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 3
}

.footer-nav-bg {
	z-index: 5
}

.mobile-pagination {
	display: none
}

.mobile-pagination.swiper-pagination .swiper-pagination-bullet {
	background: rgba(23, 34, 56, .16);
	height: 10px;
	margin: 0 8px;
	opacity: 1;
	width: 10px
}

.mobile-pagination.swiper-pagination {
	bottom: 25px;
	left: 0;
	text-align: center;
	width: 100%
}

.mobile-pagination.swiper-pagination .swiper-pagination-bullet-active {
	background: #172238
}

.global-mobile-footer {
	align-items: center;
	background: #fff;
	bottom: 0;
	box-sizing: border-box;
	display: flex;
	display: none;
	height: 72px;
	justify-content: space-between;
	left: 0;
	padding: 0 15px;
	position: fixed;
	width: 100%;
	z-index: 10
}

.global-mobile-footer .left-btn {
	align-items: center;
	display: flex;
	flex: 1;
	justify-content: space-between;
	margin-right: 20px;
	text-align: center
}

.global-mobile-footer .left-btn .download-app {
	width: 50%
}

.global-mobile-footer .left-btn img {
	-o-object-fit: cover;
	object-fit: cover;
	width: 24px
}

.global-mobile-footer .left-btn p {
	font-size: 12px;
	font-weight: 700;
	margin-top: 7px
}

.global-mobile-footer .register-btn {
	background: #1ecdb9;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
	text-align: center;
	width: 55%
}

.global-mobile-chat .consulting-service .img {
	background: #fff
}

.global-mobile-chat .consulting-service p {
	font-size: 12px
}

.global-mobile-chat {
	bottom: 80px;
	display: none;
	position: fixed;
	right: 8px;
	z-index: 3
}

.global-mobile-online {
	background: #fff;
	border-radius: 24px 24px 0 0;
	bottom: -100%;
	position: fixed;
	transition: all .5s;
	width: 100%;
	z-index: 99
}

.global-mobile-online.active {
	bottom: 0;
	transition: all .5s
}

.global-mobile-online .close {
	bottom: 0;
	cursor: pointer;
	height: 20px;
	margin: auto;
	position: absolute;
	right: 24px;
	top: 0;
	width: 20px
}

.global-mobile-online .close:after,
.global-mobile-online .close:before {
	background: #172238;
	bottom: 0;
	content: "";
	height: 15px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px
}

.global-mobile-online .close:after {
	transform: rotate(45deg)
}

.global-mobile-online .close:before {
	transform: rotate(-45deg)
}

.global-mobile-online .title {
	border-bottom: 1px solid #eceff4;
	color: #172238;
	font-size: 18px;
	font-weight: 700;
	line-height: 27px;
	padding: 24px 16px 12px;
	position: relative
}

.global-mobile-online .registry-form {
	background: #fff;
	border-radius: 16px;
	box-sizing: border-box;
	padding: 11px 0 0;
	width: 100%
}

.global-mobile-online .registry-form input {
	background: transparent;
	border: none;
	box-sizing: border-box;
	color: #172238;
	font-size: 16px;
	height: 48px;
	padding: 0 15px;
	width: 100%
}

.global-mobile-online .registry-form input::-moz-placeholder {
	color: #b5bac7
}

.global-mobile-online .registry-form input::placeholder {
	color: #b5bac7
}

.global-mobile-online .registry-form .el-form-item {
	margin: 0 16px 9px
}

.global-mobile-online .registry-form .el-form-item__label {
	color: #172238;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 8px
}

.global-mobile-online.winPopup .registry-form .el-form-item .el-form-item__content {
	line-height: 0
}

.global-mobile-online .registry-form .el-input {
	background: #f6f7fb;
	border-radius: 8px;
	overflow: hidden;
	position: relative
}

.global-mobile-online .registry-form input {
	width: 240px
}

.global-mobile-online .registry-form .get-code {
	bottom: 0;
	color: #009c8b;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
	margin: auto;
	position: absolute;
	right: 15px
}

.global-mobile-online .registry-form .get-code.text {
	bottom: 2px
}

.global-mobile-online .registry-form .get-code:before {
	background: #dde0e8;
	bottom: 0;
	content: "";
	height: 24px;
	left: -20px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 1px
}

.global-mobile-online .registry-form .border-top {
	border-top: 1px solid #eceff4
}

.global-mobile-online .registry-form .submit-btn {
	background: #dde0e8;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	margin: 12px;
	text-align: center
}

.global-mobile-online .registry-form .get-code-image {
	bottom: 4px;
	height: 40px;
	right: 6px;
	width: 100px
}

.global-mobile-online .registry-form .get-code-image img {
	height: 40px
}

.global-mobile-online .registry-form .get-code-image:before {
	display: none
}

.global-mobile-online .registry-form .imgCode {
	margin-bottom: 12px;
	padding-top: 2px
}

.global-mobile-online .registry-form .popupBtn {
	margin: 0 0 12px
}

.global-mobile-online .registry-form .submit-btn {
	margin: 12px 16px
}

.footer-form-modal {
	background: #fff;
	border: 1px solid #dde0e8;
	border-radius: 24px;
	bottom: 0;
	box-shadow: 0 2px 36px 0 rgba(19, 28, 46, .12);
	box-sizing: border-box;
	height: 400px;
	padding: 32px;
	position: fixed;
	right: -453px;
	transition: right .3s;
	width: 423px;
	z-index: 99
}

.footer-form-modal.active {
	right: 0;
	transition: right .3s
}

.footer-form-modal .title {
	color: #172238;
	font-size: 24px;
	font-weight: 700;
	height: 36px;
	line-height: 36px;
	margin-bottom: 30px
}

.footer-form-modal .close {
	cursor: pointer;
	height: 18px;
	margin: auto;
	position: absolute;
	right: 32px;
	top: 38px;
	width: 18px
}

.footer-form-modal .close:after,
.footer-form-modal .close:before {
	background: #172238;
	bottom: 0;
	content: "";
	height: 10px;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 0;
	width: 1px
}

.footer-form-modal .close:before {
	transform: rotate(-45deg)
}

.footer-form-modal .close:after {
	transform: rotate(45deg)
}

.footer-form-modal input {
	background: transparent;
	border: none;
	box-sizing: border-box;
	color: #172238;
	font-size: 16px;
	height: 48px;
	padding: 0 15px;
	width: 100%
}

.footer-form-modal input::-moz-placeholder {
	color: #b5bac7
}

.footer-form-modal input::placeholder {
	color: #b5bac7
}

.footer-form-modal .el-form-item {
	margin-bottom: 15px
}

.footer-form-modal .el-form-item__label {
	color: #172238;
	font-size: 14px;
	font-weight: 700;
	line-height: 21px;
	margin-bottom: 8px
}

.footer-form-modal .el-input {
	background: #f6f7fb;
	border-radius: 8px;
	overflow: hidden;
	position: relative
}

.footer-form-modal .form-input.code input {
	width: 240px
}

.footer-form-modal .get-code {
	bottom: 15px;
	color: #009c8b;
	cursor: pointer;
	font-size: 16px;
	font-weight: 700;
	height: 48px;
	line-height: 48px;
	margin: auto;
	position: absolute;
	right: 15px
}

.footer-form-modal .get-code:before {
	background: #dde0e8;
	bottom: 0;
	content: "";
	height: 24px;
	left: -20px;
	margin: auto;
	position: absolute;
	top: 0;
	width: 1px
}

.footer-form-modal .submit-btn {
	background: #dde0e8;
	border-radius: 8px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	height: 48px;
	line-height: 48px;
	margin-top: 12px;
	text-align: center
}

.footer-modal-bg {
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 2
}

.get-code.active {
	color: #b5bac7 !important
}

.submit-btn.active {
	background: #1ecdb9 !important;
	color: #fff !important
}

.global-header .nuxt-link-active {
	color: #172238
}

@media screen and (max-width:1600px) {
	.global-footer .footer-imgs .modal-img.app {
		left: auto;
		right: 0 !important
	}

	.global-footer .footer-imgs .modal-img.app:before {
		left: auto;
		right: 20px
	}
}

@media screen and (max-width:1200px) {
	.width-1200 {
		box-sizing: border-box;
		margin: 0 24px
	}

	.global-footer .footer-contact .footer-contact-text:first-child {
		display: none
	}

	.base-title {
		font-size: 28px
	}

	.global-footer .footer-nav ul:last-child {
		margin-right: 0
	}

	.global-footer .footer-imgs .img-item:first-child {
		margin-left: 0
	}
}

@media screen and (max-width:996px) {

	.global-mobile-chat,
	.global-mobile-header,
	.mobile-pagination {
		display: block
	}

	.base-title span,
	.global-header,
	.global-right {
		display: none
	}

	.global-mobile-footer {
		display: flex
	}

	.base-title {
		font-size: 24px;
		line-height: 36px;
		padding: 30px 0 16px
	}

	.base-title br {
		display: block
	}

	.swiper-pagination.white .swiper-pagination-bullet {
		background: hsla(0, 0%, 100%, .16)
	}

	.swiper-pagination.white .swiper-pagination-bullet-active {
		background: #fff
	}

	.global-footer .footer-container,
	.global-footer .footer-nav {
		flex-wrap: wrap
	}

	.global-footer .footer-contact {
		display: none
	}

	.global-footer {
		padding: 36px 0 80px
	}

	.global-footer .footer-head p {
		font-size: 18px;
		line-height: 27px
	}

	.global-footer .footer-head span {
		font-size: 12px;
		line-height: 18px
	}

	.global-footer .footer-head span em {
		display: none
	}

	.global-footer .footer-head span br {
		display: block
	}

	.global-footer .footer-head {
		padding-bottom: 18px
	}

	.global-footer .footer-nav ul p {
		margin-bottom: 16px
	}

	.global-footer .footer-nav ul li,
	.global-footer .footer-nav ul li a {
		font-size: 12px;
		line-height: 18px
	}

	.global-footer .footer-nav ul li {
		margin-bottom: 16px
	}

	.global-footer .footer-imgs .img-item {
		margin-left: 0
	}

	.global-footer .footer-imgs .modal-img.app {
		width: 100%
	}

	.global-footer .footer-imgs {
		margin-top: 16px;
		width: 100%
	}

	.modal-down-content {
		display: none
	}

	.global-footer .footer-imgs .title {
		font-size: 14px
	}

	.global-footer .footer-nav ul {
		margin-top: 12px
	}

	.global-footer .footer-description {
		letter-spacing: -.5px;
		line-height: 24px;
		margin-left: -24px;
		margin-top: 26px;
		width: calc(100% + 48px)
	}

	.global-footer .footer-description br {
		display: block
	}

	.global-footer .footer-description em {
		display: none
	}

	.global-mobile-header .header-nav.active .header-down ul li a {
		padding: 16px 0
	}

	.global-mobile-header .header-nav.active .header-down ul li.tips p {
		padding-bottom: 16px;
		padding-top: 28px
	}

	.global-mobile-header .header-nav.active .header-down ul li:first-child {
		padding-bottom: 12px
	}

	.global-mobile-header .header-nav.active .header-down ul li:last-child {
		padding-top: 12px
	}
}