@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@100;300;400;500;700;900&family=Roboto&family=Noto+Serif+TC:wght@400;500;600&family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

ol, ul {
  list-style: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
  display: block;
}

audio, canvas, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

a, input, select {
  -webkit-tap-highlight-color: transparent;
}

a:focus, input:focus, select:focus {
  outline: 0;
}

a:active, a:hover, input:active, input:hover, select:active, select:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code, kbd, pre, samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  width: 100%;
  height: auto;
  display: block;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button, input {
  line-height: normal;
  background-color: transparent;
  border: none;
}

button, select {
  text-transform: none;
}

select, input {
  -webkit-appearance: none;
  outline: none;
  border: none;
  background-color: transparent;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

button, html input[type=button] {
  -webkit-appearance: button;
  cursor: pointer;
}

input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
  vertical-align: top;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:before {
  content: "";
  display: table;
}

.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

html {
  font-family: sans-serif;
  line-height: 1;
  font-size: 16px;
}

a {
  text-decoration: none;
  color: black;
  display: block;
  cursor: pointer;
}

@font-face {
  font-family: 'HeinekenSerif18';
  src: url(../font/HeinekenSerif18-Regular.ttf);
  font-weight: normal;
}

@font-face {
  font-family: 'HeinekenSerif18';
  src: url(../font/HeinekenSerif18-Medium.ttf);
  font-weight: 500;
}

@font-face {
  font-family: 'HeinekenSerif18';
  src: url(../font/HeinekenSerif18-Bold.ttf);
  font-weight: bold;
}

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

html,
body {
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-family: "Noto Sans TC";
  font-size: 100px;
  background-color: #01121a;
  width: 100%;
}

#wrapper #main {
  position: relative;
  font-size: 5.333vw;
  width: 100vw;
  margin: auto;
  overflow: hidden;
}

.section {
  position: relative;
  min-height: calc(var(--vh, 1vh) * 100);
}

