
html, body, div, span, h2, p, a, ul, li, label, section {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

html {
  line-height: 1;
}
body { font-size: 42px; font-family: "SVN-PoppinsExtraBoldItalic"; }

ul {
  list-style: none;
}

main, section {
  display: block;
}

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

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

input,
label {
  line-height: inherit;
}

input,
label {
  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;
}

input:focus {
  outline: auto;
}

::-webkit-search-decoration {
  display: 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;
}

body {
  color: #000;
  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;
}

main {
  background: #FAE7CE;
}

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

.hidden {
  display: none;
}

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

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

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

  .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;
  }

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

.section-winner {
  padding-top: 50px;
  padding-bottom: 50px;
}
.section-winner .winner-title {
  font-weight: 600;
  font-size: 0.44rem;
  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: 10.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 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;
}

@media only screen and (max-width: 767.98px) {
  .section-winner {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .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.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: 55.5%;
  }
}
@media only screen and (max-width: 767.98px) {
  .detail-data .tel {
    padding: 0.32rem 0.16rem 0.32rem 0;
    width: 23%;
  }
}
@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);
}


@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
.loading-block {
  position: fixed;
  width: 100%;
  height: 100vh;
  z-index: 9999;
  background: rgba(255, 255, 255, 0.5);
  left: 0;
  top: 0;
  display: none;
}
.loading-block.is-show {
  display: block;
}
.loading-block .loading-icon {
  width: 2rem;
  height: 2rem;
  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% - 1rem);
  left: calc(50% - 1rem);
}
   
.margin-bottom-15{
     margin-bottom: 15px;
}
#canvas, .wrap-btn-download{
  display: none;
}
#svg-container{
  display: none;
}
 #png-container{
     display: none;
}
.img-responsive img{
  width: 100%;
}
.notice-download{
  margin: 15px  auto;
  font-size: 15px;
}
.wrap-btn-download{
  flex-direction: column;
}
.find-id{
  padding: 5px;
  font-size: 0.22rem;
}
.download-image-mobile{
  display: none;
}
.or{
  line-height: 2;
}
@media screen and (max-width: 767px) {
  #downloadPNG{
    display: none;
  }
  .download-image-mobile{
    display: block;
  }
  .or{
    text-align: center;
    display: block;
    margin: auto;
    padding-top: 15px;
  }
}
  
