@charset "UTF-8";
body,
html {
  background-color: #71151A;
  font-family: "system-ui", "Segoe UI", 微軟正黑體, "Microsoft JhengHei", 微軟雅黑體, "”Microsoft Yahei", "“Noto Sans”", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

a {
  text-decoration: none;
  color: #E0E0E0;
}

#youngtime-girls-app {
  /* 創作者排行*/
  /* 粉絲排行*/
}

#youngtime-girls-app .header-container {
  margin: auto;
  width: 100%;
  position: relative;
  background-image: url(../img/header-pc.jpg);
  background-size: cover;
  background-position: top center;
  padding-bottom: 44%;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  #youngtime-girls-app .header-container {
    padding-bottom: 70%;
  }
}

@-webkit-keyframes spot {
  0% {
    -webkit-transform: translate3d(0, 120px, 0) scale(1);
            transform: translate3d(0, 120px, 0) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -120px, 0) scale(1);
            transform: translate3d(0, -120px, 0) scale(1);
    opacity: 0;
  }
}

@keyframes spot {
  0% {
    -webkit-transform: translate3d(0, 120px, 0) scale(1);
            transform: translate3d(0, 120px, 0) scale(1);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateZ(0) scale(1);
            transform: translateZ(0) scale(1);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, -120px, 0) scale(1);
            transform: translate3d(0, -120px, 0) scale(1);
    opacity: 0;
  }
}

#youngtime-girls-app .header-container .light {
  position: absolute;
  width: 1500px;
  height: 564px;
  bottom: 0;
  left: 50%;
  margin-left: calc(-1500px/2);
  background: url(../img/light.png) no-repeat center top;
  z-index: 3;
  -webkit-animation: spot 2.8s linear infinite;
          animation: spot 2.8s linear infinite;
  opacity: 0;
  -webkit-filter: brightness(2);
          filter: brightness(2);
}

@media (max-width: 425px) {
  #youngtime-girls-app .header-container .light {
    top: 0;
  }
}

#youngtime-girls-app .navbar {
  width: 100%;
  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;
  margin-bottom: 90px;
  padding: 0 15px;
}

@media (max-width: 768px) {
  #youngtime-girls-app .navbar {
    padding: 0 15px;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#youngtime-girls-app .navbar .silver-metal-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: 15px;
  font-size: 20px;
  font-weight: 900;
  text-align: center;
  text-decoration: none;
  background-color: white;
  -webkit-box-shadow: 0 0 0 9.5px #71151A, 0 0 0 10px #fff;
          box-shadow: 0 0 0 9.5px #71151A, 0 0 0 10px #fff;
  color: #71151A;
  cursor: pointer;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
  width: 245px;
  height: 75px;
  -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 .navbar .silver-metal-button:hover {
  background-color: #911c22;
  -webkit-transition: background-color 0.5s;
  -o-transition: background-color 0.5s;
  transition: background-color 0.5s;
  color: #fff;
}

@media (max-width: 1024px) {
  #youngtime-girls-app .navbar .silver-metal-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 14px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 768px) {
  #youngtime-girls-app .navbar .silver-metal-button {
    width: 25%;
    height: 55px;
  }
}

@media (max-width: 430px) {
  #youngtime-girls-app .navbar .silver-metal-button {
    width: 40%;
    height: 45px;
  }
}

#youngtime-girls-app .navbar .style2 {
  background-color: #E7C44E;
  -webkit-box-shadow: 0 0 0 9.5px #71151A, 0 0 0 10px #fff;
          box-shadow: 0 0 0 9.5px #71151A, 0 0 0 10px #fff;
  color: #71151A;
}

#youngtime-girls-app .ranking-container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media (max-width: 1320px) {
  #youngtime-girls-app .ranking-container {
    padding: 0px 10px;
  }
}

#youngtime-girls-app .ranking-container .section_a,
#youngtime-girls-app .ranking-container .section_b {
  width: 640px;
  height: auto;
}

@media (max-width: 1320px) {
  #youngtime-girls-app .ranking-container .section_a,
  #youngtime-girls-app .ranking-container .section_b {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-container .section_a,
  #youngtime-girls-app .ranking-container .section_b {
    width: 100%;
  }
}

#youngtime-girls-app .ranking-container .section_a .content,
#youngtime-girls-app .ranking-container .section_b .content {
  width: 640px;
  height: auto;
}

