.welcome-nav {
	display: flex;
	height: 56px;
	justify-content: center;
	position: fixed;
	top: 0;
	transition: all .3s ease;
	width: 100%;
	z-index: 999
}

.welcome-nav-scroll {
	background: #fff;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, .08)
}

.welcome-nav .nav-container {
	display: flex;
	height: 100%;
	justify-content: space-between;
	padding: 0 60px;
	width: 1400px
}

.welcome-nav .nav-left {
	align-items: center;
	cursor: pointer;
	display: flex
}

.welcome-nav .nav-logo {
	height: 30px;
	margin-right: 10px;
	width: 30px
}

.welcome-nav .nav-logo img {
	width: 100%
}

.welcome-nav .nav-title {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
	line-height: 25px
}

.welcome-nav .nav-title-scroll {
	color: #1e2023
}

.welcome-nav .nav-entry,
.welcome-nav .nav-right {
	align-items: center;
	display: flex
}

.welcome-nav .nav-entry {
	cursor: pointer;
	margin-left: 32px
}

.welcome-nav .entry-item-icon {
	height: 20px;
	margin-right: 6px;
	width: 20px
}

.welcome-nav .entry-item-title {
	color: #fff;
	font-size: 16px;
	line-height: 22px
}

.welcome-nav .entry-item-title-scroll {
	color: #1e2023
}

@media screen and (max-width:1400px) and (min-width:767px) {
	.welcome-nav .nav-container {
		padding: 0;
		width: 1096px
	}
}

@media screen and (max-width:767px) {
	.welcome-nav {
		height: 42px
	}

	.welcome-nav .nav-container {
		box-sizing: border-box;
		height: 100%;
		margin: 0 16px;
		padding: 0;
		width: 100%
	}

	.welcome-nav .nav-logo {
		height: 35px;
		margin-right: 6px;
		width: 35px
	}

	.welcome-nav .nav-logo img {
		width: 100%
	}

	.welcome-nav .nav-title {
		font-size: 14px;
		line-height: 20px;
		margin-left: 6px
	}

	.welcome-nav .nav-entry {
		margin-left: 16px
	}

	.welcome-nav .entry-item-icon {
		height: 12px;
		margin-right: 4px;
		width: 12px
	}

	.welcome-nav .entry-item-title {
		font-size: 12px;
		line-height: 17px
	}
}

.welcome-header {
	background: #647890;
	height: 600px;
	width: 100%
}

.welcome-header .header-container {
	background-position: 50%;
	background-size: cover;
	height: 100%;
	margin: 0 auto;
	min-width: 1400px;
	width: 100%
}

.welcome-header .header-bg-welcome {
	background-image: url(../images/header_welcome_v2.png)
}

.welcome-header .header-bg-remote {
	background-image: url(../images/header_remote_v2.png)
}

.welcome-header .header-bg-room {
	background-image: url(../images/header_room_v2.png)
}

.welcome-header .header-main {
	display: flex;
	flex-direction: column;
	height: 100%;
	justify-content: center;
	margin: 0 auto;
	width: 1280px
}

.welcome-header .main-block {
	margin-top: 2%
}

.welcome-header .main-title {
	color: #fff;
	font-size: 54px;
	font-weight: 500;
	line-height: 75px
}

.welcome-header .main-stitle {
	color: #fff;
	font-size: 32px;
	font-weight: 400;
	line-height: 45px;
	margin-top: 24px
}

.welcome-header .main-btn {
	display: flex;
	margin-top: 60px
}

.welcome-header .btn-item {
	align-items: center;
	border-radius: 8px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	font-size: 24px;
	height: 64px;
	justify-content: center;
	margin-right: 30px;
	padding: 0 12px
}

.welcome-header .btn-common {
	border: 1px solid #fff;
	color: #fff
}

.welcome-header .btn-primary {
	background: #417ff9;
	color: #fff
}

@media screen and (max-width:1400px) and (min-width:767px) {
	.welcome-header .header-container {
		min-width: 1096px
	}

	.welcome-header .header-main {
		width: 1096px
	}
}

