input {
	box-sizing: border-box;
	outline: none;
}

/* 顶部 */
.top-wrap {
	width: 912px;
	height: 70px;
	margin: 10px auto;
}

.logo {
	float: left;
}

.search-title {
	float: left;
	height: 30px;
	padding: 0 19px;
	margin: 25px 0 0 20px;
	line-height: 25px;
	font-size: 25px;
	font-weight: bold;
	border-left: 1px solid #444;
}

.search-box {
	position: relative;
	padding-top: 5px;
	float: left;
	width: 686px;
}

.search-inp {
	float: left;
	width: 567px;
	height: 40px;
	padding: 9px 40px 9px 9px;
	margin-left: 1px;
	margin-top: 11px;
	border: 1px solid #7f9db9;
}

.cross {
	position: absolute;
	top: 28px;
	right: 135px;
	display: none;
	width: 16px;
	height: 16px;
	background-image: url('//a.mysteelcdn.com/common/search/v1.0/image/search_common_ico.png');
	background-position: 0 -82px;
	cursor: pointer;
}

.search-btn {
	position: relative;
	float: left;
	width: 118px;
	height: 40px;
	margin-top: 11px;
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	text-align: center;
	border: none;
	background-color: #3860ab;
}

.search-btn span {
	padding-left: 24px;
	color: #ffffff;
}

.search-icon {
	position: absolute;
	top: 10px;
	left: 27px;
	content: '';
	width: 21px;
	height: 21px;
	background-image: url('//a.mysteelcdn.com/common/search/v1.0/image/search_common_ico.png');
}

.search-prompt {
	display: none;
	z-index: 999;
	position: absolute;
	top: 60px;
	left: 0;
	width: 567px;
	/* height: 226px; */
	border: 1px solid #f5f7f9;
	font-size: 15px;
	color: #151515;
	background-color: #fff;
	box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
}

.search-prompt li {
	height: 35px;
	padding: 0 15px;
	line-height: 35px;
}

/* .search-prompt li:hover {
	background-color: #F5F7F9;
} */

.search-history {
	display: none;
	z-index: 999;
	position: absolute;
	top: 60px;
	left: 0;
	width: 567px;
	box-sizing: border-box;
	border: 1px solid #f5f7f9;
	box-shadow: 0 4px 8px 1px rgba(0, 0, 0, 0.1);
	border-radius: 8px;
	background-color: #fff;
}

.search-history-header {
	position: relative;
	height: 36px;
	padding: 0 15px;
	border-bottom: 1px solid #eaeaea;
	line-height: 36px;
	font-size: 13px;
}

.search-history-header span {
	float: left;
}

.search-history-header a {
	position: relative;
	float: right;
}

.clear-icon {
	content: '';
	position: absolute;
	top: 11px;
	right: 44px;
	width: 14px;
	height: 14px;
	background-image: url('//a.mysteelcdn.com/common/search/v1.0/image/search_common_ico.png');
	background-position: 0 -45px;
}

/* .search-history-body {
	padding: 8px 15px;
} */

.search-history-body li {
	height: 35px;
	padding: 0 15px;
	font-size: 15px;
	line-height: 35px;
}

.search-history-body li a {
	display: inline-block;
	width: 95%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* .search-history-body li:hover {
	background-color: #F5F7F9;
} */

.delete-history-icon {
	float: right;
	width: 7px;
	height: 7px;
	margin-top: 15px;
	background-image: url('//a.mysteelcdn.com/common/search/v1.0/image/search_common_ico.png');
	background-position: 0 -116px;
	cursor: pointer;
}

.nav {
	width: 1190px;
	height: 50px;
	margin: 0 auto;
	border: 1px solid #ebebeb;
	border-left: none;
	border-right: none;
	text-align: center;
	font-size: 15px;
	line-height: 50px;
}

.nav li {
	box-sizing: border-box;
	float: left;
	width: 130px;
	height: 100%;
}

.nav .vertical-bar {
	width: 1px;
	height: 12px;
	margin: 18px 0 17px 0;
	background-color: #d8d8d8;
}

.nav li a {
	display: block;
	width: 130px;
	color: #9b9b9b;
}

.current-nav {
	border-bottom: 2px solid #3d4a76;
}

li.current-nav a {
	color: #3d4a76;
}
