﻿@charset "UTF-8";
/*==========================================================================
    defualt
 ==========================================================================*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:500,700,900");
@import url("plugins.css");
* {
  outline: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

html,
body {
  margin: 0;
  padding: 0;
  height: 100.1%; }

html.disable {
  overflow: hidden; }

body {
  height: 100.1% !important;
  overflow-x: hidden;
  font-family: 'Noto Sans TC', Heiti TC, Microsoft JhengHei, "微軟正黑體", Verdana;
  color: #fff;
  font-size: 30px;
  -webkit-font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; }
  @media (max-width: 1084px) {
    body {
      font-size: 2.8vw; } }

input, textarea, button, select {
  font-family: 'Noto Sans TC', Heiti TC, Microsoft JhengHei, "微軟正黑體", Verdana; }

button {
  cursor: pointer;
  border: none;
  box-shadow: none; }

img {
  max-width: 100%; }

.hidden {
  display: none; }

.container {
  max-width: 1084px;
  margin: auto;
  padding: 0 30px; }
  @media (max-width: 767px) {
    .container {
      padding: 0 15px; } }

.clearfix:after {
  content: '';
  display: block;
  clear: both; }

.wp {
  min-height: 100%;
  min-width: 320px;
  padding-top: 860px;
  position: relative;
  background: #ffbd20 url("../_img/bg.jpg?v=20190410") center top no-repeat;
  overflow: hidden; }
  @media (max-width: 1084px) {
    .wp {
      padding-top: 79.5vw;
      background-size: 177%; } }

a {
  text-decoration: none;
  transition: color 0.5s; }

p {
  margin: 0; }

/*==========================================================================
    animation
 ==========================================================================*/
.fade-in {
  opacity: 0;
  transition: opacity 1s; }
  .fade-in.show {
    opacity: 1; }

.fade-up {
  opacity: 0;
  transform: translateY(50px);
  transition: opacity 1s, transform 1s; }
  .fade-up.show {
    opacity: 1;
    transform: translateY(0); }

.fade-down {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 1s, transform 1s; }
  .fade-down.show {
    opacity: 1;
    transform: translateY(0); }

.fade-left {
  opacity: 0;
  transform: translateX(-100px);
  transition: opacity 1s, transform 1s; }
  .fade-left.show {
    opacity: 1;
    transform: translateY(0); }

.fade-right {
  opacity: 0;
  transform: translateX(100px);
  transition: opacity 1s, transform 1s; }
  .fade-right.show {
    opacity: 1;
    transform: translateY(0); }

.fade-zoom {
  opacity: 0 !important;
  transform: scale(0.8);
  transition: opacity 1s, transform 1s; }
  .fade-zoom.show {
    opacity: 1 !important;
    transform: scale(1); }

.fade-rotate {
  opacity: 0 !important;
  transform: rotate(-360deg);
  transition: opacity 1s, transform 1.5s; }
  .fade-rotate.show {
    opacity: 1 !important;
    transform: rotate(0deg); }

/*==========================================================================
    public
 ==========================================================================*/
ul.no-style {
  margin: 0;
  padding: 0; }
  ul.no-style > li {
    list-style: none; }

@media (max-width: 767px) {
  .for-desktop {
    display: none !important; } }

.for-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .for-mobile {
      display: block !important; } }

