/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 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;
}

/* 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;
}

[v-cloak] {
  display: none;
}

body {
  font-family: "Arial", "Microsoft JhengHei", "PingFang TC", sans-serif;
  line-height: 1.68;
  font-size: 15px;
  font-size: 0.9375rem;
}

.area-table {
  padding: 0 15px;
  min-width: 320px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .area-table {
    width: 970px;
    margin: auto;
    padding: 0;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .area-table {
    width: 970px;
    margin: auto;
    padding: 0;
  }
}

@media screen and (min-width: 1280px) {
  .area-table {
    width: 1200px;
    margin: auto;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  .area-table {
    width: 1200px;
    margin: auto;
  }
}

.wrap-Btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.wrap-Btn .Btn {
  margin-left: 10px;
}

.wrap-Btn .Btn:first-child {
  margin-left: 0;
}

.table-P0 {
  padding: 0;
}

.table-title {
  font-size: 17px;
  font-size: 15px;
  font-size: 0.9375rem;
}

h1,
h2 {
  display: none;
}

.go-top {
  display: none;
}

.btn-style {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.btn-style li {
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.32)), to(rgba(0, 0, 0, 0.32))), conic-gradient(from 180deg at 50% 50%, #05B7EE 0deg, #005EA4 101.25deg, #05B7EE 198.75deg, #005EA4 288.75deg, #05B7EE 359.96deg, #05B7EE 360deg);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.32), rgba(0, 0, 0, 0.32)), conic-gradient(from 180deg at 50% 50%, #05B7EE 0deg, #005EA4 101.25deg, #05B7EE 198.75deg, #005EA4 288.75deg, #05B7EE 359.96deg, #05B7EE 360deg);
  border-radius: 8px;
  height: 50px;
  margin-left: 10px;
}

.btn-style li:first-child {
  margin-left: 0;
}

.btn-style li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #fff;
  height: 50px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 17px;
}

.btn-style li a span {
  display: block;
}

.btn-style li.active {
  background: conic-gradient(from 180deg at 50% 50%, #05B7EE 0deg, #005EA4 101.25deg, #05B7EE 198.75deg, #005EA4 288.75deg, #05B7EE 359.96deg, #05B7EE 360deg), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16)));
  background: conic-gradient(from 180deg at 50% 50%, #05B7EE 0deg, #005EA4 101.25deg, #05B7EE 198.75deg, #005EA4 288.75deg, #05B7EE 359.96deg, #05B7EE 360deg), linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
  border: 3px solid #3aaae3;
  -webkit-box-shadow: 0px 0px 5px #333 inset;
          box-shadow: 0px 0px 5px #333 inset;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
}

.btn-style li.active a {
  height: 44px;
}

@media screen and (min-width: 1024px) {
  .btn-style li:hover {
    background: conic-gradient(from 180deg at 50% 50%, #05B7EE 0deg, #005EA4 101.25deg, #05B7EE 198.75deg, #005EA4 288.75deg, #05B7EE 359.96deg, #05B7EE 360deg), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16)));
    background: conic-gradient(from 180deg at 50% 50%, #05B7EE 0deg, #005EA4 101.25deg, #05B7EE 198.75deg, #005EA4 288.75deg, #05B7EE 359.96deg, #05B7EE 360deg), linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
    border: 3px solid #3aaae3;
    -webkit-box-shadow: 0px 0px 5px #333 inset;
            box-shadow: 0px 0px 5px #333 inset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .btn-style li:hover {
    background: conic-gradient(from 180deg at 50% 50%, #05B7EE 0deg, #005EA4 101.25deg, #05B7EE 198.75deg, #005EA4 288.75deg, #05B7EE 359.96deg, #05B7EE 360deg), -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.16)), to(rgba(0, 0, 0, 0.16)));
    background: conic-gradient(from 180deg at 50% 50%, #05B7EE 0deg, #005EA4 101.25deg, #05B7EE 198.75deg, #005EA4 288.75deg, #05B7EE 359.96deg, #05B7EE 360deg), linear-gradient(0deg, rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0.16));
    border: 3px solid #3aaae3;
    -webkit-box-shadow: 0px 0px 5px #333 inset;
            box-shadow: 0px 0px 5px #333 inset;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .btn-style li:hover a {
    height: 44px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .btn-style li:hover a {
    height: 44px;
  }
}

.hoverPointer {
  cursor: pointer;
}

body {
  background: url(https://attach.setn.com/data/gba57/images/bg/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

@media screen and (-webkit-min-device-pixel-ratio: 2), screen and (min--moz-device-pixel-ratio: 2) {
  body {
    background: url(https://attach.setn.com/data/gba57/images/bg/bg@2x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

@media screen and (-webkit-min-device-pixel-ratio: 3), screen and (min--moz-device-pixel-ratio: 3) {
  body {
    background: url(https://attach.setn.com/data/gba57/images/bg/bg@3x.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    background-attachment: fixed;
  }
}

.header-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 0 -15px;
}

.header-wrap .logo {
  margin: auto;
}

.header-wrap .nav-bar {
  position: fixed;
  z-index: 999;
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-right: 13px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-weight: bold;
  background: conic-gradient(from 180deg at 50% 50%, #FF8787 0deg, #F34D4D 101.25deg, #FF8787 191.25deg, #F34D4D 288.75deg, #FF8787 360deg);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  font-size: 28px;
  font-size: 1.75rem;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .header-wrap .nav-bar {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .header-wrap .nav-bar {
    display: none;
  }
}

.header-wrap .vote {
  position: fixed;
  width: 60px;
  top: 60px;
  right: 5px;
  z-index: 99;
}

@media screen and (min-width: 1024px) {
  .header-wrap .vote {
    width: 100px;
    top: auto;
    bottom: 50px;
    right: 10px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .header-wrap .vote {
    width: 100px;
    top: auto;
    bottom: 50px;
    right: 10px;
  }
}

.header-wrap .vote a {
  display: block;
}

.header-wrap .vote img {
  width: 100%;
}

.header-wrap .icon-wrap {
  list-style-type: none;
  margin: 0;
  padding: 0;
  position: fixed;
  bottom: 40px;
  right: 0px;
  z-index: 99;
}

@media screen and (min-width: 1024px) {
  .header-wrap .icon-wrap {
    bottom: auto;
    top: calc(50% - 60px);
    right: 10px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .header-wrap .icon-wrap {
    bottom: auto;
    top: calc(50% - 60px);
    right: 10px;
  }
}

.header-wrap .icon-wrap li {
  width: 40px;
  height: 40px;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .header-wrap .icon-wrap li {
    padding: 0;
    margin-bottom: 15px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .header-wrap .icon-wrap li {
    padding: 0;
    margin-bottom: 15px;
  }
}

.header-wrap .icon-wrap li:first-child {
  margin-top: 0;
}

.header-wrap .icon-wrap li img {
  width: 100%;
}

nav {
  position: fixed;
  top: 0;
  right: -100%;
  bottom: 0;
  width: 250px;
  background: rgba(17, 16, 16, 0.8);
  border-radius: 20px 0 0 20px;
  -webkit-transition-duration: .5s;
          transition-duration: .5s;
  z-index: 999;
}

nav.open {
  right: 0;
}

@media screen and (min-width: 1024px) {
  nav {
    right: 0;
    background: transparent;
    position: static;
    width: 100%;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  nav {
    right: 0;
    background: transparent;
    position: static;
    width: 100%;
  }
}

.nav-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
}

@media screen and (min-width: 1024px) {
  .nav-wrap {
    position: static;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .nav-wrap {
    position: static;
  }
}

.nav-wrap .logo-nav img {
  width: 150px;
  margin: 50px auto 0;
  display: block;
}

@media screen and (min-width: 1024px) {
  .nav-wrap .logo-nav img {
    width: 200px;
    margin: 80px auto 0;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .nav-wrap .logo-nav img {
    width: 200px;
    margin: 80px auto 0;
  }
}

.nav-wrap .btn-nav-close {
  position: absolute;
  top: 0px;
  right: 0px;
  width: 50px;
  height: 50px;
  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;
  font-size: 27px;
  font-size: 1.6875rem;
  background: conic-gradient(from 180deg at 50% 50%, #FF8787 0deg, #F34D4D 101.25deg, #FF8787 191.25deg, #F34D4D 288.75deg, #FF8787 360deg);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (min-width: 1024px) {
  .nav-wrap .btn-nav-close {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .nav-wrap .btn-nav-close {
    display: none;
  }
}

.nav-wrap ul {
  list-style-type: none;
  padding: 0;
  margin: 30px 0 0;
}

.nav-wrap ul li {
  position: relative;
  margin-top: 8px;
}

.nav-wrap ul li:first-child {
  margin-top: 0;
}

.nav-wrap ul li i.nav-icon {
  width: 27px;
  height: 25px;
  background: url(https://attach.setn.com/data/gba57/images/icon/nav-icons-retina.5dee0b65.png) no-repeat top left;
  background-size: 28px 318px;
  display: none;
  margin-right: 8px;
}

.nav-wrap ul li i.nav-icon.home {
  height: 28px;
  background-position: 0 -181px;
}

.nav-wrap ul li i.nav-icon.list {
  width: 23px;
  height: 26px;
  background-position: 0 -237px;
}

.nav-wrap ul li i.nav-icon.newslist {
  height: 26px;
  background-position: 0 -291px;
}

.nav-wrap ul li i.nav-icon.event {
  height: 27px;
  background-position: 0 -124px;
}

.nav-wrap ul li i.nav-icon.clip {
  height: 20px;
  background-position: 0 -75px;
}

.nav-wrap ul li i.nav-icon.about {
  width: 28px;
  height: 26px;
  background-position: 0 -27px;
}

.nav-wrap ul li.active:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 5px;
  background: #FF6D6D;
}

@media screen and (min-width: 1024px) {
  .nav-wrap ul li.active:before {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .nav-wrap ul li.active:before {
    display: none;
  }
}

.nav-wrap ul li.active i.nav-icon.home {
  background-position: 0 -152px;
}

.nav-wrap ul li.active i.nav-icon.list {
  background-position: 0 -210px;
}

.nav-wrap ul li.active i.nav-icon.newslist {
  background-position: 0 -264px;
}

.nav-wrap ul li.active i.nav-icon.event {
  background-position: 0 -96px;
}

.nav-wrap ul li.active i.nav-icon.clip {
  background-position: 0 -54px;
}

.nav-wrap ul li.active i.nav-icon.about {
  background-position: 0 0;
}

.nav-wrap ul li.active a,
.nav-wrap ul li.active h3 {
  color: #FF6D6D;
}

.nav-wrap ul li a,
.nav-wrap ul li h3 {
  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;
  color: #D0D2D3;
  text-decoration: none;
  font-size: 15px;
  font-size: 0.9375rem;
  margin: 0;
  font-weight: normal;
  line-height: 40px;
}

@media screen and (min-width: 1024px) {
  .nav-wrap ul li a,
  .nav-wrap ul li h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .nav-wrap ul li a,
  .nav-wrap ul li h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .nav-wrap ul li:hover a,
  .nav-wrap ul li:hover h3 {
    color: #FF6D6D;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .nav-wrap ul li:hover a,
  .nav-wrap ul li:hover h3 {
    color: #FF6D6D;
  }
}

.nav-wrap .vote {
  width: 100px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50px;
  margin: auto;
  display: none;
}

@media screen and (min-width: 1024px) {
  .nav-wrap .vote {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .nav-wrap .vote {
    display: block;
  }
}

.nav-wrap .vote a {
  display: block;
}

.nav-wrap .vote a img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

main aside {
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1024px) {
  main aside {
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main aside {
    width: 250px;
    position: fixed;
    top: 0;
    bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  main aside {
    width: 300px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main aside {
    width: 300px;
  }
}

main aside .logo {
  width: 150px;
  margin: 20px auto 0;
  text-align: center;
}

@media screen and (min-width: 1024px) {
  main aside .logo {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main aside .logo {
    display: none;
  }
}

main aside .logo img {
  width: 100%;
}

main article {
  width: 100%;
  background: rgba(0, 0, 0, 0.5);
}

@media screen and (min-width: 1024px) {
  main article {
    margin-left: 250px;
    margin-top: 0px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article {
    margin-left: 250px;
    margin-top: 0px;
  }
}

@media screen and (min-width: 1280px) {
  main article {
    margin-left: 300px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article {
    margin-left: 300px;
  }
}

main article .kv-wrap {
  position: relative;
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap {
    min-height: 700px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap {
    min-height: 700px;
  }
}

@media screen and (min-width: 1280px) {
  main article .kv-wrap {
    min-height: 830px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .kv-wrap {
    min-height: 830px;
  }
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-poster {
    width: 280px;
    position: absolute;
    top: 205px;
    left: 0;
    z-index: 99;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-poster {
    width: 280px;
    position: absolute;
    top: 205px;
    left: 0;
    z-index: 99;
  }
}

@media screen and (min-width: 1280px) {
  main article .kv-wrap .kv-poster {
    width: 380px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .kv-wrap .kv-poster {
    width: 380px;
  }
}

main article .kv-wrap .kv-poster img {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-poster img.mobile {
    display: none;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-poster img.mobile {
    display: none;
  }
}

main article .kv-wrap .kv-poster img.pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-poster img.pc {
    display: block;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-poster img.pc {
    display: block;
  }
}

main article .kv-wrap .kv-poster picture {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-animation-duration: 15s;
          animation-duration: 15s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

main article .kv-wrap .kv-poster picture:nth-child(1) {
  position: static;
  -webkit-animation-name: KV_Pic1;
          animation-name: KV_Pic1;
}

main article .kv-wrap .kv-poster picture:nth-child(2) {
  -webkit-animation-name: KV_Pic2;
          animation-name: KV_Pic2;
}

main article .kv-wrap .kv-poster picture:nth-child(3) {
  -webkit-animation-name: KV_Pic3;
          animation-name: KV_Pic3;
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg {
    width: 100%;
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv01@2x.png);
    background-repeat: no-repeat;
    -webkit-animation: KV_Img 15s infinite;
            animation: KV_Img 15s infinite;
    background-size: 680px;
    min-height: 680px;
    background-position: top right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 40px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg {
    width: 100%;
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv01@2x.png);
    background-repeat: no-repeat;
    -webkit-animation: KV_Img 15s infinite;
            animation: KV_Img 15s infinite;
    background-size: 680px;
    min-height: 680px;
    background-position: top right;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    position: absolute;
    top: 0;
    left: 40px;
  }
}

@media screen and (min-width: 1280px) {
  main article .kv-wrap .kv-bg {
    background-size: 760px;
    min-height: 760px;
    left: 63px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg {
    background-size: 760px;
    min-height: 760px;
    left: 63px;
  }
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-header,
  main article .kv-wrap .kv-bg .kv-info {
    margin-left: 255px;
    width: 345px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-header,
  main article .kv-wrap .kv-bg .kv-info {
    margin-left: 255px;
    width: 345px;
  }
}

@media screen and (min-width: 1280px) {
  main article .kv-wrap .kv-bg .kv-header,
  main article .kv-wrap .kv-bg .kv-info {
    margin-left: 350px;
    width: 415px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-header,
  main article .kv-wrap .kv-bg .kv-info {
    margin-left: 350px;
    width: 415px;
  }
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-header {
    margin-top: 140px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-header {
    margin-top: 140px;
  }
}

@media screen and (min-width: 1280px) {
  main article .kv-wrap .kv-bg .kv-header {
    margin-top: 138px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-header {
    margin-top: 138px;
  }
}

main article .kv-wrap .kv-bg .kv-header > .title {
  font-size: 37px;
  font-size: 2.3125rem;
  color: #44A4FD;
  font-weight: bold;
  background: radial-gradient(127.65% 1437.65% at 34.19% 35%, #44A4FD 0%, #41D5E7 39.58%, #41D5E7 64.58%, #44A4FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  display: inline-block;
  line-height: 50px;
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-header > .title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 50px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-header > .title {
    font-size: 37px;
    font-size: 2.3125rem;
    line-height: 50px;
  }
}

@media screen and (min-width: 1280px) {
  main article .kv-wrap .kv-bg .kv-header > .title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 59px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-header > .title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 59px;
  }
}

main article .kv-wrap .kv-bg .kv-header > .sub-title {
  color: #fff;
  font-size: 19px;
  font-size: 1.1875rem;
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-header > .sub-title {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 37px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-header > .sub-title {
    font-size: 31px;
    font-size: 1.9375rem;
    line-height: 37px;
  }
}

@media screen and (min-width: 1280px) {
  main article .kv-wrap .kv-bg .kv-header > .sub-title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 45px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-header > .sub-title {
    font-size: 35px;
    font-size: 2.1875rem;
    line-height: 45px;
  }
}

main article .kv-wrap .kv-bg .kv-header .line {
  height: 1px;
  background: #4f4f4f;
  margin: 5px auto;
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-header .line {
    margin: 5px 0;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-header .line {
    margin: 5px 0;
  }
}

.go-top {
  width: 40px;
  height: 40px;
  position: fixed;
  bottom: 0px;
  right: 0px;
  z-index: 99;
  padding: 6px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
  .go-top {
    padding: 0;
    right: 10px;
    bottom: 10px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .go-top {
    padding: 0;
    right: 10px;
    bottom: 10px;
  }
}

.go-top img {
  width: 100%;
}

.copyright {
  font-size: 12px;
  font-size: 0.75rem;
  color: #A1A3A4;
  text-align: center;
  height: 30px;
  line-height: 30px;
}

@media screen and (min-width: 1024px) {
  .copyright {
    text-align: left;
    position: fixed;
    bottom: 0;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .copyright {
    text-align: left;
    position: fixed;
    bottom: 0;
  }
}

@media screen and (min-width: 1280px) {
  .copyright {
    padding-left: 30px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  .copyright {
    padding-left: 30px;
  }
}

.popup-wrap {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 9999;
}

.popup-wrap.epidemic {
  display: none;
}

.popup-wrap .popup-bg {
  background: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.popup-wrap .popup-area {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border: 10px solid #ff6d6d;
  background: #ff6d6d;
  border-radius: 10px;
  max-width: 600px;
  overflow: auto;
  max-height: 90%;
  overflow: hidden;
}

.popup-wrap .popup-area .close-btn {
  position: absolute;
  top: 5px;
  right: 17px;
  width: 40px;
  height: 40px;
  border: solid 3px #ff6d6d;
  background: #fff;
  border-radius: 50%;
  color: #ff6d6d;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 99;
}

.popup-wrap .popup-area .close-btn i {
  font-size: 30px;
  font-size: 1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-45%, -50%);
          transform: translate(-45%, -50%);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.popup-wrap .popup-area .close-btn img {
  width: 100%;
}

.popup-wrap .popup-area .popup-box {
  border-radius: 6px;
  background-color: #fff;
  min-width: 300px;
  max-width: 550px;
  height: 100vh;
  min-height: 270px;
  max-height: 615px;
  padding: 15px;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: auto;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box {
    min-width: 500px;
  }
}

@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box {
    padding: 15px 70px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box {
    padding: 15px 70px;
  }
}

.popup-wrap .popup-area .popup-box .title {
  color: #FF6D6D;
  font-size: 27px;
  font-size: 1.6875rem;
  line-height: 60px;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .title {
    height: 50px;
    line-height: 50px;
  }
}

@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box .title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .title {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

.popup-wrap .popup-area .popup-box .sub-title {
  background: #FF6D6D;
  color: #fff;
  font-size: 21px;
  font-size: 1.3125rem;
  text-align: center;
  height: 50px;
  line-height: 50px;
  border-radius: 50px;
  margin: 0 15px;
  font-weight: bold;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .sub-title {
    height: 40px;
    line-height: 40px;
  }
}

.popup-wrap .popup-area .popup-box .sub-title span {
  font-size: 27px;
  font-size: 1.6875rem;
  margin-left: 15px;
}

@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box .sub-title span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .sub-title span {
    font-size: 35px;
    font-size: 2.1875rem;
  }
}

@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box .sub-title {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .sub-title {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.popup-wrap .popup-area .popup-box > .mark {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #FF6D6D;
  text-align: center;
  margin-top: 10px;
  font-weight: bold;
}

@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box > .mark {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box > .mark {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

.popup-wrap .popup-area .popup-box .step-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .step-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}

@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box .step-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .step-list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.popup-wrap .popup-area .popup-box .step-list li {
  width: calc((100% - 20px) / 2);
  margin-left: 20px;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-line-pack: center;
      align-content: center;
}

.popup-wrap .popup-area .popup-box .step-list li:nth-child(odd) {
  margin-left: 0px;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .step-list li {
    width: calc((100% - 30px) / 4);
    margin-left: 10px;
  }
  .popup-wrap .popup-area .popup-box .step-list li:nth-child(odd) {
    margin-left: 10px;
  }
  .popup-wrap .popup-area .popup-box .step-list li:nth-child(1) {
    margin-left: 0;
  }
}

@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box .step-list li {
    width: calc((100% - 20px) / 2);
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .step-list li {
    width: calc((100% - 20px) / 2);
  }
}

.popup-wrap .popup-area .popup-box .step-list li img {
  width: 100%;
  max-width: 150px;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .step-list li img {
    max-width: 80px;
  }
}

.popup-wrap .popup-area .popup-box .step-list li > .mark {
  width: 100%;
  color: #FF6D6D;
  font-size: 15px;
  font-size: 0.9375rem;
  text-align: center;
  font-weight: bold;
}

@media screen and (max-width: 1023px) and (orientation: landscape) {
  .popup-wrap .popup-area .popup-box .step-list li > .mark {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media screen and (min-width: 1024px) {
  .popup-wrap .popup-area .popup-box .step-list li > .mark {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  .popup-wrap .popup-area .popup-box .step-list li > .mark {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

#popup-vote .popup-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 15px;
}

#popup-vote .popup-box .title {
  font-weight: bold;
  background: radial-gradient(127.65% 1437.65% at 34.19% 35%, #44A4FD 0%, #41D5E7 39.58%, #41D5E7 64.58%, #44A4FD 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  height: auto;
  text-align: center;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 30px;
}

@media screen and (min-width: 600px) {
  #popup-vote .popup-box .title {
    font-size: 27px;
    font-size: 1.6875rem;
    line-height: 37px;
  }
}

#popup-vote .popup-box .info {
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 30px;
  margin-top: 20px;
  color: #fff;
  text-align: center;
}

#popup-vote .popup-box .info a {
  color: #f7bb34;
}

.popup-list-info-wrap .popup-area {
  border: 5px solid transparent;
  background: conic-gradient(from 180deg at 50% 50%, #EFD9BA 0deg, #B48658 101.25deg, #EFD9BA 198.75deg, #B48658 288.75deg, #EFD9BA 360deg), -webkit-gradient(linear, left top, left bottom, from(rgba(255, 168, 0, 0)), to(#FFA800));
  background: conic-gradient(from 180deg at 50% 50%, #EFD9BA 0deg, #B48658 101.25deg, #EFD9BA 198.75deg, #B48658 288.75deg, #EFD9BA 360deg), linear-gradient(180deg, rgba(255, 168, 0, 0) 0%, #FFA800 100%);
  -webkit-box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.5);
          box-shadow: 0px 0px 16px 0px rgba(255, 255, 255, 0.5);
  overflow: hidden;
}

.popup-list-info-wrap .popup-area .close-btn {
  border: 0;
  background: transparent;
}

.popup-list-info-wrap .popup-area .popup-box {
  background-image: url(https://attach.setn.com/data/gba57/images/popup/list-popup-bg@2x.png);
  background-size: 50%;
  background-color: transparent;
  padding: 50px 15px 50px;
  overflow: auto;
  height: 100vh;
  max-height: 500px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 150%;
}

.popup-list-info-wrap .popup-area .popup-box::-webkit-scrollbar {
  width: 8px;
}

.popup-list-info-wrap .popup-area .popup-box::-webkit-scrollbar-track {
  border-radius: 10px;
  margin: 0px 0 0px 0;
}

.popup-list-info-wrap .popup-area .popup-box::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background: #dbdbdb;
}

.popup-list-info-wrap .popup-area .popup-box img {
  width: 100%;
}

.popup-list-info-wrap .popup-area .popup-box .title {
  color: #fff;
  font-size: 17px;
  font-size: 1.0625rem;
  height: auto;
  line-height: 23px;
  text-align: left;
  margin-top: 10px;
}

.popup-list-info-wrap .popup-area .popup-box .desc {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 20px;
  margin-top: 10px;
}

#slide {
  position: relative;
}

#slide img {
  width: 100%;
  height: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -o-object-fit: contain;
     object-fit: contain;
  opacity: 0;
}

#slide img:nth-child(1) {
  position: relative;
  opacity: 1;
}

main article .kv-wrap .kv-bg .kv-info > .title {
  font-size: 19px;
  font-size: 1.1875rem;
  width: 100%;
  color: #44A4FD;
  font-weight: bold;
  background: radial-gradient(127.65% 1437.65% at 34.19% 35%, #6BC6FF 0%, #41D5E7 39.58%, #41D5E7 64.58%, #6BC6FF 100%);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-info > .title {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-top: 10px;
  }
  main article .kv-wrap .kv-bg .kv-info > .title:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-info > .title {
    font-size: 19px;
    font-size: 1.1875rem;
    margin-top: 10px;
  }
  main article .kv-wrap .kv-bg .kv-info > .title:first-child {
    margin-top: 0;
  }
}

@media screen and (min-width: 1280px) {
  main article .kv-wrap .kv-bg .kv-info > .title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-info > .title {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

main article .kv-wrap .kv-bg .kv-info > .info {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #fff;
  width: 100%;
}

main article .kv-wrap .kv-bg .kv-info > .info span {
  margin-left: 10px;
}

@media screen and (min-width: 1024px) {
  main article .kv-wrap .kv-bg .kv-info > .info {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 21px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-info > .info {
    font-size: 15px;
    font-size: 0.9375rem;
    line-height: 21px;
  }
}

@media screen and (min-width: 1280px) {
  main article .kv-wrap .kv-bg .kv-info > .info {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 27px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .kv-wrap .kv-bg .kv-info > .info {
    font-size: 19px;
    font-size: 1.1875rem;
    line-height: 27px;
  }
}

main article .show-time-wrap {
  margin-top: 30px;
}

main article .show-time-wrap .title,
main article .announcement-wrap .title {
  font-size: 19px;
  font-size: 1.1875rem;
  color: #FF6D6D;
  text-shadow: 0px 0px 8px rgba(255, 255, 255, 0.7);
}

@media screen and (min-width: 1024px) {
  main article .show-time-wrap .title,
  main article .announcement-wrap .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .show-time-wrap .title,
  main article .announcement-wrap .title {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

main article .show-time-wrap .sub-title,
main article .announcement-wrap .sub-title {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media screen and (min-width: 1024px) {
  main article .show-time-wrap .sub-title,
  main article .announcement-wrap .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .show-time-wrap .sub-title,
  main article .announcement-wrap .sub-title {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

main article .show-time-wrap .show-time-info,
main article .announcement-wrap .show-time-info {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

main article .show-time-wrap .announcement-info,
main article .announcement-wrap .announcement-info {
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

main article .show-time-wrap .announcement-info-list,
main article .announcement-wrap .announcement-info-list {
  list-style-type: decimal;
  color: #fff;
  font-size: 15px;
  font-size: 0.9375rem;
}

main article .banner-wrap {
  margin: 50px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main article .banner-wrap .owl-carousel {
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  main article .banner-wrap .owl-carousel {
    max-width: 720px;
  }
}

@media screen and (min-width: 1024px) and (orientation: portrait) {
  main article .banner-wrap .owl-carousel {
    max-width: 720px;
  }
}

@media screen and (min-width: 1280px) {
  main article .banner-wrap .owl-carousel {
    max-width: 900px;
  }
}

@media screen and (min-width: 1280px) and (orientation: portrait) {
  main article .banner-wrap .owl-carousel {
    max-width: 900px;
  }
}

main article .cooperation-wrap {
  margin-bottom: 50px;
}

main article .cooperation-wrap .cooperation-area {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

main article .cooperation-wrap .cooperation-area > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: flex-start;
  margin-top: 10px;
}

main article .cooperation-wrap .cooperation-area > li:first-child {
  margin-top: 0;
}

main article .cooperation-wrap .cooperation-area > li .title {
  color: #fff;
  width: 75px;
  margin-top: 8px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: calc(100% - 75px);
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li {
  margin-right: 20px;
  background-image: url(https://attach.setn.com/data/gba57/images/cooperation/partner@2x.png);
  background-size: 270px auto;
  background-repeat: no-repeat;
  margin-bottom: 8px;
  height: 40px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li:last-child {
  margin-right: 0;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-moc {
  width: 105px;
  background-position: 0 0;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-bamid {
  width: 205px;
  background-position: 0 -40px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-set {
  width: 115px;
  background-position: 0 -80px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-taiwanradio {
  width: 225px;
  background-position: 0 -120px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-UC_Pharma {
  width: 100px;
  background-position: 0 -160px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-CPC {
  width: 180px;
  background-position: 0 -200px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-mcdonalds {
  width: 135px;
  background-position: 0 -240px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-ptsplus {
  width: 55px;
  background-position: 0 -280px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-vidol {
  width: 60px;
  background-position: 0 -320px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-setn {
  width: 145px;
  background-position: 0 -360px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-mtv {
  width: 40px;
  background-position: 0 -400px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-line_today {
  width: 120px;
  background-position: 0 -440px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-line_tv {
  width: 100px;
  background-position: 0 -480px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-989 {
  width: 140px;
  background-position: 0 -520px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-yahoo {
  width: 105px;
  background-position: 0 -560px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-audi {
  width: 65px;
  background-position: 0 -600px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-CHT {
  width: 105px;
  background-position: 0 -640px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-hueiyeh {
  width: 70px;
  background-position: 0 -680px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-motex {
  width: 180px;
  background-position: 0 -720px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-ourfamily {
  width: 120px;
  background-position: 0 -760px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-ILING {
  width: 95px;
  background-position: 0 -800px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-TAIYEN1 {
  width: 75px;
  background-position: 0 -840px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-TAIYEN {
  width: 140px;
  background-position: 0 -880px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-mineshine {
  width: 45px;
  background-position: 0 -920px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-thermageFLX {
  width: 100px;
  background-position: 0 -960px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-kagome {
  width: 53px;
  background-position: 0 -1000px;
}

main article .cooperation-wrap .cooperation-area > li .cooperation-list > li.logo.logo-oneboy {
  width: 115px;
  background-position: 0 -1040px;
}

main article .cooperation-wrap .cooperation-area > li.car-comp .title, main article .cooperation-wrap .cooperation-area > li.telecom-operator-comp .title {
  width: 125px;
}

main article .cooperation-wrap .cooperation-area > li.car-comp .cooperation-list, main article .cooperation-wrap .cooperation-area > li.telecom-operator-comp .cooperation-list {
  width: calc(100% - 125px);
}

@-webkit-keyframes KV_Img {
  0% {
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv01@2x.png);
  }
  33% {
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv02@2x.png);
  }
  66% {
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv03@2x.png);
  }
  100% {
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv01@2x.png);
  }
}

@keyframes KV_Img {
  0% {
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv01@2x.png);
  }
  33% {
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv02@2x.png);
  }
  66% {
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv03@2x.png);
  }
  100% {
    background-image: url(https://attach.setn.com/data/gba57/images/kv-bg/kv01@2x.png);
  }
}

@-webkit-keyframes KV_Pic1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@keyframes KV_Pic1 {
  0% {
    opacity: 1;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes KV_Pic2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes KV_Pic2 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 1;
  }
  66% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes KV_Pic3 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@keyframes KV_Pic3 {
  0% {
    opacity: 0;
  }
  33% {
    opacity: 0;
  }
  66% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-carousel {
  display: block;
}

.owl-theme img {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
