.navbar-brand {
  width: 117px;
  background: url(../../img/header/qb/headerLogoEn.png) no-repeat;
  -webkit-background-size: auto 34px;
  -moz-background-size: auto 34px;
  -ms-background-size: auto 34px;
  -o-background-size: auto 34px;
  background-size: 117px 34px;
}

.home-header-w .navbar-brand {
  background: url("../../img/header/logo.svg") no-repeat;
  -webkit-background-size: auto 34px;
  -moz-background-size: auto 34px;
  -ms-background-size: auto 34px;
  -o-background-size: auto 34px;
  background-size: 100px 34px;
  width: 117px;
}

.header-v3 .navbar {
  /*background-color: #FFF !important;*/
  /*padding-left: 121px;*/
  /*min-height: 69px;*/
  width: 1200px;
  height: 50px;
  margin: 0 auto;
  border-radius: 0;
}

.header-v3 .navbar-brand {
  position: static;
  height: 45px;
  margin-top: 9px;
}

.navbar > .container .navbar-brand, .navbar > .container-fluid .navbar-brand {
  margin-left: 0;
}

.header-v3 {
  background: rgba(0, 0, 0, .2);
  position: fixed;
  width: 100%;
}

.home-header-w {
  height: 50px;
  background: #ffffff;
  box-shadow: 0 1px 4px 0 rgba(151, 168, 178, .3);
}

.header-v3 .container-fluid {
  padding: 0;
  height: 100%;
}

.header-nav .active {
  border-bottom: none;
}

.header-nav .active a {
  border-bottom: 3px solid #ffffff;
}

.header-nav .active a {
  color: #418BFF;
}

.header-v3 .navbar-default .navbar-nav > li > a {
  padding: 0;
  color: #858AA7;
}

.header-v3 .navbar-default .navbar-nav > li {
  margin: 0 35px 0 0;
  padding: 10px 0 15px 0;
  height: 100%;
}

.header-v3 .header-nav > li {
  height: 100%;
}

.header-v3 .header-nav li a {
  padding-bottom: 8px !important;
}

.home-header-w .navbar-default .navbar-nav > .active > a,
.home-header-w .navbar-default .navbar-nav > .open > a,
.home-header-w .navbar-default .navbar-nav > .open > a:hover {
  color: #418BFF;
}

.home-header-w .navbar-default .navbar-nav > li > a:hover {
  color: #418BFF;
}

.home-header-w .active a {
  border-bottom: 3px solid #418BFF;
}

.header-v3 .navbar-default .navbar-nav .dropdown {
  margin: 0;
}

#nav-mid {
  display: -moz-box; /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox; /* TWEENER - IE 10 */
  display: -webkit-flex; /* NEW - Chrome */
  display: flex;
  -ms-flex-direction: row;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -moz-justify-content: space-around;
  -ms-justify-content: space-around;
  justify-content: space-around;
  width: 53%;
  position: absolute;
  left: 50%;
  top: 6px;
  transform: translateX(-50%);
  height: 60px;
}

#home_header .select-manage {
  position: relative;
  max-width: 100px;
  /*margin-right: 40px;*/
  text-overflow: ellipsis;
  white-space: nowrap;
}

.header-v3 .select-manage:hover::after {
  opacity: 1;
}

.header-v3 .select-manage:after {
  content: '';
  background: url(/static/img/header/index_select_icon.svg) no-repeat;
  background-size: 8px 8px;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 17px;
  right: -13px;
  opacity: .6;
}

.home-header-w .select-manage:after {
  content: '';
  background: url(/static/img/header/more_icon_black.svg) no-repeat;
  background-size: 8px 8px;
  position: absolute;
  width: 8px;
  height: 8px;
  top: 17px;
  right: -13px;
}

.header-v3 .fa {
  position: relative;
}

.header-v3 .fa:before {
  content: '';
  background: url(/static/img/header/btn_xf.svg) no-repeat;
  background-size: 20px 20px;
  position: absolute;
  width: 20px;
  height: 20px;
  /*opacity: .6;*/
  top: -22px;
  right: -20px;
}

.header-v3 .fa:hover::before {
  content: '';
  background: url(/static/img/header/btn_xf_sel.svg) no-repeat;
  background-size: 20px 20px;
  /*opacity: .6;*/
  position: absolute;
  width: 20px;
  height: 20px;
  top: -22px;
  right: -20px;
}

.home-header-w .fa {
  position: relative;
}

.home-header-w .fa:before {
  content: '';
  background: url(/static/img/header/btn_xf.svg) no-repeat;
  background-size: 20px 20px;
  /*opacity: .6;*/
  position: absolute;
  width: 20px;
  height: 20px;
  top: -22px;
  right: -20px;
}

.notif.popover {
  top: 58px;
  margin-left: 8px;
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
  padding: 0;
  position: fixed;
}

/*.popover.bottom > .arrow {*/
/*border-bottom-color: #fff;*/
/*}*/
.fa-check:before {
  content: url("/static/img/header/yidu_lan@1x.png");
}

.fa {
  display: inline;
}

#nav-mid {
  justify-content: flex-start;
  transform: translateX(-60%);
}

#nav-mid>li {
  margin-right: 60px;
}
