<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@media (max-width:600px) {
	.pc{
		display: none;
	}
}


@media (min-width:600px) {
	.mobile{
		display: none;
	}
}

.pagination {
	display: inline-block;
	padding-left: 0;
	margin: 20px 0;
	border-radius: 4px;
}


.pagination&gt;li {
	display: inline;
	border: none;
	padding: 0;
}


.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}

.pagination&gt;li:first-child&gt;a, .pagination&gt;li:first-child&gt;span {
	margin-left: 0;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
}
.pagination&gt;.disabled&gt;a, .pagination&gt;.disabled&gt;a:focus, .pagination&gt;.disabled&gt;a:hover, .pagination&gt;.disabled&gt;span, .pagination&gt;.disabled&gt;span:focus, .pagination&gt;.disabled&gt;span:hover {
	color: #777;
	cursor: not-allowed;
	background-color: #fff;
	border-color: #ddd;
}
.pagination&gt;li&gt;a, .pagination&gt;li&gt;span {
	position: relative;
	float: left;
	padding: 6px 12px;
	margin-left: -1px;
	line-height: 1.42857143;
	color: #337ab7;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
	height: unset;
	min-width: unset;
}


.pagination&gt;.active&gt;a, .pagination&gt;.active&gt;a:focus, .pagination&gt;.active&gt;a:hover, .pagination&gt;.active&gt;span, .pagination&gt;.active&gt;span:focus, .pagination&gt;.active&gt;span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #337ab7;
	border-color: #337ab7;
}</pre></body></html>