@charset "UTF-8";

.dark-head {
    position: relative;
	background: #353D40;
	padding: 0 1px;
	box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}
.dark-head .item {
	position: relative;
	float: left;
}
.dark-head .item a {
	display: block;
	position: relative;
	font-size: 16px;
	line-height: 22px;
	padding: 9px 10px;
	border-top: 1px solid #353D40;
	border-bottom: 1px solid #353D40;
	color: #FFF;
	text-align: center;
}
.dark-head .item.active {
	background: #FFF;
}
.dark-head .item.active a {
	color: #2cb34a;
}
.dark-head .item.active a,
.dark-head .item.bg-main a {
	border-bottom-color: #2cb34a;
}
.dark-head .item.bg-main a {
	border-top-color: #2cb34a;
}
.dark-head .item.active a {
	box-shadow: 0px 2px 2px 0px rgba(246,111,106,0.5);
}
.fixed-by-scroll .wrapper {
	position: relative;
}
.fixed-by-scroll.fixed {
	height: 42px;
}
.fixed-by-scroll.fixed .wrapper {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	min-width: 970px;
    z-index: 950;
    background: #353D40;
    box-shadow: 0px 2px 2px 0px rgba(0,0,0,0.25);
}
body.en .fixed-by-scroll.fixed .wrapper {
	min-width: 1170px;
}
.fixed-by-scroll .wrapper > .container {
	max-width: 100%;
	min-width: auto;
}
.fixed-by-scroll.fixed .wrapper > .container,
.fixed-by-scroll.fixed .wrapper .dark-head > .container {
	max-width: none;
	min-width: 970px;
}
.fixed-by-scroll .wrapper .dark-head .more {
	display:none;
}
.fixed-by-scroll.fixed .wrapper .dark-head .more {
	display:block;
	position: absolute;
	top: 0;
}
.fixed-by-scroll.fixed .wrapper .dark-head .more.pull-right {
	right: 15px;
}
.fixed-by-scroll.fixed .wrapper .dark-head .more.pull-left {
	left: 15px;
}
.fixed-by-scroll.fixed .wrapper .dark-head {
	position: static;
	box-shadow: 0 0 0 0 transparent;
}
.fixed-by-scroll.fixed .wrapper .dark-head .item.active a {
	border-top-color: #FFF;
}
.fixed-by-scroll.fixed .wrapper .dark-head .item.bg-main a {
	border-top-color: #2cb34a;
}