.fixed-box {
  width: 100%;
  height: 100%;
  position: fixed;
  left: -100%;
  top: 0;
  z-index: 99;
  opacity: 0;
  visibility: hidden;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  transition: opacity 0.5s, visibility 0.5s, left 0s 0.5s; }
  .fixed-box.show {
    left: 0;
    opacity: 1;
    visibility: visible;
    transition: opacity 0.5s, visibility 0.5s; }
  .fixed-box .mask {
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.5); }
  .fixed-box .block {
    display: table;
    width: 100%; }
    .fixed-box .block .middle {
      display: table-cell;
      vertical-align: middle;
      height: 100vh;
      padding: 80px 0;
      position: relative; }
  .fixed-box .inner {
    width: 920px;
    margin: 60px auto;
    padding: 30px;
    position: relative;
    z-index: 2;
    background-color: #053161;
    background-size: contain;
    box-shadow: 10px 10px 0 #ff0062;
    color: #fff;
    font-size: 36px;
    text-align: justify;
    transform: translateX(-6px); }
    @media (max-width: 1084px) {
      .fixed-box .inner {
        width: 87.5%;
        padding: 2.8vw;
        font-size: 3.3vw;
        transform: translateX(-0.6vw);
        box-shadow: 1vw 1vw 0 #ff0062; } }
    .fixed-box .inner .title {
      margin-bottom: 20px;
      color: #fff;
      font-size: 56px;
      text-align: center; }
      @media (max-width: 1084px) {
        .fixed-box .inner .title {
          margin-bottom: 2vw;
          font-size: 5.15vw; } }
    .fixed-box .inner p {
      margin-top: 20px; }
      @media (max-width: 1084px) {
        .fixed-box .inner p {
          margin-top: 2vw; } }
    .fixed-box .inner .close-btn {
      width: 100px;
      height: 100px;
      position: absolute;
      right: -20px;
      top: -60px;
      z-index: 3;
      background: #ff0062 url("../_img/X.png") center no-repeat;
      cursor: pointer;
      border-radius: 50%;
      font-size: 0;
      box-shadow: 5px 8px 0 yellow; }
      @media (max-width: 1084px) {
        .fixed-box .inner .close-btn {
          width: 9.3vw;
          height: 9.3vw;
          right: -2vw;
          top: -5vw;
          background-size: 60%;
          box-shadow: 0.4vw 0.7vw 0 yellow; } }

.go-event .inner {
  text-align: center; }
  .go-event .inner .title {
    font-size: 43px;
    font-weight: bold; }
    @media (max-width: 1084px) {
      .go-event .inner .title {
        font-size: 4vw; } }
  .go-event .inner .pic a {
    display: inline-block;
    overflow: hidden; }
    .go-event .inner .pic a img {
      display: block;
      transition: transform 0.5s; }
    .go-event .inner .pic a:hover img {
      transform: scale(1.03) rotate(0.2deg); }

/* ==========================================================================
* header
 ==========================================================================*/
#header {
  width: 100%;
  min-width: 320px;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 99;
  background-color: #053161; }
  #header .container {
    padding: 0px 45px; }
    @media (max-width: 1084px) {
      #header .container {
        padding: 0 4.2vw; } }
  #header .logo {
    float: left;
    display: block;
    width: 338px;
    height: 108px;
    background: url("../_img/logo.png") center no-repeat;
    background-size: contain; }
    @media (max-width: 1084px) {
      #header .logo {
        width: 31.2vw;
        height: 10.6vw; } }
  #header .follow {
    float: right;
    padding-top: 10px;
    text-align: center; }
    @media (max-width: 991px) {
      #header .follow {
        padding-top: 1vw; } }
    #header .follow a {
      display: inline-block;
      vertical-align: middle;
      width: 88px;
      height: 88px;
      background: 0 0 no-repeat;
      background-size: contain; }
      @media (max-width: 1084px) {
        #header .follow a {
          width: 8.6vw;
          height: 8.6vw; } }
      #header .follow a.fb {
        background-image: url("../_img/icon-fb.png"); }
        #header .follow a.fb:hover {
          background-image: url("../_img/icon-fb-hover.png"); }
      #header .follow a.youtube {
        background-image: url("../_img/icon-youtube.png"); }
        #header .follow a.youtube:hover {
          background-image: url("../_img/icon-youtube-hover.png"); }
      #header .follow a.line {
        background-image: url("../_img/icon-line.png"); }
        #header .follow a.line:hover {
          background-image: url("../_img/icon-line-hover.png"); }
      #header .follow a.home {
        background-image: url("../_img/icon-home.png"); }
        #header .follow a.home:hover {
          background-image: url("../_img/icon-home-hover.png"); }

/* ==========================================================================
* main
 ==========================================================================*/
.download-btn {
  display: block;
  width: 704px;
  height: 186px;
  margin: auto;
  position: relative;
  z-index: 3;
  background: url("../_img/download-btn.png") 0 0 no-repeat;
  background-size: 100%;
  animation: download-btn 1s steps(2) infinite; }
  @media (max-width: 1084px) {
    .download-btn {
      width: 65vw;
      height: 17.2vw;
      animation-name: download-btn2; } }
  .download-btn:hover {
    background-image: url("../_img/download-btn-hover.png");
    animation: none; }

