@charset "UTF-8";
ol,
ul,
li {
  list-style: none;
  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;
}

/*====================主要架構====================*/
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: #ffffff;
  background: #0e0b2e;
  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%;
  /*@include background("wrap_bg2", $size: 100%, $repeat:repeat-y, $type: ".jpg");
    @include pc-width() {
        background-size: 120%;
    }*/
}

#wrapper #wrapper_header {
  height: 100%;
  background: transparent url("../images/wrap_bg.jpg") center top no-repeat;
  background-size: 100%;
}

@media all and (max-width: 1000px) {
  #wrapper #wrapper_header {
    background-size: 200%;
  }
}

#container {
  width: 55%;
  height: auto;
  margin: 0 auto;
}

@media all and (max-width: 1000px) {
  #container {
    overflow: hidden;
    width: 90%;
    margin: 0 auto;
  }
}

#content {
  height: auto;
  padding: 73% 1% 2%;
}

@media all and (max-width: 1000px) {
  #content {
    padding: 92% 1% 2%;
  }
}

#content .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 auto;
  margin-bottom: 0.8rem;
  gap: 30px;
  padding: 0;
  width: 100%;
}

@media all and (max-width: 1000px) {
  #content .menu {
    width: 100%;
  }
}

#content .menu:nth-of-type(2) {
  margin-bottom: 70px;
}

@media all and (max-width: 720px) {
  #content .menu:nth-of-type(2) {
    margin-bottom: 40px;
  }
}

#content .menu img {
  width: 100%;
  height: auto;
}

#footer {
  width: 100%;
  height: 75px;
  background: #000 url("../images/foot.jpg") center top no-repeat;
  background-size: auto;
}

@media all and (max-width: 720px) {
  #footer {
    background: #000 url("../images/foot2.jpg") center top no-repeat;
    background-size: auto;
  }
}

@media all and (max-width: 525px) {
  #footer {
    background-size: 100%;
  }
}

@media all and (max-width: 460px) {
  #footer {
    height: 55px;
  }
}

@media all and (max-width: 360px) {
  #footer {
    height: 45px;
  }
}

/*====================LOGO、FB、浮動ICON====================*/
#logo {
  margin: 10px 0 0 5px;
  z-index: 90;
  width: 110px;
  height: 85px;
  background: transparent url("../images/logo.png") center top no-repeat;
  background-size: 100%;
  float: left;
}

@media all and (max-width: 500px) {
  #logo {
    width: 80px;
    height: 60px;
  }
}

@media all and (max-width: 400px) {
  #logo {
    width: 60px;
    height: 47px;
  }
}

#logo a {
  display: block;
  width: 100%;
  height: 100%;
}

.mark {
  margin: 20px 0 0 0;
  width: 38px;
  height: 40px;
  background: transparent url("../images/logo_mark.png") center top no-repeat;
  background-size: 100%;
  float: left;
}

@media all and (max-width: 500px) {
  .mark {
    width: 35px;
    height: 40px;
    margin: 15px 0 0 0;
  }
}

@media all and (max-width: 400px) {
  .mark {
    width: 30px;
    height: 32px;
    margin: 10px 0 0 0;
  }
}

#fb {
  margin: 0 5px 0 0;
  width: 222px;
  height: 56px;
  display: block;
  background: transparent url("../images/fb_btn.png") center top no-repeat;
  background-size: 100%;
  float: right;
}

@media all and (max-width: 720px) {
  #fb {
    width: 180px;
    height: 40px;
  }
}

@media all and (max-width: 500px) {
  #fb {
    width: 160px;
    height: 36px;
    margin: 0;
  }
}

@media all and (max-width: 400px) {
  #fb {
    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,
#Tab_Content3 p {
  margin-bottom: 48px;
}

@media all and (max-width: 720px) {
  #Tab_Content1 p,
  #Tab_Content2 p,
  #Tab_Content3 p {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 720px) {
  #Tab_Content1 img,
  #Tab_Content2 img,
  #Tab_Content3 img {
    width: 40%;
  }
}

