@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: 800px) {
  html {
    font-size: 21px;
  }
}

@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: #dd9802;
  overflow-x: hidden;
}

#wrapper {
  margin: 0 auto;
  width: 1920px;
  height: 100%;
  background: transparent url("../images/wrap_bg.jpg") center top no-repeat;
  background-size: auto;
  /*.wrapBg {
        width: 100%;
    }*/
}

@media all and (max-width: 1920px) {
  #wrapper {
    width: 100%;
  }
}

@media all and (max-width: 1000px) {
  #wrapper {
    width: 100%;
    background-size: 150%;
  }
}

#container {
  margin: 0 auto;
  width: 95%;
  height: 100%;
}

#content {
  height: auto;
  padding: 920px 0 2%;
  /*@include app-width() {
        padding: 130% 2% 2%;
    }*/
}

@media all and (max-width: 1000px) {
  #content {
    padding: 76% 0 2%;
  }
}

/*==================== MENU ====================*/
.navBox {
  padding: 0 0 142px 0;
  width: 1130px;
  height: 0;
  border: 1px solid #332e1d;
  border-radius: 10px;
  background: -webkit-gradient(linear, left top, left bottom, from(#332e1d), to(#0e0e0d));
  background: linear-gradient(to bottom, #332e1d, #0e0e0d);
  position: relative;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}

@media all and (max-width: 1130px) {
  .navBox {
    padding: 0 0 15% 0;
    width: 90%;
  }
}

.menu {
  margin: 1% 3% 0;
  width: 94%;
  height: 90.5%;
  display: block;
  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;
  position: absolute;
}

.menu a {
  margin: 0 5%;
  width: 40%;
  height: 100%;
  display: block;
  float: left;
  line-height: 1.1;
  text-align: center;
  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;
}

.menu a .tabIcon {
  width: 2%;
  position: absolute;
  bottom: -14%;
}

@media all and (max-width: 400px) {
  .menu a {
    font-size: 0.8rem;
  }
}

/*==================== 框架 ====================*/
.tabContentRange {
  margin: 2% 1% 3%;
  padding: 0 0 43% 0;
  width: 98%;
  position: relative;
}

.tabContentRange.appSlick {
  padding: 0 0 120% 0;
}

.tabContentRange.appSlick .pageCon {
  display: block;
}

.tabContentRange.appSlick .pageCon .slick-list {
  width: 100%;
  height: 100%;
}

.tabContentRange.appSlick .pageCon .slick-list .slick-track {
  height: 100%;
}

.tabContentRange.appSlick .slick-dots li button:before {
  font-size: 2rem;
  opacity: 0.75;
  color: #000;
}

.tabContentRange.appSlick .slick-dots li.slick-active button:before {
  opacity: 1;
  color: #FFF;
}

.tabContentRange.appSlick #Tab_Content1 {
  height: 95%;
}

#Tab_Content1, #Tab_Content2, #Tab_Content3, #Tab_Content4 {
  background: rgba(0, 0, 0, 0.6);
  width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

#Tab_Content1 .rankCon, #Tab_Content2 .rankCon, #Tab_Content3 .rankCon, #Tab_Content4 .rankCon {
  padding: 2% 5%;
}

#Tab_Content1 {
  height: 100%;
}

#Tab_Content2, #Tab_Content3, #Tab_Content4 {
  overflow-y: auto;
}

.pageCon {
  width: 100%;
  height: 100%;
  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;
}

.downloadQRCode {
  width: 100%;
}

.downloadQRCode > img {
  width: 100%;
}

.sliding {
  width: 25%;
  height: 100%;
  border-right: 1px solid #000000;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  overflow-x: hidden;
  overflow-y: auto;
  cursor: pointer;
  position: relative;
}

.sliding:nth-last-child(1) {
  border-right: none;
}

.sliding.slick-slide {
  border-right: none;
}

.sliding.open {
  width: 50%;
  cursor: default;
  background: rgba(0, 0, 0, 0.3);
}

.sliding .rangeBox {
  display: none;
}

.sliding .rangeBox.show {
  display: block;
}

.sliding .titleImg {
  position: absolute;
  bottom: 5%;
  left: 5%;
  pointer-events: none;
  -webkit-pointer-events: none;
}

.sliding .titleImg.hide {
  display: none;
}

.sliding.hover .titleImg {
  width: 70%;
  -webkit-transition: all 1.8s;
  transition: all 1.8s;
}

/*====================內容====================*/
.itemTitle {
  width: 100%;
}

.itemTitle > img.type1 {
  width: 70%;
}

@media all and (max-width: 720px) {
  .itemTitle > img.type1 {
    width: 80%;
  }
}

@media all and (max-width: 720px) {
  .itemTitle > img {
    max-width: 60%;
  }
}

.itemCon {
  padding: 0 3.5%;
  word-wrap: break-word;
}

.itemCon h4 {
  font-size: 1.2rem;
}

.itemCon p {
  text-align: center;
}

.itemCon p img {
  margin: 0 auto;
}

.itemCon > img {
  width: 100%;
  margin: 0 auto;
}

.itemCon .imgPos {
  width: 80%;
  position: relative;
  left: 10%;
}

.itemCon .myImg {
  display: block;
  max-width: 90%;
  margin: 0 auto;
}

.item {
  width: 100%;
  height: auto;
  padding: 1% 0 2%;
  position: relative;
}

.item .item-title {
  margin: 0;
  width: 100%;
  height: auto;
  position: relative;
  left: -1%;
}

@media all and (max-width: 1920px) {
  .item .item-title {
    left: -2%;
  }
}

@media all and (max-width: 720px) {
  .item .item-title {
    left: 0%;
  }
}

@media all and (max-width: 720px) {
  .item .item-title img {
    width: 45%;
  }
}

.item .item-con {
  padding: 1% 0;
}

@media all and (max-width: 1920px) {
  .item .item-con {
    padding: 1% 0;
  }
}

.item .item-con h3 {
  padding: 0 0 2% 0;
  color: #fffc00;
  font-size: 1.8em;
}

/*.imgType {
    width: 120%;
    @include position(relative, $left:-10%);
    @include app-width() {
        width: 108%;
        left: -4%;
    }
}*/
/*====================其他====================*/
.l-list-type1 > li:before {
  color: #ffe13c;
}

@media all and (max-width: 720px) {
  .l-list-t6, .l-list-t5, .l-list-t3 {
    padding: 1.5em 0 0 0;
  }
}

.l-list-t6:before, .l-list-t5:before, .l-list-t3:before {
  color: #ffb007;
}

@media all and (max-width: 720px) {
  .l-list-t6:before, .l-list-t5:before, .l-list-t3:before {
    margin: -1.5em 0 0 0;
  }
}

.l-color01 {
  color: #ffd800;
}

.highlight {
  color: #00c871;
}
/*# sourceMappingURL=style.css.map */