/* 导航头样式 */
.navbar {
	width: 100%;
}
.navbar-custom {
	margin-bottom: 0;
	text-transform: uppercase;
	background-color: #000;
}

.navbar-custom .navbar-brand {
	font-weight: 600;
}

.navbar-custom .navbar-brand i.fa {
	color: #F4D03F;
}

.navbar-custom .navbar-brand:focus {
	outline: 0;
}

.navbar-custom .navbar-brand .navbar-toggle {
	padding: 4px 6px;
	font-size: 16px;
	color: #fff;
}

.navbar-custom .navbar-brand .navbar-toggle:focus,
.navbar-custom .navbar-brand .navbar-toggle:active {
	outline: 0;
}

.navbar-custom .font-style {
	color: #fff;
	text-shadow: 0px 0px 3px rgba(0, 0, 0, 0.22);
	font-size: 14px;
	"font-family": "MicrosoftYaHei"
}

.navbar-custom .nav li a {
	-webkit-transition: background .3s ease-in-out;
	-moz-transition: background .3s ease-in-out;
	transition: background .3s ease-in-out;
}

.navbar-custom .nav li a:hover {
	outline: 0;
	color: #3233FF;
	background-color: transparent;
}

.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:active {
	outline: 0;
	background-color: transparent;
	color: #3233FF;
}

.navbar-custom .nav li.active {
	outline: 0;
}

.navbar-custom .nav li.active a {
	background-color: rgba(255, 255, 255, .3);
}

.navbar-custom .nav li.active a:hover {
	color: #fff;
}


.navbar-custom {
	border-bottom: 0;
	letter-spacing: 1px;
	background: 0 0;
	-webkit-transition: background .5s ease-in-out, padding .5s ease-in-out;
	-moz-transition: background .5s ease-in-out, padding .5s ease-in-out;
	transition: background .5s ease-in-out, padding .5s ease-in-out;
}

.navbar-custom.top-nav-collapse {
	padding: 0;
	background: #FFFFFF;
	box-shadow: 0px 0px 6px 0px #A8A8A8;
	height: 64px;
}



.container {
	width: 1200px;
	display: flex;
	height: 64px;
	margin: auto;
}

.nav-logo {
	width: 144px;
	height: 40px;
	margin: 12px 120px 12px 0;
}

.navbar-fixed-top {
	position: fixed;
	right: 0;
	left: 0;
	z-index: 1030;
	top: 0;
	border-width: 0 0 1px;
	border-radius: 0;
	max-height: 340px;
	background: linear-gradient(180deg, #00000030 0%, rgba(255, 255, 255, 0) 100%);
}

.navbar-nav {
	display: flex;
	position: relative;
}

.navbar-nav>li {
	margin-right: 56px;
}

.navbar-nav>li>a {
	padding-bottom: 7px;
}

.navbar-right {
	float: right !important;
	margin-right: -15px;
}

.navbar-collapse {
	display: flex;
	align-items: center;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
}

.sign-btn {
	margin-right: 40px;
	margin-left: 280px;
	"font-family": "MicrosoftYaHei";
	color: #fff;
	font-size: 14px;
}

.login-btn {
	width: 120px;
	height: 40px;
	background: #197AFB;
	border-radius: 4px;
	line-height: 40px;
	text-align: center;
	font-size: 14px;
	font-family: MicrosoftYaHei;
	color: #FFFFFF;
	cursor: pointer;
}
