@import url("https://fonts.googleapis.com/css?family=Noto+Sans+TC:100,300,400,500,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+TC:200,300,400,500,600,700,900&display=swap");
@import url("https://fonts.googleapis.com/css?family=Roboto&display=swap");
table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var, b {
  font-weight: normal;
  font-style: normal; }

ol, ul {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%; }

q:before, q:after {
  content: ""; }

abbr, acronym {
  border: 0; }

a {
  text-decoration: none; }

input, button, textarea, select, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit; }

textarea:focus, input:focus {
  outline: none; }

html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

body {
  line-height: 1.5;
  font-family: "Roboto", "Noto Sans TC", serif;
  font-size: 16px;
  background-color: #0d0806;
  background-image: url("../img/bg_top.jpg");
  background-position: 25%  0;
  background-repeat: no-repeat;
  overflow-x: hidden; }
  @media only screen and (max-width: 1280px) {
    body {
      background-position: 50%  0;
      background-size: auto 120%; } }
  @media only screen and (max-width: 1024px) {
    body {
      background-size: 125% auto; } }
  @media all and (min-width: 0\0) {
    body {
      font-family: "Roboto", "Microsoft JhengHei", \5FAE\8EDF\6B63\9ED1\9AD4, PMingLiU, \65B0\7D30\660E\9AD4, sans-serif; } }

.wrapper {
  width: 100%;
  margin: 35px auto 0;
  min-height: 100%;
  position: relative;
  overflow-x: hidden; }
  @media only screen and (max-width: 1024px) {
    .wrapper {
      margin-top: 0; } }

#GVtopBar {
  position: fixed;
  z-index: 98 !important;
  height: 35px;
  width: 100%;
  top: 0; }
  @media only screen and (max-width: 1024px) {
    #GVtopBar {
      display: none; } }

#troSideBtn {
  z-index: 9 !important; }

.shine {
  animation: shine .3s infinite linear;
  -webkit-animation: shine .3s infinite linear; }

@-webkit-keyframes shine {
  0% {
    opacity: 1; }
  50% {
    opacity: .85; }
  100% {
    opacity: 1; } }

@keyframes shine {
  0% {
    opacity: 1; }
  50% {
    opacity: .85; }
  100% {
    opacity: 1; } }

.btnStyle {
  position: relative;
  font-size: 36px;
  font-weight: bold;
  color: #ECE8E0;
  text-align: center;
  padding: 4px 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  overflow: hidden;
  border: 1px solid #E53333;
  -webkit-transition: all .3s ease-in;
  -moz-transition: all .3s ease-in;
  -ms-transition: all .3s ease-in;
  -o-transition: all .3s ease-in;
  transition: all .3s ease-in;
  -webkit-box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.2);
  box-shadow: inset 0 0 3px rgba(255, 255, 255, 0.2); }
  .btnStyle span {
    position: relative;
    z-index: 2; }
  .btnStyle a {
    color: #ECE8E0; }
  @media only screen and (min-width: 1281px) {
    .btnStyle:hover {
      -webkit-box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2);
      box-shadow: 0 6px 0 rgba(0, 0, 0, 0.2); } }
  @media only screen and (max-width: 414px) {
    .btnStyle {
      font-size: 30px;
      padding: 8px 0; } }

