body {
	font-family: SF Pro SC, SF Pro Display, SF Pro Icons, PingFang SC, Helvetica Neue, Helvetica, Hiragino Sans GB, Microsoft YaHei, 微软雅黑, Arial, sans-serif !important;
	font-size: 14px;
	-webkit-user-select: none !important;
	-moz-user-select: none !important;
	user-select: none !important;
	padding-top: 53px;
	width: 100vw;
	overflow-x: hidden;
	overflow-y: scroll;
	background: #000;
	color: #b9baba;
}

@font-face {
	font-family: 'siyuan';
	src: url('https://cdn.qipengit.com/file/0e63ce52-9fd8-4419-8cf7-4d02990c2007.woff2') format('truetype');
	src: url('https://cdn.qipengit.com/file/336e040c-f70e-4a56-b5a0-c36969b053ab.woff') format('truetype');
}

.bg-dark {
	background: #111 !important;
}

a {
	text-decoration: none;
}

.middle {
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	flex-direction: column;
}

footer {
	color: #bfbfbf;
	line-height: 34px;
	font-size: 12px;
}

footer a {
	color: #bfbfbf;
}

footer a:hover {
	color: #f1f2f3;
}

footer i.line {
	display: inline;
	position: relative;
	top: 1px;
	margin: 0 6px;
}

footer i.line:before {
	content: '';
	height: 10px;
	width: 1px;
	background: #555;
	display: inline-block;
}

footer .mpqrcode {
	height: 102px;
}

footer h6 {
	line-height: 34px;
}

footer .links a {
	margin-left: 8px;
}

.nav-link {
	font-size: 14px;
	width: 100px;
	text-align: center;
	display: block;
	color: #d8d8d8 !important;
}

.nav-link:hover {
	color: #fff !important;
}

.navbar .logo {
	height: 36px;
	object-position: left;
}

.navbar-brand {
	padding: 0;
	width: 170px;
	font-size: 0;
}

.navbar-collapse {
	justify-content: right;
}

.nav-item {
	margin-left: 10px;
	position: relative;
	z-index: 2;
}

.navbar-nav {
	position: relative;
}

.nav-link.active {
	background: #fff;
	color: #333 !important;
	border-radius: 30px;
	font-weight: bold;
}

.navbar-nav>i {
	border-radius: 30px;
	height: 37px;
	background: rgba(255, 255, 255, .2);
	width: 100px;
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	margin-left: 10px;
	z-index: 1;
}

.floatIcon {
	position: fixed;
	bottom: 80px;
	color: #d8d8d8;
	right: 0;
	text-align: right;
	z-index: 99;
}

.floatIcon>div {
	width: 120px;
	height: 40px;
	background: #000;
	width: 120px;
	line-height: 40px;
	border-radius: 6px 0 0 6px;
	margin-top: 5px;
	white-space: nowrap;
	position: relative;
	right: -80px;
	cursor: pointer;
	text-align: left;
}

.floatIcon>div>i {
	height: 40px;
	width: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	float: left;
}

.floatIcon>div>a {
	width: 80px;
	display: block;
	float: left;
	color: #d8d8d8;
	font-size: 12px;
}

img[fit=cover] {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

img[fit=contain] {
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center;
}

.cutStr {
	white-space: nowrap;
	/* 因为设置了block，所以需要设置nowrap来确保不换行 */
	overflow: hidden;
	/* 超出隐藏结合width使用截取采用效果*/
	text-overflow: ellipsis;
	/* 本功能的主要功臣，超出部分的剪裁方式 */
	-o-text-overflow: ellipsis;
	/* 特定浏览器前缀 */
	text-decoration: none;
	/* 无用 */
}

.cutStr_2 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.cutStr_3 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}

.cutStr_4 {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

.btn-white,
.btn-black {
	font-size: 13px;
	padding: 0 25px;
	border-radius: 40px;
	color: #555 !important;
	background: #fff;
	height: 40px;
	display: inline-block;
	line-height: 40px;
	cursor: pointer;
}

.btn-black {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid #fff;
	color: #fff !important;
	line-height: 38px;
}

.btn-white:hover {
	opacity: .9;
}

.btn-black:hover {
	background: #000;
}

.siteQrcode {
	position: absolute;
	right: 0;
	bottom: 0;
	background: #fff;
	height: 80px;
	width: 80px;
	padding: 5px;
}

.qrContainer>img {
	height: 80px;
	border: 6px solid #fff;
	border-radius: 5px;
}

.qrContainer {
	width: 80px;
	float: right;
}

.qrContainer>div {
	width: 80px;
	text-align: center;
}

@media screen and (max-width: 960px) {
	.navbar-light .navbar-toggler {
		color: #fff;
		background: #fff;
	}

	.navbar-brand {
		width: 65vw;
	}

	.navbar-toggler-icon {
		width: 1em;
		height: 1em;
	}

	.navbar-nav .nav-link {
		width: 100%;
	}

	.navbar-nav>i {
		display: none !important;
	}

	.navbar-nav {
		padding: 10px 0;
	}

	.navbar-nav>li {
		margin: 5px 0;
	}

	.qrContainer {
		width: 100%;
		float: none;
		text-align: center;
	}

	.qrContainer>div {
		width: 100%;
	}

	.companyContainer {
		text-align: center;
	}

	.bottomA {
		float: none;
		width: 100%;
	}

	#footerSection {
		height: 320px !important;
	}

	.floatIcon {
		display: none;
	}
}