.button {
  background-image: linear-gradient(102deg, #5ac91f 3%, #64dd41 18%, #0c8123 55%, #5fd123 87%, #b2f091);
  border-radius: 99px;
  padding: 1.16em 0;
  border-top: 1px solid #5ac91f;
  border-bottom: 1px solid #5ac91f;
  width: 90%;
  margin: auto;
  text-align: center;
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}

.button p {
  font-size: 1.1em;
  color: #ffffff;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.sign {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 998;
}

.loading {
  width: 100%;
  height: calc(var(--vh, 1vh) * 100);
  background-color: rgba(18, 94, 46, 0.8);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.loading.hidden {
  opacity: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.loading .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.loading .container .dot {
  width: 1.16em;
  height: 1.16em;
  border-radius: 99999px;
  background-color: #fff;
  -webkit-animation-name: aniLoading;
          animation-name: aniLoading;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-duration: 1.5s;
          animation-duration: 1.5s;
  margin: 0 0.15em;
}

.loading .container .dot:first-of-type {
  -webkit-animation-delay: 0.1s;
          animation-delay: 0.1s;
}

.loading .container .dot:nth-of-type(2) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}

.loading .container .dot:last-of-type {
  -webkit-animation-delay: 0.4s;
          animation-delay: 0.4s;
}

@-webkit-keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes aniLoading {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

.kv .content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.kv .content .time-bg {
  background-color: #01121a;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0));
  opacity: 0.7;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  height: 6.15em;
  border-bottom: 1px dashed #bababa;
}

.kv .content .rule-btn {
  position: relative;
  z-index: 1;
  padding: 1.87em 0;
}

.kv .content .rule-btn p {
  background-image: linear-gradient(98deg, #00bd22 -4%, #13670b 109%);
  color: #ffffff;
  text-align: center;
  padding: 0.25em 0.3em;
  font-size: 1.42em;
  letter-spacing: 0.05em;
  border-radius: 99px;
  width: 60.646%;
  margin: auto;
}

.kv .content .rule-btn p span {
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}

.kv .content .picture {
  margin: 0.8em 0;
  padding: 0 0.5em;
}

.kv .content .how-box {
  border-top: 1px dashed #bababa;
  padding: 1.2em 0;
}

.kv .content .how-box .dj {
  position: absolute;
  top: 49.5%;
  right: -9.3%;
  width: 5.2em;
}

.kv .content .how-box .sub {
  position: absolute;
  left: 50%;
  top: 53.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 0.63em;
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  background-image: linear-gradient(98deg, #00bd22 -4%, #13670b 109%);
  font-weight: 500;
  width: 29.24%;
  padding: 0.37em 0.1em;
  margin: auto;
  border-radius: 99px;
  text-align: center;
  letter-spacing: 0.03em;
}

.kv .content .how-box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.kv .content .how-box .block .box {
  position: relative;
}

.kv .content .how-box .block .box:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: -38%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(49%, #9f9f9f), to(#000));
  background-image: linear-gradient(to bottom, #000, #9f9f9f 49%, #000);
  top: -10%;
  width: 0.045em;
  height: 8em;
}

.kv .content .how-box .block .box .icon {
  width: 4.19em;
  margin: auto;
  margin-bottom: 0.4em;
}

.kv .content .how-box .block .box p {
  color: #ffffff;
  text-align: center;
  font-size: 0.78em;
  line-height: 1.5;
}

.ready {
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(26%, #13670b), to(#00bd22));
  background-image: linear-gradient(to bottom, #13670b 26%, #00bd22);
  display: none;
}

.ready.show {
  display: block;
}

.ready .logo {
  width: 4.56em;
  margin: auto;
  margin-bottom: 1em;
  padding-top: 2em;
}

.ready .title {
  width: 100%;
}

.ready .time {
  padding: 0.87em 0;
  margin-bottom: 8em;
}

.ready .time p {
  background-image: linear-gradient(98deg, #fff -4%, #ebebeb 45%, #d1d1d1 109%);
  color: #13670b;
  text-align: center;
  padding: 0.28em 0.3em;
  font-size: 1.65em;
  letter-spacing: 0.05em;
  border-radius: 99px;
  width: 74.44%;
  margin: auto;
}

.ready .time p span {
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-weight: 500;
}

.ready .how-icon {
  width: 5em;
  margin: auto;
}

.how {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  background-color: #01121a;
}

.how.hide {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.how .content {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
}

.how .content .close {
  position: absolute;
  width: 2.3em;
  top: 4%;
  right: 7%;
}

.how .content .picture {
  margin: auto;
  padding: 0 0.5em;
  margin-top: -4.2em;
  margin-bottom: 2em;
}

.how .content .how-box {
  border-top: 1px dashed #bababa;
  padding: 1.2em 0;
}

.how .content .how-box .dj {
  position: absolute;
  top: 44%;
  right: -9%;
  width: 5.2em;
}

.how .content .how-box .sub {
  position: absolute;
  left: 50%;
  top: 47.5%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #ffffff;
  font-size: 0.63em;
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  background-image: linear-gradient(98deg, #00bd22 -4%, #13670b 109%);
  font-weight: 500;
  width: 29.24%;
  padding: 0.37em 0.1em;
  margin: auto;
  border-radius: 99px;
  text-align: center;
  letter-spacing: 0.03em;
}

.how .content .how-box .block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  padding-top: 1.5em;
}

.how .content .how-box .block .box {
  position: relative;
}

.how .content .how-box .block .box:first-child::after {
  content: "";
  display: block;
  position: absolute;
  right: -38%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), color-stop(49%, #9f9f9f), to(#000));
  background-image: linear-gradient(to bottom, #000, #9f9f9f 49%, #000);
  top: -10%;
  width: 0.045em;
  height: 8em;
}

.how .content .how-box .block .box .icon {
  width: 4.19em;
  margin: auto;
  margin-bottom: 0.4em;
}

.how .content .how-box .block .box p {
  color: #ffffff;
  text-align: center;
  font-size: 0.78em;
  line-height: 1.5;
}

.light-green {
  background-color: #13670b;
  background-image: linear-gradient(327deg, #00f52c 10%, #00bd22);
  display: none;
  -webkit-animation: fade-slow 30ms infinite;
          animation: fade-slow 30ms infinite;
}

.light-green.light .show {
  display: block;
}

.light-green.fast {
  -webkit-animation: fade-fast 20ms infinite;
          animation: fade-fast 20ms infinite;
}

.light-green.hide {
  display: none;
}

.light-green.show {
  display: block;
}

.light-green .content {
  padding-top: 2em;
  padding-bottom: 5em;
}

.light-green .content .bar {
  position: absolute;
  right: 4%;
  top: 4%;
}

.light-green .content .bar .hand {
  width: 1.5em;
  margin-bottom: 0.3em;
}

.light-green .content .bar .bar-box {
  width: 1.223em;
  height: 25em;
  position: relative;
  overflow: hidden;
  border-radius: 99px;
}

.light-green .content .bar .bar-box .box {
  border-radius: 99px;
  margin: auto;
  width: 1.223em;
  height: 25em;
  background-color: #ffffff;
  opacity: 0.2;
}

.light-green .content .bar .bar-box .energy {
  width: 1.223em;
  height: 0em;
  background-color: #ffffff;
  opacity: 0.69;
  border-radius: 99px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 20s;
  transition: 20s;
}

.light-green .content .logo {
  width: 4.6em;
  margin: auto;
}

.light-green .content .double {
  padding-top: 3em;
  padding-bottom: 5em;
  opacity: 0.3;
}

.light-green .content .double.getdouble {
  opacity: 1;
}

.light-green .content .double .icon {
  width: 9em;
  margin: auto;
}

.light-green .content .double .text {
  border-radius: 99px;
  border: 1px dashed #ffffff;
  padding: 0.6em 0;
  width: 46%;
  margin: auto;
  margin-top: -2.3em;
}

.light-green .content .double .text p {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.02em;
}

.light-green .content .double .text p:first-child {
  font-weight: 500;
  font-size: 0.94em;
}

.light-green .content .double .text p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.76em;
  margin-top: 0.35em;
}

.light-green .content .double .text p:last-child .hand {
  width: 1.3em;
  margin-right: 0.15em;
}

.light-green .content .double .text p:last-child .font {
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}

.light-green .content .score_block {
  color: #ffffff;
  text-align: center;
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}

.light-green .content .score_block .title {
  font-size: 0.53em;
  padding: 0.25em 0;
  position: relative;
}

.light-green .content .score_block .title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4em;
  margin: auto;
  border: 1px solid #ffffff;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}

.light-green .content .score_block .score {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 0.25em;
}

.light-green .content .how-icon {
  width: 5em;
  margin: auto;
}

.light-silver {
  background-image: linear-gradient(320deg, #fff, #c3c3c3, #fff);
  display: none;
  -webkit-animation: fade-slow 30ms infinite;
          animation: fade-slow 30ms infinite;
}

.light-silver.light .show {
  display: block;
}

.light-silver.fast {
  -webkit-animation: fade-fast 20ms infinite;
          animation: fade-fast 20ms infinite;
}

.light-silver.hide {
  display: none;
}

.light-silver.show {
  display: block;
}

.light-silver .content {
  padding-top: 2em;
  padding-bottom: 5em;
}

.light-silver .content .bar {
  position: absolute;
  right: 4%;
  top: 4%;
}

.light-silver .content .bar .hand {
  width: 1.5em;
  margin-bottom: 0.3em;
}

.light-silver .content .bar .bar-box {
  width: 1.223em;
  height: 25em;
  position: relative;
  overflow: hidden;
  border-radius: 99px;
}

.light-silver .content .bar .bar-box .box {
  border-radius: 99px;
  margin: auto;
  width: 1.223em;
  height: 25em;
  background-color: #ffffff;
  opacity: 0.2;
}

.light-silver .content .bar .bar-box .energy {
  width: 1.223em;
  height: 0em;
  background-color: #00bd22;
  opacity: 0.33;
  border-radius: 99px;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transition: 20s;
  transition: 20s;
}

.light-silver .content .logo {
  width: 4.6em;
  margin: auto;
}

.light-silver .content .double {
  padding-top: 3em;
  padding-bottom: 5em;
  opacity: 0.3;
}

.light-silver .content .double.getdouble {
  opacity: 1;
}

.light-silver .content .double .icon {
  width: 9em;
  margin: auto;
}

.light-silver .content .double .text {
  border-radius: 99px;
  border: 1px dashed #ffffff;
  padding: 0.6em 0;
  width: 46%;
  margin: auto;
  margin-top: -2.3em;
}

.light-silver .content .double .text p {
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.02em;
}

.light-silver .content .double .text p:first-child {
  font-weight: 500;
  font-size: 0.94em;
}

.light-silver .content .double .text p:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 0.76em;
  margin-top: 0.35em;
}

.light-silver .content .double .text p:last-child .hand {
  width: 1.3em;
  margin-right: 0.15em;
}

.light-silver .content .double .text p:last-child .font {
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}

.light-silver .content .score_block {
  color: #ffffff;
  text-align: center;
  font-family: HeinekenSerif18, "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
}

.light-silver .content .score_block .title {
  font-size: 0.53em;
  padding: 0.25em 0;
  position: relative;
}

.light-silver .content .score_block .title::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 4em;
  margin: auto;
  border: 1px solid #ffffff;
  -webkit-transform: skew(-25deg);
          transform: skew(-25deg);
}

.light-silver .content .score_block .score {
  font-size: 1.8em;
  font-weight: 600;
  margin-top: 0.25em;
}

.light-silver .content .how-icon {
  width: 5em;
  margin: auto;
}

@-webkit-keyframes fade-slow {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-slow {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.8;
  }
  to {
    opacity: 1;
  }
}

@-webkit-keyframes fade-fast {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

@keyframes fade-fast {
  from {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  to {
    opacity: 1;
  }
}

.rule {
  position: fixed;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 1;
  background-color: #01121a;
  overflow-y: scroll;
}

.rule.hide {
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  pointer-events: none;
}

.rule .close {
  position: fixed;
  right: 1em;
  top: 1em;
  width: 2em;
  z-index: 1;
}

.rule .container {
  padding: 2em 1.5em;
  color: #ffffff;
  position: relative;
}

.rule .container h1 {
  font-weight: 500;
  color: #00bd22;
  font-size: 1.1em;
  margin-bottom: 1.2em;
}

.rule .container .block .title {
  color: #ffffff;
  border: 1px solid #00ff2e;
  border-radius: 1em;
  font-size: 0.92em;
  padding: 0.35em 0.7em;
  position: relative;
  background-color: #010405;
  z-index: 1;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1;
  display: inline-block;
  font-weight: 500;
}

.rule .container .block .title::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  height: 100%;
  width: 100%;
  border-radius: 1em;
  background-color: #010405;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: -1;
}

.rule .container .block .title::before {
  content: "";
  height: 1px;
  width: 16em;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(64%, #00ba21), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, #00ba21 64%, rgba(0, 0, 0, 0));
  z-index: -2;
}

.rule .container .block .title .greenMark {
  color: #00ff2e;
  font-weight: 500;
}

.rule .container .block .item {
  margin-bottom: 1em;
  line-height: 1.8;
  padding-left: 0.6em;
}

.rule .container .block .item h2 {
  font-weight: 500;
  color: #00ff2e;
  font-size: 0.92em;
  margin-bottom: 0.2em;
}

.rule .container .block .item .mark {
  position: relative;
  padding-left: 1.2em;
  margin-bottom: 0;
}

.rule .container .block .item .mark::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: #00bd22;
  width: 0.4em;
  height: 0.4em;
  border-radius: 50%;
}

.rule .container .block .item .mark::after {
  content: "";
  display: block;
  position: absolute;
  left: -0.7%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border: 1px solid #00bd22;
  width: 0.6em;
  height: 0.6em;
  border-radius: 50%;
}

.rule .container .block .item p {
  color: #9f9f9f;
  font-size: 0.78em;
  margin-bottom: 1em;
  font-weight: 300;
}

.rule .container .block .item p.bold {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.2em;
}

.rule .container .block .item p a {
  display: inline-block;
}

.rule .container .block .item p .greenMark {
  color: #00ff2e;
}

.rule .container .block .item ul {
  padding-left: 0.2em;
}

.rule .container .block .item ul li {
  list-style: decimal;
  font-size: 0.76em;
  color: #9f9f9f;
  font-weight: 300;
}

.rule .container .block .item ul li.bold {
  font-weight: 500;
  color: #ffffff;
}

.rule .container .block .item ul li.bold span {
  padding-left: 0;
  font-weight: 300;
  color: #cccccc;
}

.rule .container .block .item ul li.bold span.mark::before {
  left: -51%;
}

.rule .container .block .item ul li.bold span.mark::after {
  left: -59%;
}

.rule .container .block .item ul li.bold span.greenMark {
  color: #00ff2e;
}

.rule .container .block .item ul.boldUl li {
  list-style: disc;
  font-size: 1em;
}

.rule .container .block .item ul.boldUl li .greenMark {
  color: #00ff2e;
  font-weight: 500;
}

.rule .container .block .item ul.lightUl li {
  list-style: disc;
  font-size: 0.98em;
}

.rule .container .block .item ul.lightUl li .greenMark {
  color: #00ff2e;
}

.rule .container .block .item.list p.bold {
  margin-bottom: 1em;
}

.rule .container .block .item.list ul {
  margin-bottom: 1.8em;
}

.rule .container .block .item.list ul li .greenMark {
  color: #00ff2e;
}

.rule .container .block .item.list ul li a {
  line-height: 1.4;
  display: inline-block;
  color: #00ff2e;
  border-bottom: 1px solid #00ff2e;
}

.rule .container .down {
  width: 4.5em;
  position: absolute;
  right: 0;
  bottom: 1em;
  cursor: pointer;
  z-index: 2;
}

.finish {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  background-color: #01121a;
}

.finish .content {
  width: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  padding-top: 1.8em;
}

.finish .content .logo {
  width: 4.4em;
  margin: auto;
}

.finish .content .gifts {
  position: relative;
}

.finish .content .gifts .item {
  position: absolute;
}

.finish .content .gifts .item:first-child {
  width: 10.647em;
  margin: auto;
  position: relative;
  z-index: 2;
}

.finish .content .gifts .item:nth-child(2) {
  left: -3%;
  top: -10%;
  width: 9em;
}

.finish .content .gifts .item:nth-child(3) {
  left: -3%;
  bottom: -7%;
  width: 6.66em;
}

.finish .content .gifts .item:nth-child(4) {
  right: -9%;
  top: -6%;
  width: 9.2em;
}

.finish .content .gifts .item:last-child {
  right: 5%;
  bottom: -13%;
  width: 6.66em;
}

.finish .content h4 {
  font-size: 2.05em;
  font-weight: 500;
  color: #ffffff;
  text-align: center;
  margin-top: 0.28em;
  position: relative;
}

.finish .content h4 span {
  font-size: 1.2em;
}

.finish .content .text {
  color: #ffffff;
  font-size: 0.72em;
  text-align: center;
  line-height: 1.5;
  margin-top: 1em;
}

.finish .content .button-f {
  background-image: linear-gradient(106deg, #c7c7c7 6%, #b2b2b2 18%, #808080 47%, #919191 72%, #c7c7c7 91%);
  border-radius: 2em;
  padding: 0.92em 0;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
  width: 79.5%;
  margin: auto;
  margin-top: 1.5em;
  text-align: center;
  font-size: 1.05em;
  color: #ffffff;
  font-weight: 500;
}
/*# sourceMappingURL=main.css.map */