@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;
}

@-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: "Noto Sans TC", sans-serif, Arial, Helvetica, "微軟正黑體", Microsoft JhengHei, Apple LiGothic, "蘋果儷中黑";
  font-family: 'Noto Sans TC';
  font-size: 100px;
  background-color: #04252f;
}

#wrapper #main {
  position: relative;
  font-size: 0.2rem;
  margin: auto;
}

@media screen and (max-width: 768px) {
  #wrapper #main {
    font-size: 4.83vw;
  }
}

.mobile {
  display: none;
}

@media screen and (max-width: 768px) {
  .mobile {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
}

.menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  width: 100%;
  max-width: 100%;
  margin: auto;
  z-index: 999;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 1;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu.hide {
  opacity: 0;
  pointer-events: none;
}

.menu-box {
  width: 18em;
  height: 100%;
  background-image: linear-gradient(157deg, #49ac36, #25561b 100%);
  position: fixed;
  margin: auto;
  right: 0;
  -webkit-transform: translateX(0%);
          transform: translateX(0%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .menu-box {
    width: 12.5em;
  }
}

.menu-box.hide {
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}

.menu-box .item {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-70%);
          transform: translateX(-50%) translateY(-70%);
}

.menu-box .item a {
  background-color: #ffffff;
  padding: 0.48em 0;
  text-align: center;
  border-radius: 20px;
  font-size: 1em;
  color: #12602e;
  font-weight: 500;
  width: 7.2em;
  margin-bottom: 1.2em;
}

@media screen and (max-width: 768px) {
  .menu-box .item a {
    border-radius: 30px;
  }
}

.menu-box .bg {
  position: absolute;
  right: -0.8em;
  top: 0;
}

.menu-box .logo {
  position: absolute;
  left: -1.9em;
  top: 18em;
  width: 1em;
}

@media screen and (max-width: 768px) {
  .menu-box .logo {
    top: 7em;
  }
}

.menu-box .btn {
  position: absolute;
  top: 25em;
  left: -2.4em;
  width: 1.2em;
  background-color: #39872a;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  padding: 0.95em 0.6em;
  cursor: pointer;
}

@media screen and (max-width: 768px) {
  .menu-box .btn {
    top: 14em;
  }
}

.menu-box .text {
  cursor: pointer;
  position: absolute;
  top: 29em;
  left: -1.4em;
}

.menu-box .text p {
  color: #ffffff;
  font-size: 0.8em;
  -webkit-writing-mode: vertical-lr;
      -ms-writing-mode: tb-lr;
          writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media screen and (max-width: 768px) {
  .menu-box .text {
    top: 18em;
  }
}

.section.kv {
  width: 100%;
  overflow: hidden;
}

.section.kv .container {
  position: relative;
  height: 60em;
  background: url(../images/bg-landing-d.png) no-repeat center/cover;
  background-position-y: top;
}

@media screen and (max-width: 960px) {
  .section.kv .container {
    padding: 0 1.5em;
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .section.kv .container {
    background: url(../images/bg-index.png) no-repeat center/cover;
    height: 42em;
    padding: 0;
  }
}

.section.kv .container .kv-info {
  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;
  padding-top: 10.5em;
  margin-left: 5em;
}

@media screen and (max-width: 1080px) {
  .section.kv .container .kv-info {
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .section.kv .container .kv-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 2em;
  }
}

.section.kv .container .kv-info .bottle {
  width: 16.6em;
}

@media screen and (max-width: 960px) {
  .section.kv .container .kv-info .bottle {
    width: 14.6em;
  }
}

@media screen and (max-width: 768px) {
  .section.kv .container .kv-info .bottle {
    width: 40%;
  }
}

.section.kv .container .kv-info .text-info {
  margin-left: 7em;
  width: 27.3em;
  position: relative;
}

@media screen and (max-width: 960px) {
  .section.kv .container .kv-info .text-info {
    margin-left: 1em;
  }
}

@media screen and (max-width: 768px) {
  .section.kv .container .kv-info .text-info {
    margin-left: 0;
    width: 95%;
  }
}

.section.kv .container .kv-info .text-info .info-picture {
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section.kv .container .kv-info .text-info .info-picture {
    width: 95%;
  }
}

.section.kv .container .kv-info .text-info .button {
  position: relative;
  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;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .section.kv .container .kv-info .text-info .button {
    margin-top: 1em;
  }
}

.section.kv .container .kv-info .text-info .button a {
  background-image: linear-gradient(106deg, #c7c7c7 6%, #b2b2b2 18%, #808080 47%, #919191 72%, #c7c7c7 91%);
  border-radius: 2em;
  padding: 1.05em 1.14em;
  border-top: 1px solid #ffffff;
  border-bottom: 1px solid #ffffff;
}

@media screen and (max-width: 768px) {
  .section.kv .container .kv-info .text-info .button a {
    width: 100%;
    padding: 1.05em 1em;
  }
}

.section.kv .container .kv-info .text-info .button a:first-child {
  margin-right: 0.8em;
}

.section.kv .container .kv-info .text-info .button a .btn {
  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;
}

.section.kv .container .kv-info .text-info .button a .btn p {
  font-size: 1em;
  color: #ffffff;
  margin-right: 0.35em;
  font-weight: 500;
}

.section.kv .container .kv-info .text-info .button a .btn .icon {
  position: relative;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 0.8em;
}

.section.sign {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#000), color-stop(50%, #333), to(#000));
  background-image: linear-gradient(to right, #000, #333 50%, #000);
  opacity: 0.9;
  z-index: 999;
}

.section.sign .container {
  width: 25em;
  margin: auto;
}

@media screen and (max-width: 768px) {
  .section.sign .container {
    max-width: 100%;
  }
}

.section.rule.part1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#000), to(#04252f));
  background-image: linear-gradient(to bottom, #000, #04252f);
}

@media screen and (max-width: 1920px) {
  .section.rule.part1 {
    margin-top: -5em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule.part1 {
    margin-top: -7em;
  }
}

.section.rule.part1 .container {
  padding-bottom: 0;
}

.section.rule.part2 {
  background-color: #04252f;
  margin-top: 2em;
}

.section.rule .container {
  position: relative;
  max-width: 1270px;
  margin: auto;
  overflow: hidden;
  padding: 0 2em 8em 2em;
}

@media screen and (max-width: 768px) {
  .section.rule .container {
    padding: 0 1em 8em 1em;
  }
}

.section.rule .container .block .title {
  color: #ffffff;
  border: 1px solid #00ba21;
  border-radius: 1em;
  font-size: 1em;
  width: 4em;
  padding: 0.35em 0.7em;
  position: relative;
  background-color: #010405;
  z-index: 1;
  margin-bottom: 1em;
  text-align: center;
  line-height: 1;
}

.section.rule .container .block .title::before {
  content: "";
  height: 1px;
  width: 50em;
  position: absolute;
  left: 5.4em;
  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: 0;
}

@media screen and (max-width: 1080px) {
  .section.rule .container .block .title::before {
    width: 40em;
  }
}

@media screen and (max-width: 960px) {
  .section.rule .container .block .title::before {
    width: 30em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block .title::before {
    width: 12em;
    left: 5.9em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block .title {
    width: 4.5em;
  }
}

.section.rule .container .block .item {
  margin-bottom: 1em;
  line-height: 1.8;
  padding-left: 0.6em;
}

.section.rule .container .block .item h2 {
  font-weight: 500;
  color: #00ba21;
  font-size: 1.16em;
  margin-bottom: 0.2em;
}

.section.rule .container .block .item .flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block .item .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section.rule .container .block .item .flex .box:first-child {
  width: 25em;
  margin-right: 1em;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block .item .flex .box:first-child {
    margin-right: 0;
    width: 100%;
  }
}

.section.rule .container .block .item .flex .box:nth-child(2) {
  width: 13.16em;
  margin-right: 7em;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block .item .flex .box:nth-child(2) {
    margin-right: 0;
    width: 82.3%;
  }
}

.section.rule .container .block .item .flex .box:nth-child(3) {
  width: 12em;
  position: relative;
  margin-right: 0.5em;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block .item .flex .box:nth-child(3) {
    margin-right: 0;
    width: 100%;
  }
  .section.rule .container .block .item .flex .box:nth-child(3) br {
    display: none;
  }
}

.section.rule .container .block .item .flex .box:nth-child(3)::before {
  content: "";
  display: block;
  position: absolute;
  width: 0.01em;
  height: 7.5em;
  top: -0.87em;
  left: -3.5em;
  background-color: #cccccc;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block .item .flex .box:nth-child(3)::before {
    display: none;
  }
}

.section.rule .container .block .item .flex .box:last-child {
  width: 4.9em;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block .item .flex .box:last-child {
    width: 42%;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block .item .flex .box {
    margin-bottom: 1em;
  }
}

.section.rule .container .block .item .flex .box p.mark {
  font-size: 0.75em;
  text-align: center;
  margin-top: 0.6em;
}

.section.rule .container .block .item p {
  color: #cccccc;
  font-size: 0.88em;
  margin-bottom: 1em;
  font-weight: 300;
}

.section.rule .container .block .item p.bold {
  color: #ffffff;
  font-weight: 500;
  margin-bottom: 0.2em;
}

.section.rule .container .block .item p .greenMark {
  color: #00ba21;
  font-weight: 500;
}

.section.rule .container .block .item ul {
  padding-left: 1em;
}

.section.rule .container .block .item ul li {
  list-style: decimal;
  font-size: 0.85em;
  color: #cccccc;
  font-weight: 300;
}

.section.rule .container .block.search {
  margin-bottom: 2em;
}

.section.rule .container .block.search .title {
  width: 8em;
}

.section.rule .container .block.search .title::before {
  width: 47em;
  left: 9.4em;
}

@media screen and (max-width: 1080px) {
  .section.rule .container .block.search .title::before {
    width: 37em;
  }
}

@media screen and (max-width: 960px) {
  .section.rule .container .block.search .title::before {
    width: 27em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.search .title::before {
    width: 8.5em;
    left: 9.7em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.search .title {
    width: 8.3em;
  }
}

.section.rule .container .block.search .item .click {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.search .item .click {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.section.rule .container .block.search .item .click p {
  color: #00ba21;
  font-size: 1.1em;
  font-weight: 500;
  width: 10em;
  border-bottom: 1px solid #00ba21;
  margin-left: 3em;
  margin-bottom: 0;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.search .item .click p {
    margin: 0;
    margin-right: 0.8em;
    color: #17b06f;
    border-bottom: 1px solid #17b06f;
    width: 61%;
  }
}

.section.rule .container .block.search .item .click .icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  width: 0.6em;
}

.section.rule .container .block.search .item p a {
  display: inline-block;
  line-height: 1.4;
  color: #00ba21;
  border-bottom: 1px solid #00ba21;
}

.section.rule .container .block.search .item .picture {
  width: 14.05em;
  padding-left: 2em;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.search .item .picture {
    margin: auto;
    padding-left: 0;
  }
}

.section.rule .container .block.one .title {
  width: 11em;
}

.section.rule .container .block.one .title::before {
  width: 45em;
  left: 12.4em;
}

@media screen and (max-width: 1080px) {
  .section.rule .container .block.one .title::before {
    width: 35em;
  }
}

@media screen and (max-width: 960px) {
  .section.rule .container .block.one .title::before {
    width: 25em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.one .title::before {
    width: 5.5em;
    left: 12.8em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.one .title {
    width: 11.4em;
  }
}

.section.rule .container .block.one .item .prize-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.one .item .prize-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .section.rule .container .block.one .item .prize-box:last-child {
    margin-top: 0;
  }
}

.section.rule .container .block.one .item .prize-box .prize {
  width: 22%;
  margin-right: 3em;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.one .item .prize-box .prize {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2em;
  }
}

.section.rule .container .block.one .item .prize-box .prize:last-child {
  margin-right: 0;
}

.section.rule .container .block.one .item .prize-box .prize .picture {
  height: 9em;
  width: 12.25em;
  margin: auto;
}

.section.rule .container .block.one .item .prize-box .prize .info {
  text-align: center;
  height: 7em;
  line-height: 1.5;
}

.section.rule .container .block.one .item .prize-box .prize .info p {
  margin-bottom: 0;
}

.section.rule .container .block.one .item .prize-box .prize .info p span {
  color: #00ba21;
}

.section.rule .container .block.one .item .prize-box .prize .info p .mark {
  font-size: 0.82em;
  color: #808080;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.one .item .prize-box .prize .info {
    height: unset;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.one .item .prize-box .prize {
    margin-bottom: 1.8em;
  }
}

.section.rule .container .block.two .title {
  width: 11em;
}

.section.rule .container .block.two .title::before {
  width: 45em;
  left: 12.4em;
}

@media screen and (max-width: 1080px) {
  .section.rule .container .block.two .title::before {
    width: 35em;
  }
}

@media screen and (max-width: 960px) {
  .section.rule .container .block.two .title::before {
    width: 25em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.two .title::before {
    width: 5.5em;
    left: 12.8em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.two .title {
    width: 11.4em;
  }
}

.section.rule .container .block.two .item .prize-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.two .item .prize-box {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.section.rule .container .block.two .item .prize-box .prize .picture {
  height: 9em;
  width: 12.25em;
  margin: auto;
}

.section.rule .container .block.two .item .prize-box .prize .info {
  text-align: center;
  height: 7em;
  line-height: 1.5;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.two .item .prize-box .prize .info {
    height: unset;
  }
}

.section.rule .container .block.two .item .prize-box .prize .info p {
  margin-bottom: 0;
}

.section.rule .container .block.two .item .prize-box .prize .info p span {
  color: #00ba21;
}

.section.rule .container .block.two .item .prize-box .prize .info p .mark {
  font-size: 0.82em;
  color: #808080;
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.two .item .prize-box .prize {
    margin-bottom: 1em;
  }
}

.section.rule .container .block.two .item.list p.bold {
  margin-bottom: 1em;
}

.section.rule .container .block.two .item.list ul {
  margin-bottom: 1.8em;
}

.section.rule .container .block.two .item.list ul li a {
  line-height: 1.4;
  display: inline-block;
  color: #00ba21;
  border-bottom: 1px solid #00ba21;
}

.section.rule .container .block.personal .title {
  width: 8em;
}

.section.rule .container .block.personal .title::before {
  width: 46em;
  left: 9.4em;
}

@media screen and (max-width: 1080px) {
  .section.rule .container .block.personal .title::before {
    width: 35em;
  }
}

@media screen and (max-width: 960px) {
  .section.rule .container .block.personal .title::before {
    width: 25em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.personal .title::before {
    width: 8.5em;
    left: 9.8em;
  }
}

@media screen and (max-width: 768px) {
  .section.rule .container .block.personal .title {
    width: 8.4em;
  }
}

.section.rule .container .down {
  width: 4.5em;
  position: absolute;
  right: 0;
  bottom: 5em;
  cursor: pointer;
}
/*# sourceMappingURL=main.css.map */