@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:200|ZCOOL+XiaoWei&display=swap");
body,
html {
  font-family: cwTeXFangSong, 微軟正黑體, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  font-family: 'ZCOOL XiaoWei', serif;
  font-family: 'Noto Sans TC', sans-serif;
}

.boad-girl-header {
  width: 100%;
}

.boad-girl-header .top {
  background-color: #000;
}

.boad-girl-header .top img {
  background-size: cover;
  width: 100%;
  height: auto;
}

@media (max-width: 768px) {
  .boad-girl-header .top img {
    height: 20px;
  }
}

.boad-girl-header .slogan {
  margin-top: 50px;
  text-align: center;
}

@media (max-width: 768px) {
  .boad-girl-header .slogan img {
    max-width: 100%;
  }
}

.md-integral {
  display: block;
  margin: 50px 0;
}

.md-integral h3 {
  text-align: center;
  font-size: 1em;
  color: #000;
  font-weight: normal;
  font-family: 'Noto Sans TC', sans-serif;
}

.md-integral h3 span {
  font-size: 1.7em;
  line-height: 1.7em;
  font-family: 'ZCOOL XiaoWei', serif;
}

.md-integral .quantity {
  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;
}

.md-integral .quantity h2 {
  text-align: center;
  line-height: 120px;
  font-size: 3em;
}

.md-integral .l1,
.md-integral .l2,
.md-integral .l3,
.md-integral .l4 {
  padding-bottom: 15px;
}

.creator-integral {
  display: block;
  margin: 50px 0;
  color: #fff;
}

.creator-integral .reward {
  margin: 0 auto;
  width: 65%;
}

@media (max-width: 768px) {
  .creator-integral .reward {
    width: 100%;
  }
}

.creator-integral .reward .not-reach {
  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;
  font-size: 1em;
  background-color: #000;
  height: 50px;
  border-radius: 47px;
  padding: 0 30px;
}

.creator-integral .reward .reach {
  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;
  font-size: 1em;
  background-color: #E21569;
  height: 50px;
  border-radius: 47px;
  padding: 0 30px;
}

.extra {
  margin-top: 30px;
  font-size: 1em;
  line-height: 2em;
}

.extra p {
  font-size: 1.2em;
  padding-top: 5px;
}

.extra .extra-item {
  width: 65%;
  border: #707070 dashed 1px;
  padding: 30px;
  margin: 30px 0;
  color: #666;
  margin: 0 auto;
  border-radius: 25px;
}

@media (max-width: 768px) {
  .extra .extra-item {
    width: 100%;
  }
}

.girl-Ranking {
  position: relative;
  margin-top: 30px;
}

.girl-Ranking a {
  color: #000;
  text-decoration: none;
}

.girl-Ranking .title {
  margin: 30px auto;
  text-align: center;
}

.girl-Ranking .title p {
  font-size: 1.5em;
  padding-top: 5px;
}

.girl-Ranking .thumbnail-item {
  font-family: 微軟正黑體, Arial;
  text-align: center;
  position: relative;
}

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item {
    margin-bottom: 0px;
    margin-top: 30px;
  }
}

.girl-Ranking .thumbnail-item .circle-box1 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: #BB9A26 5px solid;
}

.girl-Ranking .thumbnail-item .circle-box2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: #C4C3C3 5px solid;
}

.girl-Ranking .thumbnail-item .circle-box3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: #C37140 5px solid;
}

.girl-Ranking .thumbnail-item .circle-box4 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 50%;
  border: #707070 5px solid;
}

.girl-Ranking .thumbnail-item .circle-box img {
  display: block;
  max-width: 100%;
  height: auto;
  border-radius: 50%;
}

.girl-Ranking .thumbnail-item .name {
  margin-top: 15px;
}

.girl-Ranking .thumbnail-item .name h3 {
  font-size: 1.1em;
  font-weight: 600;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 10px 0;
  letter-spacing: 10px;
  text-indent: 10px;
  text-align: center;
}

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item .name h3 {
    font-size: 1em;
    overflow: hidden;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    margin-bottom: .5em;
    margin-top: .5em;
  }
}

@media (max-width: 568px) {
  .girl-Ranking .thumbnail-item .name h3 {
    font-size: 1.2em;
  }
}

@media (max-width: 320px) {
  .girl-Ranking .thumbnail-item .name h3 {
    font-size: 1em;
  }
}

.girl-Ranking .thumbnail-item .point {
  margin-top: 15px;
}

.girl-Ranking .thumbnail-item .point p {
  font-size: 1.6em;
}

.girl-Ranking .thumbnail-item .point p::before {
  content: '';
  background-image: url(../img/Glass@2x.png);
  padding: 5px 0px 0px 30px;
  background-repeat: no-repeat;
}

.girl-Ranking .content {
  margin-top: 30px;
}

.girl-Ranking .content table {
  text-align: center;
  width: 100%;
  border: 1px solid #707070;
  margin-bottom: 15px;
  font-size: 1em;
  font-weight: normal;
}

.girl-Ranking .content table thead {
  background-color: #000;
  color: #fff;
}

.girl-Ranking .content table thead th {
  font-size: 1.1em;
  padding: 15px 0;
  text-align: center;
  border: 1px solid #707070;
  letter-spacing: 10px;
}

@media (max-width: 375px) {
  .girl-Ranking .content table thead th {
    letter-spacing: 0;
    font-size: 1em;
  }
}

.girl-Ranking .content table tbody {
  font-size: 1.1em;
  font-weight: 600;
}

.girl-Ranking .content table tbody tr td {
  width: 25%;
  padding: 10px 0;
  border: 1px solid #238173;
}

.girl-Ranking .content table tbody tr td p {
  padding-top: 10px;
  font-size: 1.1em;
}

.girl-Ranking .content table tbody tr td p::before {
  content: '';
  background-image: url(../img/Glass@2x.png);
  padding: 5px 0px 5px 30px;
  background-repeat: no-repeat;
}

@media (max-width: 375px) {
  .girl-Ranking .content table tbody tr td {
    font-weight: normal;
    font-size: 0.9em;
  }
}

.news {
  font-size: 1.1em;
  line-height: 2em;
  margin-bottom: 150px;
  font-family: 'Noto Sans TC', sans-serif;
}

.news .news-item {
  width: 100%;
  height: auto;
  background-color: #000;
  color: #fff;
  padding-top: 40px;
}

.news ul {
  padding: 10px 40px 40px 40px;
}

.news li {
  list-style-type: none;
}

.news a {
  text-decoration: none;
  display: block;
  margin: 30px auto;
  text-align: center;
  color: #fff;
  background-color: #E21569;
  width: 70%;
  padding: 10px 0;
}

@media (max-width: 768px) {
  .news a {
    width: 100%;
  }
}

.news h4 {
  text-align: center;
  color: #1C5E6A;
}

.news .title {
  text-align: center;
  margin: 30px 0 15px 0;
}
/*# sourceMappingURL=style.css.map */