@media all and (max-width: 720px) {
  #Tab_Content3 img {
    width: 40%;
  }
}

#Tab_Content2 {
  overflow-y: scroll;
}

#Tab_Content2::-webkit-scrollbar {
  display: none;
}

#Tab_Content2 .money_sec {
  margin-bottom: 40px;
}

#Tab_Content2 .money_div {
  background-color: rgba(0, 0, 0, 0.5);
  border: 2px solid #f6e56d;
  border-radius: 0 0 20px 20px;
  padding: 0% 5%;
}

@media (max-width: 600px) {
  #Tab_Content2 .money_div {
    padding: 1% 5%;
  }
}

#Tab_Content2 .money_div > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#Tab_Content2 .money_div > div .data {
  position: absolute;
  top: 50%;
  width: 45%;
  text-align: center;
  margin: 0 auto;
  color: #f6cf56;
  font-weight: 900;
  font-size: 2.3vw;
}

@media all and (max-width: 1000px) {
  #Tab_Content2 .money_div > div .data {
    font-size: 4vw;
  }
}

#Tab_Content2 .money_div > div .m_title {
  position: absolute;
  top: 19%;
  width: 70%;
  margin: 0 auto;
  text-align: center;
  font-weight: 900;
  font-size: 2vw;
}

@media all and (max-width: 1000px) {
  #Tab_Content2 .money_div > div .m_title {
    font-size: 3.5vw;
  }
}

#Tab_Content2 .money_div > div img {
  position: relative;
  display: block;
  width: 100%;
  margin: 10px auto;
}

#Tab_Content2 .money_div > div .symbol {
  width: 30px;
  margin: 0 auto;
}

@media all and (max-width: 550px) {
  #Tab_Content2 .money_div > div .symbol {
    width: 20px;
  }
}

#Tab_Content2 .money_div > div .rate {
  position: absolute;
  top: 25%;
  text-align: center;
  color: #980909;
  font-size: 2.3vw;
  font-weight: 900;
}

@media all and (max-width: 1000px) {
  #Tab_Content2 .money_div > div .rate {
    top: 28%;
    font-size: 3.2vw;
  }
}

#Tab_Content2 .money_div > div .next {
  padding: 0 40%;
}

#Tab_Content2 .log_sec {
  background-image: url("../images/loginBefore_bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
}

#Tab_Content2 .log_sec .log_div {
  padding-top: 12%;
}

#Tab_Content2 .log_sec .log_div img {
  width: 18%;
  margin: 20px auto;
  cursor: pointer;
}

@media all and (max-width: 720px) {
  #Tab_Content2 .log_sec .log_div img {
    margin: 7px auto 0 auto;
  }
}

#Tab_Content2 .log_sec .log_div .user_data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
}

#Tab_Content2 .log_sec .log_div .user_data > div {
  font-size: 32px;
}

@media (max-width: 1000px) {
  #Tab_Content2 .log_sec .log_div .user_data > div {
    font-size: 3.8vw;
  }
}

#Tab_Content2 .log_sec .log_div .user_data > div:nth-child(1) {
  width: 38%;
}

#Tab_Content2 .log_sec .log_div .user_data > div:nth-child(2) {
  width: 23%;
}

#Tab_Content2 .log_sec .log_div .user_data > div:nth-child(3) {
  width: 39%;
}

@media all and (max-width: 1000px) {
  #Tab_Content2 .log_sec .log_div .user_data {
    margin-top: -10px;
  }
}

@media all and (max-width: 1920px) {
  #Tab_Content2 .log_sec .log_div .user_data {
    padding-bottom: 30px;
    margin-bottom: 30px;
  }
}

@media all and (max-width: 720px) {
  #Tab_Content2 .log_sec .log_div .user_data {
    margin-top: -20px;
    margin-bottom: 10px;
    padding-bottom: 0px;
  }
}

#Tab_Content2 .level_sec {
  position: relative;
}

#Tab_Content2 .level_sec .levelNo_div {
  width: 23%;
  position: absolute;
  top: 16.5%;
  left: 1%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

