body {
	background-color: #f5f4f4;
	margin-top: 70px;
	height: 100%;
}

html,
body {
	height: 100%;
}

a {
	text-decoration: none;
	color: #666;
	cursor: pointer;
}

a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

a:active {
	text-decoration: none;
}

.header {
	background: #fff;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
	z-index: 1000;
	top: 0;
	position: fixed;
	width: 100%;
}

.search i {
	color: #333;
	font-size: 26px;
	margin-left: 15px;
	line-height: 64px;
	cursor: pointer;
}

.sea {
	height: 70px;
	-webkit-transition: all ease 0.2s;
	-moz-transition: all ease 0.2s;
	-ms-transition: all ease 0.2s;
	-o-transition: all ease 0.2s;
	transition: all ease 0.2s;
}
.dn{
	display: none;
}
.sea form {
	position: relative;
}

.sea input {
	border: 0;
	outline: none;
}

.sea .s {
	width: 100%;
	height: 50px;
	border-radius: 5px;
}

.sea .btn {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 0;
	right: 3px;
}

.header-cen {
	height: 70px;
}

.header .logo {
	float: left;
	margin-top: 10px;
}

.header .logo img {
	width: auto;
	height: 50px;
}

.header-menu {
	margin: 0 60px 0 580px;
	padding: 0;
	list-style: none;
	float: left;
}

.header-menu li {
	display: inline-block;
	height: 70px;
	line-height: 70px;
	position: relative;
}

.header-menu li a {
	display: block;
	padding-left: 12px;
	padding-right: 12px;
	font-size: 16px;
	color: #333;
	position: relative;
}

.admin-login {
	float: right;
	height: 100%;
	line-height: 70px;
}

.admin-login a {
	display: inline-block;
	padding: 4px 20px;
	border: 1px solid;
	border-radius: 20px;
	line-height: 20px;
}

.admin-login a {
	color: #333;
}

.carousel {
	margin-top: 70px;
}

.header .menu-button {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 40px;
	text-align: center;
	height: 100%;
}

.nav-bar {
	margin-top: 10px;
	text-align: center;
	position: absolute;
	z-index: 1000;
	padding: 18px 15px;
}

.nav-bar span {
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 20px;
	height: 1px;
	margin-bottom: 6px;
	position: relative;
	background: #dbdbdb;
	border-radius: 2px;
	z-index: 1;
	-webkit-transform-origin: 20px;
	transform-origin: 20px;
	-webkit-transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease;
	transition: transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), background 0.5s cubic-bezier(0.77, 0.2, 0.05, 1), opacity 0.55s ease, -webkit-transform 0.5s cubic-bezier(0.77, 0.2, 0.05, 1);
}

.menu-wrap {
	position: fixed;
	top: 0;
	bottom: 0;
	left: 0;
	width: 260px;
	overflow: scroll;
	overflow-x: hidden;
	background: #171717ed;
	z-index: 101;
	padding-top: 52px;
	transform: translate(-300px, 0);
	/* transform: translate(0, 0) !important; */
	-webkit-transition: -webkit-transform 430ms cubic-bezier(0.3, 0, 0, 1);
	transition: transform 430ms cubic-bezier(0.3, 0, 0, 1);
}

