.head-bg {
  width: 100%;
  height: 650px;
  padding-top: 60px;
  padding-bottom: 60px;
  background-image: url(../images/player_comp/detail_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-top: -24rem;
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  z-index: -1;
}

.content-box {
  padding-top: 30px;
}

.comp-select .start-btn-box {
  display: none;
}

.result-box {
  margin-top: 100px;
}

.result-box .nav-item {
  margin-left: 50px;
  margin-right: 50px;
}

.result-box .info-text {
  padding: 8px 10px;
  background-color: var(--background-primary);
  border-radius: 10px;
}

.result-box .info-text.active {
  color: white;
  background-color: var(--color-primary);
}

.result-box .info-item,
.result-box .share-list {
  max-width: 736px;
  width: 100%;
}

.favorite-btn.active * {
  color: red;
}

.support-box .support-item {
  max-width: 340px;
}

.support-box .progress-box {
  height: 14px;
}

.support-box .progress-box .progress-bar-left {
  background: linear-gradient(90deg, #ff6a6a, #ff2323);
}

.support-box .progress-box .progress-bar-right {
  background: linear-gradient(90deg, #6ac9ff, #2385ff);
}

.popular-box .more-btn {
  width: 174px;
  height: 46px;
  line-height: 46px;
  text-align: center;
  background: #f5f5f5;
  border-radius: 23px;
}

.last-news {
  margin-top: 100px;
}

.last-news .article-img {
  width: 86px;
  height: 60px;
  border-radius: 10px;
}

.last-news .article-info {
  font-size: 14px;
  line-height: 1.5;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .result-box,
  .support-box,
  .popular-box {
    margin-left: -15px;
    margin-right: -15px;
  }

  .support-box .vs-font {
    padding: 0 5px;
    font-size: 14px;
  }

  .support-box .progress-box {
    height: 10px;
  }

  .last-news {
    margin-top: 30px;
  }
}
