.header-menu .input-group {
  display: flex;
  align-items: center;
  width: 540px;
  height: 54px;
  position: absolute;
  top: 34px;
  right: 0;
  z-index: 10;
}
.header-menu .input-group .form-control {
  height: 54px;
  font-size: 16px;
}
.header-menu .input-group .input-group-btn {
  width: 90px;
}
.header-menu .input-group .input-group-btn .btn {
  font-size: 16px;
  font-weight: 400;
  color: #fff!important;
  border-radius: 0px 6px 6px 0px;
  border: 1px solid #004098;
  height: 54px;
}
.header-menu .input-group-btn .btn-default:focus,
.header-menu .input-group-btn .btn-default.focus,
.header-menu .input-group-btn .btn-default:active,
.header-menu .input-group-btn .btn-default.active,
.header-menu .input-group-btn .btn-default:hover,
.header-menu .input-group-btn .btn-default:active:hover,
.header-menu .input-group-btn .btn-default.active:hover,
.header-menu .input-group-btn .btn-default:active:focus,
.header-menu .input-group-btn .btn-default.active:focus,
.header-menu .input-group-btn .btn-default:active.focus,
.header-menu .input-group-btn .btn-default.active.focus {
  border-radius: 0 6px 6px 0!important;
  border: 1px solid rgba(0, 64, 152, 1)!important;
  background: #004098!important;
  color: #fff!important;
  text-shadow: none!important;
}
#search-btn:hover {
  color: #fff!important;
}
#header-search-group {
  visibility: hidden;
}

#search_chosen {
  height: 36px;
}
#search-list {
  display: flex;
  flex-direction: column;
  background: #fff;
  position: absolute;
  width: 100%;
  height: 360px;
  z-index: 9;
  top: 60px;
  left: 0;
  overflow: auto;
  border-radius: 6px;
  border: 1px solid #eee;
}
.search-item {
  display: flex;
  align-items: center;
  font-size: 16px;
  font-weight: 400;
  height: 45px;
  min-height: 45px;
  padding: 0 20px;
  cursor: pointer;
}
.search-item:hover {
  background: #EFF4F9;
}
#search-list .search-item, #search-list .search-item * {
  color: #222;
}
#search-list .search-item .blue {
  color: rgba(0, 64, 152, 1)!important;
}

.header-search-icon {
  width: 18px;
  height: 18px;
  background: url(/main/nffund/images/sousuo.png) center no-repeat;
}
body header .fixed .header-search-icon {
  background: url(/main/nffund/images/search-hover.png) center no-repeat;
}
.header-box.active .header-menu-box .header-search-icon {
  background: url(/main/nffund/images/search-hover.png) center no-repeat;
}
.header-close-icon {
  width: 18px;
  height: 18px;
  background: url(/main/nffund/images/icons/close-white.png) center no-repeat;
}
body header .fixed .header-close-icon {
  background: url(/main/nffund/images/icons/close-blue.png) center no-repeat;
}
.header-box.active .header-menu-box .header-close-icon {
  background: url(/main/nffund/images/icons/close-blue.png) center no-repeat;
}
