* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	height: 100%;
	-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	font-family: 'Source Han Sans';
}

a {
	cursor: pointer;
	color: inherit;
	text-decoration: none;
}

#app {
	height: 100%;
	overflow: hidden;
}

.app {
	min-height: 100vh;
}

.app-header {
	height: 108px;
	padding: 0 100px;
}

.flex-wrap {
	flex-wrap: wrap;
}

.flex-space {
	justify-content: space-between;
}

.flex-center {
	align-items: center;

}
.flex-centers{
	align-items: center;
	justify-content: center;
}
.flex {
	display: flex;
}

.app-header .logo {
	width: 138px;
	height: 45px;
}

img {
	display: block;
	user-select: none;
	-webkit-user-drag: none;
}

.navbar {
	width: 750px;
}

.navbar a {
	font-size: 16px;
	color: #24C373;
}

.navbar .nav-item.active:after {
	display: block;
	content: "";
	width: 32px;
	height: 2px;
	background: #24C373;
	position: relative;
	top: 5px;
	left: 0;
}

.swiper-container {
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
	float: left
}

.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	-ms-flex-direction: column;
	-webkit-flex-direction: column;
	flex-direction: column
}

.swiper-wrapper {
	position: relative;
	width: 100%;
	height: auto;
	z-index: 1;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-transition-property: -webkit-transform;
	-moz-transition-property: -moz-transform;
	-o-transition-property: -o-transform;
	-ms-transition-property: -ms-transform;
	transition-property: transform;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box
}

.app-main {
	min-width: 100%;
	min-height: calc(100vh - 168px);
	margin: 0 auto;
}

.home[data-v-a8600ca8] {
	background: #0C0E15;
	width: 100%;
}

.home .container .content .title[data-v-a8600ca8] {
	font-size: 54px;
	font-weight: 600;
}

.home .container .content .subtitle[data-v-a8600ca8] {
	font-size: 34px;
	font-weight: 600;
	margin: 27px 0 46px
}

.home .container .content .subtitle .key[data-v-a8600ca8] {
	height: 52px;
	background: #24C373;
	line-height: 52px;
	color: #0c0e15;
	padding: 0 5px;
	display: block;
	margin-left: 5px
}

.home .container .content .desc[data-v-a8600ca8] {
	font-size: 16px;
	line-height: 26px;
	font-weight: 400;
	text-align: justify
}

.home .container .content .platform[data-v-a8600ca8] {
	margin-top: 40px
}

.home .container .content .platform .plat-item[data-v-a8600ca8] {
	width: 142px;
	background: #FFFFFF;
	border-radius: 20px;
	color: #0c0e15;
	font-size: 16px;
	font-weight: 400;
	position: relative
}

.home .container .content .platform .plat-item .icon[data-v-a8600ca8] {
	width: 22px;
	height: 22px;
	margin-right: 5px
}

.icon[data-v-a8600ca8] {
	display: inline-block;
	font: 0/0 a;
	color: transparent;
	background-image: url("../images/icon_sprite.png");
	background-repeat: no-repeat;
	vertical-align: text-bottom;
}

.home .container .content .platform .plat-item .btn[data-v-a8600ca8] {
	line-height: 54px;
}

.home .container .content .platform .plat-item[data-v-a8600ca8]:hover {
	border-radius: 20px 20px 0 0
}

.home .container .content .platform .plat-item:hover .qr[data-v-a8600ca8] {
	display: block
}

.home .container .content .platform .plat-item .qr[data-v-a8600ca8] {
	width: 100%;
	padding-bottom: 10px;
	display: none;
	position: absolute;
	top: 53px;
	left: 0;
	background: #fff;
	border-radius: 0 0 20px 20px
}

.home .container .content .platform .plat-item .qr .qr-img[data-v-a8600ca8] {
	width: 120px;
	height: 120px;
	margin: 0 auto;
	display: block
}

.poper .poper-title[data-v-a8600ca8] {
	font-size: 16px;
	color: #0c0e15;
	font-weight: 400
}

.poper .poper-title[data-v-a8600ca8]:last-of-type {
	margin-top: 18px
}

.poper .poper-tip[data-v-a8600ca8] {
	font-size: 14px;
	color: #7c808c;
	font-weight: 400;
	line-height: 26px
}

.poper .download-link[data-v-a8600ca8] {
	font-size: 14px;
	color: #24c373;
	font-weight: 400;
	text-decoration: underline
}
}

.search-pagination {
	text-align: center;
	width: 100%;
}

.pagination {
	text-align: center;
	width: 100%;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}

