.new__main_container {
  background-color: #111111;
  margin-left: 24px;
}
.cs-container {
  display: flex;
}
.cs-item {
  flex: 1 1 0px;
  height: 290px;
  border: solid 2px #262626;
}
.cs-item-header {
  height: 64px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 20px;
  background-color: #19191c;
}
.cs-item-content {
  color: #666c77;
  font-size: 16px;
  padding-top: 6px;
}
.cs-item-content li {
  padding: 12px 10px;
  line-height: normal;
}
.cs-item-content li:nth-child(even) {
  background: #141516;
}

.cs-item-content li a {
  color: #cdd3df;
}
.cs-item h2 {
  background-color: rgba(76, 86, 145, 1);
  background: linear-gradient(
    rgba(76, 86, 145, 1) 0%,
    rgba(45, 144, 242, 1) 68%,
    rgba(63, 79, 178, 1) 100%
  );
  background-size: 100%;
  -webkit-background-clip: text;
  -moz-background-clip: text;
  -webkit-text-fill-color: transparent;
  -moz-text-fill-color: transparent;
  font-size: 20px;
  font-weight: 900;
  margin-bottom: 0;
}
.cs-item-header .a_view_all {
  font-size: 16px;
  color: #666c77;
  font-weight: 900;
}

.games-container {
  border: solid 2px #262626;
}

.game-lists {
  display: flex;
  align-items: stretch;
  padding-top: 10px;
}
.game-lists:last-child {
  padding-top: 15px;
  padding-bottom: 10px;
}

.game-lists:nth-child(2) p {
  font-size: 20px !important;
  letter-spacing: -2px;
}

.game-lists:nth-child(2) span {
  letter-spacing: -1px;
}

.game-lists:nth-child(2) .game-icon {
  margin-left: 5px !important;
  margin-bottom: 16px !important;
}

.game-lists:nth-child(2) .game-logo {
  right: 5px !important;
}

.game-lists:nth-child(3) {
  height: 200px;
  padding-bottom: 5px;
}

.game-lists:nth-child(3) .game-logo {
  right: 15px !important;
}

.game-pane {
  flex-grow: 1;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  margin-left: 15px;
  cursor: pointer;
}
.game-pane:first-child {
  margin-left: 10px;
}

.game-pane:last-child {
  margin-right: 10px;
}

.game-pane .game-bg {
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 0;
}

.game-pane .game-infor {
  position: absolute;
  width: 100%;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  height: 60px;
  z-index: 1;
}

.game-pane .game-icon {
  margin-top: 14px;
  margin-left: 18px;
  margin-bottom: 16px;
}

.game-pane .game-title {
  display: flex;
  flex-direction: column;
  text-align: left;
  margin-top: 5px;
  margin-left: 16px;
}

.game-pane p {
  color: #329fc8;
  font-size: 24px;
  margin-bottom: 0;
  font-weight: 900;
}

.game-pane span {
  color: grey;
  font-size: 12px;
  font-weight: 900;
  margin-top: -4px;
  margin-bottom: 4px;
}

.game-pane .game-logo {
  position: absolute;
  bottom: 12px;
  right: 5px;
}

.carousel {
  height: 340px !important;
}

.carousel .carousel-indicators {
  bottom: 0;
  left: 0;
  width: 380px;
  margin: 0;
  margin-bottom: 6px;
}

.carousel .carousel-indicators li {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 2.5px;
  text-indent: -999px;
  cursor: pointer;
  background-color: #95989d;
  border: 1px solid #95989d;
  border-radius: 7px;
}

.carousel .carousel-indicators li.active {
  background-color: #08bbff;
  border: 1px solid #08bbff;
}

.carousel .carousel-inner {
}

.carousel .carousel-inner .item {
}

.carousel .carousel-inner .banner-pane {
  height: 100%;
  width: 380px;
  color: white;
  font-weight: 900;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  letter-spacing: -1px;
}

.carousel .carousel-inner .banner-pane .banner-title {
  font-size: 41px;
  font-style: italic;
  padding-bottom: 6px;
  letter-spacing: -2px;
}

.carousel .carousel-inner .banner-pane .banner-text {
  font-size: 23px;
  font-style: italic;
  font-weight: 700;
  padding: 1px;
  margin: 0;
  letter-spacing: -1px;
}

.carousel .carousel-inner .banner-pane button {
  font-size: 14px;
  width: 200px;
  height: 40px;
  align-self: center;
  margin-top: 10px;
}

