@charset "UTF-8";
@import url("../../../../../Common/Css/normalize.css");
@import url("../../../../../Common/Css/all.css");
ol,
ul,
li {
  list-style: none;
  padding: 0;
  margin: 0;
}

a {
  cursor: pointer;
}

a:focus {
  outline: none;
}

*:focus {
  outline: none;
}

* {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

img {
  display: block;
}

/*==================== 排行榜 ====================*/
.ranktext {
  width: 100%;
  font-size: 1.2rem;
  text-align: center;
  font-weight: 900;
}

.rankform {
  padding: 2% 1%;
}

.rankform .rank-box {
  margin: 0 auto;
  width: 100%;
  border-top: 1px #ffdc73 solid;
  border-left: 1px #ffdc73 solid;
  color: #000;
}

.rankform .rank-box tr:nth-child(odd) {
  background: #fff7d1;
}

.rankform .rank-box tr:nth-child(even) {
  background: #ffffff;
}

.rankform .rank-box tr.redblod {
  color: red;
  font-weight: bold;
}

.rankform .rank-box tr.rank-title {
  background: transparent url("../../../../Global/form_title_bg.jpg") center top repeat-x;
  background-size: 1px 100%;
}

.rankform .rank-box tr.rank-title th {
  color: #4d2608;
}

.rankform .rank-box tr.rank-title th:nth-child(1) {
  width: 15%;
}

.rankform .rank-box tr.rank-title th:nth-child(2) {
  width: 30%;
}

.rankform .rank-box tr.rank-title th:nth-child(3) {
  width: 25%;
}

.rankform .rank-box tr.rank-title th:nth-child(4) {
  width: 30%;
}

.rankform .rank-box tr.type1 th:nth-child(1) {
  width: 15%;
}

.rankform .rank-box tr.type1 th:nth-child(2) {
  width: 20%;
}

.rankform .rank-box tr.type1 th:nth-child(3) {
  width: 15%;
}

.rankform .rank-box tr.type1 th:nth-child(4) {
  width: 15%;
}

.rankform .rank-box tr.type1 th:nth-child(5) {
  width: 20%;
}

.rankform .rank-box tr.type1 th:nth-child(6) {
  width: 15%;
}

.rankform .rank-box tr.type2 th:nth-child(1) {
  width: 15%;
}

.rankform .rank-box tr.type2 th:nth-child(2) {
  width: 25%;
}

.rankform .rank-box tr.type2 th:nth-child(3) {
  width: 20%;
}

.rankform .rank-box tr.type2 th:nth-child(4) {
  width: 15%;
}

.rankform .rank-box tr.type2 th:nth-child(5) {
  width: 25%;
}

.rankform .rank-box tr th, .rankform .rank-box tr td {
  padding: 1% 0.5%;
  border-right: 1px solid #ffdc73;
  border-bottom: 1px solid #ffdc73;
}

.rankform .rank-box tr td {
  text-align: center;
  font-size: 0.9rem;
  line-height: 1.2em;
  position: relative;
}

.rankform .rank-box tr td .icon1 {
  margin: 0 0 0 0;
  width: 100%;
  height: 52px;
  position: absolute;
  top: 50%;
  left: 0;
  background: transparent url("../../../../Global/Poseidoncrown1.png") center top no-repeat;
  background-size: auto;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 99;
}

.rankform .rank-box tr td .icon2 {
  margin: 0 0 0 0;
  width: 100%;
  height: 44px;
  position: absolute;
  top: 50%;
  left: 0;
  background: transparent url("../../../../Global/Poseidoncrown2.png") center top no-repeat;
  background-size: auto;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 99;
}

.rankform .rank-box tr td .icon3 {
  margin: 0 0 0 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  background: transparent url("../../../../Global/Poseidoncrown3.png") center top no-repeat;
  background-size: auto;
  -webkit-transform: translate(0%, -50%);
          transform: translate(0%, -50%);
  z-index: 99;
}

/*====================主要架構====================*/
body {
  margin: 0;
  padding: 0;
  font-size: 24px;
  line-height: 1.5;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Microsoft YaHei UI", "Microsoft YaHei", Roboto, "Hiragino Sans GB", "Source Han Sans CN", Fira Sans, "Droid Sans", "Helvetica Neue", arial, sans-serif;
  color: #f9f9fb;
  background: #0d2039;
  /*@include background('wrap_bg3', $repeat:repeat-y, $type:'.jpg', $color:$colorBg);
    @include pc-width() {
        background-size: 150%;
    }*/
  overflow-x: hidden;
}

@media all and (max-width: 525px) {
  body {
    font-size: 20px;
  }
}

@media all and (max-width: 460px) {
  body {
    font-size: 18px;
  }
}

@media all and (max-width: 360px) {
  body {
    font-size: 16px;
  }
}

#wrapper {
  width: 100%;
  height: 100%;
}

