@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexfangsong.css);
body,
html {
  font-family: cwTeXFangSong, 微軟正黑體, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  background-image: url(../img/bg.jpg);
  background-size: contain;
  background-repeat: repeat-y;
  background-position: center;
  font-family: ‘cwTeXFangSong’, serif;
}

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

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

@media (max-width: 600px) {
  .xmas-blessing-header {
    background-image: url(../img/topbg-m.png);
    margin-bottom: -350px;
    padding-top: 177.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: 50vh;
  }
}

@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 {
  display: none;
  margin-bottom: 50px;
}

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

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

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

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

.creator-integral .reward .not-reach {
  font-size: 1.3em;
  background-color: #113C36;
  border: #238173 solid 2px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.creator-integral .reward .reach {
  font-size: 1.3em;
  background-color: #CD3E38;
  border: #238173 solid 2px;
  color: #fff;
  text-align: center;
  padding: 30px 0;
}

.extra {
  display: none;
  font-size: 1em;
  line-height: 2em;
}

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

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

.girl-Ranking .snowflake {
  position: absolute;
  top: 10vh;
  left: 10vw;
  -webkit-animation: gif 15s infinite linear;
  animation: gif 15s infinite linear;
}

@media (max-width: 767px) {
  .girl-Ranking .snowflake {
    width: 15%;
    top: 0;
  }
}

.girl-Ranking .snowflake2 {
  position: absolute;
  top: 50vh;
  right: 10vw;
  -webkit-animation: gif 15s infinite linear;
  animation: gif 15s infinite linear;
}

@media (max-width: 767px) {
  .girl-Ranking .snowflake2 {
    width: 15%;
    top: 0;
  }
}

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

@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;
  padding: 5px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(left, #fbcf00 0%, #fffcd1 15%, #cb9b0c 30%, #f3e18b 45%, #fffcd1 90%);
}

.girl-Ranking .thumbnail-item .circle-box2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(left, #f9f9f9 0%, #9a959a 15%, #9a959a 30%, #f9f9f9 45%, #b5b5b6 90%);
}

.girl-Ranking .thumbnail-item .circle-box3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px;
  border-radius: 50%;
  background-image: -webkit-linear-gradient(left, #f0cc7e 0%, #e8c47e 15%, #c78a03 30%, #efca84 45%, #f4e7cf 90%);
}

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

.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.3em;
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  margin: 10px 0;
}

@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/crutch.png);
  padding: 3px 0px 0px 30px;
  background-repeat: no-repeat;
}

.girl-Ranking .thumbnail-item a {
  color: #fff;
  background-color: #CD3E38;
  margin: auto;
  display: block;
  width: 90%;
  height: 45px;
  line-height: 40px;
  border: 1px solid #238173;
  border-radius: 10px;
  text-decoration: none;
  font-size: 1.1em;
  -webkit-transition: all 0.2s ease 0.1s;
  -o-transition: all 0.2s ease 0.1s;
  transition: all 0.2s ease 0.1s;
}

.girl-Ranking .thumbnail-item a:hover {
  background-color: #113C36;
  color: #fff;
}

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

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

.girl-Ranking .content table thead {
  background-color: #113C36;
  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 #238173;
}

@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/crutch.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.2em;
  line-height: 2em;
  margin-bottom: 150px;
}

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

.news .news-item {
  width: 100%;
  height: auto;
  background-color: #113C36;
  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 */