* {
    padding: 0;
    margin: 0;
}
html, body {
    width: 100%;
    height: 100%;
	min-width: 100px;
    overflow-y: auto;
}
.container {
    height: 100%;
    width: 100%;
    display: flex;
	flex-direction: column;
}
.tabOutBox {
	width: 100%;
	background: #000000;
}
.tabBox {
	margin: auto;
	width: 100%;
	max-width: 500px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: space-around;
}
.tabItem {
	width: auto;
	font-size: 16px;
	color: #999999;
	position: relative;
	cursor: pointer;
}
.tabActive {
	color: #ffffff;
}
.tabActive::after {
	content: '';
	position: absolute;
	top: 24px;
	width: 80%;
	height: 2px;
	background: #ffffff;
	left: 10%;
}
.mainBox {
	width: 100%;
	flex: 1;
	overflow-y: auto;
	background: #282C35;
}
.imgBox {
	width: 880px;
	display: flex;
	margin-left: 50%;
	transform: translateX(-50%);
	box-sizing: border-box;
	padding: 20px 0;
}
.imgListBox {
	flex: 1;
	max-width: 540px;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
}
.appImg {
	width: 160px;
	height: auto;
	margin-bottom: 20px;
}
.jsBox {
	width: 300px;
	min-width: 300px;
	margin-left: 40px;
	margin-top: 50px;
}
.logoImg {
	width: 100px;
	height: auto;
	background: #ffffff;
	border-radius: 10px;
}
.jsTitle {
	margin-top: 30px;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}
.jsText {
	color: #ffffff;
	font-size: 14px;
	line-height: 26px;
	margin-top: 10px;
}
.ystextBox,.yhtextBox {
	height: 100%;
	width: 100%;
	max-width: 800px;
	box-sizing: border-box;
	padding: 10px;
	font-size: 14px;
	color: #ffffff;
	line-height: 20px;
	margin: auto;
	display: none;
}
.footBox {
	width: 100%;
	height: 80px;
	background: #000000;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	box-sizing: border-box;
	padding: 5px 0;
}
.tabTextBox {
	display: flex;
	justify-content: center;
	align-items: center;
}
.footTabBox {
	font-size: 14px;
	color: #eae6e6;
	cursor: pointer;
}
.lineBox {
	width: 1px;
	height: 14px;
	background: #eae6e6;
	margin-left: 10px;
	margin-right: 10px;
}
.ba {
	width: 300px;
	font-size: 14px;
	color: #eae6e6;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ba1 {
	width: 150px;
}
.baImg {
	width: 20px;
	height: auto;
	margin-right: 10px;
}