@charset "UTF-8";
body,
html {
  font-family: 微軟儷黑體, 微軟正黑體, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
}

header {
  background-image: url(../img/bg.jpg);
  background-repeat: repeat-x;
  background-position: top center;
  padding-top: 30px;
  height: 0;
  background-size: cover;
  padding-bottom: 26%;
}

@media (max-width: 768px) {
  header {
    height: 0;
    background-size: cover;
    padding-bottom: 67%;
  }
}

header h3 {
  text-align: center;
  color: #43aeee;
}

header .imgwrap {
  width: 100%;
  height: 0;
  background-image: url(../img/slogan.png);
  background-size: cover;
  padding-bottom: 67%;
}

.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: #43aeee;
  height: 50px;
  border-radius: 47px;
  padding: 0 30px;
}

.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;
}

.plus .plus-item {
  border: #666 dashed 1px;
  padding: 30px;
  margin: 30px 0;
  color: #666;
}

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

.girl-Ranking .thumbnail-item {
  text-align: center;
  position: relative;
}

.girl-Ranking .thumbnail-item hr {
  border-top: 1px solid #4a4364;
  margin: 10px 0;
}

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

.girl-Ranking .thumbnail-item .circle-box .pic {
  position: absolute;
  top: 27.3%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 90%;
  border-radius: 50%;
  padding: 2px;
  border: #43aeee 2px solid;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.girl-Ranking .thumbnail-item .circle-box .pic:hover {
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  border: #c44182 2px solid;
}

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item .circle-box .pic {
    top: 21.2%;
  }
}

@media (max-width: 480px) {
  .girl-Ranking .thumbnail-item .circle-box .pic {
    top: 27.9%;
  }
}

.girl-Ranking .thumbnail-item img {
  display: block;
  max-width: 100%;
  height: auto;
}

.girl-Ranking .thumbnail-item .ranking h2 {
  font-size: 1.3em;
  font-weight: bold;
}

.girl-Ranking .thumbnail-item .ranking h2 .no1 {
  color: #c91e1d;
}

.girl-Ranking .thumbnail-item .ranking h2 .no2 {
  color: #ea5514;
}

.girl-Ranking .thumbnail-item .ranking h2 .no3 {
  color: #d22064;
}

.girl-Ranking .thumbnail-item .ranking h3 {
  font-size: 1.3em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.girl-Ranking .thumbnail-item .ranking h3 a {
  color: #000;
  text-decoration: none;
}

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item .ranking 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: 480px) {
  .girl-Ranking .thumbnail-item .ranking h3 {
    font-size: 1.2em;
  }
}

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

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

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

.girl-Ranking .content table {
  text-align: center;
  width: 100%;
  border: 2px solid #2052aa;
  margin-bottom: 15px;
}

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

.girl-Ranking .content table thead th {
  font-size: 1.2em;
  font-weight: 100;
  padding: 10px 0;
  font-weight: 400;
  text-align: center;
  letter-spacing: 5px;
  border: 1px solid #2052aa;
}

@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 a {
  text-decoration: none;
  color: #000;
}

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

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

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

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

.news {
  margin-bottom: 70px;
}

.news li {
  list-style-type: none;
  font-size: 1.1em;
  line-height: 2em;
}

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

.news .content p {
  font-size: 1.2em;
  line-height: 2em;
}

.news .content table {
  text-align: center;
  width: 100%;
  border: #302D2D solid 1px;
  margin-bottom: 30px;
}

.news .content table thead th {
  text-align: center;
  border: #302D2D solid 1px;
  background-color: #c91f1e;
  color: #fff;
  font-size: 1.5em;
  padding: 10px;
}

.news .content table tbody {
  font-size: 1.5em;
  font-weight: 300;
}

.news .content table tbody tr {
  border: #302D2D solid 1px;
}

.news .content table tbody td {
  border: #302D2D solid 1px;
  padding: 10px;
}
/*# sourceMappingURL=style.css.map */