@media screen and (max-width:767px) {
	.welcome-header {
		display: flex;
		height: 50vw;
		justify-content: center;
		width: 100%
	}

	.welcome-header .header-container {
		background-position: 50%;
		display: flex;
		height: 100%;
		justify-content: center;
		min-width: 100%;
		width: 100%
	}

	.welcome-header .header-main {
		box-sizing: border-box;
		padding-left: 24px;
		width: 100%
	}

	.welcome-header .main-block {
		margin-top: 15px
	}

	.welcome-header .main-title {
		font-size: 18px;
		line-height: 25px
	}

	.welcome-header .main-stitle {
		font-size: 11px;
		line-height: 15px;
		margin-top: 4px
	}

	.welcome-header .main-btn {
		margin-top: 10px
	}

	.welcome-header .btn-item {
		border-radius: 4px;
		font-size: 12px;
		height: 30px;
		margin-right: 10px
	}
}

.welcome-entry[data-v-7a0fae6e] {
	margin: 60px auto 0;
	width: 1400px
}

.welcome-entry .entry-container[data-v-7a0fae6e] {
	display: flex;
	justify-content: center;
	width: 100%
}

.welcome-entry .entry-item[data-v-7a0fae6e] {
	align-items: center;
	border-radius: 8px;
	box-shadow: 0 4px 16px 0 rgba(46, 65, 102, .1);
	cursor: pointer;
	display: flex;
	height: 280px;
	width: 680px
}

.welcome-entry .entry-item+.entry-item[data-v-7a0fae6e] {
	margin-left: 40px
}

.welcome-entry .entry-icon[data-v-7a0fae6e] {
	background-size: cover;
	height: 100%;
	width: 280px
}

.welcome-entry .entry-meeting[data-v-7a0fae6e] {
	background-image: url(../images/entry_meeting_v2.png)
}

.welcome-entry .entry-room[data-v-7a0fae6e] {
	background-image: url(../images/entry_room_v2.png)
}

.welcome-entry .entry-content[data-v-7a0fae6e] {
	display: flex;
	flex-direction: column;
	padding-left: 60px
}

.welcome-entry .entry-title[data-v-7a0fae6e] {
	color: #1e2023;
	font-size: 36px;
	font-weight: 500;
	line-height: 50px;
	word-break: keep-all
}

.welcome-entry .entry-desc[data-v-7a0fae6e] {
	color: #7e8186;
	font-size: 20px;
	line-height: 28px;
	margin-top: 6px;
	word-break: keep-all
}

.welcome-entry .entry-more[data-v-7a0fae6e] {
	color: #417ff9;
	font-size: 14px;
	line-height: 20px;
	margin-top: 8px;
	-webkit-text-decoration: underline;
	text-decoration: underline
}

@media screen and (max-width:1400px) and (min-width:767px) {
	.welcome-entry[data-v-7a0fae6e] {
		width: 1096px
	}

	.welcome-entry .entry-item[data-v-7a0fae6e] {
		height: 240px;
		width: 530px
	}

	.welcome-entry .entry-item+.entry-item[data-v-7a0fae6e] {
		margin-left: 36px
	}

	.welcome-entry .entry-icon[data-v-7a0fae6e] {
		width: 240px
	}

	.welcome-entry .entry-content[data-v-7a0fae6e] {
		padding-left: 40px
	}
}

@media screen and (max-width:767px) {
	.welcome-entry[data-v-7a0fae6e] {
		margin: 16px 0 0;
		padding: 0 16px;
		width: 100%
	}

	.welcome-entry .entry-container[data-v-7a0fae6e] {
		flex-direction: column
	}

	.welcome-entry .entry-item[data-v-7a0fae6e] {
		align-items: center;
		background-size: cover;
		border-radius: 6px;
		box-shadow: 0 6px 24px 0 rgba(46, 65, 102, .1);
		flex-direction: row;
		height: 140px;
		width: 100%
	}

	.welcome-entry .entry-item+.entry-item[data-v-7a0fae6e] {
		margin-left: 0;
		margin-top: 16px
	}

	.welcome-entry .entry-icon[data-v-7a0fae6e] {
		height: 100%;
		width: 140px
	}

	.welcome-entry .entry-content[data-v-7a0fae6e] {
		padding-left: 30px
	}

	.welcome-entry .entry-title[data-v-7a0fae6e] {
		font-size: 18px;
		line-height: 25px
	}

	.welcome-entry .entry-desc[data-v-7a0fae6e] {
		font-size: 12px;
		line-height: 20px;
		margin-top: 4px
	}

	.welcome-entry .entry-more[data-v-7a0fae6e] {
		font-size: 12px;
		line-height: 17px;
		margin-top: 4px
	}
}

