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;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q, blockquote {
  quotes: none;
}

q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

body * {
  max-height: 99999em;
  word-break: break-word;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

input,
label,
select,
button {
  line-height: inherit;
}

input,
label,
select,
button,
textarea {
  margin: 0;
  border: 0;
  padding: 0;
  word-break: normal;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  background: none;
  -webkit-appearance: none;
  font: inherit;
}

button:focus {
  outline: 0;
}

input:focus,
textarea:focus,
select:focus {
  outline: auto;
}

input[type=search] {
  -webkit-appearance: textfield;
}

::-webkit-search-decoration {
  display: none;
}

textarea {
  overflow: auto;
  white-space: pre-line;
  resize: none;
}

@media print {
  body {
    -webkit-print-color-adjust: exact;
  }

  html,
body {
    margin: 0;
  }

  @page {
    margin: 0;
  }
  @page :left {
    margin: 0;
  }
  @page :right {
    margin: 0;
  }
  @page :first {
    margin-top: 0;
  }
}
html {
  opacity: 1;
}
html.is-loading {
  transition: opacity 0.25s ease;
  opacity: 0;
}

@font-face {
  font-family: "Pacifico";
  src: url("../fonts/Pacifico-Regular.eot");
  src: url("../fonts/Pacifico-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pacifico-Regular.woff") format("woff"), url("../fonts/Pacifico-Regular.ttf") format("truetype"), url("../fonts/Pacifico-Regular.svg#Pacifico-Regular") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.eot");
  src: url("../fonts/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.ttf") format("truetype"), url("../fonts/Barlow-Regular.svg#Barlow-Regular") format("svg");
  font-style: normal;
  font-weight: normal;
  text-rendering: optimizeLegibility;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Bold.eot");
  src: url("../fonts/Barlow-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Bold.woff") format("woff"), url("../fonts/Barlow-Bold.ttf") format("truetype"), url("../fonts/Barlow-Bold.svg#Barlow-Bold") format("svg");
  font-style: normal;
  font-weight: bold;
  text-rendering: optimizeLegibility;
}
body {
  color: #000;
  font-family: Barlow, sans-serif;
  font-weight: 400;
  line-height: 1.4;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  background: #FAE7CE;
  transition: all 0.3s ease;
}

.container {
  overflow: hidden;
}
.container.is-loading {
  opacity: 0;
  visibility: hidden;
}
.container.is-register footer,
.container.is-register .landing-screen {
  display: none;
}
.container.is-register .register-screen {
  opacity: 1;
  visibility: visible;
}

.ft-pacifico {
  font-family: "Pacifico", cursive;
}

main {
  background: #FAE7CE;
}

a {
  color: #000;
  text-decoration: none;
}

.hidden {
  display: none;
}

.text-red {
  color: #E11F26;
}

strong {
  font-weight: bold;
}

@media print, (min-width: 768px) {
  html {
    font-size: 5.2083333333vw;
  }

  main {
    font-size: 0.32rem;
    margin: 0 auto;
  }

  .container {
    margin: 0 auto;
  }

  .wrapper {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 26px;
    padding-right: 26px;
  }

  .sm {
    display: none !important;
  }

  .trans {
    opacity: 1;
    transition: opacity 0.26s ease;
    cursor: pointer;
  }
  .trans:hover {
    opacity: 0.8;
  }
}
@media print, (min-width: 1920px) {
  html {
    font-size: 100px;
  }
}
@media only screen and (max-width: 767.98px) {
  html {
    font-size: 13.3333333333vw;
    min-height: 100vh;
  }

  body {
    font-size: 0.28rem;
  }

  .container {
    min-width: 320px;
  }

  .wrapper {
    padding-left: 0.26rem;
    padding-right: 0.26rem;
  }

  .md {
    display: none !important;
  }
}
.popup-overlay {
  display: none !important;
}

header {
  background-color: #000;
  width: 100%;
  max-width: 7.5rem;
  position: absolute;
  top: 0;
  left: 50%;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 99;
}
header.is-hidden {
  display: none;
}
header .wrapper {
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.57rem;
  padding-bottom: 0.35rem;
}
header .header-menu {
  width: 0.52rem;
  height: 0.42rem;
  margin: 0.29rem 0 0 0.17rem;
  position: relative;
  cursor: pointer;
}
header .header-menu span {
  display: block;
  position: absolute;
  width: 100%;
  height: 0.08rem;
  border-radius: 0.08rem;
  background: #fff;
  left: 0;
  transition: transform 1s cubic-bezier(0.43, 0.2, 0.02, 1), opacity 1s cubic-bezier(0.43, 0.2, 0.02, 1);
}
header .header-menu span:nth-child(1) {
  top: 0;
}
header .header-menu span:nth-child(2) {
  top: 0.18rem;
}
header .header-menu span:nth-child(3) {
  top: 0.36rem;
}
header .header-menu.is-active span:nth-child(1) {
  -ms-transform: translateY(0.18rem) rotate(135deg);
      transform: translateY(0.18rem) rotate(135deg);
}
header .header-menu.is-active span:nth-child(2) {
  opacity: 0;
}
header .header-menu.is-active span:nth-child(3) {
  -ms-transform: translateY(-0.18rem) rotate(-135deg);
      transform: translateY(-0.18rem) rotate(-135deg);
}
header .logo-image {
  display: block;
}
header .logo-image img {
  display: block;
}
header .header-logo {
  display: block;
  width: 2.48rem;
  margin-left: auto;
}
header .header-links {
  position: absolute;
  left: 0;
  top: 100%;
  padding: 0 0.16rem;
  width: 100%;
  background: #000;
  display: none;
}
header .header-links li {
  display: block;
  border-top: 1px solid #fff;
  padding: 0.46rem 0;
}
@media print, (min-width: 768px) {
  header .header-links li {
    padding: 0.23rem 0;
  }
}
header .header-links li:last-child {
  border-top-color: #3A3A3A;
}
header .header-links a,
header .header-links span {
  cursor: pointer;
  font-weight: 300;
  font-size: 0.48rem;
  line-height: 0.48rem;
  color: #FFFFFF;
}

@media print, (min-width: 768px) {
  header {
    max-width: unset;
  }
  header .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    max-width: unset;
    padding: 0.11rem 0.56rem 0.11rem 0.8rem;
  }
  header .header-logo {
    margin-left: 0;
    margin-right: auto;
    width: 2.2rem;
  }
  header .header-links {
    position: static;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-order: 1;
        order: 1;
    margin-left: auto;
  }
  header .header-links li {
    display: block;
    line-height: 1;
    font-size: 0.14rem;
    border: none;
    margin: 0 0.08rem;
  }
  header .header-links a,
header .header-links span {
    display: -ms-inline-flexbox;
    display: inline-flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
    font-size: 0.18rem;
    font-weight: bold;
    min-width: 1.86rem;
    height: 0.46rem;
    padding: 0 0.1rem;
    border: 0.02rem solid #fff;
    border-radius: 0.46rem;
    transition: all 0.3s ease;
  }
  header .header-links a:hover, header .header-links a.active,
header .header-links span:hover,
header .header-links span.active {
    color: #000;
    border-color: #000;
    background: #fff;
  }
  header .header-links .is-red {
    background: #E11F26;
    border-color: #E11F26;
    color: #fff;
    cursor: pointer;
  }
  header .header-links .is-red:hover {
    color: #E11F26;
    border-color: #E11F26;
    background: #fff;
  }
}
@media only screen and (max-width: 767.98px) {
  header .primary-button {
    max-width: 50vw;
    height: 0.9rem;
  }
  header.is-share .wrapper {
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
.fs-header {
  display: none;
}

.floating__but, .fs-footer {
  display: none;
}

.fs-page {
  overflow: initial;
}

.js-move-register, .page-title {
  display: none !important;
}

input[type=text].input-name {
  font-family: "Pacifico", cursive;
  text-align: center;
  line-height: 1;
  max-width: 3.7rem;
  min-width: 1.8rem;
  width: 2.7rem;
  top: 0;
  left: 0;
  height: 100%;
  outline: none;
  padding: 0 0.35rem 0 0;
  color: #E11F26;
  font-size: 0.8rem;
  border: none;
}

.card-detail .detail-content p {
  font-size: 0.32rem !important;
  line-height: 0.38rem;
  text-align: center;
  color: #E11F26;
  padding: 0 0.4rem 0.22rem;
  font-family: "Barlow", sans-serif;
}

.fs-container {
  padding: initial;
}

footer {
  background: #000;
  color: #fff;
  padding-top: 0.48rem;
  padding-bottom: 0.6rem;
  font-size: 0.28rem;
}
footer .footer-text {
  font-size: 0.2rem;
  line-height: 1.2;
  text-align: center;
  margin-bottom: 0.6rem;
  color: #fff;
}
footer .footer-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
}
footer .footer-social li {
  width: 0.51rem;
  margin: 0 0.145rem 0.14rem;
}
footer .footer-social a {
  display: block;
  border-radius: 50%;
  overflow: hidden;
}

@media print, (min-width: 768px) {
  footer {
    padding-top: 0.8rem;
    padding-bottom: 1rem;
  }
  footer .footer-text {
    font-size: 0.32rem;
    margin-block-end: 0.64rem;
  }
  footer .footer-social li {
    margin: 0 0.24rem;
    width: 0.64rem;
  }
}
.wow {
  visibility: hidden;
}

@media print {
  .wow {
    visibility: visible !important;
  }
  .wow.fade-out {
    visibility: hidden !important;
  }
}
@keyframes fade-in-up {
  0% {
    opacity: 0;
    -ms-transform: translateY(50vh);
    transform: translateY(50vh);
  }
  20% {
    transform: translateY(50vh);
  }
  60% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-up-fast {
  0% {
    -ms-transform: translateY(100%);
    transform: translateY(100%);
  }
  100% {
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fade-in-right {
  0% {
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes fade-in-left {
  0% {
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}
.animated {
  animation-duration: 500ms;
  animation-fill-mode: both;
}

.fade-in-up {
  animation-name: fade-in-up;
  animation-duration: 1s;
  animation-timing-function: ease-in-out;
}

.fade-in-up-fast {
  animation-name: fade-in-up;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

.fade-in-right {
  animation-name: fade-in-right;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

.fade-in-left {
  animation-name: fade-in-left;
  animation-duration: 0.6s;
  animation-timing-function: ease-in-out;
}

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-track, .slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before {
  display: table;
  content: "";
}
.slick-track:after {
  display: table;
  content: "";
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

img {
  width: 100%;
}

.section-winner {
  padding-top: 1.96rem;
  padding-bottom: 1.75rem;
}
.section-winner .winner-title {
  font-weight: 600;
  font-size: 0.64rem;
  margin-bottom: 0.2rem;
  line-height: 0.77rem;
  text-align: center;
  color: #E11F26;
}
.section-winner .winner-text {
  font-size: 0.32rem;
  line-height: 0.38rem;
  text-align: center;
  color: #E11F26;
  margin-bottom: 0.8rem;
}
.section-winner .winner-detail {
  width: 9.9rem;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: end;
      align-items: flex-end;
}
.section-winner .form-label {
  font-weight: 600;
  font-size: 0.24rem;
  line-height: 0.29rem;
  color: #000000;
  margin-bottom: 0.14rem;
}
.section-winner .form-input {
  position: relative;
}
.section-winner .form-input.show-error .input-error {
  display: block;
}
.section-winner .form-input input {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  padding: 0.14rem 0.16rem;
  width: 3.65rem;
  height: 0.75rem;
  background: #FFF9EC;
  border-radius: 0.12rem;
  font-size: 0.24rem;
}
.section-winner .form-input .input-error {
  display: none;
  font-size: 0.16rem;
  line-height: 0.19rem;
  color: #E11F26;
  position: absolute;
  left: 50%;
  bottom: -0.28rem;
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 50vw;
  text-align: center;
  pointer-events: none;
}
.section-winner .detail-provided {
  -ms-flex: 1;
      flex: 1;
  position: relative;
}
.section-winner .provided-note {
  font-size: 0.16rem;
  line-height: 0.19rem;
  color: #E11F26;
  position: absolute;
  left: 50%;
  bottom: -0.28rem;
  -ms-transform: translate(-50%, 0);
      transform: translate(-50%, 0);
  width: 50vw;
  text-align: center;
  pointer-events: none;
}
.section-winner .warning-text {
  color: #E11F26;
  font-size: 0.26rem;
  text-align: center;
  margin: 0.3rem 0;
  font-weight: bold;
}

@media only screen and (max-width: 767.98px) {
  .section-winner {
    padding-top: 2rem;
    padding-bottom: 1.75rem;
  }
  .section-winner .winner-title {
    font-size: 0.56rem;
    line-height: 0.68rem;
    margin-bottom: 0.42rem;
    padding: 0 0.3rem;
  }
  .section-winner .winner-text {
    font-size: 0.32rem;
    line-height: 0.38rem;
    margin-bottom: 0.8rem;
  }
  .section-winner .winner-detail {
    width: 100%;
    padding: 0.08rem 0.14rem;
  }
  .section-winner .form-label {
    font-size: 0.32rem;
    line-height: 0.29rem;
    margin-bottom: 0.18rem;
  }
  .section-winner .form-input input {
    padding: 0.14rem 0.32rem;
    width: 4.8rem;
    height: 0.96rem;
    border-radius: 0.12rem;
    font-size: 0.32rem;
  }
  .section-winner .form-input .input-error {
    font-size: 0.24rem;
    line-height: 0.19rem;
    bottom: -0.32rem;
    width: 100vw;
  }
  .section-winner .detail-provided {
    -ms-flex: 1;
        flex: 1;
    position: relative;
    margin: 0.4rem 0 0.2rem;
  }
  .section-winner .provided-note {
    font-size: 0.24rem;
    line-height: 0.19rem;
    bottom: -0.32rem;
    width: 100vw;
  }
}
.detail-data-wrapper {
  width: 100%;
  text-align: center;
}
.detail-data-wrapper .data-btn {
  display: inline-block;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.16rem;
  line-height: 0.19rem;
  text-align: center;
  -webkit-text-decoration-line: underline;
          text-decoration-line: underline;
  text-transform: capitalize;
  color: #E11F26;
}
@media only screen and (max-width: 767.98px) {
  .detail-data-wrapper .data-btn {
    font-size: 0.32rem;
    line-height: 0.38rem;
  }
}
.detail-data-wrapper .data-btn.hidden {
  opacity: 0;
  visibility: hidden;
}

.detail-data {
  text-align: left;
  font-size: 0.2rem;
  line-height: 0.24rem;
  color: #FFFFFf;
  border: 1px solid #E11F26;
  padding-bottom: 0.3rem;
  margin-bottom: 0.38rem;
  border-radius: 0.12rem;
  width: 100%;
  margin-top: 0.52rem;
  overflow: hidden;
  position: relative;
}
.detail-data:after {
  content: "";
  display: none;
  width: 100%;
  height: 0.84rem;
  position: absolute;
  left: 0;
  bottom: 0;
  background: linear-gradient(180deg, rgba(245, 208, 157, 0) 0%, #FAE7CE 67.56%);
  border-radius: 0rem 0rem 0.1rem 0.1rem;
}
.detail-data .data-item {
  display: -ms-flexbox;
  display: flex;
  color: #222;
  font-weight: 600;
  background-color: #F5D09D;
}
.detail-data .data-item:nth-child(odd) {
  background-color: #FAE7CE;
}
.detail-data .data-item.data-heading {
  background: #E11F26;
  color: #fff;
  font-weight: 600;
}
.detail-data .name {
  padding: 0.16rem 0.16rem 0.16rem 0.8rem;
  width: 3.68rem;
}
.detail-data .tel {
  padding: 0.16rem 0.16rem 0.16rem 0;
  width: 2.68rem;
}
.detail-data .award {
  padding: 0.16rem 0.16rem 0.16rem 0;
}
.detail-data.is-loading {
  min-height: 160px;
}
.detail-data.is-loading .loading-block {
  display: block;
}
.detail-data.has-items {
  border-bottom: none;
  overflow: hidden;
}
.detail-data.has-items::after {
  display: block;
}
.detail-data.has-items.show {
  max-height: unset;
  overflow: hidden;
  border-bottom: 1px solid #E11F26;
}
.detail-data.has-items.show::after {
  display: none;
}

@media only screen and (max-width: 767.98px) {
  .detail-data {
    margin-top: 0.7rem;
    font-size: 0.32rem;
    line-height: 0.38rem;
    border: 1px solid #E11F26;
    padding-bottom: 0.3rem;
    margin-bottom: 0.38rem;
    border-radius: 0.12rem;
    width: 100%;
    overflow: hidden;
    position: relative;
  }
  .detail-data:after {
    content: "";
    display: none;
    width: 100%;
    height: 0.84rem;
    position: absolute;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(245, 208, 157, 0) 0%, #FAE7CE 67.56%);
    border-radius: 0rem 0rem 0.1rem 0.1rem;
  }
}
@media only screen and (max-width: 767.98px) and (max-width: 767.98px) {
  .detail-data:after {
    height: 2rem;
  }
}
@media only screen and (max-width: 767.98px) {
  .detail-data .data-item {
    -ms-flex-align: center;
        align-items: center;
  }
}
@media only screen and (max-width: 767.98px) {
  .detail-data .name {
    padding: 0.32rem 0.16rem;
    width: 35.5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .detail-data .tel {
    padding: 0.32rem 0.16rem 0.32rem 0;
    width: 35%;
  }
}
@media only screen and (max-width: 767.98px) {
  .detail-data .award {
    padding: 0.32rem 0.16rem 0.32rem 0;
    -ms-flex: 1;
        flex: 1;
  }
}
.primary-button {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 4.45rem;
  height: 0.72rem;
  color: #FFF;
  font-size: 0.28rem;
  font-weight: bold;
  margin: 0 auto;
  border-radius: 1.1rem;
  transition: background 0.3s ease, color 0.3s ease;
  pointer-events: auto;
  background: #E11F26;
  border: 0.01rem solid #E11F26;
  cursor: pointer;
  text-transform: uppercase;
}
@media only screen and (max-width: 767.98px) {
  .primary-button {
    width: 100%;
    margin-top: 0.38rem;
    height: 1.22rem;
    font-size: 0.4rem;
  }
}
.primary-button.is-small {
  font-size: 0.28rem;
  width: 1.56rem;
  margin: 0 0.1rem 0 0.14rem;
}
@media only screen and (max-width: 767.98px) {
  .primary-button.is-small {
    margin-left: auto;
    margin-right: 0;
    font-size: 0.4rem;
    width: 1.74rem;
    height: 0.96rem;
  }
}
.primary-button:hover {
  background: #FFF;
  color: #E11F26;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-block {
  position: absolute;
  width: 100%;
  min-height: 200px;
  z-index: 9999;
  left: 0;
  top: 0;
  display: none;
}
.loading-block .loading-icon {
  width: 1rem;
  height: 1rem;
  margin: 0;
  background: transparent;
  border-top: 0.08rem solid #E11F26;
  border-right: 0.08rem solid transparent;
  border-radius: 50%;
  animation: 1s spin linear infinite;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
}

/*# sourceMappingURL=winner.css.map */