@font-face{
	font-family:fzht;
	src:url('/static/fonts/fzht.TTF');
}
@font-face{
	font-family:butler-medium;
	src:url('/static/fonts/Butler_Medium.otf');
}
body, button, input, select, textarea, h1, h2, h3, h4, h5, h6 {
	font-family: "fzht", butler-medium;
	font-size:16px;
	line-height:150%;/*24px;*/
}
/*顶部导航栏*/
#user_top {background-color:#587EAC; color: #fff;}
#user_top .navbar-brand {color: #fff;}
#user_top a {color: #fff; text-decoration: none; font-size: 16px;}
#user_top a:hover {color: #fff;}
/*折叠菜单*/
#user_top .navbar-nav .active>a {color: #2C2255; background-color: #f4f4f4;}
#user_top .navbar-nav .open>a {background-color: #e8b9e4; color: #2C2255;}
#user_top .navbar-default .navbar-toggle {border-color: #fff;}
#user_top.navbar-default .navbar-toggle .icon-bar {background-color: #fff;}
#user_top.navbar-default .navbar-toggle:focus, #user_top.navbar-default .navbar-toggle:hover {background: #fff;}
#user_top.navbar-default .navbar-toggle:focus .icon-bar, #user_top.navbar-default .navbar-toggle:hover .icon-bar {background-color: #2C2255;}
#user_top .dropdown-menu {background-color: #EDCDEA; color: #2C2255;}
#user_top .dropdown-menu>li>a {color: #2C2255;}
/*搜索表单*/
#user_top .navbar-form {border-width: 0;}
@media(max-width: 768px) {
	#user_top a {color: #2C2255;}
	#user_top a:hover {color: #2C2255; background: #e8b9e4;}
	#user_top_div {margin-bottom: 5px; height: 51px!important;}
	#globalSearchBlock {display: none;}
	#user_top #top-navbar-collapse {background-color: #EDCDEA; color: #2C2255;}
	#user_top .navbar-nav .open>a {background-color: #e8b9e4;}
}