/* 公共头部CSS样式 */
.common-header {
	height: 40px;
	background: #2b2b2b;
	user-select: none;
}

.common-header .common-container {
	background: #2b2b2b;
}

.common-header .hd-left-sec,
.common-header .hd-right-sec {
	margin-top: 8px;
}

.common-header span,
.common-header a {
	font-size: 14px;
	line-height: 20px;
	color: #c1c1c1;
	font-weight: bold;
}

.hd-left-sec .log-in,
.have-logged-in .log-out {
	cursor: pointer;
	text-decoration: underline;
}

.hd-search-sec {
	margin-top: 22px;
	position: relative;
	width: 260px;
	height: 36px;
	border-radius: 18px;
	background-color: #f2f3f5;
	behavior: url(PIE.htc);
}

.hd-search-sec.focus {
	background: url(../static/search-bg.png) center no-repeat;
}

.hd-search-sec.focus input {
	background-color: #fff;
}

.hd-search-sec .top-search-btn {
	position: absolute;
	cursor: pointer;
	top: 2px;
	right: 2px;
	width: 80px;
	height: 32px;
	background: url(../static/search-btn.png) center no-repeat;
}

.hd-search-sec input {
	position: absolute;
	top: 1px;
	left: 18px;
	height: 34px;
	width: 160px;
	border: none;
	outline: none;
	font-size: 14px;
	color: #333;
	background-color: #f2f3f5;
}

.hd-search-sec input::-webkit-input-placeholder {
	color: #999;
}

.have-logged-in span,
.have-logged-in i {
	vertical-align: middle;
}

.have-logged-in .auth_icon {
	display: inline-block;
	position: relative;
	top: -1px;
	margin: 0 13px 0 13px;
	padding: 0 3px 0 3px;
	border-radius: 2px;
	border: 1px solid #c1c1c1;
	font-size: 0;
}

.have-logged-in .auth_icon.is_authed {
	border: 1px solid #65cf80;
}

.have-logged-in .auth_icon i {
	vertical-align: middle;
	font-size: 14px;
}

.have-logged-in .auth_icon .i1 {
	display: inline-block;
	position: relative;
	top: -1px;
	width: 16px;
	height: 16px;
	margin-right: 4px;
	background: url(../static/icons/no_auth.png) center no-repeat;
}

.have-logged-in .auth_icon .i1.is_auth {
	background: url(../static/icons/is_authed.png) center no-repeat;
}

.have-logged-in .is_authed .i2 {
	color: #65cf80;
}

.common-header .not-log-in .log-in {
	text-decoration: underline;
}

.common-header .hd-right-sec a,
.common-header .hd-right-sec span {
	margin-left: 20px;
}

.common-header .hd-left-sec .log-in:hover,
.common-header .hd-left-sec .log-out:hover,
.common-header .hd-right-sec a:hover {
	color: #fff;
	cursor: pointer;
}

/* 公共导航栏CSS样式 */
.common-nav {
	height: 80px;
	background-color: #fff;
	margin-bottom: 20px;
}

.common-nav .wb-logo {
	margin-top: 9px;
	margin-right: 31px;
	width: 149px;
	height: 54px;
}

.common-nav .wb-logo img {
	display: block;
	width: 100%;
}

.common-nav .nav-list-wrap {
	float: left;
	margin-top: 23px;
	width: 756px;
	height: 40px;
	overflow: hidden;
	text-align: left;
}

.common-nav .nav-list-wrap a {
	color: #333;
	cursor: pointer;
	padding: 0 20px;
	display: inline-block;
	position: relative;
	height: 36px;
}

.common-nav .nav-list-wrap a span {
	position: relative;
	font-size: 18px;
}

.common-nav .nav-list-wrap a span i {
	display: none;
	width: 100%;
	height: 3px;
	background-color: #ff7f1c;
	position: absolute;
	bottom: -4px;
	left: 0;
	border-radius: 2px;
	behavior: url(PIE.htc);
}

.common-nav .nav-list-wrap a.active span {
	color: #ff7f1c;
	font-size: 20px;
	line-height: 34px;
	font-weight: bold;
}

.common-nav .nav-list-wrap a.active span i {
	display: block;
}

.common-nav .nav-list-wrap a:hover span {
	color: #ff7f1c;
}

.upper-marker-download {
	margin-top: 20px;
	width: 114px;
	height: 40px;
	border-radius: 4px;
	background: #ff7f1c;
	behavior: url(PIE.htc);
	color: #ffffff;
	font-size: 16px;
	line-height: 40px;
	cursor: pointer;
}

.upper-marker-download:hover {
	background-color: #ffaa68;
}

/* 底部公共样式 */
.common-bottom {
	background-color: #2a2a2a;
	color: #999;
	font-weight: 500;
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	padding: 14px 0;
}

.common-bottom p {
	margin-bottom: 12px;
}

.common-bottom .p2 {
	color: #999;
	margin-bottom: 0;
}

.common-bottom .p2 img {
	position: relative;
	top: -2px;
}

.common-bottom .p2:hover {
	color: #ff5d23;
}

.common-bottom .p3 {
	margin-bottom: 12px;
}

.common-bottom .p3 a {
	color: #fff;
}

.common-bottom .p3 a:hover {
	color: #ff5d23;
}
