@charset "UTF-8";
@import url(https://fonts.googleapis.com/earlyaccess/cwtexkai.css);
body,
html {
  background-color: #0a0a0a;
  font-family: 思源黑體, 微軟正黑體, 蘋方黑體, 華康麗黑體, Helvetica, Arial, sans-serif, serif;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

#lg-app header .header-wrap {
  margin: auto;
  width: 100%;
  position: relative;
  background-image: url(../img/header-pc.jpg);
  background-size: cover;
  background-position: center;
  padding-bottom: 45%;
  height: 0;
  overflow: hidden;
}

@media (max-width: 768px) {
  #lg-app header .header-wrap {
    padding-bottom: 81%;
  }
}

@media (max-width: 450px) {
  #lg-app header .header-wrap {
    background-image: url(../img/header-m.jpg);
    padding-bottom: 112%;
  }
}

@-webkit-keyframes spot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}

@keyframes spot {
  0% {
    opacity: 0;
  }
  50% {
    opacity: .9;
  }
  100% {
    opacity: 0;
  }
}

#lg-app header .header-wrap .light {
  position: absolute;
  width: 1500px;
  height: 564px;
  top: -100px;
  left: 50%;
  margin-left: calc(-1500px/2);
  background: url(../img/light.png) no-repeat center top;
  z-index: 3;
  -webkit-animation: spot 1.2s linear infinite;
          animation: spot 1.2s linear infinite;
  opacity: 0;
}

@media (max-width: 768px) {
  #lg-app header .header-wrap .light {
    top: -200px;
  }
}

@-webkit-keyframes spot2 {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: .9;
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}

@keyframes spot2 {
  0% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0px);
            transform: translateY(0px);
    opacity: .9;
  }
  100% {
    -webkit-transform: translateY(30px);
            transform: translateY(30px);
    opacity: 0;
  }
}

#lg-app header .header-wrap .ghost {
  position: absolute;
  z-index: 4;
  top: 250px;
  left: 67%;
  background: url(../img/ghost.png) no-repeat center top;
  width: 90px;
  height: 97px;
  background-size: cover;
  -webkit-animation: spot2 2.8s linear infinite;
          animation: spot2 2.8s linear infinite;
}

@media (max-width: 1200px) {
  #lg-app header .header-wrap .ghost {
    top: 200px;
    width: 62px;
    height: 67px;
  }
}

@media (max-width: 768px) {
  #lg-app header .header-wrap .ghost {
    left: 86%;
  }
}

@media (max-width: 425px) {
  #lg-app header .header-wrap .ghost {
    display: none;
  }
}

@-webkit-keyframes spot3 {
  0% {
    -webkit-transform: rotateY(180deg) translateY(30px);
            transform: rotateY(180deg) translateY(30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(180deg) translateY(10px);
            transform: rotateY(180deg) translateY(10px);
    opacity: .9;
  }
  100% {
    -webkit-transform: rotateY(180deg) translateY(40px);
            transform: rotateY(180deg) translateY(40px);
    opacity: 0;
  }
}

@keyframes spot3 {
  0% {
    -webkit-transform: rotateY(180deg) translateY(30px);
            transform: rotateY(180deg) translateY(30px);
    opacity: 0;
  }
  50% {
    -webkit-transform: rotateY(180deg) translateY(10px);
            transform: rotateY(180deg) translateY(10px);
    opacity: .9;
  }
  100% {
    -webkit-transform: rotateY(180deg) translateY(40px);
            transform: rotateY(180deg) translateY(40px);
    opacity: 0;
  }
}

#lg-app header .header-wrap .ghost2 {
  position: absolute;
  z-index: 4;
  top: 300px;
  left: 26%;
  background: url(../img/ghost.png) no-repeat center top;
  width: 90px;
  height: 97px;
  background-size: cover;
  -webkit-animation: spot3 2.5s linear infinite;
          animation: spot3 2.5s linear infinite;
}

@media (max-width: 1200px) {
  #lg-app header .header-wrap .ghost2 {
    top: 200px;
    width: 62px;
    height: 67px;
  }
}

@media (max-width: 768px) {
  #lg-app header .header-wrap .ghost2 {
    left: 6%;
  }
}

@media (max-width: 425px) {
  #lg-app header .header-wrap .ghost2 {
    display: none;
  }
}

#lg-app header .btn-wrap {
  position: relative;
  max-width: 1200px;
  margin: auto;
}

@media (max-width: 767px) {
  #lg-app header .btn-wrap {
    width: 90%;
  }
}

@media (max-width: 425px) {
  #lg-app header .btn-wrap {
    width: 100%;
  }
}

#lg-app header .btn-wrap .item 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;
}

#lg-app header .btn-wrap .item ul li {
  padding: 0 5px;
  cursor: pointer;
}

@media (max-width: 425px) {
  #lg-app header .btn-wrap .item ul li {
    padding: 0;
  }
}

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

#lg-app header .btn-wrap .item ul li img:hover {
  -webkit-filter: hue-rotate(360deg);
          filter: hue-rotate(360deg);
}

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

#lg-app .movies-wrap {
  border: #E1D6D0 1px solid;
  width: 100%;
  max-width: 1200px;
  margin: auto;
  margin-top: 100px;
  color: #fff;
  position: relative;
}

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

#lg-app .movies-wrap .flower {
  position: absolute;
  z-index: -99;
  right: -50px;
  top: -150px;
}

@media (max-width: 1024px) {
  #lg-app .movies-wrap .flower {
    display: none;
  }
}

