@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
body,
html {
  font-family: Knowledge,Source Sans Pro,Arial,sans-serif;
  font-size: 14px;
  background-color: #9ce5fc;
}

.xmas-blessing-header {
  width: 100%;
  height: 0;
  background-image: url(../img/topbg.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 42.50%;
  margin-bottom: -300px;
}

@media (max-width: 768px) {
  .xmas-blessing-header {
    background-image: url(../img/topbg-768.png);
    margin-bottom: -350px;
    padding-top: 100.77%;
  }
}

@media (max-width: 600px) {
  .xmas-blessing-header {
    background-image: url(../img/topbg-m.png);
    margin-bottom: -200px;
    padding-top: 102.77%;
  }
}

@-webkit-keyframes gif {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes gif {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.xmas-blessing-header .snowflake {
  position: absolute;
  width: 3%;
  top: 10vh;
  left: 30vw;
  -webkit-animation: gif 10s infinite linear;
  animation: gif 10s infinite linear;
}

@media (max-width: 767px) {
  .xmas-blessing-header .snowflake {
    width: 10%;
    top: 0;
  }
}

.xmas-blessing-header .snowflake2 {
  position: absolute;
  width: 3%;
  top: 40vh;
  right: 30vw;
  -webkit-animation: gif 10s infinite linear;
  animation: gif 10s infinite linear;
}

@media (max-width: 767px) {
  .xmas-blessing-header .snowflake2 {
    width: 10%;
    top: 0;
  }
}

#snow {
  background: none;
  font-family: Androgyne;
  background-image: url("https://4.bp.blogspot.com/-RGdg1HwjcN0/V0MfveH5tnI/AAAAAAAAV9U/JuZAFpkJmHkhrLHTY3Nzt--f1_D4QUDRACLcB/s1600/s1.png"), url("https://3.bp.blogspot.com/-lLYG_aPYaWI/V0MfvZui2cI/AAAAAAAAV9Q/ivLLay21G6IKLLGEI-bHgpzmPRHFubhwgCLcB/s1600/s2.png"), url("https://3.bp.blogspot.com/-mPW9Z5fvV5w/V0MfvZ1kmnI/AAAAAAAAV9Y/qU7_F2J0XP4bXNi3rIyV55Y1z9RyTRoqQCLcB/s1600/s3.png");
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
  -webkit-animation: snow 12s linear infinite;
  animation: snow 12s linear infinite;
}

@media (max-width: 768px) {
  #snow {
    height: 100vh;
  }
}

@keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}

@-webkit-keyframes snow {
  0% {
    background-position: 0px 0px, 0px 0px, 0px 0px;
  }
  50% {
    background-position: 500px 500px, 100px 200px, -100px 150px;
  }
  100% {
    background-position: 500px 1000px, 200px 400px, -100px 300px;
  }
}

.md-integral {
  margin-bottom: 50px;
  padding: 0 15px;
}

.md-integral h3 {
  text-align: center;
  font-size: 1.3em;
  color: #000;
  font-weight: normal;
}

.md-integral h3 span {
  font-size: 1.7em;
  line-height: 1.7em;
}

.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;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

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

.creator-integral {
  margin: auto;
  width: 100%;
  max-width: 800px;
  padding: 0 15px;
}

.creator-integral .reward {
  margin: 0 auto;
  background-image: url(../img/creator-bg.png);
  background-size: cover;
  padding-bottom: 10.77%;
  height: 0;
  position: relative;
}

@media (max-width: 768px) {
  .creator-integral .reward {
    width: 100%;
    background-image: url(../img/creator-mbg.png);
    background-size: cover;
    padding-bottom: 23.77%;
    height: 0;
  }
}

.creator-integral .reward h3 {
  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-size: 1.3em;
  color: #fff;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding: 0 15px;
}

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

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

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

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

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

.girl-Ranking .title {
  margin-top: 30px;
  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;
  font-weight: 600;
}

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

.girl-Ranking .thumbnail-item .circle-box1,
.girl-Ranking .thumbnail-item .circle-box2,
.girl-Ranking .thumbnail-item .circle-box3,
.girl-Ranking .thumbnail-item .circle-box4,
.girl-Ranking .thumbnail-item .circle-box5 {
  padding: 5px;
  border-radius: 50%;
  background-image: url(../img/girl-bg.png);
  background-size: contain;
}

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

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

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

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item .name h3 {
    font-size: 1.2rem;
    margin: 0;
  }
}

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

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

.girl-Ranking .thumbnail-item .point .img-responsive {
  margin: auto;
}

.girl-Ranking .thumbnail-item .point p {
  margin: 0;
  font-size: 1.6em;
  line-height: 2em;
}

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item .point p {
    font-size: 1.3em;
  }
}

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

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item .point p::before {
    background-image: url(../img/crutch-m.png);
    padding: 0px 0px 0px 25px;
  }
}

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

@media (max-width: 768px) {
  .girl-Ranking .thumbnail-item .fans p {
    font-size: 1.3em;
  }
}

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

.girl-Ranking .content table {
  table-layout: fixed;
  text-align: center;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.194);
  margin-bottom: 15px;
  font-size: 1.1em;
}

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

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

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

@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 5px;
  border: 1px solid #fff;
}

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

@media (max-width: 768px) {
  .girl-Ranking .content table tbody tr td p {
    font-size: 1em;
  }
}

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

@media (max-width: 768px) {
  .girl-Ranking .content table tbody tr td p::before {
    background-image: url(../img/crutch-m.png);
    padding: 0px 0px 0px 20px;
  }
}

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

.news {
  font-size: 1.2em;
  line-height: 2em;
  margin-bottom: 150px;
}

.news p {
  font-size: 1em;
}

.news .news-item {
  width: 100%;
  height: auto;
  background-color: #0f3876;
  color: #fff;
  padding-top: 40px;
  border-radius: 10px;
}

.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: #F36543;
  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 0 0;
}
/*# sourceMappingURL=style.css.map */