.pagination>li {
	display: inline-block;
	float: none;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	word-break: keep-all;
	float: left;
	padding: 6px 12px;
	line-height: 1.42857;
	text-decoration: none;
	color: #24c373;
	background-color: #fff;
	border: 1px solid #ddd;
	margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
	margin-left: 0;
	border-bottom-left-radius: 4px;
	border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

.pagination>li>a:hover,
.pagination>li>a:focus,
.pagination>li>span:hover,
.pagination>li>span:focus {
	z-index: 2;
	color: #23527c;
	background-color: #eeeeee;
	border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:hover,
.pagination>.active>a:focus,
.pagination>.active>span,
.pagination>.active>span:hover,
.pagination>.active>span:focus {
	z-index: 3;
	color: #fff;
	background-color: #24c373;
	border-color: #24c373;
	cursor: default;
}

.factory1 ul li a {
	display: block
}

.app-footer.black-bg {
	height: 60px;
	color: #b8c0cc;
	background-color: #131620;
	justify-content: center;
}

@media screen and (max-width: 640px) {
	.app-header .logo {
		margin: 0 auto;
		width: 1.97rem;
		height: .5rem;
	}

	.navbar {
		display: none;
	}

	.app-header {
		padding: 0 .32rem;
		height: 1.1rem
	}

	.navbar .icon {
		width: .5rem;
		height: .5rem;
		display: block
	}

	.menu {
		width: 3.5rem;
		padding-left: .32rem;
		position: absolute;
		top: 1.1rem;
		right: 0;
		z-index: 99;
		background: #fff;
		box-shadow: 0 .1rem .22rem #00228014
	}

	.menu.black-bg {
		background: #0C0E15;
		color: #fff
	}

	.menu.black-bg .nav-item {
		border-bottom: .01rem solid #434858
	}

	.menu .nav-item {
		width: 100%;
		display: block;
		line-height: 1.06rem;
		font-size: .29rem;
		font-weight: 600;
		border-bottom: .01rem solid #F5F5F7
	}

	.menu .nav-item.active {
		color: #24c373
	}
}

@media screen and (min-width: 640px) {
	.app-header {
		height: 108px;
		padding: 0 100px
	}

	.app-header .logo {
		width: 138px;
		height: 36px
	}

	.navbar {
		font-size: 16px;
		color: #0c0e15
	}

	.navbar .nav-item.active {
		color: #24c373;
		position: relative
	}


	.black-bg .navbar {
		color: #fff
	}

	.black-bg .navbar .nav-item.active {
		color: #24c373
	}
}

@media screen and (min-width: 1660px) {
	.app-main {
		min-height: calc(100vh - 168px)
	}
}

@media screen and (min-width: 640px) and (max-width: 1660px) {
	.app-main {
		min-height: calc(100vh - 208px)
	}
}

@media screen and (max-width: 640px) {
	.app-main {
		min-height: calc(100vh - 3.54rem)
	}
}

@media screen and (max-width: 640px) {
	.app-footer[data-v-d0dea9da] {
		height: 2.44rem;
		flex-direction: column;
		justify-content: center;
		align-items: center
	}

	.app-footer.black-bg {
		background: #131620
	}

	.server-list {
		height: .5rem;
		margin-bottom: .2rem
	}

	.server-item {
		padding: 0 .26rem;
		font-size: .25rem;
		display: block;
		border-left: .01rem solid #B8C0CC
	}

	.server-item.no-border {
		border: 0;
		margin-left: 0
	}

	.text {
		font-size: .2rem;
		line-height: .4rem;
		color: #8c8d91
	}

	.text .icp {
		width: .2rem;
		height: .2rem;
		margin-right: .05rem;
		display: block
	}

	.text:first-of-type {
		margin-left: 0
	}

	.swiper-container[data-v-a8600ca8] {
		width: 100% !important;
		height: auto !important;
	}

	.flex-center {
		align-items: center;
		justify-content: center;
	}
}

@media screen and (min-width: 640px) {
	.app-footer {
		height: 100px;
		padding: 0 100px;
		font-size: 14px;
		font-weight: 400;
		flex-direction: column;
		justify-content: space-around
	}

	.server-item {
		padding: 0 20px;
		line-height: 16px;
		font-size: 16px;
		border-left: 1px solid #B8C0CC
	}

	.server-item.no-border {
		border: 0;
		margin-left: 0
	}

	.text {
		margin-left: 50px;
		line-height: 25px;
		color: #8c8d91;
		display: flex;
		justify-items: center
	}

	.text .icp {
		width: 18px;
		height: 20px;
		margin-right: 5px;
		display: block
	}

	.text:first-of-type {
		margin-left: 0
	}

}

@media screen and (min-width: 1660px) {
	.app-footer {
		height: 60px;
		flex-direction: row;
		justify-content: center
	}

	.app-footer .server-list {
		margin-right: 40px
	}
}

@media screen and (max-width: 640px) {
	.home {
		margin-bottom: .5rem
	}

	.ml-3 {
		margin-left: .3rem
	}

	.container {
		width: 100vw;
		position: relative;
		display: block;
	}

	.content[data-v-a8600ca8] {
		position: relative;
		z-index: 5
	}

	.bg-img {
		width: 100vw;
		height: 14.22rem;
		position: absolute;
		top: 0;
		left: 50%;
		transform: translate(-50%);
		z-index: 0
	}

	.app-img {
		width: 100vw
	}

	.home .container .content .title[data-v-a8600ca8] {
		text-align: center;
		font-size: .7rem;
		font-weight: 600;
		color: #f5f6f8;
		margin: .5rem 0 .3rem
	}

	.home .container .content .subtitle[data-v-a8600ca8] {
		font-size: .44rem;
		color: #f5f6f8;
		font-weight: 600;
		line-height: .58rem;
		text-align: center;
		justify-content: center;
	}

	.home .container .content .subtitle .key {
		background: #24C373;
		color: #0c0e15;
		padding: 0 .1rem;
		margin-left: .1rem
	}

	.home .container .content .desc[data-v-a8600ca8] {
		font-size: .25rem;
		color: #f5f6f8;
		font-weight: 400;
		padding: 0 .64rem;
		text-align: justify;
		margin-top: .4rem;
		line-height: .38rem;
		margin-bottom: .5rem
	}

	.home .container .content .platform .plat-item[data-v-a8600ca8] {
		width: 2.62rem;
		height: 1rem;
		background: #FFFFFF;
		border-radius: .35rem;
		color: #0c0e15;
		font-size: .29rem;
		font-weight: 400;
		position: relative;
		margin-top: .28rem
	}

	.home .container .content .platform .plat-item:nth-child(3) {
		display: none;
	}

	.plat-item .icon {
		width: .37rem;
		height: .37rem;
		margin-right: .1rem
	}
}

@media screen and (min-width: 640px) {
	.home {
		min-width: 1088px;
		min-height: 588px;
		position: relative
	}

	.home .container {
		margin: 0 auto;
		height: 100%;
		padding: 0 32px;
		position: absolute;
		top: calc(50% + 100px);
		left: 50%;
		transform: translate(-50%, -50%);
		background: url("../images/home-bg-d30f2800.png") no-repeat;
		background-size: 100% 100%
	}

	.home .container .app-img {
		width: 488px;
		height: 588px
	}

	.home .container .content {
		width: 460px;
		color: #fff
	}

	.home .container .content .title[data-v-a8600ca8] {
		font-size: 54px;
		font-weight: 600
	}

	.home .container .content .subtitle {
		font-size: .44rem;
		font-weight: 600;
		margin: 27px 0 46px
	}

	.home .container .content .subtitle .key {
		height: 52px;
		background: #24C373;
		line-height: 52px;
		color: #0c0e15;
		padding: 0 5px;
		display: block;
		margin-left: 5px
	}

	.home .container .content .desc[data-v-a8600ca8] {
		font-size: 16px;
		line-height: 26px;
		font-weight: 400;
		text-align: justify
	}

	.home .container .content .platform[data-v-a8600ca8] {
		margin-top: 40px
	}

	.home .container .content .platform .plat-item[data-v-a8600ca8] {
		width: 142px;
		background: #FFFFFF;
		border-radius: 20px;
		color: #0c0e15;
		font-size: 16px;
		font-weight: 400;
		position: relative
	}

	.home .container .content .platform .plat-item .icon[data-v-a8600ca8] {
		width: 22px;
		height: 22px;
		margin-right: 5px
	}

	.home .container .content .platform .plat-item .btn {
		line-height: 54px
	}

	.home .container .content .platform .plat-item:hover {
		border-radius: 20px 20px 0 0
	}

	.home .container .content .platform .plat-item:hover .qr {
		display: block
	}

	.home .container .content .platform .plat-item .qr {
		width: 100%;
		padding-bottom: 10px;
		display: none;
		position: absolute;
		top: 53px;
		left: 0;
		background: #fff;
		border-radius: 0 0 20px 20px
	}

	.home .container .content .platform .plat-item .qr .qr-img {
		width: 120px;
		height: 120px;
		margin: 0 auto;
		display: block
	}

	.poper .poper-title {
		font-size: 16px;
		color: #0c0e15;
		font-weight: 400
	}

	.poper .poper-title:last-of-type {
		margin-top: 18px
	}

	.poper .poper-tip {
		font-size: 14px;
		color: #7c808c;
		font-weight: 400;
		line-height: 26px
	}

	.poper .download-link {
		font-size: 14px;
		color: #24c373;
		font-weight: 400;
		text-decoration: underline
	}

}