@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@300;500;700;900&display=swap");
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@import url(../../../css/_footer.css);
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.5;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type='button']::-moz-focus-inner,
[type='reset']::-moz-focus-inner,
[type='submit']::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type='button']:-moz-focusring,
[type='reset']:-moz-focusring,
[type='submit']:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type='checkbox'],
[type='radio'] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type='number']::-webkit-inner-spin-button,
[type='number']::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type='search']::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

h1, h2, h3, h4, h5, h6, p, ul, ol {
  margin-top: 0; }

html, body {
  margin: 0;
  padding: 0;
  position: relative;
  height: 100%;
  width: 100%; }

body {
  line-height: 1.8;
  font-display: swap;
  text-align: center; }

a {
  text-decoration: none; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    margin: 0;
    padding: 0;
    list-style-type: none; }

ol {
  padding-left: 0;
  margin-left: 1em; }

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

figure {
  margin: 0; }

.textHide {
  display: block;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden; }

body {
  background-color: #782d00;
  font-family: 'Noto Sans TC',Arial,sans-serif;
  background-image: url("../images/main.png");
  background-color: #dd8420; }

.wrapper {
  width: 100%;
  overflow: hidden;
  position: relative; }

.point {
  color: #ff6000; }

.point2 {
  color: #b01e1e; }

.main {
  padding: 0vw 30px 3vw; }
  .main-container {
    max-width: 1440px;
    margin: 0 auto;
    padding: 80px 0;
    position: relative; }

.box {
  background-color: #ffc1c1;
  padding: 40px 20px;
  border-radius: 30px;
  position: relative; }
  .box-outer {
    background-color: #fff;
    padding: 8px;
    border-radius: 35px; }
  .box-decorate-top {
    top: 0;
    -webkit-transform: translate(-50%, -120%);
    -ms-transform: translate(-50%, -120%);
    transform: translate(-50%, -120%); }
  .box-decorate-bottom {
    bottom: 0;
    -webkit-transform: translate(-50%, 120%) scaleY(-1);
    -ms-transform: translate(-50%, 120%) scaleY(-1);
    transform: translate(-50%, 120%) scaleY(-1); }
  .box-decorate-top, .box-decorate-bottom {
    width: 596px;
    position: absolute;
    left: 50%; }
    @media only screen and (max-width: 900px) {
      .box-decorate-top, .box-decorate-bottom {
        width: 80vw; } }
    .box-decorate-top span, .box-decorate-bottom span {
      display: block;
      width: 100%;
      height: 0;
      padding-top: 10.40609%;
      background-image: url("../images/decorate.png");
      background-size: cover;
      background-position: center; }

.char-1, .char-2 {
  position: absolute; }
  .char-1 span, .char-2 span {
    display: block; }

.char-1 {
  width: 18.5vw;
  top: 0;
  right: 0;
  -webkit-transform: translate(30%, 10%);
  -ms-transform: translate(30%, 10%);
  transform: translate(30%, 10%); }
  @media only screen and (max-width: 480px) {
    .char-1 {
      -webkit-transform: translate(30%, -30%);
      -ms-transform: translate(30%, -30%);
      transform: translate(30%, -30%); } }
  .char-1 span {
    width: 100%;
    height: 0;
    padding-top: 114.48468%;
    background-image: url("../images/char-1.png");
    background-size: cover;
    background-position: center; }

.char-2 {
  width: 16.4vw;
  bottom: 0;
  left: 0;
  -webkit-transform: translate(-30%, 0%);
  -ms-transform: translate(-30%, 0%);
  transform: translate(-30%, 0%); }
  @media only screen and (max-width: 900px) {
    .char-2 {
      width: 20vw; } }
  .char-2 span {
    width: 100%;
    height: 0;
    padding-top: 96.8254%;
    background-image: url("../images/char-2.png");
    background-size: cover;
    background-position: center; }

.error-text {
  color: #c80862; }

pre {
  white-space: break-spaces; }

.kv {
  z-index: 1;
  background-image: url("../images/kv-bg.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat; }
  .kv-container {
    position: relative;
    margin: 0 auto;
    height: 29.32vw; }

.menu {
  height: 6.6vw;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url("../images/menu-bg.jpg");
  padding: 0 1em;
  position: relative;
  z-index: 3;
  -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.1); }
  .menu ul {
    margin: 0 auto;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .menu li {
    height: 100%;
    position: relative;
    margin: 0 15px;
    width: 573px; }
  .menu a {
    display: block;
    z-index: 3;
    bottom: 0;
    position: absolute;
    -webkit-filter: grayscale(70%);
    filter: grayscale(70%);
    width: 100%;
    height: 0;
    padding-top: 25.13089%;
    background-size: cover;
    background-position: center bottom; }
  .menu-1 a {
    background-image: url("../images/menu-1-active.png"); }
    .menu-1 a:hover, .menu-1 a.active {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }
  .menu-2 a {
    background-image: url("../images/menu-2-active.png"); }
    .menu-2 a:hover, .menu-2 a.active {
      -webkit-filter: grayscale(0%);
      filter: grayscale(0%); }

.index .menu-1 a {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.page-works .menu-2 a,
.page-vote-1 .menu-2 a {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.page-vote-2 .menu-3 a {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.page-vote-3 .menu-4 a {
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%); }

.rule {
  padding: 0 2.5em;
  text-align: left; }
  .rule .btn-detail {
    position: absolute;
    right: 0; }
  .rule-item {
    text-align: center;
    margin-bottom: 3em; }
    .rule-item dt {
      margin: 0;
      padding: 0;
      margin-bottom: 1em; }
      .rule-item dt img {
        width: 720px;
        height: auto; }
        @media only screen and (max-width: 900px) {
          .rule-item dt img {
            width: 70vw; } }
    .rule-item dd {
      padding: 0;
      margin: 0;
      margin-bottom: 1em;
      color: #782d00;
      font-size: 30px; }
      .rule-item dd em {
        font-style: normal; }
      .rule-item dd span {
        display: block; }

.title {
  margin-bottom: 3em; }
  .title img {
    max-width: 100%; }

.index .title {
  width: 900px;
  margin-left: auto;
  margin-right: auto; }
  @media only screen and (max-width: 1280px) {
    .index .title {
      width: 70vw; } }
  .index .title p {
    white-space: nowrap;
    text-indent: 100%;
    overflow: hidden;
    width: 100%;
    height: 0;
    padding-top: 40.79383%;
    background-image: url("../images/detection.png");
    background-size: cover; }

.vote-title {
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin-bottom: 1.5em; }
  @media only screen and (max-width: 480px) {
    .vote-title {
      font-size: 16px; } }

.vote-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.vote-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 23%;
  flex: 0 0 23%;
  margin: 0 1% 3em;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#fd7778), to(#ffe8b8));
  background: -webkit-linear-gradient(top, #fd7778 0%, #ffe8b8 100%);
  background: -o-linear-gradient(top, #fd7778 0%, #ffe8b8 100%);
  background: linear-gradient(to bottom, #fd7778 0%, #ffe8b8 100%);
  padding: 4px;
  border-radius: 30px; }

.vote-img {
  border-radius: 26px;
  background-color: #fff; }
  .vote-img a {
    display: block;
    border: 4px solid #fff;
    font-size: 0;
    border-radius: 26px;
    position: relative;
    height: 0;
    padding-top: 100%;
    overflow: hidden; }
  .vote-img img {
    position: absolute;
    left: 50%;
    top: 0%;
    -webkit-transform: translate(-50%, 0%);
    -ms-transform: translate(-50%, 0%);
    transform: translate(-50%, 0%); }

.vote-name {
  font-size: 18px;
  position: absolute;
  width: 80%;
  left: 50%;
  bottom: 0;
  margin-bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #782d00;
  border-radius: 1em; }
  @media only screen and (max-width: 767px) {
    .vote-name {
      font-size: 12px; } }
  .vote-name span {
    display: inline-block;
    color: #fff;
    padding: 0 1em;
    line-height: 2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden; }

@media only screen and (max-width: 767px) {
  .vote-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%; } }

@media only screen and (max-width: 480px) {
  .vote-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 48%;
    flex: 0 0 48%; } }

.pop {
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 21; }

.works {
  position: relative; }
  .works-box {
    position: relative;
    margin-bottom: 30px; }
    .works-box-container {
      background-color: #ffd6d6;
      border-radius: 30px;
      border: 5px solid #ac3c38;
      overflow: hidden; }
  .works-share {
    position: absolute;
    right: 0; }
    .works-share a {
      color: #008ec2; }
    .works-share span {
      display: block;
      margin: 0 0.5em; }
      .works-share span.icon {
        width: 40px;
        height: 40px;
        padding: 5px;
        border-radius: 10px;
        border: 1px solid #ccc;
        background-color: #008ec2; }
        .works-share span.icon svg {
          width: 100%;
          height: auto;
          fill: #fff; }
  .works-container {
    text-align: left;
    max-width: 1280px;
    padding: 40px 2em 0;
    position: relative;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .works-container {
        padding: 20px 0 0; } }
  .works-list {
    width: 960px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 30px;
    padding: 3em 0; }
    @media only screen and (max-width: 1180px) {
      .works-list {
        width: 80vw;
        gap: 2vw; } }
    @media only screen and (max-width: 480px) {
      .works-list {
        width: 60vw;
        min-width: 240px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .works-item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 31%;
    flex: 0 0 31%;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    background-color: #fff;
    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: 3vw 0; }
    .works-item img {
      max-width: 200px;
      height: auto; }
    @media only screen and (max-width: 1180px) {
      .works-item img {
        max-width: 22vw; } }
    @media only screen and (max-width: 480px) {
      .works-item img {
        max-width: 200px; } }
  .works-text {
    background-color: #fff;
    padding: 2em;
    color: #56250c; }
  .works-info {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    padding-bottom: .5em;
    padding-right: 5vw; }
  .works-author {
    font-size: 36px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .works-author {
        font-size: 24px; } }
    .works-author-icon {
      width: 67px; }
      @media only screen and (max-width: 767px) {
        .works-author-icon {
          width: 36px; } }
      .works-author-icon img {
        max-width: 100%;
        height: auto; }
    .works-author-text {
      padding-left: .5em;
      display: -webkit-box;
      -webkit-box-orient: vertical;
      -webkit-line-clamp: 1;
      overflow: hidden; }
  .works-name {
    font-size: 24px;
    color: #ffe436;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden; }
    .works-name p {
      margin-bottom: 0; }
    .works-name > * {
      -webkit-box-flex: 1;
      -ms-flex: 1 0 0%;
      flex: 1 0 0%; }
  .works-description {
    color: #56250c;
    font-size: 18px;
    line-height: 1.4;
    padding-right: 1.5em; }
  .works-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 2em;
    gap: 2em; }
  .works-decorate-char, .works-decorate-tape-1, .works-decorate-tape-2, .works-decorate-arrow, .works-decorate-love {
    position: absolute; }
    .works-decorate-char span, .works-decorate-tape-1 span, .works-decorate-tape-2 span, .works-decorate-arrow span, .works-decorate-love span {
      display: block; }
  .works-decorate-char {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 23.5vw;
    flex: 0 0 23.5vw; }
    @media only screen and (max-width: 767px) {
      .works-decorate-char {
        font-size: 24px; } }
    .works-decorate-char span {
      width: 100%;
      height: 0;
      padding-top: 58.56354%;
      background-image: url("../images/char-3.png");
      background-size: cover;
      background-repeat: no-repeat; }
  .works-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 480px) {
      .works-bottom {
        display: block; } }
  .works .swiper-slide {
    text-align: center; }
  .works .swiper-button-prev {
    left: 10px;
    color: #333; }
  .works .swiper-button-next {
    right: 10px;
    color: #333; }
  @media only screen and (max-width: 767px) {
    .works .swiper-button-prev::after, .works .swiper-button-next::after {
      font-size: 5vw; } }
  @media only screen and (max-width: 480px) {
    .works .swiper-button-prev {
      left: 5px; }
    .works .swiper-button-next {
      right: 5px; } }
  .works-slider {
    margin-bottom: 1em; }
    .works-slider img {
      max-width: 100%;
      height: auto; }
  .works-vote, .works-notice {
    text-align: center; }
  .works-notice {
    color: #fff; }
  .works-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;
    margin-bottom: 1em; }
  .works-alert, .works-complete, .works-error {
    display: none;
    position: fixed;
    padding: 2em;
    background: white;
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 20em;
    z-index: 21;
    text-align: center; }
    .works-alert .btn, .works-complete .btn, .works-error .btn {
      border-radius: 5px;
      background-color: #666;
      color: #fff;
      padding: .5em 1em;
      margin: 0 .5em; }
      .works-alert .btn:hover, .works-complete .btn:hover, .works-error .btn:hover {
        background-color: #333; }
  .works-error {
    color: #a72224; }
  @media only screen and (max-width: 800px) {
    .works-author {
      font-size: 24px; }
    .works-name {
      font-size: 14px; }
    .works-description {
      font-size: 12px; }
    .works-container {
      width: auto; }
    .works-slider img {
      width: 100%; } }
  @media only screen and (max-width: 600px) {
    .works {
      line-height: 1.5; }
      .works-author {
        font-size: 20px; }
      .works-name {
        font-size: 12px; } }
  @media only screen and (max-width: 400px) {
    .works-author {
      font-size: 18px; } }

.btn {
  display: inline-block;
  font-size: 28px;
  font-weight: bold;
  padding: 5px;
  border-radius: 1.4em;
  margin: 0 .2em; }
  @media only screen and (max-width: 1000px) {
    .btn {
      font-size: 20px; } }
  @media only screen and (max-width: 600px) {
    .btn {
      font-size: 16px; } }
  .btn span {
    display: block;
    line-height: 2.4em;
    padding: 0 2em;
    border-radius: 1.2em; }
  .btn-yes, .btn-no, .btn-close {
    font-size: 18px; }

.btn-vote {
  background: -webkit-gradient(linear, left top, left bottom, from(#e8dcbc), color-stop(50%, #fffcde), to(#e8dcbc));
  background: -webkit-linear-gradient(top, #e8dcbc 0%, #fffcde 50%, #e8dcbc 100%);
  background: -o-linear-gradient(top, #e8dcbc 0%, #fffcde 50%, #e8dcbc 100%);
  background: linear-gradient(to bottom, #e8dcbc 0%, #fffcde 50%, #e8dcbc 100%); }
  .btn-vote span {
    color: #56250c;
    background-color: #ffb306; }
  @media (hover: hover) {
    .btn-vote:hover span {
      background-color: #ffdf06; } }

.btn-login {
  background-color: #fff0c8; }
  .btn-login span {
    color: #fff;
    background-color: #425a92; }
  @media (hover: hover) {
    .btn-login:hover {
      -webkit-filter: brightness(1.1);
      filter: brightness(1.1); } }

.footer {
  background-color: #782d00;
  color: #fff;
  padding: 1em 0; }
  .footer a {
    color: #fff; }
  .footer-link ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: .5em; }
    .footer-link ul li {
      padding: 0 1em;
      border-right: 1px solid #fff; }
      .footer-link ul li:last-child {
        border: none; }
      @media only screen and (max-width: 600px) {
        .footer-link ul li:nth-child(4) {
          border: none; } }
      @media only screen and (max-width: 370px) {
        .footer-link ul li:nth-child(3) {
          border: none; } }
  .footer-copyright p {
    margin-bottom: 0; }

.page-list a {
  font-size: 20px;
  border-radius: 1em;
  background-color: #fff;
  outline: 3px solid #ffe9b9;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 .3em;
  width: 2em;
  display: inline-block;
  line-height: 2;
  color: #000; }
  @media only screen and (max-width: 767px) {
    .page-list a {
      font-size: 12px; } }
  .page-list a:hover, .page-list a.active {
    color: #000; }

@-webkit-keyframes draw-bg-animate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  49% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg); } }

@keyframes draw-bg-animate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  49% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg); }
  50% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg); }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(15deg);
    transform: translate(-50%, -50%) rotate(15deg); } }

@-webkit-keyframes draw-rotate {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  49% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@keyframes draw-rotate {
  0% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  49% {
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg); }
  50% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); }
  100% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg); } }

@-webkit-keyframes draw-open {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@keyframes draw-open {
  0% {
    width: 0; }
  100% {
    width: 100%; } }

@media only screen and (max-width: 1000px) {
  body {
    font-size: 14px; }
  .kv {
    background-image: url("../images/kv-bg-m.jpg"); }
    .kv-container {
      width: 100%;
      height: 0;
      padding-top: 52%; }
  .menu {
    width: 100%;
    height: 0;
    padding-top: 9%; }
  .rule {
    padding: 0 1em; }
    .rule-item dd {
      font-size: 16px; } }

@media only screen and (max-width: 767px) {
  .tools {
    right: 6vw;
    bottom: 5vw; }
    .tools a {
      width: 40px;
      height: 43px; }
  .main-container {
    padding: 3vw 0 5vw; }
  .title {
    margin-bottom: 1em; }
  .rule .btn-detail {
    position: static;
    text-align: center; }
    .rule .btn-detail img {
      max-width: 100%; }
  .footer {
    font-size: 12px; } }

@media only screen and (max-width: 480px) {
  .rule-item dd {
    margin-left: 0; } }