#wrapper #wrapper_header {
  height: 100%;
  background: transparent url("../images/wrap_bg.jpg") 50% top no-repeat;
  background-size: 100%;
}

@media all and (max-width: 1000px) {
  #wrapper #wrapper_header {
    background-size: 200%;
  }
}

#wrapper #wrapper_header #wrapper_footer {
  height: 100%;
}

#container {
  width: 55%;
  height: auto;
  margin: 0 auto;
}

@media all and (max-width: 1000px) {
  #container {
    overflow: hidden;
    width: 93%;
    margin: 0 auto;
  }
}

#logo, #fb {
  position: relative;
  z-index: 20;
}

#content {
  height: auto;
  padding: 90% 1% 2%;
}

@media all and (max-width: 1000px) {
  #content {
    padding: 115% 1% 2%;
  }
}

.menu_box {
  width: 100%;
  height: auto;
  margin: 0 auto;
  position: absolute;
  padding-top: 41.5%;
}

@media all and (max-width: 1000px) {
  .menu_box {
    padding-top: 83%;
  }
}

.menu_box .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  gap: 10px 15px;
  padding: 0.5% 0;
  width: 65%;
  height: auto;
  margin-bottom: 2%;
}

@media all and (max-width: 1000px) {
  .menu_box .menu {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 0.5%;
    background-color: rgba(0, 0, 0, 0.3);
  }
}

.menu_box .menu img {
  width: 100%;
}

.menu_box .menu li {
  width: 28%;
}

@media all and (max-width: 1000px) {
  .menu_box .menu li {
    width: 40%;
  }
}

.menu_box .menu li:nth-child(3) {
  width: 24.5%;
}

@media all and (max-width: 1000px) {
  .menu_box .menu li:nth-child(3) {
    width: 35%;
  }
}

/*====================LOGO、FB、浮動ICON====================*/
/*#logo {
    margin: 10px 0 0 5px;
    z-index: 90;
    width: 110px;
    height: 85px;
    @include background("logo", $url: "../images/", $size: 100%);
    float: left;
    @include app-width(500px) {
        width: 80px;
        height: 60px;
    }
    @include app-width(400px) {
        width: 60px;
        height: 47px;
    }
    a {
        display: block;
        width: 100%;
        height: 100%;
    }
}

.mark {
    margin: 20px 0 0 0;
    width: 38px;
    height: 40px;
    @include background("logo_mark", $url: "../images/", $size: 100%);
    float: left;
    @include app-width(500px) {
        width: 35px;
        height: 40px;
        margin: 15px 0 0 0;
    }
    @include app-width(400px) {
        width: 30px;
        height: 32px;
        margin: 10px 0 0 0;
    }
}

#fb {
    margin: 0 5px 0 0;
    width: 222px;
    height: 56px;
    display: block;
    @include background("fb_btn", $url: "../images/", $size: 100%);
    float: right;
    @include app-width() {
        width: 180px;
        height: 40px;
    }
    @include app-width(500px) {
        width: 160px;
        height: 36px;
        margin: 0;
    }
    @include app-width(400px) {
        width: 135px;
        height: 32px;
    }
}*/
#btnYT {
  width: 50px;
  height: 50px;
  background: transparent url("../images/btn-yt.png") center top no-repeat;
  background-size: 100%;
  position: absolute;
  right: 80px;
  top: 15px;
}

