/*顶部固定导航栏*/

#fixedNav {
	position: fixed;
	/*width: 100%;*/
	right: 0;
	top: 0;
	left: 0;
	height: 80px;
	background: #FFFFFF;
	z-index: 1000;
	border-bottom: 1px solid #f5f5f5;
	box-shadow: 0 0.0366rem 0.26rem 0 rgba(0, 0, 0, .1);
}

.fixed-logo img {
	width: 80px;
	display: block;
	/*margin-top: 10px;*/
}

.fixed-title {
	margin-top: 30px;
}

.fixed-nav-item {
	float: left;
	width: 90px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 16px;
}

.fixed-nav-item>a {
	color: #00618C;
}

.fixed-search {
	float: left;
    width: 196px;
    background: #FFFFFF;
    line-height: 30px;
    text-align: center;
    margin-top: 24px;
    cursor: pointer;
    margin-left: 30px;
}

.fixed-search .search-wrapper {
	width: 389px;
	height: 32px;
	background: rgba(255, 255, 255, 1);
	border: 1px solid rgba(0, 95, 139, 1);
	border-radius: 3px;
}

.fixed-search .search-type {
	float: left;
	height: 32px;
	line-height: 32px;
	text-align: center;
	cursor: pointer;
}

.fixed-search .search-type .btn {
	padding: 5px 20px;
	background: #FFFFFF;
	border: none;
	color: #848383;
}

.fixed-search .search-type .btn:active,
.edu-nav-search .search-type .open .dropdown-toggle.btn {
	background: #FFFFFF;
	color: #848383;
}

.fixed-search .search-type .btn-group.open .dropdown-toggle,
.btn-group-vertical.open .dropdown-toggle {
	box-shadow: none;
}

.fixed-search .search-type .btn:hover {
	box-shadow: none;
}

.fixed-search .search-type .dropdown-menu {
	min-width: 50px;
}

.fixed-search .search-wrapper>i {
	display: block;
	height: 32px;
	line-height: 32px;
}

.fixed-search .search-type .dropdown-menu>li>a:hover,
.fixed-search .search-type .dropdown-menu>li>a:focus {
	background: #00618C;
}

.fixed-search .search-wrapper input[type=text],
.search-wrapper input[type=password].search-input {
	width: 158px;
	padding-left: 10px;
	height: 30px;
	line-height: 30px;
	border: none;
	outline: none;
}


/*.fixed-search-mini{
	float: left;
	height: 80px;
	line-height: 80px;
	margin-left: 100px;
	width: 50px;
	text-align: center;
	padding-top: 30px;
}
.fixed-search-mini .iconfont{
	font-size: 26px;
	color: #00618C;
	position: relative;
	top: -2px;
	cursor: pointer;
}*/

.btn-group {
	display: inherit;
}

.select-btn {
	height: 29px;
	line-height: 29px;
	border: none;
	padding-left: 8px;
	color: #848383;
	background: #FFFFFF;
	position: relative;
	top: -1px;
}


/*input[type=text],
input[type=password].search-input:hover,
input[type=text],
input[type=password].search-input:active,
input[type=text],
input[type=password].search-input:focus,
{
	outline: none;
	border: none;
}*/

.fixed-search .search-wrapper .search-btn.btn {
	line-height: 32px;
	height: 32px;
	border: none;
	padding: 0 10px;
	outline: none;
	background: #00618C;
	margin-top: -2px;
	color: #FFFFFF;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
}

.fixed-user {
	float: left;
	width: 174px;
	height: 50px;
}

.fixed-user .edu-login-item {
	margin-left: 6px;
	display: inline-block;
}

.fixed-user .edu-login-item>a {
	color: #0077AA;
}

.fixed-user .edu-user {
	width: 156px;
	height: 30px;
	line-height: 30px;
	float: right;
	margin-top: 25px;
}

.fixed-user .edu-user .edu_msg {
	position: relative;
}

.fixed-user .edu-user .edu_msg .iconfont {
	position: relative;
	top: 2px;
	color: #00618C;
	font-size: 28px;
}

.fixed-user .edu-user .edu_msg .edu_msg_num {
	position: absolute;
	top: -4px;
	right: -4px;
	display: block;
	width: 18px;
	height: 18px;
	line-height: 18px;
	text-align: center;
	font-size: 12px;
	border-radius: 50%;
	background: #FE8125;
	color: #FFFFFF;
}


/*用户下拉菜单*/

.user_info {
	position: relative;
	top: -5px;
}

.user_more {
	width: 150px;
	text-align: center;
	overflow: hidden;
	z-index: 200;
	position: absolute;
	background: #ffffff;
	right: 0;
	box-shadow: 0px 2px 3px 0px rgba(126, 125, 125, 0.35);
	border-radius: 6px;
}
.more-item-vip{
	display: block;
    text-align: center;
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #FFAE38;
    /*border-bottom: 1px solid #e1e1e1;*/
}
.more-item-vip:hover,.more-item-vip:active{
    color: #FFAE38;
}
.more-item {
	display: block;
	text-align: center;
	width: 100%;
	height: 34px;
	line-height: 34px;
}
.more-item:hover,.more-item:active{
	background: #00618C;
	color: #FFFFFF;
}
.more-item-top{
	display: block;
	height: 60px;
	line-height: 60px;
	border-bottom: 1px solid #e9e9e9;
}
.user_avatar {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}


/*.user_name {
	margin-left: 5px;
}*/

.user_more {
	top: 40px;
	width: 150px;
	text-align: center;
	overflow: hidden;
	z-index: 200;
	position: absolute;
	background: #ffffff;
	right: -60px;
}

/*补丁*/
#fixedNav .container{
	min-width: 1200px;
	margin: auto;
	display: flex;
	justify-content:center;
	align-items:center;
}
#fixedNav .fixed-search{
	margin: 0;
}
#fixedNav .fixed-user{
	display: flex;
	justify-content:center;
	align-items:center;
	height: 80px;
}

#fixedNav .fixed-user .edu-user{
	margin: 0;
}