.listcheck {
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	flex-direction: row;
	padding-left: 10px;
	background: #efefef;
	padding-top: 10px;
	padding-bottom: 5px
}

.listcheck div[tags_title] {
	width: 70px
}

.listcheck ul li {
	cursor: pointer;
	padding: 0 5px;
	text-align: center;
	border-radius: 10px;
	margin: 0 5px 5px 5px
}

.listcheck ul li.listcheck_active {
	background: #ffc234;
	color: #fff
}

.floatitem1 {
	float: left
}

.basichead p[data-v-43978b34] {
	font-size: 16px;
	padding-left: 10px
}

@media screen and (max-width:480px) {
	.basichead p[data-v-43978b34] {
		font-size: 16px
	}

	.listcheck div[tags_title] {
		width: 90px
	}
}

.pagenumbtn {
	background-color: #eaeaea;
	border-radius: 10px;
	position: relative
}

.pager_rrr {
	position: absolute;
	right: 10px
}

.pagercontrol_box {
	position: absolute;
	bottom: 50px;
	z-index: 9999999999;
	width: 100%
}

.pagercontrol {
	width: 400px;
	border: 1px solid black;
	padding: 5px;
	box-sizing: border-box;
	border-radius: 5px;
	background-color: white;
	margin: auto
}

.pagercontrol .pagercontrol_title {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
	align-items: center;
	background-color: antiquewhite;
	padding: 10px 0
}

.pagercontrol .pagercontrol_title .pager_first {
	flex-grow: 1;
	text-align: center;
	text-decoration: underline;
	cursor: pointer
}

.pagercontrol .pagercontrol_title .pager_number {
	flex-grow: 3;
	text-align: center
}

.pagercontrol .pagercontrol_title .pager_last {
	flex-grow: 1;
	text-align: center;
	text-decoration: underline;
	cursor: pointer
}

.pagercontrol .pagercontrol_content {
	margin-top: 10px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	height: 175px;
	overflow-y: auto
}

.pagercontrol .pagercontrol_content span {
	display: block;
	padding: 10px 10px;
	width: 40px;
	height: 25px;
	text-align: center;
	cursor: pointer;
	text-decoration: underline
}

.pager_selected {
	background-color: wheat;
	color: white;
	font-weight: bold
}

.pager_closed {
	width: 22px;
	background-color: red;
	text-align: center;
	border-radius: 5px;
	margin-right: 5px;
	color: white;
	font-size: 16px;
	cursor: pointer
}

@media screen and (max-width:480px) {
	.pagercontrol {
		width: 100%
	}
}

.pagenumbtn {
	padding: 0 16px;
	font-size: 22px;
	line-height: .35rem;
	color: #333;
	height: 35px;
	margin-top: 4px;
	background-image: linear-gradient(to bottom right, yellow, red);
	border-radius: 10px;
	position: relative;
	    cursor: pointer;
}

.pager_rrr {
	position: absolute;
	right: 5px
}