@font-face {
	font-family: myFirstFont;
	src: url('SourceHanSansCN-Regular.ttf'),
		 url('SourceHanSansCN-Regular.eot'),
		 url('SourceHanSansCN-Regular.otf'); /* IE9 */
}

* {
	box-sizing: border-box;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code,
	form, fieldset, legend, input, button, textarea, p, blockquote, th, td
	{
	margin: 0;
	padding: 0;
}

body {
	background: #fff;
	color: #555;
	font-size: 14px;
	font-family: "Microsoft Yahei", myFirstFont, Arial, Helvetica, sans-serif;
}

html, body {
    height: 100%;
}

.header {
	background-color: #2759a1;
	height: 60px;
	width: 100%;
}

.header > .logo {
	font-size: 28px;
	height: 40;
	padding-top: 10px;
	padding-left: 50px;
	color: #fff;
	display: inline-block;
}

.header > .org_trial {
	font-size: 18px;
	font-weight : bold;
	height: 40;
	padding-top: 10px;
	padding-left: 20px;
	color: #ff80c0;
	display: inline-block;
}

.header > .sessionTimeout {
	font-size: 18px;
	font-weight : bold;
	height: 40;
	padding-top: 10px;
	padding-left: 20px;
	color: #ff80c0;
	display: inline-block;
	padding-left: 20px;
}

.header > .org_name {
	float: right;
	padding-right:15px;
	/* color: white; */
	color: #F37E4C;
	padding-top: 20px;
}

.header > .dropdown {
	display: inline-block; 
	margin-top: 20px; 
	float: right; 
	margin-right: 20px;
}

.header > .icon {
	padding-top: 18px;
	display: inline-block;
	float: right;
	width: 40px;
	height: 60px;
	text-align: center;
}

.header > .icon:hover {
	background: #326fba;
	cursor: pointer;
}

.header > .question:hover img {
	background-image: url(../img/question-hover.png);
}

.header > .user:hover img {
	background-image: url(../img/user-hover.png);
}

.header > .home:hover img {
	background-image: url(../img/home-hover.png);
}

.header > .logout:hover i {
	color: #E5EDF7;
}

.footer {
	position:fixed;
	bottom:0;
	width:100%;
	height:78px;
	background-color: #484848;
	text-align: center;
	z-index: 2;
	margin-top: auto;
}

.footer span.text {
	font-size: 14px;
	color: #a3a3a3;
	font-weight: bold;
}

.footer span.split {
	color: #525252;
	font-weight: bolder;
	padding-left: 50px;
	padding-right: 50px;
}

.footer hr {
	height: 1px;
	border:none;
	border-top:1px solid #555555;
	width: 70%;
	margin-top: 10px;
	margin-bottom: 5px;
}

.footer span.copyright {
	font-size: 12px;
	color: #a3a3a3;
}

.index_main {
	text-align: center;
}

.searchType {
	display: inline-block;
    width: 90px;
	color: #333333;
	border-radius: 10px;
	background-color: #DBDBDB;
	text-align: center;
	font-size: 14px;
	font-family: "Microsoft Yahei", myFirstFont, Arial, Helvetica, sans-serif;
	font-weight: bolder;
	padding: 2px 0;
}

.type_active {
	background-color: #7ba9d0;
	color : white;
	text-align: center;
}

.searchType:hover {
	background-color: #2d67b9;
	cursor: pointer;
	color : white;
	text-align: center;
}
.search_title {
	font-size: 42px; 
	color: #262626; 
	margin-top: 20px;
}

.search_group {
	width: 45%;
	margin-top: 40px;
	float: none;
	margin-left: auto;
	margin-right: auto;
}

.search_button {
	height: 42px;
	/* background-color: #337AB7;
	color: white; */
	width: 80px;
}

/*
.searchBar {
	margin-top: 40px;
}

.searchBar input, button {
	border: none;
	outline: none;
}

.searchBar input {
	width: 40%;
	height: 42px;
	padding-left: 13px;
}

.searchBar button {
	height: 42px;
	width: 50px;
	cursor: pointer;
	position:absolute;
}

.searchBar input {
	border: 1px solid #D4D4D4;
	border-radius: 5px 0 0 5px;
}

.searchBar button {
	background: #0d48a1;
	border-radius: 0 5px 5px 0;
	width: 60px;
}

.searchBar button:before {
	content: "搜索";
	font-size: 13px;
	color: #fff;
} */

.citation button{
	width: 300px;
	margin: 0 auto;
	display: block;
	height: 60px;
	line-height: 60px;
	/* border:none; */
	background-color:#fff;
	color:#333333;
	border:1px solid #e0e0e0;
	font-size:16px;
	border-radius:3px;
	margin-top: 20px;
}
.citation button:hover,.citation button.cur{
	background-color:#fff;
	color:#f46723;
	border-color:#f46723
}

.citation input[type="submit"]{
	width: 300px;
	margin: 0 auto;
	display: block;
	height: 60px;
	line-height: 60px;
	border:none;
	background-color:#f46723;
	color:#fff;
	font-size:16px;
	border-radius:3px;
	margin-top: 20px;
}

/* .search_list_background {
	background : url("../img/search_list.png") repeat;
} */