.download-item[data-v-6895bc53] {
	height: 270px;
	margin: 0 20px;
	width: 224px
}

.download-item .item-container[data-v-6895bc53],
.download-item[data-v-6895bc53] {
	align-items: center;
	display: flex;
	justify-content: center
}

.download-item .item-container[data-v-6895bc53] {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 8px 24px 0 rgba(46, 65, 102, .1);
	flex-direction: column;
	height: 100%;
	position: relative;
	transition: transform .3s;
	width: 100%
}

.download-item .item-container[data-v-6895bc53]:hover {
	transform: scale(1.12)
}

.download-item .item-main[data-v-6895bc53] {
	text-align: center
}

.download-item .item-main.hover-status[data-v-6895bc53] {
	align-items: center;
	display: flex;
	flex-direction: column
}

.download-item .item-qrcode[data-v-6895bc53] {
	position: absolute;
	right: 0;
	top: 0
}

.download-item .item-title[data-v-6895bc53] {
	color: #1e2023;
	font-size: 20px;
	font-weight: 500;
	line-height: 28px;
	margin-top: 24px
}

.download-item .item-download[data-v-6895bc53] {
	color: #417ff9;
	cursor: pointer;
	font-size: 20px;
	line-height: 28px;
	margin-top: 16px
}

.download-item .item-version[data-v-6895bc53] {
	flex-direction: column;
	margin-top: 8px
}

.download-item .item-m1[data-v-6895bc53],
.download-item .item-version[data-v-6895bc53] {
	align-items: center;
	color: #7e8186;
	display: flex;
	font-size: 14px;
	line-height: 20px
}

.download-item .item-m1[data-v-6895bc53] {
	background: #e6e9ec;
	border-radius: 2px;
	height: 24px;
	justify-content: center;
	margin-top: 9px;
	padding: 0 8px
}

.download-item .item-rooms[data-v-6895bc53] {
	color: #353535;
	font-size: 14px;
	line-height: 20px
}

.download-item .item-rooms-active[data-v-6895bc53] {
	color: #417ff9;
	cursor: pointer
}

.download-item .download-text[data-v-6895bc53] {
	color: #353535;
	font-size: 20px;
	font-weight: 500;
	line-height: 25px;
	margin-top: 14px
}

.download-item .download-icons[data-v-6895bc53] {
	display: flex;
	justify-content: center
}

@media screen and (max-width:1400px) and (min-width:767px) {
	.download-item[data-v-6895bc53] {
		margin: 0 10px;
		width: 204px
	}
}

@media screen and (max-width:767px) {
	.download-item[data-v-6895bc53] {
		margin-bottom: 20px
	}
}

.mac-remind[data-v-979ec08a] {
	padding: 0 40px
}

.title[data-v-979ec08a] {
	color: #1e2023;
	font-size: 30px;
	font-weight: 700;
	line-height: 42px;
	text-align: center
}

.content[data-v-979ec08a] {
	color: #7e8186;
	margin-top: 36px
}

.content[data-v-979ec08a],
.desc[data-v-979ec08a] {
	font-size: 16px;
	line-height: 22px
}

.desc[data-v-979ec08a] {
	color: #1e2023;
	margin-top: 12px
}

.image[data-v-979ec08a] {
	margin: 16px auto 0;
	width: 520px
}

.footer[data-v-979ec08a] {
	display: flex;
	justify-content: space-between;
	margin: 35px 0 0
}

.footer-btn[data-v-979ec08a] {
	align-items: center;
	border-radius: 6px;
	box-sizing: border-box;
	cursor: pointer;
	display: flex;
	font-size: 16px;
	height: 40px;
	justify-content: center;
	min-width: 244px
}

