/**
 * 会员端全局黑金主题（背景近黑 + 金色点缀）
 * 在 inc_header / 1.php / 登录注册页中最后加载，覆盖原橙色底等样式。
 */
html { background: #0a0a0a; }
body {
	background: #0a0a0a !important;
	color: #ccc !important;
}
.panel,
.panel-default {
	background: #141414 !important;
	border-color: #2a2a2a !important;
	color: #ccc !important;
}
.panel-default > .panel-heading,
.panel-heading {
	background: #1a1a1a !important;
	border-color: #333 !important;
	color: #d4af37 !important;
}
.panel-body {
	background: #141414 !important;
	color: #ccc !important;
}
.table > tbody > tr > td,
.table > thead > tr > th,
.table > tbody > tr > th {
	border-color: #333 !important;
	color: #ddd !important;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
	background: #171717 !important;
}
.nav3,
.nav3.p {
	background: #111 !important;
	color: #eee !important;
	border-bottom: 1px solid #2a2a2a !important;
}
.nav3 strong,
.nav3.p strong {
	color: #d4af37 !important;
}
.gao1 { background: #0a0a0a !important; }
.form-control {
	background: #1a1a1a !important;
	border-color: #444 !important;
	color: #eee !important;
}
.btn-default {
	background: #2a2a2a !important;
	border-color: #444 !important;
	color: #ddd !important;
}
.btn-primary {
	background: #d4af37 !important;
	border-color: #c9a227 !important;
	color: #111 !important;
}
.fix-bottom {
	background: #111 !important;
	border-top: 1px solid #2a2a2a !important;
}
.fix-bottom .fix-b-a {
	color: #aaa !important;
}
.fix-bottom .bottom-n-cur,
.fix-bottom .btn-long16 {
	color: #d4af37 !important;
}
.user_top {
	background: #151515 !important;
	border-bottom: 1px solid #2a2a2a !important;
}
.bdziti {
	background: #222 !important;
}
.jincz-topnav {
	background: #111 !important;
	border-bottom: 1px solid #2a2a2a !important;
}
.page-header h3,
.long-header h3 {
	color: #d4af37 !important;
}
.page-header h3 small,
.long-header h3 small {
	color: #999 !important;
}
.control-label {
	color: #bbb !important;
}
