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

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

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

.container {
	
}

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

[v-cloak] {
	display: none;
}

.title {
	font-size: 1em;
	line-height: 1.4em;
}

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

@media ( max-width : 600px) {
	.fullwidth {
		margin-left: -8px !important;
		margin-right: -8px !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 {
	
}
@media ( min-width : 600px) {
	.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;
}

@media ( min-width : 600px) {
	.two-lines {
		height: 4.5em;
	}
}

.two-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;
}
