
/* 页面 */
body {
	min-width: 1000px;
}
@media only screen and (max-width: 640px) {
	body {
		min-width: auto;
	}
}

/* 头部 */
.header,
.header-user,
.header-logo a {
	height: 96px;
}
.header {
	background: #37393b;
	border-bottom: 1px solid #464749;
	/*background: #fff;*/
}
.header-logo a {
	text-decoration: none;
	overflow: hidden;
	outline: none;
}
.header-logo a span {
	color: #36c8e7;
	font-size: 8.8rem;
	height: 96px;
	line-height: 96px;
	overflow: hidden;
	float: left;
}
@media only screen and (max-width: 640px) {
	.header-logo a img {
		width: 100px;
	}
	.header .container-center {
		padding: 0 25px;
	}
}

/* 头部固定 */
.header-fix {
	position: fixed;
	z-index: 99;
	_top: expression_r(documentElement.scrollTop + "px");
	left: 0px;
	width: 100%;
}
.header-fix+* {
	margin-top: 96px;
}

/* Logo */
.header-logo,
.header-logo a {
	display: table-cell;
	vertical-align: middle;
}

/* Menus */
.header-menu {
	float: left;
}
.header-menu a {
	margin-top: 8px;
	line-height: 80px;
	height: 81px;
	display: inline-block;
	padding: 0 10px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	border-bottom: 8px solid transparent;
}
.header-menu a:hover,
.header-menu a.current {
	color: #36c8e7;
}
.header-menu a.current {
	border-bottom-color: #36c8e7;
}
.header-menu a.mobile-terminal {
	display: none;
}
.header-menu-mobile {
	display: none;
}
@media only screen and (max-width: 640px) {
	.header-menu {
		display: none;
	}
	.header-menu-mobile {
		/*display: inherit;*/
	}
	.header-menu a {
		width: 100%;
		line-height: 40px;
		height: 40px;
		margin: 0px;
		border-left: 8px solid #fff;
		border-bottom: 1px solid #eee;
		box-sizing: border-box;
		color: #000;
	}
	.header-menu a.current {
		border-bottom-color: #eee;
		border-left-color: #36c8e7;
	}
	.header-menu a.mobile-terminal {
		display: inline-block;
	}
	.header-menu a.mobile-terminal+a {
		display: none;
	}
}

/* Active */
.header-active {
	display: none;
	vertical-align: middle;
}
@media only screen and (max-width: 640px) {
	.header-active {
		display: table-cell;
		padding-left: 20px;
	}
	.header-active a {
		color: #36c8e7;
		text-decoration: none;
	}
	.header-active a span {
		font-size: 2.2em;
	}
	.header-menu-active {
		display: block;
		position: absolute;
		width: 100%;
		float: none;
		left: 0px;
		top: 97px;
		z-index: 12;
		background: #fff;
	}
}

/* User */
.header-user {
	padding-left: 54px;
	display: table-cell;
	vertical-align: middle;
}
.header-user a {
	display: inline-block;
	width: 120px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	box-sizing: border-box;
	border: 1px solid #fff;
	font-size: 14px;
	color: #fff;
	border-radius: 5px;
	text-decoration: none;
	float: left;
}
.header-user a:last-child {
	background: #36c8e7;
	border-color: #36c8e7;
	color: #fff;
	margin-left: 24px;
}
@media only screen and (max-width: 640px) {
	.header-user {
		padding: 0px;
	}
	.header-user a {
		width: auto;
		height: auto;
		line-height: normal;
		padding: 10px 20px;
	}
	.header-user a:first-child {
		display: none;
	}
	.header-user a:last-child {
		margin: 0px;
	}
}

/* 底部 */
.footer {
	background: #313234;
	padding-top: 64px;
}
.footer h3 {
	font-size: 1.1rem;
	color: #fff;
	margin-bottom: 32px;
	font-weight: normal;
}
.footer-menu,
.footer-info,
.footer-code {
	width: 33.33%;
	float: left;
}
.footer-info:nth-child(2n) {
	width: 40%;
}
.footer-menu a {
	display: block;
	color: #a9a9a9;
	text-decoration: none;
	font-size: 14px;
	margin-bottom: 24px;
}
.footer-menu a:hover {
	color: #fff;
}
.footer-info h3 a {
	color: #5b5d61;
	font-size: 0.8em;
	margin-left: 10px;
	text-decoration: none;
	outline: none;
	opacity: 0;
}
.footer-info p {
	color: #fff;
	font-size: 14px;
	display: inline-block;
	width: 100%;
	margin: 0 0 12px;
}
.footer-info p i {
	/*display: inline-block;*/
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #36c8e7;
	float: left;
	margin-right: 12px;
	font-size: 2.5rem;
	text-align: center;

	display: none;
}
.footer-info p span {
	/*height: 38px;*/
	display: table-cell;
	vertical-align: middle;
	color: #a9a9a9;

	height: 14px;
}
.footer-code {
	float: right;
	width: auto;
}
.footer-code p {
	margin-top: 12px;
	font-size: 14px;
	color: #fff;
}
.footer-bottom {
	margin-top: 46px;
	line-height: 60px;
	font-size: 12px;
	color: #757575;
	text-align: center;
	border-top: #545556 1px solid;
}
@media only screen and (max-width: 640px) {
	.footer {
		padding: 0px;
	}
	.footer-menu
	,.footer-info
	,.footer-code {
		display: none;
	}
	.footer-bottom {
		margin: 0px;
		border: 0px;
	}
}

/* 站长统计 */
#cnzz_stat_icon_1257968137 {
	display: none;
}