@charset "UTF-8";
@import url("../../../../../Common/Css/normalize.css");
@import url("../../../../../Common/Css/all.css");
/*==================== 排行榜 ====================*/
.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;
}

/*====================主要架構====================*/
html {
  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;
}

@media all and (max-width: 525px) {
  html {
    font-size: 20px;
  }
}

@media all and (max-width: 460px) {
  html {
    font-size: 18px;
  }
}

@media all and (max-width: 360px) {
  html {
    font-size: 16px;
  }
}

body {
  background: #161f87;
  overflow-x: hidden;
}

@media all and (max-width: 720px) {
  body {
    background: #000c5a;
  }
}

#wrapper {
  width: 100%;
  height: 100%;
}

#wrapper #wrapper-middle {
  height: 100%;
  /*@include background('wrap_bg2', $repeat:repeat-x, $position:center top, $type: '.jpg');*/
}

#wrapper #wrapper-header {
  height: 100%;
  background: transparent url("../images/wrap_bg.jpg") center top no-repeat;
  background-size: 1921px;
}

@media all and (max-width: 1000px) {
  #wrapper #wrapper-header {
    background-size: 160%;
  }
}

@media all and (max-width: 720px) {
  #wrapper #wrapper-header {
    background: transparent url("../images/app_wrap_bg.jpg") center top no-repeat;
    background-size: 158%;
  }
}

#wrapper #wrapper-footer {
  height: 100%;
}

#container {
  width: 1000px;
  height: auto;
  margin: 0 auto;
  position: relative;
}

@media all and (max-width: 1000px) {
  #container {
    overflow: hidden;
    width: 100%;
  }
}

#content {
  height: auto;
  padding: 90% 0% 2%;
}

@media all and (max-width: 1000px) {
  #content {
    padding: 76% 0 2%;
  }
}

@media all and (max-width: 720px) {
  #content {
    padding: 78% 0 1%;
  }
}

/*==================== MENU ====================*/
.menu {
  padding: 2% 3%;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
  position: absolute;
  top: -85%;
}

@media all and (max-width: 720px) {
  .menu {
    padding: 0 0% 3%;
  }
}

.menu a {
  margin: 0;
  width: 25%;
  display: block;
  float: left;
}

.menu a img {
  width: 100%;
  display: block;
}

.rank_menu {
  padding: 3% 10%;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

@media all and (max-width: 720px) {
  .rank_menu {
    padding: 3%;
  }
}

.rank_menu a {
  margin: 0 1%;
  width: 48%;
  display: block;
  float: left;
}

.rank_menu a img {
  width: 100%;
  display: block;
}

/*==================== 框架 ====================*/
.con-top {
  height: 0;
  padding-bottom: 5.3%;
  background: transparent url("../images/con-top.png") center top no-repeat;
  background-size: 100%;
  position: relative;
}

@media all and (max-width: 720px) {
  .con-top {
    background-size: 100%;
  }
}

.con-mid {
  padding: 2% 6% 1%;
  height: auto;
  background: transparent url("../images/con-mid.png") center top repeat-y;
  background-size: 100%;
  overflow: hidden;
}

@media all and (max-width: 720px) {
  .con-mid {
    background-size: 100%;
  }
}

.con-fot {
  height: 0;
  padding-bottom: 5.3%;
  background: transparent url("../images/con-fot.png") center bottom no-repeat;
  background-size: 100%;
  position: relative;
  top: -1px;
}

@media all and (max-width: 720px) {
  .con-fot {
    background-size: 100%;
  }
}

/*#Tab_Content1,#Tab_Content2 {
    margin: 2% 0.3% 5%;
}*/
/*====================內容====================*/
.item {
  width: 100%;
  height: auto;
  padding: 1% 0 2%;
  position: relative;
}

.item .item-title {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  left: -3%;
}

@media all and (max-width: 720px) {
  .item .item-title {
    left: -6%;
  }
}

@media all and (max-width: 720px) {
  .item .item-title img {
    width: 45%;
  }
}

.item .item-con {
  padding: 1% 0.5%;
}

@media all and (max-width: 1000px) {
  .item .item-con {
    padding: 1% 2%;
  }
}

.item .item-con h3 {
  padding: 0 0 2% 0;
  color: #00b4ff;
  font-size: 1.8em;
}

.img-center {
  display: block;
  margin: 1% auto;
}

.img-change {
  width: 100%;
}

@media all and (max-width: 720px) {
  .img-change {
    width: 100%;
  }
}

.page-title img {
  width: 70%;
}

/*===== 查詢 =====*/
.searchWrap {
  position: relative;
}

.searchWrap .searchRange {
  width: 100%;
  height: 30%;
  position: absolute;
  bottom: 0%;
}

.searchWrap .searchRange .searchBox {
  width: 45%;
  position: absolute;
  top: 2%;
}

.searchWrap .searchRange .searchBox > img {
  width: 100%;
}

.searchWrap .searchRange .searchBox .isLogin {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

.searchWrap .searchRange .searchBox.search {
  left: 2%;
}

.searchWrap .searchRange .searchBox.searchII {
  right: 2%;
}

.searchWrap .searchRange .searchBox .searchText {
  width: 65%;
  height: 57%;
  color: #FFFFFF;
  position: absolute;
  top: 20%;
  right: 5%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-pack: center;
      justify-content: center;
  -webkit-box-pack: center;
  -ms-flex-align: center;
      align-items: center;
  z-index: 1;
}

@media all and (max-width: 500px) {
  .searchWrap .searchRange .searchBox .searchText {
    font-size: 0.8em;
  }
}

.searchWrap .searchRange .btnSearch {
  width: 12%;
  position: absolute;
  top: 50%;
  left: 44%;
  display: block;
}

.searchWrap .searchRange .btnSearch > img {
  width: 100%;
}

@media all and (max-width: 400px) {
  .searchWrap .searchRange .btnSearch {
    width: 15%;
    left: 42.5%;
  }
}

/*.search {
    margin: 5% 0 0;
    width: 100%;
    @include position(relative);
    @include flex-center();
    .search-box {
        width: 60%;
        @include position(relative);
        @include app-width() {
            width: 100%;
        }
        .serch-con {
            width: 100%;
            height: 100%;
            @include position(absolute);
            .search-mask {
                width: 100%;
                @include position(absolute, $bottom:0%, $right:0%);
            }
            .search-num {
                width: 32%;
                height: 35%;
                font-size: 1.2rem;
                color: #000000;
                @include position(absolute, $bottom:21.3%, $right:4%);
                @include flex-center();
                @include pc-width(850px) {
                    font-size: 1rem;
                }
                @include app-width(360px) {
                    font-size: 0.9rem;
                }
            }
        }
    }
    .search-btn {
        width: 15%;
        display: block;
        @include app-width() {
            margin: 5% 0 0;
            width: 20%;
        }
    }
}*/
.l-center {
  text-align: center;
}

.l-list-type1 li {
  color: #ffff00;
}

.l-list-type1 li:before {
  color: #ffff00;
}

.l-list-t3:before {
  color: #23fffc;
}

.l-list-t7:before {
  color: #23fffc;
}

.rankform .rank-box tr.rank-title th:nth-child(1) {
  width: 15%;
}

.rankform .rank-box tr.rank-title th:nth-child(2) {
  width: 28%;
}

.rankform .rank-box tr.rank-title th:nth-child(3) {
  width: 32%;
}

.rankform .rank-box tr.rank-title th:nth-child(4) {
  width: 25%;
}
/*# sourceMappingURL=index.css.map */