.header .head-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.header .head-box .logo {
  width: 260px;
  height: 90px;
}

.header .head-box .nav {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  padding: 0 20px;
}

.header .head-box .nav .nav-wrap {
  width: 100%;
  height: 36px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  overflow: hidden;
}

.header .head-box .nav .nav-wrap li {
  height: 100%;
  line-height: 36px;
  padding: 0 10px;
  font-size: 16px;
}

.header .head-box .nav .nav-wrap li:hover, .header .head-box .nav .nav-wrap li.selected {
  color: #FFB826;
}

.header .head-box .shopin-btn {
  width: 80px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background: #FFB826;
  border-radius: 15px;
  margin-right: 30px;
}

.header .head-box .shopin-btn:hover {
  opacity: .8;
}

.header .head-box .shopin-btn a {
  font-size: 14px;
  color: #333;
}
