@font-face {
	font-family: "Microsoft YaHei Light";
	src: url(/fonts/MicrosoftYaHeiLight.eot);
	src: url(/fonts/MicrosoftYaHeiLight.eot?#iefix) format("embedded-opentype"), url(/fonts/MicrosoftYaHeiLight.woff) format("woff"), url(/fonts/MicrosoftYaHeiLight.ttf) format("truetype"), url("/fonts/MicrosoftYaHeiLight.svg#Microsoft YaHei Light") format("svg");
	font-style: normal;
	font-weight: 400
}

@font-face {
	font-family: "Microsoft YaHei Bold";
	src: url(/fonts/MicrosoftYaHeiBold.eot);
	src: url(/fonts/MicrosoftYaHeiBold.eot?#iefix) format("embedded-opentype"), url(/fonts/MicrosoftYaHeiBold.woff) format("woff"), url(/fonts/MicrosoftYaHeiBold.ttf) format("truetype"), url("/fonts/MicrosoftYaHeiBold.svg#Microsoft JhengHei") format("svg");
	font-style: normal;
	font-weight: 400
}

.yahei {
	font-family: "Source Han Sans", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei"
}

.yahei-bold {
	font-family: "Source Han Sans", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei"
}

.yahei-light {
	font-family: "Source Han Sans", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei"
}

.bg_white {
	background: #fff
}

.fixed-btn {
	display: block;
	position: fixed;
	z-index: 999;
	-webkit-writing-mode: vertical-lr;
	-ms-writing-mode: tb-lr;
	writing-mode: vertical-lr;
	background-color: #3f7fec;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	text-decoration: none;
	color: rgba(255, 255, 255, .7);
	text-align: center;
	font-size: 1rem
}

.fixed-btn:hover {
	text-decoration: none;
	color: #fff
}

#toCooperationBtn {
	background: url(/img/icon_cooperation.png?201908151205) no-repeat;
	background-size: 100% 100%;
	position: fixed;
	z-index: 1000
}



body,
html {
	height: 100%;
	min-width: 0!important;
	font-size: 1rem;
	-webkit-overflow-scrolling: touch
}

ol,
ul {
	list-style: none
}

#header {
	position: fixed;
	z-index: 990
}

#header .cooperation .hint {
	display: inline-block;
	width: 3rem;
	background-size: contain
}

.page-container {
	height: 100%
}

.page-container .section-feature .container h2 {
	position: relative;
	font-size: 2.5rem
}

.page-container .section-feature .container h2:after {
	content: '';
	width: 2.625rem;
	height: .25rem;
	background-color: #236cff;
	display: inline-block;
	left: 0;
	position: absolute;
	top: -2rem
}

.page-container .section-feature .container h3 {
	font-size: .875rem;
	margin-top: 1.875rem;
	margin-bottom: 3.75rem;
	line-height: 1.75rem
}

.page-container .section-feature .container p {
	font-size: .875rem;
	margin-bottom: 1.875rem;
	line-height: 1.75rem
}

.page-container .section-feature .container p span {
	font-family: "Source Han Sans", Helvetica, Tahoma, Arial, "PingFang SC", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei"
}

#iconNav {
	position: fixed
}

#iconNav img {
	width: 1.25rem
}

.fixed-btn {
	font-size: 1rem;
	width: 3.375rem;
	height: 8.9375rem;
	right: 1.875rem;
	line-height: 3.375rem;
	border-radius: 3.375rem
}

#toCooperationBtn {
	top: 18.75rem
}

#joinUsImmediatelyBtn {
	top: 30.8125rem
}

.btn-primary {
	font-size: 1.25rem;
	border-radius: 0;
	background-color: #236cff;
	border: none;
	text-align: center;
	display: inline-block
}

.overflow-ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap
}

.display-table {
	width: 100%;
	display: table
}

.display-cell {
	display: table-cell;
	vertical-align: middle
}