@media (max-width: 1320px) {
  #youngtime-girls-app .ranking-container .section_a .content,
  #youngtime-girls-app .ranking-container .section_b .content {
    width: 100%;
  }
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-title,
#youngtime-girls-app .ranking-container .section_b .content .ranking-title {
  margin: 0 auto 24px auto;
  text-align: center;
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-title,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-title {
    width: 100%;
  }
}

@media (max-width: 1024px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-title img,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-title img {
    width: 80%;
  }
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content {
  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;
  font-weight: bold;
  margin-bottom: 15px;
}

@media (max-width: 375px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-l,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-l {
  width: 145px;
  height: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-l .profile-content,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-l .profile-content {
  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;
  -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;
  padding: 12px;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-l .profile-content .pic-box,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-l .profile-content .pic-box {
  width: 70px;
  height: 70px;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-l .profile-content .pic-box img,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-l .profile-content .pic-box img {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: #EAC1B1 1px solid;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-l .profile-content .name-box,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-l .profile-content .name-box {
  margin: 12px 0;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-l .profile-content .name-box span,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-l .profile-content .name-box span {
  font-size: 12px;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-l .profile-content .ranking span,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-l .profile-content .ranking span {
  font-size: 45px;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r {
  width: 495px;
  height: 100%;
  border: #fff 1px solid;
  border-radius: 10px;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption {
  height: 70px;
  padding: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption {
    height: 60px;
  }
}

@media (max-width: 425px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption {
    height: 58px;
  }
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption .model-item,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption .model-item {
  width: 50%;
  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;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption .model-item a,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption .model-item a {
  text-decoration: none;
  color: #E0E0E0;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption .model-item .md-pic,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption .model-item .md-pic {
  padding-right: 12px;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption .model-item .md-pic img,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption .model-item .md-pic img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

@media (max-width: 1024px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption .model-item .md-pic img,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption .model-item .md-pic img {
    width: 37px;
    height: 37px;
  }
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption .model-item .md-name,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption .model-item .md-name {
  font-size: 16px;
}

@media (max-width: 1024px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption .model-item .md-name,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption .model-item .md-name {
    font-size: 12px;
  }
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .caption .model-item:nth-child(1),
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .caption .model-item:nth-child(1) {
  padding-right: 12px;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .product-image,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .product-image {
  position: relative;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .product-image .tag-item,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .product-image .tag-item {
  position: absolute;
  top: auto;
  right: auto;
  bottom: 0;
  left: 4px;
  z-index: 3;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .product-image .tag-item .tag,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .product-image .tag-item .tag {
  height: 20px;
  width: 50px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 12px;
  line-height: 1;
  border-radius: 12px;
  margin-bottom: 5px;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .product-image .tag-item:nth-child(2),
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .product-image .tag-item:nth-child(2) {
  left: 60px;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .product-image .tag-item .hiddenVersion,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .product-image .tag-item .hiddenVersion {
  background-color: rgba(232, 73, 137, 0.5);
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .product-image .tag-item .main,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .product-image .tag-item .main {
  background-color: rgba(39, 43, 54, 0.5);
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .product-image .cover-item,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .product-image .cover-item {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
  padding: 67.53% 0 0 0;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .product-image .cover-item img,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .product-image .cover-item img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .descriptin,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .descriptin {
  font-size: 20px;
  line-height: 28px;
  height: 190px;
  padding: 12px;
}

@media (max-width: 1024px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .descriptin,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .descriptin {
    height: 140px;
  }
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .descriptin,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .descriptin {
    height: 170px;
  }
}

@media (max-width: 425px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .descriptin,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .descriptin {
    height: 126px;
    font-size: 16px;
    line-height: 24px;
  }
}

@media (max-width: 320px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .descriptin,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .descriptin {
    height: 127px;
  }
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .descriptin .text-ellipsis,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .descriptin .text-ellipsis {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
}

@media (max-width: 1024px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .descriptin .text-ellipsis,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .descriptin .text-ellipsis {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 768px) {
  #youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .descriptin .text-ellipsis,
  #youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .descriptin .text-ellipsis {
    -webkit-line-clamp: 5;
  }
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .footer,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .footer {
  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: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px;
  color: #E0E0E0;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .footer .view-box,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .footer .view-box {
  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;
}

#youngtime-girls-app .ranking-container .section_a .content .ranking-content .sub-section-r .card-content .footer .view-box span,
#youngtime-girls-app .ranking-container .section_b .content .ranking-content .sub-section-r .card-content .footer .view-box span {
  padding-left: 12px;
}

#youngtime-girls-app .ranking-container .section_a .button,
#youngtime-girls-app .ranking-container .section_b .button {
  margin: 60px;
  text-align: center;
}

#youngtime-girls-app .ranking-container .section_a .button .dynamic-button,
#youngtime-girls-app .ranking-container .section_b .button .dynamic-button {
  display: inline-block;
  padding: 10px 40px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #FFD700;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

#youngtime-girls-app .ranking-container .section_a .button .dynamic-button:hover,
#youngtime-girls-app .ranking-container .section_b .button .dynamic-button:hover {
  background-color: #EAC1B1;
}

#youngtime-girls-app .author-container {
  width: 100%;
  max-width: 1400px;
  margin: auto;
  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;
  color: #E0E0E0;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

@media (max-width: 768px) {
  #youngtime-girls-app .author-container {
    -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 .author-container .section_bluediamond-badge,
#youngtime-girls-app .author-container .section_diamond-badge,
#youngtime-girls-app .author-container .section_silver-badge {
  width: 50%;
  padding: 12px;
}

@media (max-width: 1320px) {
  #youngtime-girls-app .author-container .section_bluediamond-badge,
  #youngtime-girls-app .author-container .section_diamond-badge,
  #youngtime-girls-app .author-container .section_silver-badge {
    width: 50%;
  }
}

@media (max-width: 768px) {
  #youngtime-girls-app .author-container .section_bluediamond-badge,
  #youngtime-girls-app .author-container .section_diamond-badge,
  #youngtime-girls-app .author-container .section_silver-badge {
    width: 100%;
    margin: 0;
  }
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content,
#youngtime-girls-app .author-container .section_diamond-badge .content,
#youngtime-girls-app .author-container .section_silver-badge .content {
  /* 調整寬度 */
}

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

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

#youngtime-girls-app .author-container .section_bluediamond-badge .content .ranking-title img,
#youngtime-girls-app .author-container .section_diamond-badge .content .ranking-title img,
#youngtime-girls-app .author-container .section_silver-badge .content .ranking-title img {
  width: 80%;
}

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

#youngtime-girls-app .author-container .section_bluediamond-badge .content .line-with-dots,
#youngtime-girls-app .author-container .section_diamond-badge .content .line-with-dots,
#youngtime-girls-app .author-container .section_silver-badge .content .line-with-dots {
  position: relative;
  height: 40px;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .line-with-dots::before, #youngtime-girls-app .author-container .section_bluediamond-badge .content .line-with-dots::after,
#youngtime-girls-app .author-container .section_diamond-badge .content .line-with-dots::before,
#youngtime-girls-app .author-container .section_diamond-badge .content .line-with-dots::after,
#youngtime-girls-app .author-container .section_silver-badge .content .line-with-dots::before,
#youngtime-girls-app .author-container .section_silver-badge .content .line-with-dots::after {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .line-with-dots::before,
#youngtime-girls-app .author-container .section_diamond-badge .content .line-with-dots::before,
#youngtime-girls-app .author-container .section_silver-badge .content .line-with-dots::before {
  left: 0;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .line-with-dots::after,
#youngtime-girls-app .author-container .section_diamond-badge .content .line-with-dots::after,
#youngtime-girls-app .author-container .section_silver-badge .content .line-with-dots::after {
  right: 0;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .line-with-dots .line,
#youngtime-girls-app .author-container .section_diamond-badge .content .line-with-dots .line,
#youngtime-girls-app .author-container .section_silver-badge .content .line-with-dots .line {
  position: absolute;
  height: 1px;
  background-color: #fff;
  left: 10px;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

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

#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: #fff solid 1px;
  margin: 0px 0px -1px 0px;
}

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

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

#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .table-cell,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .table-cell,
#youngtime-girls-app .author-container .section_silver-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 .author-container .section_bluediamond-badge .content .table-row .profile-picture img,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .profile-picture img,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .profile-picture img {
  width: 50px;
  border-radius: 50%;
}

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

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

@media (max-width: 600px) {
  #youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .profile-name span,
  #youngtime-girls-app .author-container .section_diamond-badge .content .table-row .profile-name span,
  #youngtime-girls-app .author-container .section_silver-badge .content .table-row .profile-name span {
    font-size: 14px;
  }
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .progress,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .progress,
#youngtime-girls-app .author-container .section_silver-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 .author-container .section_bluediamond-badge .content .table-row .progress .lv-banner,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .progress .lv-banner,
#youngtime-girls-app .author-container .section_silver-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 .author-container .section_bluediamond-badge .content .table-row .progress .progress-container,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .progress .progress-container,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .progress .progress-container {
  width: 100%;
  background-color: #000;
  border-radius: 20px;
  overflow: hidden;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .progress .progress-bar,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .progress .progress-bar,
#youngtime-girls-app .author-container .section_silver-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 .author-container .section_bluediamond-badge .content .table-row .progress .progress-text,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .progress .progress-text,
#youngtime-girls-app .author-container .section_silver-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 .author-container .section_bluediamond-badge .content .table-row .trophy-badge .trophy-badge-item,
#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge .trophy-badge-item,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .trophy-badge .trophy-badge-item,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge .trophy-badge-item,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .trophy-badge .trophy-badge-item,
#youngtime-girls-app .author-container .section_silver-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 .author-container .section_bluediamond-badge .content .table-row .trophy-badge .trophy-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge .trophy-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .trophy-badge .trophy-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge .trophy-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .trophy-badge .trophy-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .sword-badge .trophy-badge-item:hover .dialog-box {
  display: block;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .trophy-badge .trophy-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge .trophy-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .trophy-badge .trophy-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge .trophy-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .trophy-badge .trophy-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_silver-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 .author-container .section_bluediamond-badge .content .table-row .trophy-badge .dialog-box,
#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge .dialog-box,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .trophy-badge .dialog-box,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge .dialog-box,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .trophy-badge .dialog-box,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .sword-badge .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;
  text-align: center;
  font-size: 11px;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .trophy-badge .dialog-box::before,
#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge .dialog-box::before,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .trophy-badge .dialog-box::before,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge .dialog-box::before,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .trophy-badge .dialog-box::before,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .sword-badge .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 .author-container .section_bluediamond-badge .content .table-row .trophy-badge .dialog-box,
  #youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge .dialog-box,
  #youngtime-girls-app .author-container .section_diamond-badge .content .table-row .trophy-badge .dialog-box,
  #youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge .dialog-box,
  #youngtime-girls-app .author-container .section_silver-badge .content .table-row .trophy-badge .dialog-box,
  #youngtime-girls-app .author-container .section_silver-badge .content .table-row .sword-badge .dialog-box {
    display: none;
  }
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .trophy-badge .sword-badge-item,
#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge .sword-badge-item,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .trophy-badge .sword-badge-item,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge .sword-badge-item,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .trophy-badge .sword-badge-item,
#youngtime-girls-app .author-container .section_silver-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 .author-container .section_bluediamond-badge .content .table-row .trophy-badge .sword-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge .sword-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .trophy-badge .sword-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge .sword-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .trophy-badge .sword-badge-item:hover .dialog-box,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .sword-badge .sword-badge-item:hover .dialog-box {
  display: block;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .trophy-badge .sword-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge .sword-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .trophy-badge .sword-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge .sword-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .trophy-badge .sword-badge-item .text-in-corner,
#youngtime-girls-app .author-container .section_silver-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 .author-container .section_bluediamond-badge .content .table-row .award-badge img,
#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-row .sword-badge img,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .award-badge img,
#youngtime-girls-app .author-container .section_diamond-badge .content .table-row .sword-badge img,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .award-badge img,
#youngtime-girls-app .author-container .section_silver-badge .content .table-row .sword-badge img {
  max-width: 100%;
  max-height: 100%;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .content .table-cell:nth-child(1),
#youngtime-girls-app .author-container .section_diamond-badge .content .table-cell:nth-child(1),
#youngtime-girls-app .author-container .section_silver-badge .content .table-cell:nth-child(1) {
  width: 10%;
}

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

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

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

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

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

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

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

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

@media (max-width: 425px) {
  #youngtime-girls-app .author-container .section_bluediamond-badge .content .table-cell:nth-child(3),
  #youngtime-girls-app .author-container .section_diamond-badge .content .table-cell:nth-child(3),
  #youngtime-girls-app .author-container .section_silver-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: 10px;
  }
}

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

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

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

@media (max-width: 430px) {
  #youngtime-girls-app .author-container .section_bluediamond-badge .content .table-cell:nth-child(4),
  #youngtime-girls-app .author-container .section_diamond-badge .content .table-cell:nth-child(4),
  #youngtime-girls-app .author-container .section_silver-badge .content .table-cell:nth-child(4) {
    width: 55%;
  }
}

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

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

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

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

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

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

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

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

#youngtime-girls-app .author-container .section_bluediamond-badge .button,
#youngtime-girls-app .author-container .section_diamond-badge .button,
#youngtime-girls-app .author-container .section_silver-badge .button {
  margin: 60px;
  text-align: center;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .button .dynamic-button,
#youngtime-girls-app .author-container .section_diamond-badge .button .dynamic-button,
#youngtime-girls-app .author-container .section_silver-badge .button .dynamic-button {
  display: inline-block;
  padding: 10px 40px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  color: #000;
  background-color: #FFD700;
  border-radius: 5px;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

#youngtime-girls-app .author-container .section_bluediamond-badge .button .dynamic-button:hover,
#youngtime-girls-app .author-container .section_diamond-badge .button .dynamic-button:hover,
#youngtime-girls-app .author-container .section_silver-badge .button .dynamic-button:hover {
  background-color: #EAC1B1;
}

#youngtime-girls-app .fans-wrap {
  width: 100%;
  max-width: 860px;
  margin: auto;
  color: #fff;
  padding: 0 12px;
}

#youngtime-girls-app .fans-wrap .fans-title {
  text-align: center;
  margin: 30px auto 30px auto;
}

@media (max-width: 768px) {
  #youngtime-girls-app .fans-wrap .fans-title img {
    width: 80%;
  }
}

#youngtime-girls-app .fans-wrap .table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

#youngtime-girls-app .fans-wrap .header {
  background-color: #E7C44E;
  color: #71151A;
}

#youngtime-girls-app .fans-wrap .table-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

#youngtime-girls-app .fans-wrap .table-cell:nth-child(1) {
  width: 20%;
}

@media (max-width: 768px) {
  #youngtime-girls-app .fans-wrap .table-cell:nth-child(1) {
    width: 30%;
  }
}

#youngtime-girls-app .fans-wrap .table-cell:nth-child(2) {
  width: 40%;
}

@media (max-width: 768px) {
  #youngtime-girls-app .fans-wrap .table-cell:nth-child(2) {
    width: 35%;
  }
}

#youngtime-girls-app .fans-wrap .table-cell:nth-child(3) {
  width: 40%;
}

@media (max-width: 768px) {
  #youngtime-girls-app .fans-wrap .table-cell:nth-child(3) {
    width: 35%;
  }
}

#youngtime-girls-app .fans-wrap .table-cell {
  border: 1px solid #ccc;
  padding: 10px;
  text-align: center;
}