.frame {
  background: url("../img/frame_coner_01.png") 0% 0%, url("../img/frame_coner_02.png") 100% 0%, url("../img/frame_coner_03.png") 0% 100%, url("../img/frame_coner_04.png") 100% 100%;
  background-size: 69px 101px;
  background-repeat: no-repeat;
  border: 1px solid rgba(145, 87, 40, 0.8);
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media only screen and (max-width: 1024px) {
    .frame {
      background-size: 35px 51px; } }
  @media only screen and (max-width: 480px) {
    .frame {
      background: none;
      border: 0; } }

.ps {
  color: #ae835a;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  margin: 20px auto;
  padding: 1px 20px;
  border-radius: 3px;
  display: table;
  background-color: #2c2a4c; }
  .ps i {
    width: 18px;
    height: 18px;
    color: #2c2a4c;
    background: #ae835a;
    border-radius: 50%;
    font-size: 14px;
    font-weight: bold;
    display: inline-block;
    margin-right: 4px; }

.tips {
  font-size: 14px;
  font-weight: bold;
  font-style: italic;
  color: #2c2a4c;
  text-align: center;
  width: 100%;
  display: block;
  margin: 10px 0; }

.login {
  position: relative;
  margin-top: 30px; }
  .login span {
    color: #0d0d0d;
    margin-right: 10px; }
  .login a {
    width: 41px;
    height: 41px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 4px;
    vertical-align: middle;
    position: relative;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in; }
    @media only screen and (min-width: 1281px) {
      .login a:hover {
        -webkit-box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2);
        box-shadow: 0 3px 0 rgba(0, 0, 0, 0.2); } }
  .login-fb {
    background: url("../img/login_fb.png");
    background-size: 100%; }
  .login-google {
    background: url("../img/login_google.png");
    background-size: 100%; }
  .login-apple {
    background: url("../img/login_apple.png");
    background-size: 100%; }
  @media only screen and (max-width: 414px) {
    .login span {
      display: block;
      margin-right: 0;
      margin-bottom: 10px; } }

.blueColor {
  color: #2c2a4c; }

.redColor {
  color: #893328; }

.teaColor {
  color: #ae835a; }

.overlay {
  position: relative;
  z-index: 900; }
  .overlay-mask {
    opacity: 0.8;
    -moz-opacity: 0.8;
    filter: alpha(opacity=80);
    width: 100%;
    min-height: 110%;
    position: fixed;
    background: #000;
    z-index: 900;
    display: none; }
  .overlay-close {
    width: 50px;
    height: 50px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 901;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    transition: all .3s ease-in;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center; }
    .overlay-close span {
      width: 48px;
      height: 4px;
      -moz-border-radius: 6px;
      -webkit-border-radius: 6px;
      border-radius: 6px;
      background-color: #2c2a4c;
      display: block;
      position: absolute;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in;
      top: 22px;
      left: 0px;
      -webkit-transform-origin: center;
      -ms-transform-origin: center;
      transform-origin: center; }
      .overlay-close span:first-child {
        -webkit-transform: rotate(45deg) scale(1);
        -ms-transform: rotate(45deg) scale(1);
        transform: rotate(45deg) scale(1); }
      .overlay-close span:last-child {
        -webkit-transform: rotate(-45deg) scale(1);
        -ms-transform: rotate(-45deg) scale(1);
        transform: rotate(-45deg) scale(1); }
    .overlay-close:hover {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
  .overlay-loading {
    position: fixed;
    width: 700px;
    height: 640px;
    top: 50%;
    left: 50%;
    margin-top: -320px;
    margin-left: -350px;
    background: url("../img/bg_popup.jpg");
    display: none;
    z-index: 901;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    padding: 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 20px; }
    .overlay-loading.is--show {
      -webkit-transform: scale(1);
      -ms-transform: scale(1);
      transform: scale(1);
      opacity: 1; }
  @media only screen and (max-width: 768px) {
    .overlay-close {
      right: 10px; }
    .overlay-loading {
      position: fixed;
      width: 96%;
      height: 70vh;
      top: 50%;
      left: 50%;
      margin-top: -35vh;
      margin-left: -48%; } }
  @media only screen and (max-width: 414px) {
    .overlay-loading {
      position: fixed;
      width: 96%;
      height: 80vh;
      top: 50%;
      left: 50%;
      margin-top: -40vh;
      margin-left: -48%;
      padding: 20px; } }

.nav {
  position: relative;
  z-index: 99; }
  .nav-ham {
    display: none; }
  .nav .menu {
    position: fixed;
    left: 25px;
    top: 40%;
    padding-top: 100px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: url;
    background: url("../img/ruler_body.png") 0 0 no-repeat;
    background-size: 25px 75px; }
    .nav .menu ul li {
      position: relative;
      padding-left: 8px;
      margin-bottom: 18px; }
      .nav .menu ul li a {
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        color: #a0a0a0;
        font-size: 18px;
        -webkit-transition: all .5s ease;
        -o-transition: all .5s ease;
        transition: all .5s ease; }
      @media only screen and (min-width: 1281px) {
        .nav .menu ul li:hover a, .nav .menu ul li.is--active a {
          color: #ECE8E0; }
        .nav .menu ul li.is--active:before {
          background-color: #0d0d0d; }
        .nav .menu ul li:before {
          display: inline-block;
          content: '';
          width: 6px;
          height: 1px;
          background-color: transparent;
          position: relative;
          z-index: 2;
          vertical-align: middle;
          margin-right: 12px; } }
    .nav .menu-ruler {
      width: 18px;
      height: 70px;
      position: absolute;
      top: 74px;
      background: url("../img/ruler_line.png") 100% 100% no-repeat;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
    .nav .menu--vote .menu-ruler {
      height: 205px; }
  .nav .link {
    position: fixed;
    top: 45px;
    right: 10px; }
    .nav .link li {
      display: inline-block;
      vertical-align: top;
      margin-left: 6px; }
      .nav .link li a {
        display: block;
        width: 100%;
        height: 100%; }
      .nav .link li:nth-child(1), .nav .link li:nth-child(2) {
        width: 127px;
        height: 36px; }
      .nav .link li:nth-child(3), .nav .link li:nth-child(4) {
        width: 37px;
        height: 37px; }
      .nav .link li:nth-child(1) {
        background: url("../img/dl_apple.png") no-repeat;
        background-size: 100%; }
      .nav .link li:nth-child(2) {
        background: url("../img/dl_google.png") no-repeat;
        background-size: 100%; }
      .nav .link li:nth-child(3) {
        background: url("../img/icon_fb.png") no-repeat;
        background-size: 100%; }
      .nav .link li:nth-child(4) {
        background: url("../img/icon_baha.png") no-repeat;
        background-size: 100%; }
  .nav .btn {
    display: none; }
  @media only screen and (max-width: 1280px) {
    .nav {
      position: fixed;
      background: rgba(137, 51, 40, 0.9);
      width: 240px;
      height: 100vh;
      right: -240px;
      -webkit-transition: all .3s ease-in;
      -moz-transition: all .3s ease-in;
      -ms-transition: all .3s ease-in;
      -o-transition: all .3s ease-in;
      transition: all .3s ease-in; }
      .nav-ham {
        display: block;
        position: fixed;
        width: 44px;
        height: 40px;
        right: 5px;
        top: 38px;
        z-index: 11;
        cursor: pointer;
        border: 1px solid #ae835a;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: rgba(137, 51, 40, 0.9);
        -webkit-transition: all .3s ease-in;
        -moz-transition: all .3s ease-in;
        -ms-transition: all .3s ease-in;
        -o-transition: all .3s ease-in;
        transition: all .3s ease-in; }
        .nav-ham span {
          width: 34px;
          height: 2px;
          background-color: #ae835a;
          display: block;
          position: absolute;
          top: 18px;
          left: 4px;
          -webkit-transition: all .3s ease-in;
          -moz-transition: all .3s ease-in;
          -ms-transition: all .3s ease-in;
          -o-transition: all .3s ease-in;
          transition: all .3s ease-in; }
          .nav-ham span:first-child {
            margin-top: -10px; }
          .nav-ham span:last-child {
            margin-top: 10px; }
          .nav-ham span:nth-child(2) {
            opacity: 1; }
      .nav.is--active {
        right: 0px; }
        .nav.is--active .nav-ham {
          width: 54px;
          height: 54px;
          right: 0px;
          border: 0px;
          background: transparent; }
          .nav.is--active .nav-ham span {
            width: 48px; }
            .nav.is--active .nav-ham span:first-child {
              -webkit-transform: rotate(45deg);
              -ms-transform: rotate(45deg);
              transform: rotate(45deg);
              margin-top: 0; }
            .nav.is--active .nav-ham span:last-child {
              -webkit-transform: rotate(-45deg);
              -ms-transform: rotate(-45deg);
              transform: rotate(-45deg);
              margin-top: 0; }
            .nav.is--active .nav-ham span:nth-child(2) {
              opacity: 0; }
      .nav .menu,
      .nav .link,
      .nav .btn {
        position: relative;
        left: auto;
        right: auto;
        width: 80%;
        margin: 0 auto; }
      .nav .menu {
        top: 0px;
        background: none; }
        .nav .menu ul li {
          padding-left: 0px;
          text-align: center;
          border-bottom: 1px dotted #ae835a; }
          .nav .menu ul li a {
            background-color: transparent;
            color: #ECE8E0;
            font-size: 20px; }
          .nav .menu ul li:before {
            display: none; }
        .nav .menu-ruler {
          display: none; }
      .nav .btn {
        display: block;
        top: auto;
        margin-top: 10px;
        background: transparent;
        height: auto; }
        .nav .btn li {
          display: block;
          width: 100%;
          margin-bottom: 10px;
          height: auto;
          text-align: center; }
          .nav .btn li a {
            padding: 2px 14px;
            -webkit-box-sizing: border-box;
            box-sizing: border-box;
            font-size: 20px;
            display: block;
            color: #ECE8E0;
            border: 1px solid #ECE8E0; }
          .nav .btn li:nth-child(1), .nav .btn li:nth-child(2) {
            background: transparent; }
      .nav .link {
        top: 0;
        margin-top: 10px;
        text-align: center; }
        .nav .link li a {
          display: block;
          width: 100%;
          height: 100%; }
        .nav .link li:nth-child(1), .nav .link li:nth-child(2) {
          width: 100%;
          height: 40px;
          margin-bottom: 10px;
          display: block;
          margin-left: 0px; }
        .nav .link li:nth-child(3), .nav .link li:nth-child(4) {
          width: 40px;
          height: 40px;
          border: 1px solid #ECE8E0; }
        .nav .link li:nth-child(1) {
          background: #000 url("../img/dl_apple.png") 50% 50% no-repeat;
          background-size: auto 100%; }
        .nav .link li:nth-child(2) {
          background: #000 url("../img/dl_google.png") 50% 50% no-repeat;
          background-size: auto 100%; }
        .nav .link li:nth-child(3) {
          background: url("../img/icon_fb_wh.png") 50% 50% no-repeat;
          background-size: 35px; }
        .nav .link li:nth-child(4) {
          background: url("../img/icon_baha_wh.png") 50% 50% no-repeat;
          background-size: 35px; } }
  @media only screen and (max-width: 1024px) {
    .nav-ham {
      top: 5px; } }

.btn {
  position: absolute;
  top: 580px;
  right: calc((100% - 1280px) / 2 + 116px);
  z-index: 4; }
  .btn li {
    width: 480px; }
    .btn li a {
      width: 100%;
      height: 100%;
      display: block;
      padding-left: 46px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
    .btn li:nth-child(1) {
      background: #893328 url("../img/icon_write.png") 140px 50% no-repeat;
      background-size: 41px 41px, auto;
      margin-bottom: 10px; }
    .btn li:nth-child(2) {
      background: #3d3738 url("../img/icon_like.png") 140px 50% no-repeat;
      background-size: 42px 37px, auto;
      border: 1px solid #565050; }
  @media only screen and (max-width: 1280px) {
    .btn {
      right: 66px;
      top: 520px; } }
  @media only screen and (max-width: 1024px) {
    .btn {
      width: 100%;
      height: 64px;
      right: 0;
      top: calc(80vw - 64px); }
      .btn li {
        float: left;
        width: 50%; }
      .btn:after {
        clear: both;
        content: "";
        display: table; } }
  @media only screen and (max-width: 768px) {
    .btn.outer li {
      height: 100%;
      font-size: 5.2vw;
      padding: 10px 0; }
      .btn.outer li:nth-child(1) {
        background: #893328 url("../img/icon_write.png") 20px 50% no-repeat;
        background-size: 41px 41px, auto; }
      .btn.outer li:nth-child(2) {
        background: #3d3738 url("../img/icon_like.png") 20px 50% no-repeat;
        background-size: 42px 37px, auto; } }
  @media only screen and (max-width: 414px) {
    .btn.outer li {
      height: 100%;
      font-size: 6vw;
      line-height: 11vw; } }

.logo {
  position: absolute;
  width: 249px;
  height: 105px;
  left: 30px;
  top: 20px;
  background: url("../img/logo.png") 50% 0 no-repeat;
  background-size: 100%;
  z-index: 3; }
  .logo a {
    width: 100%;
    height: 100%;
    display: block; }
  @media only screen and (max-width: 768px) {
    .logo {
      top: 15px;
      width: 24vw;
      height: 10.3vw;
      background-size: 100%; } }
  @media only screen and (max-width: 414px) {
    .logo {
      width: 30vw;
      height: 12.8vw;
      left: 10px;
      top: 10px; } }
