.nav-box {
  display: flex;
  padding: .55rem 0;
  border-bottom: .05rem solid #D7D7D7;
  border-top: .05rem solid #D7D7D7;
  font-size: .75rem;
}

.nav-item {
  width: 50%;
  text-align: center;
  color: #1E1605;
}

.nav-item span {
  position: relative;
}

.nav-item:first-child {
  border-right: .05rem solid #F0F0F0;
}

.active {
  color: #F3BD60;
}

.nav-item.active span::after {
  content: '';
  position: absolute;
  width: 60%;
  height: .18rem;
  left: 20%;
  bottom: -.7rem;
  border-radius: .55rem;
  background: #F3BD60;
}

.title {
  background: #F7F7F7;
  padding: .23rem .9rem;
  border-top: .05rem solid #D6D6D6;
  border-bottom: .05rem solid #D6D6D6;
}

.brand-box {
  display: flex;
  flex-wrap: wrap;
  padding: .68rem .55rem;
  justify-content: space-between;
}

.brand-cont {
  -webkit-overflow-scrolling: touch;
  padding-bottom: .5rem;
  height: 27.3rem;
  overflow-y: auto;
}

.brand {
  width: 48%;
  box-sizing: border-box;
  margin-top: .23rem;
}

.brand img {
  width: 7.68rem;
  border-radius: .36rem;
  border: .05rem solid #D6D6D6;
}

.sidebar-nav {
  position: fixed;
  right: .5rem;
  top: 4.1rem;
  width: .9rem;
  font-size: .7rem;
  min-height: 19.1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  color: #F2B85A;
}

.side-item {
  text-align: center;
  margin-top: .1rem;
}

.side-item-active {
  background-color: #E1A535;
  color: white;
  border-radius: 50%;
}
