.battle-wrap {
  display: flex;
  flex-direction: row;
  width: 100%;
  height: 4.98rem;
  margin-top: .1rem;
}

.battle-nav {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 1.69rem;
  height: 100%;
  flex-shrink: 0;
  &::before {
    position: absolute;
    top: -.4rem;
    left: 0;
    content: '';
    width: 1.69rem;
    height: 5.38rem;
    background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/battle-nav.png);
    background-size: contain;
    background-position: left top;
    background-repeat: no-repeat;
  }
  
  .battle-nav-item {
    &:last-child {
      &::before {
        position: absolute;
        left: .1rem;
        bottom: 0;
        content: '';
        width: 1.49rem;
        height: .01rem;
        background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/nav-line.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
      }
    }
  }
}

.battle-nav-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: .8rem;
  background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/nav-line.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 1.49rem .01rem;
  margin-bottom: .01rem;
}

.battle-nav-title {
  position: relative;
  font-family: GameFont;
  font-size: .24rem;
  color: #294391;
  z-index: 3;
}

.battle-nav-active {
  background-image: none;
  .battle-nav-title {
    color: #fff;
  }
  &::after {
    position: absolute;
    left: 0;
    top: -.18rem;
    content: '';
    width: 1.69rem;
    height: 1.12rem;
    background-image: url(https://image-1251917893.file.myqcloud.com/Esports/pix/img/nav-active.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
  }
}

.battle-info {
  width: 100%;
  height: 100%;
  padding-left: .3rem;
  padding-right: .3rem;
}