.content {
  width: 928px;
  margin: auto;
  padding-bottom: 20px;
  text-align: center; }
  @media (max-width: 1084px) {
    .content {
      width: 85.61vw;
      padding-bottom: 2vw; } }
  .content .block {
    margin-top: 20px; }
    @media (max-width: 1084px) {
      .content .block {
        margin-top: 2vw; } }
  .content .ranking {
    width: 100%;
    height: 1530px;
    padding: 90px 0 25px 0;
    position: relative;
    background: url("../_img/ranking-total2.jpg") center no-repeat;
    background-size: contain; }
    @media (max-width: 1084px) {
      .content .ranking {
        height: 141.2vw;
        padding: 8.2vw 0 2vw 0; } }
    .content .ranking .total-btn, .content .ranking .daily-btn {
      width: 230px;
      height: 72px;
      position: absolute;
      top: 0;
      z-index: 2;
      /*background: yellow;
            opacity: 0.5;*/
      cursor: pointer; }
      @media (max-width: 1084px) {
        .content .ranking .total-btn, .content .ranking .daily-btn {
          width: 21.3vw;
          height: 6.7vw; } }
    .content .ranking .total-btn {
      left: 200px; }
      @media (max-width: 1084px) {
        .content .ranking .total-btn {
          left: 18.5vw; } }
    .content .ranking .daily-btn {
      left: 460px; }
      @media (max-width: 1084px) {
        .content .ranking .daily-btn {
          left: 42.5vw; } }
    .content .ranking .scrollbar-inner {
      height: 1414px;
      margin-right: -11px;
      padding-right: 28px; }
      @media (max-width: 1084px) {
        .content .ranking .scrollbar-inner {
          height: 130.5vw;
          margin-right: -1vw;
          padding-right: 2.6vw; } }
    .content .ranking table {
      width: 100%;
      border-spacing: 8px;
      text-align: center; }
      @media (max-width: 1084px) {
        .content .ranking table {
          border-spacing: 0.8vw; } }
      .content .ranking table tr th {
        word-break: keep-all;
        font-weight: normal; }
        .content .ranking table tr th:last-of-type {
          min-width: 160px; }
          @media (max-width: 1084px) {
            .content .ranking table tr th:last-of-type {
              min-width: 14.7vw; } }
      .content .ranking table tr td {
        padding: 15px;
        color: #053161;
        font-size: 40px;
        background-color: #fff; }
        @media (max-width: 1084px) {
          .content .ranking table tr td {
            padding: 1.4vw;
            font-size: 3.6vw; } }
        .content .ranking table tr td:nth-of-type(1) {
          color: #fff;
          font-size: 60px;
          font-weight: bold;
          background-color: transparent !important; }
          @media (max-width: 1084px) {
            .content .ranking table tr td:nth-of-type(1) {
              font-size: 5.5vw; } }
          .content .ranking table tr td:nth-of-type(1) img {
            min-width: 85px;
            max-width: 85px; }
            @media (max-width: 1084px) {
              .content .ranking table tr td:nth-of-type(1) img {
                min-width: 7.9vw;
                max-width: 7.9vw; } }
        .content .ranking table tr td:nth-of-type(2) img {
          min-width: 94px;
          max-width: 94px; }
          @media (max-width: 1084px) {
            .content .ranking table tr td:nth-of-type(2) img {
              min-width: 8.7vw;
              max-width: 8.7vw; } }
        .content .ranking table tr td:nth-of-type(3) {
          font-size: 36px;
          /*text-align: left;*/ }
          @media (max-width: 1084px) {
            .content .ranking table tr td:nth-of-type(3) {
              font-size: 3.32vw; } }
        .content .ranking table tr td img {
          display: block;
          margin: auto; }
      .content .ranking table tr:nth-of-type(1) td {
        background-color: #fff600; }
        .content .ranking table tr:nth-of-type(1) td:nth-of-type(2) {
          background-image: url("../_img/no1-bg.gif");
          background-size: cover; }
      .content .ranking table tr:nth-of-type(2) td {
        background-color: #ffd200; }
        .content .ranking table tr:nth-of-type(2) td:nth-of-type(2) {
          background-image: url("../_img/no2-bg.gif");
          background-size: cover; }
      .content .ranking table tr:nth-of-type(3) td {
        background-color: #ffa200; }
        .content .ranking table tr:nth-of-type(3) td:nth-of-type(2) {
          background-image: url("../_img/no3-bg.gif");
          background-size: cover; }
      .content .ranking table tr:nth-of-type(4) td, .content .ranking table tr:nth-of-type(5) td, .content .ranking table tr:nth-of-type(6) td {
        background-color: #edb6ff; }
    .content .ranking .daily-list {
      display: none; }
    .content .ranking.daily {
      background-image: url("../_img/ranking-daily.jpg?v=20190411"); }
      .content .ranking.daily .total-list {
        display: none; }
      .content .ranking.daily .daily-list {
        display: block; }

.preload {
  display: none; }

@keyframes download-btn {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -372px; } }

@keyframes download-btn2 {
  0% {
    background-position: 0 0; }
  100% {
    background-position: 0 -34.4vw; } }

/* ==========================================================================
* footer
 ==========================================================================*/
#footer {
  padding: 20px 0;
  background-color: #053161;
  text-align: center; }
  @media (max-width: 1084px) {
    #footer {
      padding: 2vw 0; } }
  #footer .wanin, #footer .level {
    display: inline-block;
    vertical-align: sub; }
  #footer .wanin {
    width: 342px;
    height: 112px;
    background: url("../_img/wanin.png") center no-repeat;
    background-size: contain; }
    @media (max-width: 1084px) {
      #footer .wanin {
        width: 31.6vw;
        height: 10.4vw; } }
  #footer .level {
    width: 72px;
    margin-left: 10px; }
    @media (max-width: 1084px) {
      #footer .level {
        width: 6.7vw;
        margin-left: 1vw; } }
    #footer .level img {
      width: 100%; }
