* {
	margin: 0;
	padding: 0
}

html,
body {
	font-family: 'Microsoft YaHei'
}

ul,
li {
	list-style: none
}

a,
a:link,
a:visited,
a:hover {
	text-decoration: none
}

.display-flex {
	display: flex;
	display: -webkit-flex;
	display: -ms-flex;
	display: -moz-flex;
	display: -o-flex
}

.flex-1 {
	flex: 1
}

.clearfix::before,
.clearfix::after {
	content: '';
	display: table;
	clear: both
}

.header__search {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	width: 100%;
	height: 80px;
	background: #fff;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-bottom: 10px;
	/*min-width: 1400px;*/
}

.header__search .header-wrap {
	width: 1200px;
	margin: auto;
	padding-top: 8px;
	box-sizing: border-box
}

.header__search .header__logo {
	width: 141px;
	margin-top: 3px;
}

.header__search .header__logo-img {
	width: 141px;
	height: 67px;
	/*background: url(./../../images/search_header/90sheji-logo.png) no-repeat;*/
	background: url(./../../images/search_header/90sheji-logo1.png) no-repeat;
	display: block;
	/*background-size: 113px 54.17px;*/
}


.hot_tip {
    background-position: -411px -619px;}
.header__search .header-center {
	text-align: center
}

.header__search .header-center .center_wrap {
	display: inline-block;
	width: 400px;
}

.header__search .header-center__area .search-area__class {
	height: 46px;
	position: relative;
	/*margin-right: 16px;*/
}

.header__search .header-center__area .search-area__class .btn-menu {
	width: 72px;
	height: 44px;
	/*background: #FAFAFA;*/
	line-height: 44px;
	text-align: center;
	margin-right: 20px;
	border: 1px solid #fff;
	border-radius: 4px;
	cursor: pointer
}

.header__search .header-center__area .search-area__class .btn-menu .i-menu {
	width: 15px;
	height: 17px;
	/*display: inline-block;*/
	/*vertical-align: middle;*/
	/*background: url(./../../images/search_header/menu.png) no-repeat*/
}

/*.header__search .header-center__area .search-area__class .btn-menu span {
	color: #666
}*/
.sanjiao{
	width:0px;
	height:0px; 
	border:solid 5px transparent; 
	border-top-color:#000;
	display: inline-block;
    margin-top: -23px;
}
.classification{
	display: inline-block;
	position: relative;
	cursor: pointer;
}
.classification:hover .menu-1 {
	display: block
}

.classification .menu-1 {
	width: 120px;
	background: #fff;
	border-radius: 4px;
	position: absolute;
	left: 0;
	top: 56px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 99;
	display: none
}

.classification .menu-1>ul>li {
	line-height: 44px;
	height: 44px;
	text-align: center;
	position: relative
}

.classification .menu-1>ul>li .i-dire {
	display: inline-block;
	width: 5px;
	height: 5px;
	border: 1px solid #999;
	border-left: none;
	border-bottom: 0;
	transform: rotate(45deg);
	border-radius: 2px;
	vertical-align: middle
}

.classification .menu-1>ul>li span {
	vertical-align: middle;
	margin-right: 20px
}

.classification .menu-1>ul>li a {
	display: block;
	color: #666;
	font-size: 14px
}

.classification .menu-1>ul>li:hover {
	background: #FFEDE4
}

.classification .menu-1>ul>li:hover>.menu-2 {
	display: block
}

.classification .menu-1>ul>li:hover>a {
	color: #FF6500
}

.classification .menu-1>ul>li:hover>a .i-dire {
	border-color: #FF6500
}

.classification .menu-2 {
	width: 460px;
	position: absolute;
	top: 0px;
	left: 120px;
	background: #fff;
	border-radius: 4px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	z-index: 99;
	padding: 10px 20px;
	box-sizing: border-box;
	padding-right: 0;
	display: none
}

.classification .menu-2 li {
	width: 25%;
	float: left;
	text-align: left;
	line-height: 35px
}

.classification .menu-2 li:hover a {
	color: #FF6500
}

.header__search .header-center__input-panel .header-center__input {
	border: 1px solid #E84D2E;
	border-radius: 4px
}