.nav-bar-animate span {
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

.nav-bar-animate span:nth-last-child(3) {
	opacity: 1;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.nav-bar-animate span:nth-last-child(2) {
	opacity: 0;
}

.nav-bar-animate span {
	opacity: 1;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	background: #fff;
}

.menu-wrap::-webkit-scrollbar {
	width: 0;
}

.menu-wrap .mobile-menu-nav {
	list-style: none;
	padding: 0;
}

.menu-wrap .mobile-menu-nav li {
	line-height: 40px;
	font-size: 16px;
}

.menu-wrap .mobile-menu-nav li a {
	display: block;
	padding: 0 15px;
	text-decoration: none;
	color: #fff;
}

.menu-item {
	text-align: center;
}

.open-menu-wrap {
	-webkit-transform: translate(0, 0) !important;
	transform: translate(0, 0) !important;
}

.btn-line {
	display: inline-block;
	padding: 4px 20px;
	border: 1px solid;
	border-radius: 20px;
	line-height: 20px;
}

.btn-line-geek {
	color: #fff;
}

.index-ads {
	margin-top: 20px;
	background: #fff;
	margin-bottom: 20px;
	padding-top: 20px;
}

.post-style-feature {
	padding: 0 !important;
	margin-bottom: 10px;
	background: #fff;
	box-shadow: none;
	border-radius: 6px;
}

.post-style-feature .post-img {
	height: 0;

	padding-bottom: 40%;
	position: relative;
	display: block;
	overflow: hidden;
	border-radius: 6px 6px 0px 0px;
}

.img-response {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.inner {
	margin-bottom: 30px;
	background-color: #fff;
	position: relative;
	-webkit-transition: -webkit-transform .3s cubic-bezier(.31, 1, .34, 1), -webkit-box-shadow .6s cubic-bezier(.31, 1, .34, 1);
	transition: -webkit-transform .3s cubic-bezier(.31, 1, .34, 1), -webkit-box-shadow .6s cubic-bezier(.31, 1, .34, 1);
	transition: transform .3s cubic-bezier(.31, 1, .34, 1), box-shadow .6s cubic-bezier(.31, 1, .34, 1);
	transition: transform .3s cubic-bezier(.31, 1, .34, 1), box-shadow .6s cubic-bezier(.31, 1, .34, 1), -webkit-transform .3s cubic-bezier(.31, 1, .34, 1), -webkit-box-shadow .6s cubic-bezier(.31, 1, .34, 1);
}

.mt-2 {
	margin-top: 10px;
	margin-left: 15px;
	margin-right: 15px;
	padding-bottom: 6px;
}

.row {
	margin: 0;
}

.post-wrap {
	width: 100%;
}

.post-img {
	width: 100%;
	overflow: hidden;
	max-height: 280px;
}

.media-pic {
	display: block;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.media-pic img {
	width: 100%;
	height: auto;
	border-top-right-radius: 3px;
	border-top-left-radius: 3px;
}

.post-style-feature .post-title a {
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	display: block;
	color: #000;
}

.media-body {
	padding: 15px 15px 8px;
	position: relative;
	z-index: 3;
}

.post-date {
	color: #c7c7c7;
	font-size: 12px;
}

.fr {
	float: left;
}

.post-cate {
	height: 18px;
	line-height: 20px;
	max-width: 200px;
	overflow: hidden;
	font-size: 0;
}

.pc-item {
	display: inline-block;
	color: #c7c7c7;
	line-height: 1;
	vertical-align: middle;
	font-size: 0;
}

.pc-item em {
	color: #c7c7c7;
	font-size: 12px;
	font-style: normal;
}

.title {
	display: block;
	overflow: hidden;
	height: 2.8em;
	line-height: 1.4285em;
	font-size: 14px;
	margin: 5px 0;
	color: #2e2a2b;
	text-overflow: ellipsis;
}

.title-list {
	padding-top: 34px;
	margin: 0 auto 37px;
	text-align: center;
}

.tab-nav {
	line-height: 24px;
	font-size: 14px;
	display: inline-block;
	margin: 0 18px;
}

.menu-nav .tab-nav span {
	display: inline-block;
	vertical-align: top;
	border-bottom: 1px solid transparent;
}

.menu-nav {
	text-align: center;
	margin-bottom: 25px;
	margin-top: -18px;
}

.friend-link {
	background: #fff;
	border-radius: 3px;
	font-size: 14px;
}

.mt-6 {
	margin-top: 30px;
}

.p-3 {
	padding: 15px;
}

.mr-3 {
	margin-right: 15px;
}

.pull-left {
	float: left;
}

.friend-link li {
	margin-right: 15px;
	list-style: none;
	display: inline-block;
}

.friend-link li a {
	color: #999;
}

#main {
	background: #fff;
	min-height: 100%;

}

.main {
	margin-top: 100px;
}

#footer {
	background: #f5f4f4;
	border-top: 1px solid #eaeaea;
	color: #666;
	font-size: 14px;
}

.nav-list {
	background: #fff;
	margin-top: 70px;
}

.filter-panel {
	padding-top: 25px;
	padding-bottom: 5px;
}

.filter-items {
	margin-left: 20px;
	padding-right: 20px;
}

.filter-items dt {
	min-width: 70px;
	padding-right: 20px;
	display: inline-block;
	font-size: 14px;
	font-weight: 700;
	padding-bottom: 10px;
	float: left;
}

.filter-items dd {
	display: block;
	overflow: hidden;
}

.aft-item {
	display: inline-block;
	padding: 0 10px;
	font-size: 14px;
	line-height: 24px;
}

#footer p {
	text-align: center;
	padding-top: 25px;
	padding-bottom: 10px;
}

.bread-crumbs {
	color: #999;
	padding-top: 10px;
	font-size: 12px
}

.bread-crumbs a {
	color: #999;
	font-size: 12px
}

.col-lg-9 .title-detail {
	line-height: 48px;
	font-size: 36px;
	padding-bottom: 10px;
	font-weight: 400;
}

.post-meta {
	padding-top:20px;
	padding-bottom: 20px;
	color: #999;
	font-size: 12px;
	-webkit-transition: opacity .3s cubic-bezier(.31, 1, .34, 1);
	transition: opacity .3s cubic-bezier(.31, 1, .34, 1);
}

.post-meta span {
	margin-left: 10px;
}

.post-meta span i {
	margin-right: 5px;
}

.article-detail {
	font-size: 16px;
	line-height: 1.75;
}

.article-detail img {
	max-width: 100%;
	height: auto;
	display: block;
}

#post-link {
	overflow: hidden;
	border-radius: 2px;
	background: #fff;
	margin-bottom: 30px;
}

