html,
body {
	height: 100%;
	font-family: Microsoft yahei;
	font-size: 14px;
}

.wrap {
	min-height: 100%;
	height: auto;
	margin: 0 auto -60px;
	padding: 0 0 60px;
	overflow: hidden;
}

.wrap>.container {
	padding: 0px 5px 20px;
}

.tabbable .nav-tabs {
	overflow-x: auto;
	overflow-y: hidden;
	flex-wrap: nowrap;
}

.tabbable .nav-tabs .nav-link {
	white-space: nowrap;
}

.seq:hover {
	color: blue;
}

.seq:visited {
	color: gray;
}

.seq {
	width: 50px;
	padding: 8px;
	text-align: center;
	display: inline-block;
}

.seq.reverse {
	width: 100px;
	padding: 8px 0px;
}

.seq.active {
	color: white;
	background: #000;
	color: #0ff;
}

.px {
	padding-left: 0.1rem !important;
	padding-right: 0.1rem !important;
}

[v-cloak] {
	display: none;
}

.title {
	font-size: 1.2em;
	line-height: 1.5em;
}

.footer {
	height: 60px;
	border-top: 1px solid #888;
	padding-top: 20px;
	padding-bottom: 60px;
}

@media (max-width : 600px) {
	.fullwidth {
		margin-left: -4px !important;
		margin-right: -4px !important;
	}

	.wrap>.container {
		padding: 0px 0px 20px;
	}

	.menu i {
		display: none;
	}
}

.bottom-10 {
	margin-bottom: 10px !important;
}

.bottom-5 {
	margin-bottom: 5px !important;
}

a:hover {
	text-decoration: none !important;
}

.block {
	border-bottom: 0px;
	margin-bottom: 10px;
	border: 0px solid #000;
}

.block-title {
	margin: 3px 0px;
	display: block;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 4.5em;
	line-height: 1.5em;
}

.media-image {
	position: relative;
	border: 0px solid #888;
}

.imagelabel {
	padding: 2px;
	font-size: 80%;
	position: absolute;
}

.imagelabel-bottom-left {
	bottom: 0px;
}

.imagelabel-bottom-right {
	right: 0px;
	bottom: 0;
}

.tag {
	margin: 3px;
}

.menu {}

.lines1 {
	height: 1.5em;
}

.lines2 {
	height: 3.0em;
}

.lines3 {
	height: 4.5em;
}

.lines {
	display: block;
	/* or inline-block */
	text-overflow: hidden;
	word-wrap: break-word;
	overflow: hidden;
	line-height: 1.5em;
}

.menu>li {
	display: inline-block !important;
}

.menu>li>a {
	padding-left: 12px !important;
	padding-right: 13px !important;
}

.embed-responsive {
	position: relative;
	background: #000;
}

.embed-responsive img {
	width: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}

.bumpable-ima-ad-container {
	margin-top: 0 !important;
}

.embed-responsive-16by9-rotating {
	padding-bottom: 64%;
}

.table-lookup td {
	vertical-align: middle;
	padding: 0px !important;
}

.table-lookup td input {
	border-radius: 0px !important;
	padding: 1px !important;
}

.table-lookup tr:nth-child(odd)>td>input {
	background-color: #f0f7a0;
}

.table-about td,
.table-about th {
	padding: 3px !important;
}

.dark-mode .page-item .page-link {
	color: white;
}