.header__search .header-center__input-panel .input-keywords {
	border: none;
	outline: none;
	border-radius: 4px;
	box-sizing: border-box;
	font-family: 'Microsoft YaHei';
	font-size: 16px;
	color: #333;
	width: 100%;
	height: 100%;
	padding-left: 10px
}

.header__search .header-center__input-panel .input-keywords::placeholder {
	color: #999
}

.header__search .header-center__input-panel .input-submit {
	width: 100px;
	height: 44px;
	background: #f96248;
	background: linear-gradient(90deg, #f96248, #d94027);
	border-radius: 0px 4px 4px 0px;
	line-height: 44px;
	text-align: center
}

.header__search .header-center__input-panel .input-submit .i-search {
	display: inline-block;
	width: 18px;
	height: 17px;
	vertical-align: middle;
	background-image: url(./../../images/tbTool/icon_tbTool.png);
	background-position: -6px -105px;
	margin-right: 5px
}

.header__search .header-center__input-panel .input-submit span {
	color: #fff;
	vertical-align: middle
}

.header__search .header-center__nav {
	text-align: center;
	margin-top: 21px
}

.header__search .header-center__nav ul {
	display: inline-block
}

.header__search .header-center__nav ul li {
	padding: 0 30px;
	float: left;
	font-size: 20px;
	color: #999;
	cursor: pointer
}

.header__search .header-center__nav ul .active {
	color: #333;
	position: relative
}

.header__search .header-center__nav ul .active::before {
	content: '';
	position: absolute;
	width: 42px;
	height: 4px;
	background: #FE6C23;
	bottom: -15px
}

.header__search .header-center--template .header-center__input-panel .header-center__input {
	border-color: #E84D2E
}

.header__search .header-center--template .header-center__input-panel .input-submit {
	background: #f96248;
	background: linear-gradient(90deg, #f96248, #d94027)
}

.header__search .header-center--template .header-center__nav ul li .active::before {
	background: #FE6C23
}

.header__search .header-center--bg .header-center__input-panel .header-center__input {
	border-color: #4CD731
}

.header__search .header-center--bg .header-center__input-panel .input-submit {
	background: #4CD731;
	background: linear-gradient(to right, #4CD731 0, #1EAB34 100%)
}

.header__search .header-center--bg .header-center__nav ul li .active::before {
	background: #4CD731
}

.header__search .header-center--element .header-center__input-panel .header-center__input {
	border-color: #6088FF
}

.header__search .header-center--element .header-center__input-panel .input-submit {
	background: #6088FF;
	background: linear-gradient(to right, #6088FF 0, #36f 100%)
}

.header__search .header-center--element .header-center__nav ul .active::before {
	background: #6088FF
}

.header__search .header-right__coupon a {
	display: block;
	width: 90px;
	height: 26px;
	background: linear-gradient(90deg, #4fcd41, #34b626);
	text-align: center;
	border-radius: 13px;
	margin-top: 7px
}

.header__search .header-right__coupon a .i-coupon {
	display: inline-block;
	width: 18px;
	height: 17px;
	vertical-align: middle;
	background-position: -668px -237px
}

.header__search .header-right__coupon a span {
	color: #fff;
	vertical-align: middle;
	font-size: 14px
}

.header__search .header-right__msg {
	margin: 0 31px
}

.header__search .header-right__msg .i-msg {
	width: 16px;
	height: 14px;
	display: inline-block;
	margin-top: 14px;
	background-position: -692px -240px
}

.header__search .header-right__login .login-out_btn {
	width: 82px;
	height: 38px;
	border: 1px solid #dedede;
	border-radius: 4px;
	display: inline-block;
	line-height: 38px;
	text-align: center
}

.header__search .header-right__login .btn-login {
	margin-right: 5px
}

.header__search .header-right__login .btn-register {
	border-color: none;
	background: linear-gradient(90deg, #fc9103, #ff5700);
	color: #fff
}

.header-center__input-panel .search_div .searchTipBox {
	top: 65px !important
}

.header-right .right-login .login-register.cl {
	padding-top: 5px
}

@media screen and (min-width: 1600px) {
	.header__search .header-wrap {
		width: 1386px
	}
	.header__search .header-center .center_wrap {
		width: 553px
	}
}