#btnFB {
  width: 50px;
  height: 50px;
  background: transparent url("../images/btn-fb.png") center top no-repeat;
  background-size: 100%;
  position: absolute;
  right: 2%;
  top: 15px;
}

/*====================內容====================*/
#Tab_Content1 p, #Tab_Content2 p {
  margin-bottom: 48px;
}

@media all and (max-width: 720px) {
  #Tab_Content1 p, #Tab_Content2 p {
    margin-bottom: 20px;
  }
}

#Tab_Content1 img, #Tab_Content2 img {
  width: 30%;
}

#Tab_Content3 {
  overflow-y: scroll;
}

#Tab_Content3::-webkit-scrollbar {
  display: none;
}

.notice {
  width: 30%;
}

@media all and (max-width: 720px) {
  .notice {
    width: 40%;
  }
}

.item {
  width: 100%;
  height: auto;
  padding: 1% 2% 2%;
}

.item .item-title {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
}

.item .item-title img {
  display: block;
}

@media all and (max-width: 720px) {
  .item .item-title img {
    width: 40%;
  }
  .item .item-title img.titleType1 {
    width: 55%;
  }
}

.item .item-con {
  padding: 1%;
}

@media all and (max-width: 1000px) {
  .item .item-con {
    padding: 1% 2%;
  }
}

.item .item-con .imgPos {
  width: 100%;
  margin: 0.5rem 0;
}

/*====================共用====================*/
.color01 {
  color: #ffea00;
}

.color02 {
  color: #fff;
}

ol {
  padding: 0 0 0 1em;
}

ol > li {
  list-style: decimal;
}

.list-group-zero > li {
  list-style: decimal-leading-zero;
}

.list-group-num1 > li {
  padding: 0 0 0 2em;
  counter-increment: cnt;
  list-style: none;
}

.list-group-num1 > li:before {
  display: marker;
  content: "(" counter(cnt) ") ";
  text-align: center;
  margin: 0 0 0 -2em;
  width: 2em;
}

.list-group-type1 {
  padding: 0 0 0 1em;
}

.list-group-type1 > li {
  list-style: none;
}

.list-group-type1 > li:before {
  content: "★";
  color: yellow;
  margin: 0 0 0 -1em;
}

.list-group-type2 {
  padding: 0 0 0 1em;
}

.list-group-type2 > li {
  list-style: none;
}

.list-group-type2 > li:before {
  content: " ";
  background: transparent url("../images/icon-list.png") left 0.7rem no-repeat;
  background-size: 80%;
  margin: 0 0 0 -1em;
  width: 1rem;
  height: 2rem;
}

@media all and (max-width: 720px) {
  .list-group-type2 > li:before {
    background-position-y: 0.8rem;
  }
}

@media all and (max-width: 500px) {
  .list-group-type2 > li:before {
    background-position-y: 0.4rem;
  }
}

.c-00fef9 {
  color: #00fef9;
  text-decoration: underline;
}

.downloadQRCode {
  width: 100%;
}

.downloadQRCode img {
  width: 100%;
}

.reward {
  font-size: 24px;
  padding-left: 2%;
}

@media (max-width: 720px) {
  .reward {
    font-size: 3.5vw;
  }
}

.tabContentRange {
  margin-top: 4%;
}

.ranktext {
  width: 100%;
  font-size: 1.2em;
  text-align: center;
  font-weight: 900;
}

@media all and (max-width: 720px) {
  .ranktext {
    font-size: 1em;
  }
}

@media all and (max-width: 720px) {
  .l-list-n1 {
    padding: 0 0 0 1.2rem;
  }
}

.blodColor01 {
  color: #fff08d;
  font-weight: 900;
}

.rankform .rank-box tr td {
  font-size: 0.9em;
}

.big {
  font-size: 2rem;
}

@media all and (max-width: 720px) {
  .big {
    font-size: 1.5rem;
  }
}
/*# sourceMappingURL=style.css.map */