body,
html {
	width: 100%;
	height: 100%;
}

* {
	margin: 0;
	padding: 0;
}

.page {
	/* width: 100%; */
	/*margin: 30px auto;*/
	margin: 0px auto;
	margin-bottom: 0;
	height: 34px;
	display: flex;
	justify-content: center;
	align-items: center;
}

.pages {
	width: 100%;
	/* display: flex; */
	height: 34px;
	/* position: relative; */
	text-align: center;
	overflow: hidden;
}

.all_data {
	color: #6699FF;
}

.all_pages {
	color: #6699FF;
}

.page_left {
	width: 200px;
	height: 32px;
	line-height: 32px;
	font-size: 14px;
	text-align: center;
}

.page_footer {
	width: 180px;
	height: 35px;
	position: relative;
	margin-left: 24px;
}

.page_cont {
	display: flex;
	justify-content: center;
    align-items: center;
}

.page_cont .page_view {

}

.hometrailer {
	/* width: 84px; */
	height: 32px;
	/* background: rgba(255, 255, 255, 1); */
	border-radius: 3px;
	/* border: #E3E3E3 1px solid; */
	cursor: pointer;
}
.hometrailer,
.updown {
	/* width: 90px; */
	height: 32px;
	/* background: rgba(255, 255, 255, 1); */
	border-radius: 3px;
	/* border: #E3E3E3 1px solid; */
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
}
.hometrailer img,
.updown img {
	width: 20px;
	height: 20px;
	/* margin-left: 10px; */
}
.page_view {
	height: 25px;
}

.page_view ul {
	overflow: hidden;
}

.li {
	width: 25px;
	height: 25px;
	background: rgba(255, 255, 255, 0);
	border-radius: 3px;
	color: #fff;
	float: left;
	list-style: none;
	margin-left: 8px;
	border: #E3E3E3 0px solid;
	cursor: pointer;
	border-radius: 50%; 
}

.page-active {
	background: rgba(255, 255, 255, 1) !important;
	color: #000;
}

.pages>div {
	line-height: 25px;
	text-align: center;
}

.page_input {
	display: inline-block;
	width: 64px;
	height: 30px;
	background: rgba(255, 255, 255, 1);
	border-radius: 3px;
	border: #E3E3E3 1px solid;
	outline: none;
	font-size: 14px;
	text-align: center;
}

.page_btn {
	display: inline-block;
	width: 84px;
	height: 32px;
	background: rgba(96, 129, 255, 1);
	border-radius: 3px;
	color: #fff;
	line-height: 32px;
	text-align: center;
	font-size: 14px;
}

.page_home {
	margin-right: 8px;
}

.page_trailer {
	margin-left: 8px;
}

.page_down {
	margin-left: 8px;
}

.page_down_two {
	margin-left: 8px;
}