.footer-primary[data-v-979ec08a] {
	background: #417ff9;
	color: #fff
}

.footer-normal[data-v-979ec08a] {
	border: 1px solid #d4d5d8;
	color: #5e6166
}

.mt-dialog__wrapper {
	align-items: center;
	display: flex;
	justify-content: center
}

.welcome-download[data-v-5da6c8d2] {
	align-items: center;
	display: flex;
	flex-direction: column;
	margin: 0 auto;
	width: 1400px
}

.welcome-download .download-title[data-v-5da6c8d2] {
	color: #1e2023;
	font-size: 36px;
	font-weight: 500;
	line-height: 50px;
	text-align: center
}

.welcome-download .download-main[data-v-5da6c8d2] {
	align-items: center;
	display: flex;
	justify-content: space-between;
	margin-top: 64px
}

.welcome-download .download-main .download-top[data-v-5da6c8d2] {
	background-color: red;
	height: 60px;
	width: 60px
}

@media screen and (max-width:1400px) and (min-width:767px) {
	.welcome-download[data-v-5da6c8d2] {
		width: 1096px
	}
}

@media screen and (max-width:767px) {
	.welcome-download[data-v-5da6c8d2] {
		width: 100%
	}

	.welcome-download .download-title[data-v-5da6c8d2] {
		font-size: 16px;
		line-height: 22px
	}

	.welcome-download .download-main[data-v-5da6c8d2] {
		flex-wrap: wrap;
		justify-content: center
	}
}

.welcome-card[data-v-569604fd] {
	margin: 0 auto;
	width: 1400px;
	word-break: keep-all
}

.welcome-card .welcome-card-header[data-v-569604fd] {
	color: #1e2023;
	font-size: 48px;
	font-weight: 500;
	line-height: 67px;
	margin-bottom: 100px;
	text-align: center
}

.welcome-card .card[data-v-569604fd],
.welcome-card .welcome-card-container[data-v-569604fd] {
	width: 100%
}

.welcome-card .card .card-title[data-v-569604fd] {
	color: #1e2023;
	font-size: 36px;
	font-weight: 500;
	line-height: 50px
}

.welcome-card .card .card-desc[data-v-569604fd] {
	color: #7e8186;
	font-size: 18px;
	line-height: 32px;
	margin-top: 24px
}

.welcome-card .card+.card[data-v-569604fd] {
	margin-top: 120px
}

.welcome-card .card-center[data-v-569604fd] {
	align-items: center;
	display: flex;
	flex-direction: column;
	text-align: center
}

.welcome-card .card-center .card-image[data-v-569604fd] {
	margin-top: 56px;
	width: 1212px
}

.welcome-card .card-center .card-desc[data-v-569604fd] {
	padding: 0 20px
}

.welcome-card .card-left .card-info[data-v-569604fd] {
	margin-left: 60px
}

.welcome-card .card-right[data-v-569604fd] {
	flex-direction: row-reverse
}

.welcome-card .card-right .card-info[data-v-569604fd] {
	margin-right: 60px
}

.welcome-card .card-left[data-v-569604fd],
.welcome-card .card-right[data-v-569604fd] {
	align-items: center;
	display: flex;
	justify-content: space-between
}

.welcome-card .card-left .card-image[data-v-569604fd],
.welcome-card .card-right .card-image[data-v-569604fd] {
	width: 760px
}

.welcome-card .card-left .card-info[data-v-569604fd],
.welcome-card .card-right .card-info[data-v-569604fd] {
	width: 570px
}

@media screen and (max-width:1400px) and (min-width:767px) {
	.welcome-card[data-v-569604fd] {
		width: 1096px
	}

	.welcome-card .card-left .card-info[data-v-569604fd] {
		margin-left: 0
	}

	.welcome-card .card-right[data-v-569604fd] {
		flex-direction: row-reverse
	}

	.welcome-card .card-right .card-info[data-v-569604fd] {
		margin-right: 0
	}

	.welcome-card .card-left .card-image[data-v-569604fd],
	.welcome-card .card-right .card-image[data-v-569604fd] {
		width: 580px
	}

	.welcome-card .card-left .card-info[data-v-569604fd],
	.welcome-card .card-right .card-info[data-v-569604fd] {
		width: 516px
	}
}

