@charset "UTF-8";
body,
html {
  font-family: 微軟儷黑體, 微軟正黑體, Arial, Helvetica, Geneva, sans-serif;
  font-size: 14px;
  font-weight: normal;
  background: #082F4F;
}

canvas {
  cursor: crosshair;
  display: block;
}

.firewoks {
  position: absolute;
  z-index: 99;
  height: 450px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1024px) {
  .firewoks {
    height: 300px;
  }
}

header .header-wrap {
  margin: auto;
  width: 100%;
  position: relative;
}

header .header-wrap img {
  width: 100%;
}

@media (max-width: 768px) {
  header .header-wrap .imgbox-pc {
    display: none;
  }
}

header .header-wrap .imgbox-tab {
  display: none;
}

@media (max-width: 768px) {
  header .header-wrap .imgbox-tab {
    display: block;
  }
}

@media (max-width: 425px) {
  header .header-wrap .imgbox-tab {
    display: none;
  }
}

header .header-wrap .imgbox-m {
  display: none;
}

@media (max-width: 425px) {
  header .header-wrap .imgbox-m {
    display: block;
  }
}

header .btn-wrap {
  z-index: 999;
}

header .btn-wrap ul {
  list-style-type: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0;
}

header .btn-wrap ul li {
  padding: 0 15px;
  cursor: pointer;
}

@media (max-width: 425px) {
  header .btn-wrap ul li {
    width: 50%;
  }
}

header .btn-wrap ul li .active {
  -webkit-filter: hue-rotate(165deg);
          filter: hue-rotate(165deg);
}

header .btn-wrap ul li img:hover {
  -webkit-filter: hue-rotate(165deg);
          filter: hue-rotate(165deg);
}

@media (max-width: 375px) {
  header .btn-wrap ul li img {
    width: 100%;
  }
}

.movies-wrap {
  border: #000 10px solid;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 15px 0px 0px 0px;
}

.movies-wrap .container {
  width: 100%;
}

@media (max-width: 1024px) {
  .movies-wrap {
    width: 90%;
  }
}

.movies-wrap .movies {
  background-color: #ddd;
  height: 200px;
  margin-bottom: 15px;
  text-align: center;
  line-height: 200px;
}

.works-wrap .item {
  margin: auto;
  width: 860px;
  text-align: center;
  background-color: #091929;
  margin-bottom: 30px;
  border: #000 3px solid;
  border-bottom: #000 5px solid;
}

@media (max-width: 860px) {
  .works-wrap .item {
    width: 95%;
  }
}

.works-wrap .item h1,
.works-wrap .item h2 {
  line-height: 30px;
  font-size: 1.5rem;
  color: #fff;
}

.works-wrap .item h2 {
  font-size: 1.2rem;
}

.works-wrap .plus-lv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 70px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}

.works-wrap .plus-lv .lvitem {
  width: 15%;
  height: 100px;
  text-align: center;
  margin-right: 5px;
}

@media (max-width: 768px) {
  .works-wrap .plus-lv .lvitem {
    width: 45%;
    height: auto;
  }
}

.works-wrap .plus-lv .lvitem:nth-child(1) {
  margin-left: 15px;
}

@media (max-width: 768px) {
  .works-wrap .plus-lv .lvitem:nth-child(1) {
    margin-left: 0px;
  }
}

.works-wrap .plus-lv .lvitem:nth-child(6) {
  margin-right: 15px;
}

@media (max-width: 768px) {
  .works-wrap .plus-lv .lvitem:nth-child(6) {
    margin-right: 0px;
  }
}

.works-wrap .plus-lv .lvitem h1 {
  color: #fff;
  background-color: #163F61;
  padding: 15px;
  font-size: 1rem;
  margin: 0;
  height: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}

.works-wrap .plus-lv .lvitem h2 {
  color: #000;
  background-color: #000;
  padding: 15px;
  font-size: 1rem;
  line-height: 30px;
  margin-top: 0;
}

.works-wrap .plus-lv .lvitem .fin {
  background-color: #E40012;
  color: #fff;
}

.plus {
  width: 100%;
  margin: auto;
  margin-bottom: 70px;
  color: #fff;
}

.plus .plus-item {
  width: 100%;
  border: #E40012 1px solid;
  padding: 15px;
}

.ranking {
  width: 100%;
}

.ranking a {
  color: #000;
}

.ranking table {
  text-align: center;
  table-layout: fixed;
  width: 100%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 15px;
  font-size: 1em;
  word-break: break-all;
}

.ranking table thead {
  background-color: #E40012;
  color: #fff;
}

.ranking table thead th {
  font-size: 1.2em;
  font-weight: 100;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #E40012;
  font-weight: 400;
}

@media (max-width: 375px) {
  .ranking table thead th {
    letter-spacing: 0;
    font-size: 1em;
  }
}

@media (max-width: 320px) {
  .ranking table thead .w1 {
    width: 35%;
  }
}

.ranking table tbody {
  font-size: 1.1em;
}

.ranking table tbody tr {
  background-color: #E2E1E0;
}

.ranking table tbody tr:nth-of-type(odd) {
  background-color: #fff;
}

.ranking table tbody tr td {
  padding: 10px 5px;
  border: 1px solid #E40012;
}

.ranking table tbody tr td p {
  padding-top: 10px;
  font-size: 1.1em;
}

.ranking table tbody tr td p::before {
  content: '';
  background-image: url(../img/crutch.png);
  padding: 0px 0px 0px 26px;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width: 768px) {
  .ranking table tbody tr td p::before {
    padding: 0px 0px 0px 20px;
  }
}

@media (max-width: 375px) {
  .ranking table tbody tr td {
    font-weight: normal;
    font-size: 0.9em;
  }
}

.content-wrap {
  width: 100%;
  max-width: 1100px;
  margin: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}

.content-wrap .rules {
  margin-top: 30px;
}

@media (max-width: 768px) {
  .content-wrap .rules {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

.content-wrap .rules .title {
  width: 290px;
  margin: auto;
}

@media (max-width: 375px) {
  .content-wrap .rules .title img {
    width: 100%;
  }
}

.content-wrap .rules .rulesContent {
  width: 100%;
  height: auto;
  padding: 30px;
  color: #fff;
  margin: auto;
  font-size: 18px;
  text-align: left;
  line-height: 36px;
  text-align: justify;
  word-break: break-all;
}

.content-wrap .rules .rulesContent ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.footer {
  margin-top: 70px;
}

.footer img {
  width: 100%;
  background-position: center;
  position: relative;
}
/*# sourceMappingURL=style.css.map */