@charset "utf-8";
.header {
  padding: 60px 0;
  height: 168px;
}
.header .logo img {
  width: auto;
  height: 48px;
}
.header .tools {
  text-align: right;
  height: 48px;
  padding-top: 4px;
  line-height: 40px;
}
.header .tools .jump {
  display: inline-block;
  vertical-align: middle;
  height: 40px;
  padding: 4px 0;
  line-height: 32px;
  margin-right: 20px;
  color: #909090;
}
.header .tools .jump .shop_cart {
  margin-left: 20px;
}
.header .tools .search {
  display: inline-block;
  width: 520px;
  height: 40px;
  overflow: hidden;
  border-radius: 4px;
  vertical-align: middle;
  background: #fff url('../icon/search.png') 12px 9px no-repeat;
}
.header .tools .search input {
  float: left;
  width: 445px;
  height: 40px;
  border: none;
  font-size: 16px;
  color: #909090;
  padding-left: 45px;
  background: transparent;
}
.header .tools .search button {
  float: right;
  display: inline-block;
  width: 75px;
  height: 40px;
  border: none;
  background: #5c98ff;
  color: #fff;
  font-size: 16px;
}
.navigator {
  background: #0353a4;
  height: 60px;
}
.navigator .nav-box .row {
  display: flex;
}
.navigator .nav-box .row .item {
  flex: 1;
  max-width: 200px;
  line-height: 60px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.navigator .nav-box .row .item.active,
.navigator .nav-box .row .item:hover {
  background: url("../img/nav.png") 0 0 repeat-x;
  font-size: 18px;
}