@media screen and (max-width:767px) {
	.welcome-card[data-v-569604fd] {
		width: 100%
	}

	.welcome-card .welcome-card-header[data-v-569604fd] {
		font-size: 18px;
		line-height: 25px;
		margin-bottom: 40px
	}

	.welcome-card .welcome-card-container[data-v-569604fd] {
		width: 100%
	}

	.welcome-card .card .card-title[data-v-569604fd] {
		font-size: 16px;
		line-height: 22px
	}

	.welcome-card .card .card-desc[data-v-569604fd] {
		font-size: 12px;
		line-height: 17px;
		margin-top: 16px
	}

	.welcome-card .card+.card[data-v-569604fd] {
		margin-top: 60px
	}

	.welcome-card .card-left .card-info[data-v-569604fd] {
		margin-left: 0
	}

	.welcome-card .card-right[data-v-569604fd] {
		flex-direction: row
	}

	.welcome-card .card-right .card-info[data-v-569604fd] {
		margin-right: 0
	}

	.welcome-card .card-left[data-v-569604fd],
	.welcome-card .card-right[data-v-569604fd] {
		align-items: center;
		display: flex;
		flex-direction: column;
		justify-content: flex-start
	}

	.welcome-card .card-left .card-image[data-v-569604fd],
	.welcome-card .card-right .card-image[data-v-569604fd] {
		margin-top: 20px;
		width: 100%
	}

	.welcome-card .card-left .card-info[data-v-569604fd],
	.welcome-card .card-right .card-info[data-v-569604fd] {
		padding: 0 20px;
		text-align: center;
		width: 100%
	}
}

.welcome-label {
	display: flex;
	justify-content: center;
	margin: 0 auto;
	text-align: center;
	width: 1400px
}

.welcome-label .label-main {
	margin: 0 auto;
	width: 1280px
}

.welcome-label .label-title {
	color: #1e2023;
	font-size: 36px;
	font-weight: 500;
	line-height: 50px;
	text-align: center
}

.welcome-label .label-card {
	display: flex;
	margin: 64px auto 0;
	word-break: keep-all
}

.welcome-label .label-card .card-item+.card-item {
	margin-left: 32px
}

.welcome-label .card-item {
	align-items: center;
	background: #fff;
	border: 1px solid #dee2ec;
	border-radius: 12px;
	box-shadow: 0 8px 24px 0 rgba(46, 68, 102, .02);
	display: flex;
	flex: 1;
	flex-direction: column;
	min-width: 332px;
	padding: 0 12px 12px
}

.welcome-label .item-icon {
	margin-top: 48px
}

.welcome-label .item-icon img {
	height: 120px;
	width: 120px
}

.welcome-label .item-title {
	color: #1e2023;
	font-size: 24px;
	font-weight: 500;
	line-height: 33px;
	margin-top: 32px
}

.welcome-label .item-desc {
	color: #7e8186;
	font-size: 18px;
	line-height: 32px;
	margin-top: 16px
}

@media screen and (max-width:1400px) and (min-width:767px) {
	.welcome-label {
		width: 1096px
	}

	.welcome-label .card-item {
		flex: 1;
		max-width: 333px
	}
}

@media screen and (max-width:767px) {
	.welcome-label {
		padding: 40px 0 0;
		width: 100%
	}

	.welcome-label .label-main {
		margin: 0 auto;
		width: 100%
	}

	.welcome-label .label-title {
		font-size: 16px;
		line-height: 22px
	}

	.welcome-label .label-card {
		flex-direction: column;
		margin: 14px 20px 0;
		padding: 0;
		width: auto
	}

	.welcome-label .label-card .card-item+.card-item {
		margin-left: 0
	}

	.welcome-label .card-item {
		border-radius: 4px;
		flex-direction: row;
		height: 120px;
		justify-content: space-between;
		margin-top: 16px;
		padding: 12px;
		width: 100%
	}

	.welcome-label .item-icon {
		margin: 32px 28px
	}

	.welcome-label .item-icon img {
		height: 56px;
		width: 56px
	}

	.welcome-label .item-text {
		flex: 1;
		text-align: left
	}

	.welcome-label .item-title {
		font-size: 14px;
		line-height: 20px;
		margin-top: 0
	}

	.welcome-label .item-desc {
		font-size: 10px;
		line-height: 20px;
		margin-top: 6px
	}
}

