@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 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: 0;
  left: 0;
  background: transparent url("../../../../Global/Poseidoncrown1.png") center top no-repeat;
  background-size: auto;
  z-index: 99;
}

.rankform .rank-box tr td .icon2 {
  margin: 0 0 0 0;
  width: 100%;
  height: 44px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../../../../Global/Poseidoncrown2.png") center top no-repeat;
  background-size: auto;
  z-index: 99;
}

.rankform .rank-box tr td .icon3 {
  margin: 0 0 0 0;
  width: 100%;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  background: transparent url("../../../../Global/Poseidoncrown3.png") center top no-repeat;
  background-size: auto;
  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: #ffffff;
}

@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: #003253;
  overflow-x: hidden;
}

#wrapper {
  width: 100%;
  height: 100%;
}

#wrapper #wrapper-footer {
  height: 100%;
  background: transparent url("../images/wrap_bg3.jpg") center bottom no-repeat;
  background-size: 1921px;
}

@media all and (max-width: 1000px) {
  #wrapper #wrapper-footer {
    background-size: 194%;
  }
}

@media all and (max-width: 720px) {
  #wrapper #wrapper-footer {
    background: transparent url("../images/app_wrap_bg3.jpg") center top no-repeat;
    background-size: 100%;
  }
}

#wrapper #wrapper-middle {
  height: 100%;
  background: transparent url("../images/wrap_bg2.jpg") center top repeat-x;
  background-size: auto;
}

@media all and (max-width: 720px) {
  #wrapper #wrapper-middle {
    background: transparent url("../images/app_wrap_bg2.jpg") center top repeat-y;
    background-size: 100%;
  }
}

#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: 194%;
  }
}

@media all and (max-width: 720px) {
  #wrapper #wrapper-header {
    background: transparent url("../images/app_wrap_bg.jpg") center top no-repeat;
    background-size: 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: 80% 0% 2%;
}

@media all and (max-width: 1000px) {
  #content {
    padding: 81% 0 2%;
  }
}

@media all and (max-width: 720px) {
  #content {
    padding: 145% 0 0;
  }
}

/*==================== MENU ====================*/
.menu {
  padding: 0 14% 3%;
  width: 100%;
  height: auto;
  display: block;
  overflow: hidden;
}

@media all and (max-width: 720px) {
  .menu {
    padding: 0 2% 3%;
  }
}

.menu a {
  width: 50%;
  display: block;
  float: left;
}

.menu a img {
  width: 100%;
  display: block;
}

/*==================== FLAG ====================*/
.flag {
  position: fixed;
  top: 15%;
  right: 0;
  z-index: 5;
}

.app-flag {
  margin: 0 auto;
  width: 40%;
}

.app-flag img {
  width: 100%;
  display: block;
}

/*==================== POP ====================*/
.mask {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 15;
  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;
  -webkit-backdrop-filter: blur(0rem);
          backdrop-filter: blur(0rem);
  visibility: hidden;
}

.mask.pop-show {
  visibility: visible;
  -webkit-backdrop-filter: blur(0.4rem);
          backdrop-filter: blur(0.4rem);
}

.mask.pop-show .pop-wrap {
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
}

.mask .pop-wrap {
  width: 1000px;
  height: 90%;
  background-size: 100%;
  position: relative;
  -webkit-transform: scale(0.7);
          transform: scale(0.7);
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}

@media all and (max-width: 1050px) {
  .mask .pop-wrap {
    width: 90%;
  }
}

.mask .pop-wrap .pop-wrapMid {
  width: 100%;
  height: 100%;
  padding: 0 6%;
  background: transparent url("../images/pop_mid.png") center top repeat-y;
  background-size: 100%;
  position: relative;
}

.mask .pop-wrap .pop-wrapTop img, .mask .pop-wrap .pop-wrapFot img {
  display: block;
}

.mask .pop-close {
  width: 70px;
  -webkit-transition: all .2s ease-out;
  transition: all .2s ease-out;
  opacity: .8;
  position: absolute;
  top: 0;
  right: 8%;
}

.mask .pop-close:hover {
  opacity: 1;
}

@media all and (max-width: 800px) {
  .mask .pop-close {
    width: 7%;
    top: 0%;
    right: 9%;
  }
}

.mask .pop-content {
  height: 100%;
  overflow-y: auto;
}

.mask .pop-content > h2 {
  margin: 0;
  padding-bottom: 2%;
  text-align: center;
}

.mask .pop-content > h2 img {
  margin: 0 auto;
  width: 40%;
}

@media all and (max-width: 900px) {
  .mask .pop-content > h2 img {
    width: 50%;
  }
}

/*==================== 框架 ====================*/
.con-top {
  height: 0;
  padding-bottom: 8.3%;
  background: transparent url("../images/conbg-top.png") center top no-repeat;
  background-size: 100%;
}

@media all and (max-width: 720px) {
  .con-top {
    background: none;
  }
}

.con-mid {
  padding: 6% 6% 1%;
  height: auto;
  background: transparent url("../images/conbg-mid.png") center top repeat-y;
  background-size: 100%;
  overflow: hidden;
}

@media all and (max-width: 720px) {
  .con-mid {
    padding: 15% 6% 0;
    background: none;
  }
}

.con-fot {
  height: 0;
  padding-bottom: 14.8%;
  background: transparent url("../images/conbg-fot.png") center bottom no-repeat;
  background-size: 100%;
}

@media all and (max-width: 720px) {
  .con-fot {
    padding: 0;
    background: none;
  }
}

/*#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 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;
}

.l-list-type1 > li:before {
  color: #23fffc;
}

.l-list-t3:before {
  color: #23fffc;
}

.l-color1 {
  color: #00b4ff;
}

.sizeImg4 {
  margin: 0 auto;
  display: block;
}

@media all and (max-width: 380px) {
  .sizeImg4 {
    width: 100%;
  }
}
/*# sourceMappingURL=index.css.map */