.bgC1 {
	/* 加important的原因是覆盖轮播图下方翻页器自带的背景色 */
	background: #3c9cd7 !important;
}

.bgC2 {
	background: #3c9cd7;
}

.bgC3 {
	background: #3c9cd7;
}

.bgC4 {
	background: #3c9cd7;
}

.colorC1 {
	color: #3c9cd7;
}

.colorC2 {
	color: #3c9cd7;
}

.colorC3 {
	color: #3c9cd7;
}

.bgImg1 {
	background: url('https://files.sciengine.com/template/u144.svg') no-repeat;
}

.borderC1 {
	border-bottom: 4px solid #3c9cd7;
}

.borderC2::after {
	content: " ";
	width: 100px;
	height: 5px;
	background: #3c9cd7;
	position: absolute;
	bottom: -2px;
	left: 0;
}

.borderC3::after {
	content: " ";
	width: 100px;
	height: 5px;
	background: #3c9cd7;
	position: absolute;
	bottom: -1px;
	left: 0;
}

@font-face {
	font-family: "Montserrat Bold";
	src: url("https://sciengine.obs.myhuaweicloud.com/template/Montserrat-Bold.ttf");
}

@font-face {
	font-family: "Montserrat Regular";
	src: url("https://sciengine.obs.myhuaweicloud.com/template/Montserrat-Regular.ttf");
}

.font-regular {
	font-family: "Montserrat Regular", "Montserrat", sans-serif;
}

.font-bold {
	font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", sans-serif;
}

html,
body {
	position: relative;
	width: 100%;
	height: auto;
	font-family: "Montserrat Regular", "Montserrat", sans-serif;
	text-size-adjust: 100% !important;
	-webkit-text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	margin: 0;
	border: 0;
	font-weight: normal;
	vertical-align: baseline;
	box-sizing: border-box;
	font-size: 16px;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
	padding: 0;
}

@-webkit-keyframes shake {

	0%,
	10%,
	55%,
	90%,
	94%,
	98%,
	100% {
		-webkit-transform: scale(1, 1);
	}

	30% {
		-webkit-transform: scale(1.14, 0.86);
	}

	75% {
		-webkit-transform: scale(0.92, 1.08);
	}

	92% {
		-webkit-transform: scale(1.04, 0.96);
	}

	96% {
		-webkit-transform: scale(1.02, 0.98);
	}

	99% {
		-webkit-transform: scale(1.01, 0.99);
	}
}

a {
	color: white;
	text-decoration: none;
}

.html-body .container {
	margin-bottom: 117px;
}

@media (max-width: 768px) {
	.html-body .container .pad0 {
		padding: 0;
	}

	.html-body .jgBg {
		margin-top: 100px;
		height: 90px;
	}

	.html-body .jgBg .title {
		line-height: 90px;
	}

	::-webkit-scrollbar {
		display: none;
	}
}

@media (min-width: 768px),
(max-width: 767px) {
	.html-body .col-sm-9 {
		width: 100%;
	}
}

@media (min-width: 768px) {
	.container {
		width: 100%;
	}

	.html-body .container .pad0 {
		padding-right: 48px;
		padding-left: 0;
	}

	.html-body .jgBg {
		height: 115px;
	}

	.html-body .jgBg .title {
		line-height: 115px;
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px;
	}

	.html-body .col-sm-9 {
		width: 75%;
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
}

.html-body .jgBg {
	width: 100%;
	background: url("https://files.sciengine.com/template/platform/journalBanner1.png") no-repeat;
	background-size: cover;
	background-position: left top;
}

.html-body .jgBg .title {
	font-size: 26px;
	font-weight: bold;
	color: #FFFFFF;
	font-family: "Montserrat Bold", "Montserrat Regular", "Montserrat", "Microsoft YaHei";
}