.app {
  min-height: 100%;
}

.banner {
  position: relative;
  font-size: 0;
}

.banner img {
  width: 100%;
}

.tab_wrapper {
  width: 100%;
  background-color: #0D0C0B;
  background-image: url("../images/bg.png");
  background-repeat: repeat-y;
}

.tabs__header {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 2.04rem;
  width: 100%;
  height: 1.05rem;
  /* background: #191919; */
  box-sizing: border-box;
}

.tabs__header .tab__item {
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 1;
  height: 100%;
  font-size: 0.35rem;
  font-weight: 400;
  color: #fff;
  cursor: pointer;
}

.tabs__header .tab__item.active {
  background: #564646;
}

.tabs__content {
  padding: 0.82rem 2.45rem;
  box-sizing: border-box;
}

.tabs__content .content__item {
  display: none;
}

.tabs__content .content__item.show {
  display: block;
}