@media (max-width: 600px) {
  #Tab_Content2 .level_sec .levelNo_div {
    top: 14.5%;
  }
}

#Tab_Content2 .level_sec .levelNo_div .levelImg {
  margin-bottom: 2.7%;
}

#Tab_Content2 .level_sec img {
  width: 100%;
}

.level_div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.level_div > div {
  width: 100%;
}

.level_div img {
  width: 100%;
}

.level_div .level_content {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 0 0 20px 20px;
  border: 2px solid #f6e56d;
}

.level_div .level_content .level_table2 {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  margin: 20px auto;
  padding: 2%;
}

@media (max-width: 1000px) {
  .level_div .level_content .level_table2 {
    padding: 1% 2%;
  }
}

.level_div .level_content .level_table2 td {
  border: 1px solid #ffed57;
  background-color: #520e34;
  color: #ffed57;
  padding: 3px 0;
}

.level_div .level_content .level_table2 tr:nth-child(1) th {
  padding: 8px 0;
  color: white;
  border: 1px solid #520e34;
  background-color: #b81f75;
  font-size: 26px;
  line-height: 25px;
}

@media (max-width: 1000px) {
  .level_div .level_content .level_table2 tr:nth-child(1) th {
    font-size: 3.1vw;
  }
}

@media (max-width: 500px) {
  .level_div .level_content .level_table2 tr:nth-child(1) th {
    line-height: 20px;
    padding: 3px 0;
  }
}

.level_div .level_content .level_table2 tr:nth-child(1) th .small {
  font-size: 22px;
}

@media (max-width: 1000px) {
  .level_div .level_content .level_table2 tr:nth-child(1) th .small {
    font-size: 2.8vw;
  }
}

.level_div .level_content .level_table2 tr td:nth-child(1),
.level_div .level_content .level_table2 tr th:nth-child(1) {
  border: 1px solid #820ee4;
  background-color: #820ee4;
}

.level_div .level_content .level_table2 tr td {
  width: 25%;
  font-size: 28px;
}

@media (max-width: 1000px) {
  .level_div .level_content .level_table2 tr td {
    font-size: 3.2vw;
  }
}

.level_div .level_content .level_table2 tr td img {
  width: 100%;
}

.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%;
  }
}

/*====================共用====================*/
.color01 {
  color: #e61142;
}

.color02 {
  color: #fff;
}

ol {
  padding: 0 0 0 1em;
}

@media all and (max-width: 400px) {
  ol {
    padding-left: 2rem;
  }
}

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: "※";
  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%;
}

.level_table2 {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  margin: 0 auto;
}

.level_table2 td {
  border: 1px solid #ffed57;
  color: #ffed57;
  padding: 3px 0;
}

.level_table2 tr:nth-child(1) th {
  padding: 8px 0;
  color: white;
  border: 1px solid #ffed57;
  background-color: #b81f75;
  font-size: 26px;
  line-height: 25px;
}

.level_table2 tr:nth-child(1) th:last-child {
  border-right: 2px solid #ffed57;
}

.level_table2 tr:nth-child(1) th:first-child {
  border-left: 2px solid #ffed57;
}

@media (max-width: 1000px) {
  .level_table2 tr:nth-child(1) th {
    font-size: 3.1vw;
    padding: 3px 0;
  }
}

@media (max-width: 500px) {
  .level_table2 tr:nth-child(1) th {
    line-height: 20px;
  }
}

.level_table2 tr td {
  font-size: 28px;
  background-color: #520e34;
}

@media (max-width: 1000px) {
  .level_table2 tr td {
    font-size: 3.2vw;
  }
}

.level_table2 tr td:last-child {
  border-right: 2px solid #ffed57;
}

.level_table2 tr:last-child td {
  border-bottom: 2px solid #ffed57;
}

.reward {
  font-size: 24px;
  margin: 0;
  padding: 0;
  padding-left: 2%;
}

@media (max-width: 720px) {
  .reward {
    font-size: 3.5vw;
  }
}

@media all and (max-width: 720px) {
  .notice {
    width: 40%;
  }
}
/*# sourceMappingURL=style.css.map */