html{
	overflow-y: hidden;
}
#page2,
#page3,
#page4,
#page5 {
	padding-top: 8rem;
}
/* 首页轮播图 */
.index_page_swiper {
	width: 192rem;
	height: 100vh;
	overflow: hidden;
}
.swiper-scrollbar {
	position: relative;
	z-index: 999;
	width: 1rem !important;
	background-color: #aaa;
}
.page_content {
	width: 120rem;
	height: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center;
	flex-direction: column;
}

/* 底部 */
.foot-out {
	height: auto !important;
}

@media screen and (max-width: 1140px) {
		#page2,
		#page3,
		#page4,
		#page5 {
			padding-top: 9.3rem;
		}
		.page_content {
			width: 173rem;
		}

}
