@charset "UTF-8";
body,
html {
  background-color: #71151A;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#youngtime-girls-app .ranking-producers .author-container2,
#youngtime-girls-app .yourranking-container .author-container2 {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #E0E0E0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-producers .author-container2,
  #youngtime-girls-app .yourranking-container .author-container2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 0 15px;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge {
  width: 700px;
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge,
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge {
    width: 90%;
    margin: 0;
  }
}

@media (max-width: 425px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge,
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge {
    width: 100%;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content {
  /* 調整寬度 */
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .ranking-title,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .ranking-title {
  margin: 0 auto 24px auto;
  text-align: center;
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .ranking-title,
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .ranking-title {
    width: 100%;
  }
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .ranking-title img,
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .ranking-title img {
    width: 80%;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-container,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-container {
  width: 100%;
  border-collapse: collapse;
  margin: 0 auto;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: #fff solid 1px;
}

@media (max-width: 600px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row,
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .leaderboard-item,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .leaderboard-item {
  font-size: 30px;
  font-weight: bold;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .table-cell,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .table-cell {
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .profile-picture img,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .profile-picture img {
  width: 50px;
  border-radius: 50%;
}

@media (max-width: 425px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .profile-picture img,
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .profile-picture img {
    width: 60px;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .profile-name span,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .profile-name span {
  font-size: 12px;
}

@media (max-width: 425px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .profile-name span,
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .profile-name span {
    font-size: 14px;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .progress,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .progress {
  font-size: 18px;
  font-family: system-ui;
  font-weight: 900;
  padding: 0 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-align-content: center;
      -ms-flex-line-pack: center;
          align-content: center;
  /* 進度條容器 */
  /* 實際的進度條 */
  /* 顯示百分比文字 */
  /* 進度條動畫 */
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .progress .lv-banner,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .progress .lv-banner {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 5px;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .progress .progress-container,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .progress .progress-container {
  width: 100%;
  background-color: #000000;
  border-radius: 20px;
  overflow: hidden;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .progress .progress-bar,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .progress .progress-bar {
  height: 10px;
  /* 進度條高度 */
  background-color: #FFD700;
  /* 進度條顏色 */
  border-radius: 5px;
  -webkit-transition: width 0.3s ease;
  -o-transition: width 0.3s ease;
  transition: width 0.3s ease;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .progress .progress-text,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .progress .progress-text {
  text-align: center;
  line-height: 20px;
  /* 與進度條高度一致 */
  color: #000;
  /* 文字顏色 */
}

@-webkit-keyframes progressBarAnimation {
  from {
    width: 0;
  }
}

@keyframes progressBarAnimation {
  from {
    width: 0;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .trophy-badge .trophy-badge-item,
#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .sword-badge .trophy-badge-item,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .trophy-badge .trophy-badge-item,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .sword-badge .trophy-badge-item {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon_trophy.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .trophy-badge .trophy-badge-item:hover .dialog-box,
#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .sword-badge .trophy-badge-item:hover .dialog-box,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .trophy-badge .trophy-badge-item:hover .dialog-box,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .sword-badge .trophy-badge-item:hover .dialog-box {
  display: block;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .trophy-badge .trophy-badge-item .text-in-corner,
#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .sword-badge .trophy-badge-item .text-in-corner,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .trophy-badge .trophy-badge-item .text-in-corner,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .sword-badge .trophy-badge-item .text-in-corner {
  padding: 1px;
  font-size: 18px;
  font-weight: 600;
  color: #71151A;
  position: absolute;
  bottom: 0;
  right: 0;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .trophy-badge .sword-badge-item,
#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .sword-badge .sword-badge-item,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .trophy-badge .sword-badge-item,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .sword-badge .sword-badge-item {
  position: relative;
  width: 50px;
  height: 50px;
  background-image: url(../img/icon_swords.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .trophy-badge .sword-badge-item:hover .dialog-box,
#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .sword-badge .sword-badge-item:hover .dialog-box,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .trophy-badge .sword-badge-item:hover .dialog-box,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .sword-badge .sword-badge-item:hover .dialog-box {
  display: block;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .trophy-badge .sword-badge-item .text-in-corner,
#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .sword-badge .sword-badge-item .text-in-corner,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .trophy-badge .sword-badge-item .text-in-corner,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .sword-badge .sword-badge-item .text-in-corner {
  padding: 1px;
  font-size: 18px;
  font-weight: 600;
  color: #71151A;
  position: absolute;
  bottom: 0;
  right: 0;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .dialog-box,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .dialog-box {
  position: absolute;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  padding: 12px;
  background-color: #fff;
  border-radius: 5px;
  display: none;
  color: #333;
  top: 100%;
  z-index: 999;
  font-size: 11px;
  text-align: center;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .dialog-box::before,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .dialog-box::before {
  content: '';
  position: absolute;
  width: 0;
  border-style: solid;
  border-width: 10px 7px 0 7px;
  border-color: #fff transparent transparent transparent;
  top: -9px;
  left: 10px;
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .dialog-box,
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .dialog-box {
    display: none;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .award-badge img,
#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-row .sword-badge img,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .award-badge img,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-row .sword-badge img {
  max-width: 100%;
  max-height: 100%;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .producers-login,
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .producers-login {
  border: #E7C44E solid 4px;
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(1),
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(1) {
  width: 10%;
  padding-left: 10px;
}

@media (max-width: 425px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(1),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(1) {
    width: 15%;
  }
}

@media (max-width: 320px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(1),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(1) {
    width: 20%;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(2),
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(2) {
  width: 10%;
  margin-right: 10px;
}

@media (max-width: 600px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(2),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(2) {
    width: 20%;
  }
}

@media (max-width: 425px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(2),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(2) {
    margin-right: 0px;
  }
}

@media (max-width: 320px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(2),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(2) {
    width: 20%;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(3),
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(3) {
  width: 15%;
}

@media (max-width: 600px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(3),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(3) {
    width: 30%;
  }
}

@media (max-width: 425px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(3),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(3) {
    width: 60%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 5px;
  }
}

@media (max-width: 320px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(3),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(3) {
    width: 50%;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(4),
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(4) {
  width: 48%;
}

@media (max-width: 600px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(4),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(4) {
    width: 40%;
  }
}

@media (max-width: 430px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(4),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(4) {
    width: 53%;
  }
}

@media (max-width: 375px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(4),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(4) {
    width: 53%;
  }
}

@media (max-width: 320px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(4),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(4) {
    width: 50%;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(5),
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(5) {
  width: 10%;
  margin-right: 5px;
  margin-left: 5px;
}

@media (max-width: 600px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(5),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(5) {
    width: 13%;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(6),
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(6) {
  width: 10%;
  margin-right: 5px;
}

@media (max-width: 600px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(6),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(6) {
    width: 13%;
  }
}

#youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(7),
#youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(7) {
  width: 10%;
  margin-right: 5px;
}

@media (max-width: 600px) {
  #youngtime-girls-app .ranking-producers .author-container2 .section_diamond-badge .content .table-cell:nth-child(7),
  #youngtime-girls-app .yourranking-container .author-container2 .section_diamond-badge .content .table-cell:nth-child(7) {
    width: 13%;
  }
}

#youngtime-girls-app .yourranking-container {
  margin-top: 50px;
  margin-bottom: 50px;
}

#youngtime-girls-app .yourranking-container .ranking-title {
  text-align: center;
  width: 100%;
  max-width: 700px;
  margin: 0 auto 50px auto;
  padding: 0 12px;
}

@media (max-width: 768px) {
  #youngtime-girls-app .yourranking-container .ranking-title img {
    width: 80%;
  }
}
/*# sourceMappingURL=producers.css.map */