@charset "UTF-8";
@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");
@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");
.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: #f5f3ef;
  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: #f5f3ef; }
  @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; }

.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; }
  .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%; }

.blueColor {
  color: #2c2a4c; }

.redColor {
  color: #893328; }

.rules {
  width: 100%;
  overflow: hidden; }
  .rules-main__title {
    font-size: 30px;
    color: #2c2a4c;
    position: relative;
    margin: 0 auto 50px;
    font-weight: bold;
    text-align: center;
    width: 224px;
    margin: 0 0 20px 0;
    width: 188px; }
    .rules-main__title span {
      position: relative;
      z-index: 3; }
    .rules-main__title:before, .rules-main__title:after {
      display: block;
      position: absolute;
      content: '';
      z-index: 1; }
    .rules-main__title:before {
      width: 4px;
      height: 100%;
      top: 4px;
      left: 18px;
      border-right: 1px solid #2c2a4c;
      border-left: 1px solid #2c2a4c; }
    .rules-main__title:after {
      width: 100%;
      height: 1px;
      background-color: #2c2a4c;
      bottom: 4px;
      left: 0%; }
  .rules-main-txt {
    position: relative;
    width: 100%;
    z-index: 2;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 24px;
    color: #0d0d0d; }
    .rules-main-txt > ol {
      font-size: 15px; }
      .rules-main-txt > ol > li {
        counter-increment: li;
        position: relative; }
        .rules-main-txt > ol > li:before {
          position: absolute;
          content: counter(li);
          font-weight: bold;
          background-color: #2c2a4c;
          color: #ae835a;
          text-align: center;
          -moz-border-radius: 50%;
          -webkit-border-radius: 50%;
          border-radius: 50%;
          content: counter(li);
          width: 20px;
          left: -28px; }
      .rules-main-txt > ol > li:not(:last-child) {
        margin-bottom: 10px; }
      .rules-main-txt > ol > li:before {
        font-size: 12px;
        font-weight: bold;
        margin-top: 2px;
        line-height: 18px;
        font-style: italic;
        height: 20px; }
      .rules-main-txt > ol > li ul {
        margin: 0;
        color: #2c2a4c;
        padding: 0; }
        .rules-main-txt > ol > li ul li {
          position: relative;
          padding-left: 16px; }
          .rules-main-txt > ol > li ul li:before {
            display: block;
            content: '⯈';
            position: absolute;
            left: 0;
            font-size: 12px;
            -webkit-transform: scale(0.7);
            -ms-transform: scale(0.7);
            transform: scale(0.7); }
  .rules-main-pic img {
    width: 100%;
    height: auto; }