#post-link .post-link-previous,
#post-link .post-link-next {
	padding: 12px 18px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	text-align: center;

}

.detail-sidebar {
	background-color: #fafafa;
}

h5.vendor-wrap-title {
	margin-bottom: 0;
	background: #171717;
	color: #fff;
	text-transform: uppercase;
	font-size: 16px;
	padding: 20px;
	text-align: center;
}

.sidebar-item-info {
	padding: 15px 0px;
}

.sidebar-item-info ul li {
	font-size: 16px;
	color: #738097;
	margin-bottom: 15px;
	overflow: hidden;
	display: block;
}

.sidebar-down {
	padding: 15px 30px;
}

.sidebar-down a {
	display: block;
	width: 100%;
	height: 50px;
	background: #2684fe none repeat scroll 0 0;
	border-radius: 5px;
	text-align: center;
	line-height: 50px;
	font-size: 20px;
	color: #fff;
	margin-bottom: 10px;
}

.sidebar-down span {
	display: block;
	text-align: center;
	font-size: 14px;
	color: #666;
	margin-bottom: 10px;
}

.tagcloud a {
	padding: 5px 8px;
	text-decoration: none;
	border: 1px solid #f0f0f0;
	font-size: 14px !important;
	color: #777;
	display: block;
	float: left;
	border-radius: 100px;
	margin: 0 6px 6px 0;
	transition: all 0.1s;
}

.bawmrp {
	margin-top: 15px;
	background: #fff;
}

.panel-title {
	font-size: 18px;
	line-height: 38px;
	padding-top: 15px;
	padding-bottom: 15px;
}

.page-title {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
}

.page-tags a {
	text-decoration: none;
	background-color: #fff;
	display: inline-block;
	padding: 6px 12px;
	margin-right: 10px;
	margin-bottom: 10px;
	color: #777;
	font-size: 14px !important;
	border: 1px solid #f0f0f0;
	transition: all .1s;
	border-radius: 100px;
}

@media (min-width: 1500px) {
	.container {
		max-width: 1400px;
	}

}

@media (max-width: 992px) {

	.header-menu,
	.admin-login {
		display: none;
	}

	.logo {
		float: none !important;
		margin: auto;
		text-align: center;
	}

	.menu-button {
		float: left;
		display: inline-block !important;
	}

	.col-lg-9 .title-detail {
		font-size: 30px;
		line-height: normal;
	}

	.search {
		position: absolute;
		top: 0;
		right: 0;
		width: 40px;
		text-align: center;
		height: 100%;
		margin-right: 10px;

	}

	.search i {
		font-size: 22px;
		color: #dbdbdb;
	}
}