#youngtime-girls-app .fans-wrap .point::before {
  content: '';
  background-image: url(../img/diamond.png);
  padding: 0px 3px 4px 24px;
  background-repeat: no-repeat;
  background-size: contain;
}

#youngtime-girls-app .rule-wrap {
  width: 100%;
  max-width: 860px;
  margin: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  margin-top: 70px;
  font-family: ‘cwTeXKai’, serif;
}

@media (max-width: 425px) {
  #youngtime-girls-app .rule-wrap {
    margin-top: 120px;
  }
}

@media (max-width: 768px) {
  #youngtime-girls-app .rule-wrap .rules {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#youngtime-girls-app .rule-wrap .rules .title {
  margin: auto;
}

@media (max-width: 768px) {
  #youngtime-girls-app .rule-wrap .rules .title img {
    width: 85%;
  }
}

#youngtime-girls-app .rule-wrap .rules .rulesContent {
  width: 100%;
  height: auto;
  padding: 30px;
  color: #fff;
  margin: auto;
  font-size: 16px;
  text-align: left;
  line-height: 36px;
  text-align: justify;
  word-break: break-all;
  margin-bottom: 70px;
}

#youngtime-girls-app .rule-wrap .rules .rulesContent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

#youngtime-girls-app .rule-wrap .rules .rulesContent ul .txt {
  padding-left: 15px;
}

#youngtime-girls-app .rule-wrap .rules .rulesContent a {
  text-decoration: none;
}
/*# sourceMappingURL=style.css.map */