#lg-app .movies-wrap .content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  position: relative;
}

#lg-app .movies-wrap .content .video-box {
  width: 25%;
}

@media (max-width: 1024px) {
  #lg-app .movies-wrap .content .video-box {
    width: 33.3%;
  }
}

@media (max-width: 426px) {
  #lg-app .movies-wrap .content .video-box {
    width: 100%;
  }
}

#lg-app .movies-wrap .content .video-box .item {
  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;
  margin: 5px;
  height: 220px;
  background-color: #ddd;
}

#lg-app .works-wrap {
  color: #fff;
  display: none;
}

#lg-app .works-wrap .item {
  margin: auto;
  width: 960px;
  text-align: center;
  border-bottom: #6a6767 1px solid;
}

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

#lg-app .works-wrap .item h1 {
  background-color: #581547;
  border-radius: 50px;
  font-size: 16px;
  line-height: 30px;
  padding: 15px;
}

#lg-app .works-wrap .item h2 {
  line-height: 24px;
  font-size: 16px;
}

#lg-app .works-wrap h1 {
  text-align: center;
  font-size: 20px;
}

#lg-app .works-wrap .plus-lv {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  width: 100%;
  max-width: 960px;
  margin-bottom: 30px;
  padding-bottom: 30px;
  -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;
  color: #fff;
  border-bottom: #6a6767 1px solid;
}

#lg-app .works-wrap .plus-lv .lvitem {
  text-align: center;
}

@media (max-width: 768px) {
  #lg-app .works-wrap .plus-lv .lvitem {
    margin: 0 10px;
  }
}

@media (max-width: 767px) {
  #lg-app .works-wrap .plus-lv .lvitem {
    margin: 0 0;
  }
}

#lg-app .works-wrap .plus-lv .lvitem h1 {
  padding: 15px;
  font-size: 14px;
  width: 150px;
  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;
}

#lg-app .works-wrap .plus-lv .lvitem h2 {
  background-color: #581547;
  margin: auto;
  width: 100px;
  height: 100px;
  font-size: 24px;
  margin-top: 0;
  border-radius: 50%;
  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;
  color: #581547;
}

#lg-app .works-wrap .plus-lv .lvitem h2 small {
  font-size: 12px;
}

#lg-app .works-wrap .plus-lv .lvitem .active {
  background-color: #0a0a0a;
  border: #EC6B2F 1px solid;
  color: #fff;
}

#lg-app .plus-txt {
  font-size: 12px;
  margin-bottom: 70px;
  color: #fff;
  display: none;
}

#lg-app .plus-txt .content {
  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;
  width: 100%;
  max-width: 960px;
  margin: auto;
}

@media (max-width: 768px) {
  #lg-app .plus-txt .content {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}

#lg-app .plus-txt .content .plus-item {
  width: 50%;
  font-weight: 500;
  border: #5BC2D9 1px solid;
  padding: 14px;
  line-height: 32px;
  margin: 15px;
}

@media (max-width: 768px) {
  #lg-app .plus-txt .content .plus-item {
    width: 90%;
  }
}

#lg-app .md-ranking {
  max-width: 860px;
  margin: auto;
}

#lg-app .md-ranking a {
  color: #000;
  text-decoration: none;
}

#lg-app .md-ranking table {
  text-align: center;
  width: 100%;
  margin: 15px auto;
  word-break: break-all;
}

@media (max-width: 768px) {
  #lg-app .md-ranking table {
    width: 95%;
  }
}

#lg-app .md-ranking table thead {
  background-color: #5BC2D9;
  color: #fff;
}

#lg-app .md-ranking table thead th {
  font-size: 16px;
  font-weight: 100;
  padding: 20px 0;
  text-align: center;
  font-weight: 400;
}

@media (max-width: 375px) {
  #lg-app .md-ranking table thead th {
    letter-spacing: 0;
    font-size: 14px;
  }
}

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

#lg-app .md-ranking table tbody {
  font-size: 14px;
}

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

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

#lg-app .md-ranking table tbody tr td {
  padding: 10px 5px;
}

@media (max-width: 375px) {
  #lg-app .md-ranking table tbody tr td {
    font-weight: normal;
    font-size: 12px;
  }
}

#lg-app .content-wrap {
  width: 100%;
  max-width: 860px;
  margin: auto;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
  font-family: ‘cwTeXKai’, serif;
  color: #fff;
}

#lg-app .content-wrap .title img {
  width: 70%;
}

@media (max-width: 425px) {
  #lg-app .content-wrap .title img {
    width: 100%;
  }
}

#lg-app .content-wrap .top-rules {
  padding-top: 70px;
}

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

#lg-app .content-wrap .rules .title {
  width: auto;
  margin: auto;
}

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

#lg-app .content-wrap .rules .rulesContent {
  width: 100%;
  height: auto;
  padding: 30px;
  margin: auto;
  font-size: 16px;
  text-align: left;
  line-height: 36px;
  text-align: justify;
  word-break: break-all;
  border-bottom: 1px solid #DFD6D1;
  margin-bottom: 70px;
}

#lg-app .content-wrap .rules .rulesContent a {
  text-decoration: none;
  color: #fff;
}

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

#lg-app .footer {
  margin-top: 70px;
  background-image: url(../img/footpic.jpg);
  background-size: cover;
  height: 220px;
  background-position: left bottom;
}

@media (max-width: 425px) {
  #lg-app .footer {
    height: 170px;
  }
}

#lg-app .footer img {
  width: 100%;
}
/*# sourceMappingURL=style.css.map */