
body {
	font-family: 'Roboto', sans-serif;
	transition: all 0.5s;
	background-color: #4523ad;
	/* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
}

.header {
	z-index: 1;
	width: 100vw;
	/* background-color: transparent!important; */
	background-color: #4523ad;
	border-bottom: 1px solid #00bcd4;
	-webkit-transition: all .5s ease 0s;
	-moz-transition: all .5s ease 0s;
	-o-transition: all .5s ease 0s;
	transition: all .5s ease 0s;
	/* border-radius: 10px; */
}


/* 页面随滚动条的样式变化start */
.background-header {
	background-color: #fff;
}

.background-header .navbar {
	margin-top: -65px;
	transition: all 1s ease-in-out;
}

.background-header .navbar .navbar-brand h2 {
	color: #1e1e1e;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 800;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.background-header .navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #737373;
	transition: all 0.5s;
	margin-top: 5px;
}

.background-header .navbar-nav .nav-link:hover,
.background-header .navbar-nav .active>.nav-link,
.background-header .navbar-nav .nav-link.active,
.background-header .navbar-nav .nav-link.show,
.background-header .navbar-nav .show>.nav-link {
	color: #00bcd4 !important;
}

.background-header .searchsection .searchText .input1 {
	height: 40px;
	border: 2px solid #00bcd4;
	outline: none;
	font-size: 15px;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	border-radius: 5px;
	margin-left: 20px;
}

.background-header .searchsection .searchText .input2 {
	border: 0px;
	height: 40px;
	margin-left: 20px;
	width: 100px;
	border-radius: 5px;
	border: 2px solid #00bcd4;
	background-color: transparent;
	color: #00b6c6;
	margin-bottom: 15px;
}

.background-header .searchsection .searchText .input2:hover {
	background-color: #00b6c6;
	color: #fff;
	transition: all 0.5s;
}

.background-header .searchsection .searchText #inlineFormCustomSelect {
	width: 150px;
	height: 40px;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #00b6c6;
	outline: none;
}

.background-header .searchsection .searchText .typeoptions span {
	color: #5b5b5b;
}


.navbar {
	transition: all 1s ease-in-out;
}

.navbar .navbar-brand {
	float: left;
	margin-top: 12px;
	outline: none;
}

.navbar .navbar-brand h2 {
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 800;
	-webkit-transition: all .3s ease 0s;
	-moz-transition: all .3s ease 0s;
	-o-transition: all .3s ease 0s;
	transition: all .3s ease 0s;
}

.navbar .navbar-brand h2 em {
	font-style: normal;
	font-size: 16px;
}

#navbarResponsive {
	z-index: 999;
}

.navbar-collapse {
	text-align: center;
}

.navbar .navbar-nav .nav-item {
	margin: 0px 15px;
}

.navbar .navbar-nav a.nav-link {
	text-transform: capitalize;
	font-size: 15px;
	font-weight: 300;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.5s;
	margin-top: 5px;
}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .active>.nav-link,
.navbar .navbar-nav .nav-link.active,
.navbar .navbar-nav .nav-link.show,
.navbar .navbar-nav .show>.nav-link {
	color: #00bcd4;
}

.navbar .navbar-toggler-icon {
	background-image: none;
}

.navbar .navbar-toggler {
	border-color: #fff;
	background-color: #fff;
	height: 36px;
	outline: none;
	border-radius: 0px;
	position: absolute;
	right: 30px;
	top: 20px;
}

.navbar .navbar-toggler-icon:after {
	content: '\f0c9';
	color: #00bcd4;
	font-size: 18px;
	line-height: 26px;
	font-family: 'FontAwesome';
}

.searchsection .searchText .input1 {
	height: 40px;
	border: 2px solid #fff;
	outline: none;
	font-size: 15px;
	letter-spacing: 0.3px;
	margin-bottom: 15px;
	border-radius: 5px;
	margin-left: 20px;
}

.searchsection .searchText .input2 {
	border: 0px;
	height: 40px;
	margin-left: 20px;
	width: 100px;
	border-radius: 5px;
	border: 2px solid #00bcd4;
	background-color: transparent;
	color: #fff;
	margin-bottom: 15px;
	/* z-index: 100; */
}

.searchsection .searchText .input2:hover {
	background-color: #fff;
	color: #00bcd4;
	transition: all 0.5s;
}

.searchsection .searchText ul {
	padding: 0;
	margin: 0;
	text-align: center;
	display: inline-block;
}

.searchsection .searchText ul li {
	display: inline-block;
	margin-right: 30px;
}

.searchsection .searchText ul li:last-child {
	margin-right: 0px;
}

.searchsection .searchText input[type=checkbox] {
	width: 15px;
	min-width: 15px;
	height: 15px;
	background-color: transparent;
	border: 1px solid #fff;
	outline: none;
	cursor: pointer;
}

.searchsection .searchText span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	margin-left: 8px;
}

.searchsection .searchText #inlineFormCustomSelect {
	width: 150px;
	height: 40px;
	outline: none;
	cursor: pointer;
	border-radius: 5px;
	border: 2px solid #fff;
	outline: none;
}

.searchsection .searchText .typeoptions ul li input {
	border: 1px solid #00bcd4;
	/* padding: 5px; */
}

/*设置多选框选中时的样式*/
.searchsection .searchText .typeoptions ul li input:checked {
	background-color: #00bcd4;
}



/* 主体 */
.banner {
	margin: 150px 10px 0 10px;
	padding: 20px;
	/* height: 700px; */
	/* border: 2px solid #fff; */
	color: #fff;
}

.banner .row {
	padding: 10px 0px 10px 0px;
	border-bottom: 1px solid #00bcd4;
}

.banner div {
	/* border: 2px solid #fff; */
}

.banner span {
	font-size: 15px;
}

.banner small {
	font-size: 10px;
}

.banner .bannersub {
	border: 2px solid #fff;
}



.paginationBar {
	margin-top: 20px;
	border-bottom: 0px !important;
}

/* ===== 替换原有缩放代码 ===== */
body {
	overflow: auto;
	/* 恢复全局滚动 */

	margin: 0;
	padding: 0;
}

.layout-container {
	width: 100vw;
	min-height: 100vh;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	/* 顶部对齐 */
	padding: 20px 0;
	/* 留出滚动空间 */
}

.layout-root {
	width: 1920px;
	min-height: 1080px;
	transform-origin: center top;
	transform: scale(var(--scale-factor));
	position: relative;
	margin: 0;
}

/* 响应式控制 */
@media (max-width: 1920px) {
	.layout-root {
		--scale-factor: calc(100vw / 1920);
	}
}

@media (min-width: 1921px) {
	.layout-root {
		--scale-factor: 1;
	}
}