.footer-text[data-v-803fda08] {
	color: rgba(30, 32, 35, .4);
	font-size: 14px;
	line-height: 22px;
	padding-bottom: 120px;
	padding-top: 120px;
	text-align: center
}

.footer-text .pointer[data-v-803fda08] {
	cursor: pointer;
	margin-right: 10px
}

.footer-text .beian-info[data-v-803fda08],
.footer-text .pointer[data-v-803fda08] {
	align-items: center;
	display: flex;
	justify-content: center
}

.footer-text .footer-link[data-v-803fda08] {
	color: #4a7ff9;
	cursor: pointer
}

.footer-text .police[data-v-803fda08] {
	background: url(../images/police.fbd7224.png) no-repeat;
	background-size: contain;
	height: 16px;
	width: 16px
}

.footer-text .yingye[data-v-803fda08] {
	margin-right: 10px
}

@media screen and (max-width:767px) {
	.footer-text[data-v-803fda08] {
		color: #9ea1a6;
		font-size: 10px;
		line-height: 16px;
		padding-bottom: 108px;
		padding-top: 40px
	}

	.footer-text .police[data-v-803fda08] {
		height: 10px;
		width: 10px
	}
}

.welcome-mfooter {
	align-items: center;
	background: #fff;
	bottom: 0;
	display: flex;
	justify-content: space-between;
	left: 0;
	padding: 12px 16px;
	position: fixed;
	right: 0
}

.welcome-mfooter .mfooter-btn {
	align-items: center;
	border-radius: 4px;
	display: flex;
	flex: 1;
	font-size: 16px;
	height: 42px;
	justify-content: center;
	line-height: 22px
}

.welcome-mfooter .mfooter-feedback {
	background: #f5f5f5;
	color: #000
}

.welcome-mfooter .mfooter-download {
	background: #417ff9;
	color: #fff
}

.welcome-mfooter .mfooter-btn+.mfooter-btn {
	margin-left: 16px
}

body[data-v-33d4d1a8],
html[data-v-33d4d1a8] {
	background: var(--kd-color-background-middle);
	color: var(--kd-color-text-primary)
}

.kd-scrollbar[data-v-33d4d1a8]::-webkit-scrollbar {
	height: 6px;
	width: 6px
}

.kd-scrollbar[data-v-33d4d1a8]::-webkit-scrollbar-thumb {
	background-color: var(--kd-color-fill-heavy);
	border-radius: 1em
}

.kd-scrollbar[data-v-33d4d1a8]::-webkit-scrollbar-track {
	border-radius: 1em
}

.kd-scrollbar.auto-hide[data-v-33d4d1a8]::-webkit-scrollbar-thumb {
	visibility: hidden
}

.kd-scrollbar.auto-hide[data-v-33d4d1a8]:hover::-webkit-scrollbar-thumb {
	visibility: visible
}

.container[data-v-33d4d1a8] {
	width: 100%
}

.container .label[data-v-33d4d1a8] {
	padding-bottom: 120px;
	padding-top: 120px
}

.container .card[data-v-33d4d1a8] {
	padding-top: 120px
}

.container .footer[data-v-33d4d1a8] {
	background: linear-gradient(134deg, #fafcff, #f7f9fc);
	min-width: 1400px;
	width: 100%
}

.container .footer-download[data-v-33d4d1a8] {
	padding-top: 120px
}

@media screen and (max-width:1400px) and (min-width:767px) {
	.container .footer[data-v-33d4d1a8] {
		min-width: 1096px
	}
}

@media screen and (max-width:767px) {
	.container .card[data-v-33d4d1a8] {
		padding-top: 40px
	}

	.container .label[data-v-33d4d1a8] {
		padding-bottom: 40px;
		padding-top: 40px
	}

	.container .footer[data-v-33d4d1a8] {
		min-width: 100%
	}
}