@charset "UTF-8";
/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 5, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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;
}

/* line 22, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../compass.app/lib/ruby/compass_1.0/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 67, ../sass/screen.scss */
* {
  cursor: url(../images/cursor.png), auto;
}

/* line 70, ../sass/screen.scss */
html, body {
  font-family: "微軟正黑體";
  background-image: url(../images/bg.png);
  overflow: hidden;
}

@-webkit-keyframes bomb_rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-30deg);
  }
}
@-moz-keyframes bomb_rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-30deg);
  }
}
@-ms-keyframes bomb_rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-30deg);
  }
}
@keyframes bomb_rotate {
  0%, 100% {
    transform: rotate(0deg);
  }
  25% {
    transform: rotate(30deg);
  }
  75% {
    transform: rotate(-30deg);
  }
}
/* line 88, ../sass/screen.scss */
body.bomb-self:before {
  background-image: url(../images/bomb_self.png);
}
/* line 91, ../sass/screen.scss */
body.bomb-other:before {
  background-image: url(../images/bomb_other.png);
}
/* line 95, ../sass/screen.scss */
body.bomb-self:before, body.bomb-other:before {
  display: inline-block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  z-index: 1;
  transform-origin: 50% 0%;
  animation: bomb_rotate 2s infinite linear;
}

/* line 108, ../sass/screen.scss */
.tpl-data {
  display: none !important;
}

@-webkit-keyframes to_left {
  0% {
    left: 0;
  }
  100% {
    left: -126px;
  }
}
@-moz-keyframes to_left {
  0% {
    left: 0;
  }
  100% {
    left: -126px;
  }
}
@-ms-keyframes to_left {
  0% {
    left: 0;
  }
  100% {
    left: -126px;
  }
}
@keyframes to_left {
  0% {
    left: 0;
  }
  100% {
    left: -126px;
  }
}
@-webkit-keyframes warning {
  0% {
    background: #ff6666;
  }
  100% {
    background-color: #ff9999;
  }
}
@-moz-keyframes warning {
  0% {
    background: #ff6666;
  }
  100% {
    background-color: #ff9999;
  }
}
@-ms-keyframes warning {
  0% {
    background: #ff6666;
  }
  100% {
    background-color: #ff9999;
  }
}
@keyframes warning {
  0% {
    background: #ff6666;
  }
  100% {
    background-color: #ff9999;
  }
}
@-webkit-keyframes font_color_flip {
  0%, 50% {
    color: gold;
  }
  51%, 100% {
    color: #FFC;
  }
}
@-moz-keyframes font_color_flip {
  0%, 50% {
    color: gold;
  }
  51%, 100% {
    color: #FFC;
  }
}
@-ms-keyframes font_color_flip {
  0%, 50% {
    color: gold;
  }
  51%, 100% {
    color: #FFC;
  }
}
@keyframes font_color_flip {
  0%, 50% {
    color: gold;
  }
  51%, 100% {
    color: #FFC;
  }
}
@-webkit-keyframes slogan1 {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  0%,20%,40%,60%,80%,100% {
    color: white;
  }
  10%,30%,50%,70%,90% {
    color: gold;
  }
}
@-moz-keyframes slogan1 {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  0%,20%,40%,60%,80%,100% {
    color: white;
  }
  10%,30%,50%,70%,90% {
    color: gold;
  }
}
@-ms-keyframes slogan1 {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  0%,20%,40%,60%,80%,100% {
    color: white;
  }
  10%,30%,50%,70%,90% {
    color: gold;
  }
}
@keyframes slogan1 {
  0%,100% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  0%,20%,40%,60%,80%,100% {
    color: white;
  }
  10%,30%,50%,70%,90% {
    color: gold;
  }
}
@-webkit-keyframes slogan2 {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  0%,20%,40%,60%,80%,100% {
    color: white;
  }
  10%,30%,50%,70%,90% {
    color: gold;
  }
}
@-moz-keyframes slogan2 {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  0%,20%,40%,60%,80%,100% {
    color: white;
  }
  10%,30%,50%,70%,90% {
    color: gold;
  }
}
@-ms-keyframes slogan2 {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  0%,20%,40%,60%,80%,100% {
    color: white;
  }
  10%,30%,50%,70%,90% {
    color: gold;
  }
}
@keyframes slogan2 {
  0%,100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  0%,20%,40%,60%,80%,100% {
    color: white;
  }
  10%,30%,50%,70%,90% {
    color: gold;
  }
}
@-webkit-keyframes slogan3 {
  0%,100% {
    transform: rotateX(-10deg) rotateY(10deg) rotate(5deg);
  }
  50% {
    transform: rotateX(-10deg) rotateY(20deg) rotate(-15deg);
  }
  0%,20%,40%,60%,80%,100% {
    color: yellow;
  }
  10%,30%,50%,70%,90% {
    color: white;
  }
}
@-moz-keyframes slogan3 {
  0%,100% {
    transform: rotateX(-10deg) rotateY(10deg) rotate(5deg);
  }
  50% {
    transform: rotateX(-10deg) rotateY(20deg) rotate(-15deg);
  }
  0%,20%,40%,60%,80%,100% {
    color: yellow;
  }
  10%,30%,50%,70%,90% {
    color: white;
  }
}
@-ms-keyframes slogan3 {
  0%,100% {
    transform: rotateX(-10deg) rotateY(10deg) rotate(5deg);
  }
  50% {
    transform: rotateX(-10deg) rotateY(20deg) rotate(-15deg);
  }
  0%,20%,40%,60%,80%,100% {
    color: yellow;
  }
  10%,30%,50%,70%,90% {
    color: white;
  }
}
@keyframes slogan3 {
  0%,100% {
    transform: rotateX(-10deg) rotateY(10deg) rotate(5deg);
  }
  50% {
    transform: rotateX(-10deg) rotateY(20deg) rotate(-15deg);
  }
  0%,20%,40%,60%,80%,100% {
    color: yellow;
  }
  10%,30%,50%,70%,90% {
    color: white;
  }
}
@-webkit-keyframes slogan4 {
  0%,50%,100% {
    transform: translateX(0) rotateY(180deg);
  }
  25%,75% {
    transform: translateX(5px) rotateY(180deg);
  }
}
@-moz-keyframes slogan4 {
  0%,50%,100% {
    transform: translateX(0) rotateY(180deg);
  }
  25%,75% {
    transform: translateX(5px) rotateY(180deg);
  }
}
@-ms-keyframes slogan4 {
  0%,50%,100% {
    transform: translateX(0) rotateY(180deg);
  }
  25%,75% {
    transform: translateX(5px) rotateY(180deg);
  }
}
@keyframes slogan4 {
  0%,50%,100% {
    transform: translateX(0) rotateY(180deg);
  }
  25%,75% {
    transform: translateX(5px) rotateY(180deg);
  }
}
@-webkit-keyframes opacity_flip {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-moz-keyframes opacity_flip {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@-ms-keyframes opacity_flip {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
@keyframes opacity_flip {
  0%, 100% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
}
/* line 186, ../sass/screen.scss */
.container {
  position: relative;
  background-image: url(../images/bg.png);
  background-position: 0 60px;
  width: 1024px;
  height: 768px;
  overflow: hidden;
  box-shadow: 0 0 10px #541515;
}

/* line 195, ../sass/screen.scss */
.header {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  background-image: linear-gradient(180deg, #ff0e0a, #a30300);
  color: white;
  padding: 10px;
  text-align: center;
  font-size: 30px;
  box-shadow: 0 5px 5px rgba(84, 21, 21, 0.5);
  z-index: 100;
}
/* line 204, ../sass/screen.scss */
.header h2 {
  text-shadow: 0 -1px 0 black;
  letter-spacing: 3px;
}
/* line 208, ../sass/screen.scss */
.header h1 {
  animation-name: font_color_flip;
  animation-duration: 0.3s;
  font-size: 40px;
  margin: 10px;
  text-shadow: 0 0 5px orange, 1px 1px 0 black, -1px 1px 0 black, 1px -1px 0 black, -1px -1px 0 black;
}

/* line 218, ../sass/screen.scss */
.footer {
  position: absolute;
  bottom: 0px;
  width: 100%;
  height: 50px;
  background-color: #700200;
  background-size: contain;
  background-repeat: repeat-x;
  background-image: url(../images/bottom_bg.png);
  box-shadow: 0 5px 5px rgba(84, 21, 21, 0.5) inset;
  color: #333;
  padding: 8px;
  box-sizing: border-box;
  z-index: 100;
}

/* line 232, ../sass/screen.scss */
.toolbox {
  display: inline-block;
  width: 550px;
  transition: left 0.3s ease-in;
  position: relative;
  left: -480px;
  z-index: 103;
}
/* line 239, ../sass/screen.scss */
.toolbox.active {
  left: 0;
}
/* line 242, ../sass/screen.scss */
.toolbox li {
  transition: text-shadow 0.3s ease-out;
  display: inline-block;
  font-size: 36px;
  margin: 0 16px;
  text-shadow: 0 1px 0 white;
  position: relative;
}
/* line 249, ../sass/screen.scss */
.toolbox li:hover {
  top: -1px;
  text-shadow: 0 1px 0 white, 0 0 5px white, 0 0 5px white, 0 0 5px white;
}
/* line 253, ../sass/screen.scss */
.toolbox li i {
  line-height: 45px;
}
/* line 257, ../sass/screen.scss */
.toolbox .icon-arrow {
  transition: transform 0.3s cubic-bezier(0.95, 0.45, 0.38, 1.51), opacity 0.3s ease-in;
  transform: rotate(-180deg);
  transform-origin: 16px 18px;
  display: inline-block;
  opacity: 0.4;
}
/* line 263, ../sass/screen.scss */
.toolbox .icon-arrow:hover {
  opacity: 1;
  transform: rotate(0deg);
}
/* line 268, ../sass/screen.scss */
.toolbox.active .icon-arrow {
  transform: rotate(0deg);
}
/* line 270, ../sass/screen.scss */
.toolbox.active .icon-arrow:hover {
  transform: rotate(180deg);
}
/* line 274, ../sass/screen.scss */
.toolbox label {
  transition: opacity 0.3s ease-in 0.2s;
  display: inline-block;
  position: absolute;
  color: brown;
  font-size: 16px;
  width: 80px;
  text-shadow: none;
  left: 50%;
  top: -30px;
  margin-left: -40px;
  text-align: center;
  background: rgba(255, 255, 204, 0.8);
  padding: 3px;
  border: 1px solid black;
  box-shadow: 0 0 3px gray;
  border-radius: 5px;
  opacity: 0;
}
/* line 293, ../sass/screen.scss */
.toolbox .btn:hover label {
  opacity: 1;
}

/* line 297, ../sass/screen.scss */
.page-container {
  overflow: auto;
  height: 610px;
}

/* line 301, ../sass/screen.scss */
.page {
  transition: opacity 0.5s ease-in, filter 0.5s ease-in;
  color: white;
  position: static;
  left: auto;
  top: auto;
  opacity: 1;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
/* line 309, ../sass/screen.scss */
.page.inactive {
  opacity: 0;
  position: absolute;
  left: -2048px;
  top: -2147483647px;
}
/* line 314, ../sass/screen.scss */
.page.inactive button {
  display: none;
}
/* line 318, ../sass/screen.scss */
.page h3 {
  text-align: center;
  font-size: 24px;
  letter-spacing: 3px;
  padding: 20px;
}

/* line 325, ../sass/screen.scss */
.user-item {
  overflow: hidden;
  *zoom: 1;
  border: 1px solid red;
  width: 80%;
  margin: 0 auto;
  font-size: 24px;
}

/* line 332, ../sass/screen.scss */
.gift-list {
  overflow: auto;
  height: 520px;
}

/* line 336, ../sass/screen.scss */
.gift-page {
  background-color: #570100;
  background-image: linear-gradient(90deg, #570100 40%, #470100);
  box-shadow: 0 0 10px #3d0100 inset;
  color: white;
  width: 500px;
  height: 608px;
  position: absolute;
  z-index: 10;
  padding: 5px;
  box-sizing: border-box;
  top: 110px;
  left: -500px;
}
/* line 349, ../sass/screen.scss */
.gift-page.active {
  left: 0;
}
/* line 352, ../sass/screen.scss */
.gift-page:after {
  content: ' ';
  position: absolute;
  background-image: linear-gradient(90deg, #541515 0%, rgba(0, 0, 0, 0) 100%);
  width: 5px;
  height: 100%;
  right: -5px;
  top: 0;
}
/* line 360, ../sass/screen.scss */
.gift-page h3 {
  text-align: center;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), rgba(255, 14, 10, 0.6), rgba(0, 0, 0, 0));
  color: yellow;
  font-size: 20px;
  letter-spacing: 10px;
  border-top: 1px solid rgba(255, 51, 51, 0.5);
  border-bottom: 1px solid rgba(255, 51, 51, 0.5);
  padding: 5px;
  box-shadow: 0 4px 2px -2px black;
  margin-bottom: 5px;
}
/* line 372, ../sass/screen.scss */
.gift-page .btn-toggle, .gift-page .btn-add {
  color: orange;
  background-image: linear-gradient(180deg, #ff0e0a, #a30300);
  padding: 3px;
  border-radius: 5px;
  border: 1px solid black;
  text-shadow: 0 -1px 0 black;
}
/* line 375, ../sass/screen.scss */
.gift-page .btn-add {
  transition: color 0.3s ease-in, text-shadow 0.3s ease-in, opacity 0.1s ease-in;
  position: absolute;
  right: 36px;
  top: 6px;
  font-size: 20px;
  opacity: 0.6;
  color: #AAA;
  z-index: 2;
}
/* line 383, ../sass/screen.scss */
.gift-page .btn-add:hover {
  opacity: 1;
}
/* line 385, ../sass/screen.scss */
.gift-page .btn-add:hover .icon-add {
  color: white;
}
/* line 389, ../sass/screen.scss */
.gift-page .btn-add:after {
  display: inline-block;
  position: absolute;
  transition: opacity 0.1s ease-in;
  color: brown;
  font-size: 16px;
  width: 100px;
  right: -120px;
  top: 0px;
  text-align: center;
  background: rgba(255, 255, 204, 0.8);
  padding: 3px;
  border: 1px solid black;
  box-shadow: 0 0 3px gray;
  border-radius: 5px;
  content: '追加獎項';
  text-shadow: none;
  opacity: 0;
  visibility: hidden;
}
/* line 409, ../sass/screen.scss */
.gift-page .btn-add:hover:after {
  opacity: 1;
  visibility: visible;
}
/* line 413, ../sass/screen.scss */
.gift-page .btn-add .icon-add:before {
  content: '\e600';
  margin-right: -6px;
}
/* line 417, ../sass/screen.scss */
.gift-page .btn-add .icon-add:after {
  content: '+';
  text-shadow: 0 -1px 0 black, 2px 2px 0 red, -2px 2px 0 red, 2px -2px 0 red, -2px -2px 0 red, 2px 0 0 red, 0 2px 0 red, -2px 0 0 red, 0 -2px 0 red;
  position: relative;
  top: 4px;
  color: white;
}
/* line 425, ../sass/screen.scss */
.gift-page .btn-toggle {
  transition: color 0.3s ease-in, text-shadow 0.3s ease-in, opacity 0.1s ease-in;
  position: absolute;
  right: -45px;
  top: 4px;
  font-size: 36px;
}
/* line 430, ../sass/screen.scss */
.gift-page .btn-toggle:after {
  display: inline-block;
  position: absolute;
  transition: opacity 0.3s ease-in 0.2s;
  color: brown;
  font-size: 16px;
  width: 100px;
  right: -120px;
  top: 0px;
  text-align: center;
  background: rgba(255, 255, 204, 0.8);
  padding: 3px;
  border: 1px solid black;
  box-shadow: 0 0 3px gray;
  border-radius: 5px;
  opacity: 1;
}
/* line 447, ../sass/screen.scss */
.gift-page .btn-toggle:hover {
  color: white;
  text-shadow: 0 0 3px white;
}
/* line 450, ../sass/screen.scss */
.gift-page .btn-toggle:hover:after {
  text-shadow: none;
  content: '開始抽獎';
}
/* line 457, ../sass/screen.scss */
.gift-page.active .btn-toggle {
  opacity: 0.6;
  color: #AAA;
  right: 4px;
  font-size: 20px;
  top: 6px;
}
/* line 463, ../sass/screen.scss */
.gift-page.active .btn-toggle:hover {
  opacity: 1;
  color: white;
}
/* line 466, ../sass/screen.scss */
.gift-page.active .btn-toggle:hover:after {
  content: '關閉獎項清單';
}
/* line 470, ../sass/screen.scss */
.gift-page.active .btn-toggle:after {
  text-shadow: none;
}
/* line 474, ../sass/screen.scss */
.gift-page.active .icon-gift:before {
  content: '\e606';
}
/* line 477, ../sass/screen.scss */
.gift-page.active ~ .page, .gift-page.active ~ .summary-page {
  opacity: 0.4;
  filter: blur(3px);
}

/* line 483, ../sass/screen.scss */
.summary-page {
  transition: right 0.3s ease-in, opacity 0.5s ease-in, filter 0.5s ease-in;
  background: radial-gradient(#8a0000 4%, #5c0000 9%, rgba(102, 0, 0, 0) 9%) 0 0, radial-gradient(#8a0000 4%, #5c0000 8%, rgba(102, 0, 0, 0) 10%) 50px 50px, radial-gradient(rgba(153, 0, 0, 0.8) 20%, rgba(102, 0, 0, 0)) 50px 0, radial-gradient(rgba(153, 0, 0, 0.8) 20%, rgba(102, 0, 0, 0)) 0 50px, radial-gradient(#660000 35%, rgba(102, 0, 0, 0) 60%) 50px 0, radial-gradient(#660000 35%, rgba(102, 0, 0, 0) 60%) 100px 50px, radial-gradient(rgba(77, 0, 0, 0.7), rgba(102, 0, 0, 0)) 0 0, radial-gradient(rgba(77, 0, 0, 0.7), rgba(102, 0, 0, 0)) 50px 50px, linear-gradient(45deg, rgba(102, 0, 0, 0) 49%, #000000 50%, rgba(102, 0, 0, 0) 70%) 0 0, linear-gradient(-45deg, rgba(102, 0, 0, 0) 49%, #000000 50%, rgba(102, 0, 0, 0) 70%) 0 0;
  background-color: #300;
  background-size: 100px 100px;
  box-shadow: 0 0 10px #3d0100 inset;
  color: white;
  width: 970px;
  height: 608px;
  position: absolute;
  z-index: 3;
  padding: 5px;
  box-sizing: border-box;
  top: 110px;
  right: -970px;
}
/* line 510, ../sass/screen.scss */
.summary-page.ready .button-start, .summary-page.ready .button-start-all, .summary-page.active .button-start, .summary-page.active .button-start-all {
  display: block;
}
/* line 514, ../sass/screen.scss */
.summary-page.active {
  right: 0;
}
/* line 516, ../sass/screen.scss */
.summary-page.active ~ .page {
  opacity: 0;
}
/* line 521, ../sass/screen.scss */
.summary-page.ready .back-to-statics, .summary-page.done .back-to-statics {
  visibility: visible;
  left: -50px;
}
/* line 527, ../sass/screen.scss */
.summary-page.ready .summary-gift-count, .summary-page.ready .summary-gift-count-now, .summary-page.ready button {
  right: auto;
  -webkit-animation: to_left 0.3s steps(30, start) forwards;
  animation: to_left 0.3s steps(30, start) forwards;
  -webkit-animation-name: to_left;
  animation-name: to_left;
  -webkit-animation-duration: .3s;
  animation-duration: .3s;
}
/* line 539, ../sass/screen.scss */
.summary-page.done .summary-item.tr:only-child {
  display: block;
  width: 800px;
}
/* line 542, ../sass/screen.scss */
.summary-page.done .summary-item.tr:only-child .td {
  box-sizing: border-box;
  display: block;
  border-bottom: none;
  padding: 10px;
  font-size: 54px;
  width: 100%;
}
/* line 551, ../sass/screen.scss */
.summary-page.done .summary-item.tr:only-child.check .summary-name .summary-remove {
  top: auto;
}
/* line 555, ../sass/screen.scss */
.summary-page.done .summary-item.tr:only-child .summary-sn {
  font-size: 96px;
}
/* line 558, ../sass/screen.scss */
.summary-page.done .summary-item.tr:only-child .summary-name {
  font-size: 96px;
}
/* line 560, ../sass/screen.scss */
.summary-page.done .summary-item.tr:only-child .summary-name .summary-remove {
  top: 30px;
  z-index: 10;
}
/* line 565, ../sass/screen.scss */
.summary-page.done .summary-item.tr:only-child[data-gone-ok-msg]:after {
  content: attr(data-gone-ok-msg) " 可不在現場";
  z-index: 50;
  position: absolute;
  width: 90%;
  left: 0;
  top: 50%;
  margin: -0.5em 5% 0 5%;
  text-align: center;
  font-size: 72px;
  color: red;
  font-weight: bold;
  transform: rotate(10deg);
  -webkit-animation: opacity_flip 1s infinite;
  animation: opacity_flip 1s infinite;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
/* line 571, ../sass/screen.scss */
.summary-page.done .button-display {
  display: block;
}
/* line 574, ../sass/screen.scss */
.summary-page.done .button-start, .summary-page.done .button-start-all {
  display: none;
}
/* line 579, ../sass/screen.scss */
.summary-page .summary-item.tr[data-gone-ok-msg] {
  position: relative;
}
/* line 581, ../sass/screen.scss */
.summary-page .summary-item.tr[data-gone-ok-msg]:after {
  content: attr(data-gone-ok-msg) " 可不在現場";
  z-index: 50;
  position: absolute;
  width: 90%;
  left: 0;
  top: 50%;
  margin: -0.5em 5% 0 5%;
  text-align: center;
  font-size: 72px;
  color: red;
  font-weight: bold;
  transform: rotate(10deg);
  -webkit-animation: opacity_flip 1s infinite;
  animation: opacity_flip 1s infinite;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
  font-size: 3em;
}
/* line 588, ../sass/screen.scss */
.summary-page h3 {
  box-sizing: border-box;
  font-size: 30px;
  margin-right: 130px;
  padding: 10px;
  border-bottom: 1px solid rgba(255, 51, 51, 0.5);
  box-shadow: 0 4px 2px -2px black;
  letter-spacing: 8px;
  background-image: linear-gradient(90deg, #990000, rgba(255, 255, 255, 0));
}
/* line 598, ../sass/screen.scss */
.summary-page .summary-gift-count, .summary-page .summary-gift-count-now {
  width: 120px;
  height: 120px;
  position: absolute;
  right: 8px;
  border: 1px solid red;
  font-size: 20px;
  text-align: center;
  text-shadow: 0 -2px 0 red;
  border-radius: 0 0 16px 16px;
  background-image: linear-gradient(120deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.9));
}
/* line 608, ../sass/screen.scss */
.summary-page .summary-gift-count .count-title, .summary-page .summary-gift-count-now .count-title {
  box-sizing: border-box;
  padding: 5px;
  background-image: linear-gradient(0deg, #ff0000, #990000);
}
/* line 613, ../sass/screen.scss */
.summary-page .summary-gift-count em, .summary-page .summary-gift-count-now em {
  font-family: 'Fredoka One', cursive;
  font-size: 64px;
  line-height: 80px;
}
/* line 617, ../sass/screen.scss */
.summary-page .summary-gift-count em:after, .summary-page .summary-gift-count-now em:after {
  content: '人';
  font-size: 20px;
  position: absolute;
  color: #DDD;
  right: 4px;
  bottom: -22px;
}
/* line 626, ../sass/screen.scss */
.summary-page .summary-gift-count {
  top: 8px;
}
/* line 629, ../sass/screen.scss */
.summary-page .summary-gift-count-now {
  top: 136px;
}
/* line 632, ../sass/screen.scss */
.summary-page .back-to-statics {
  transition: left 0.3s ease-in, color 0.3s ease-in;
  visibility: hidden;
  position: absolute;
  left: 0px;
  top: calc( 50% + 12px );
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  text-decoration: none;
  outline: none;
  color: rgba(255, 255, 255, 0.6);
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
  font-size: 36px;
}
/* line 644, ../sass/screen.scss */
.summary-page .back-to-statics:hover {
  color: white;
}
/* line 648, ../sass/screen.scss */
.summary-page button {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  border: 1px solid black;
  width: 120px;
  display: none;
  text-align: center;
  border-radius: 12px;
  background-color: #FF0000;
  box-sizing: border-box;
  text-shadow: 0 -1px 0 black;
  color: #FFC;
  background-image: linear-gradient(180deg, rgba(235, 176, 176, 0.8), rgba(165, 42, 42, 0.4) 30%, rgba(165, 42, 42, 0.7));
  padding: 5px;
  box-shadow: -1px -1px 0 #FF0000 inset, 0 0 5px brown;
  position: absolute;
  right: 8px;
}
/* line 665, ../sass/screen.scss */
.summary-page button:active {
  bottom: 9px;
  background-image: linear-gradient(180deg, rgba(214, 95, 95, 0.5), rgba(165, 42, 42, 0.6) 30%, rgba(165, 42, 42, 0.3));
  box-shadow: -1px -1px 0 #FF0000 inset, 0 0 3px red;
}
/* line 670, ../sass/screen.scss */
.summary-page button:focus {
  outline: 0 !important;
}
/* line 673, ../sass/screen.scss */
.summary-page button:hover {
  box-shadow: 0 0 15px yellow;
  color: white;
}
/* line 677, ../sass/screen.scss */
.summary-page button.button-start {
  font-size: 40px;
  line-height: 40px;
  bottom: 72px;
}
/* line 682, ../sass/screen.scss */
.summary-page button.button-start-all {
  font-size: 24px;
  bottom: 16px;
}
/* line 685, ../sass/screen.scss */
.summary-page button.button-start-all.under-auto-draw .icon-quick-draw:before {
  content: "\f04c";
}
/* line 689, ../sass/screen.scss */
.summary-page button.button-display {
  font-size: 24px;
  bottom: 16px;
  z-index: 300;
}

/* line 697, ../sass/screen.scss */
.icon-start-draw:before {
  font-size: 1.6em;
}

/* line 701, ../sass/screen.scss */
.summary-list-outer {
  height: 555px;
  overflow: auto;
  margin-right: 136px;
}
/* line 704, ../sass/screen.scss */
.summary-list-outer .summary-list {
  transform: scale(1);
}

/* line 708, ../sass/screen.scss */
.summary-list.table {
  margin: 10px auto 0 auto;
}
/* line 710, ../sass/screen.scss */
.summary-list.table:empty:after {
  content: '尚未開始抽獎，請按 [開始] 進行抽獎';
  font-size: 30px;
  text-align: center;
  display: block;
  color: #AAA;
  letter-spacing: 5px;
  margin: 100px;
}
/* line 719, ../sass/screen.scss */
.summary-list.table .tr {
  position: relative;
}
/* line 722, ../sass/screen.scss */
.summary-list.table .tr.th .td {
  padding: 10px 0 10px 0;
  text-shadow: none;
  font-weight: normal;
}
/* line 727, ../sass/screen.scss */
.summary-list.table .td {
  padding: 24px 0;
  font-size: 36px;
  overflow: hidden;
}
/* line 732, ../sass/screen.scss */
.summary-list.table .tr:hover .summary-remove:after {
  opacity: 0.5;
}
/* line 736, ../sass/screen.scss */
.summary-list.table .tr.check .summary-name:after {
  box-sizing: border-box;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  -webkit-animation: warning 0.3s steps(3, start) infinite;
  animation: warning 0.3s steps(3, start) infinite;
  content: "如此一來這名同仁就只能領普獎，確定嗎？";
  color: black;
  font-size: 30px;
  line-height: 48px;
  z-index: 2;
}
/* line 749, ../sass/screen.scss */
.can-back .summary-list.table .tr.check .summary-name:after {
  content: "如此一來這名同仁的摸彩券將置回摸彩箱，確定嗎？";
}
/* line 753, ../sass/screen.scss */
.summary-list.table .tr.check .summary-name .summary-remove {
  opacity: 1;
  position: absolute;
  font-size: 24px;
  line-height: 32px;
  width: 64px;
  height: 32px;
  left: auto;
  top: auto;
  right: 5px;
  bottom: 5px !important;
  color: black;
  margin-bottom: 0px;
  z-index: 3;
}
/* line 763, ../sass/screen.scss */
.summary-list.table .tr.check .summary-name .summary-remove:after {
  opacity: 1;
  content: "\e60b";
}
/* line 767, ../sass/screen.scss */
.summary-list.table .tr.check .summary-name .summary-remove:hover:after {
  color: black;
}
/* line 771, ../sass/screen.scss */
.summary-list.table .tr.check .summary-cancel {
  display: block;
  color: black;
  position: absolute;
  font-size: 24px;
  line-height: 32px;
  width: 64px;
  height: 32px;
  right: 50px;
  bottom: 5px;
  z-index: 3;
}
/* line 780, ../sass/screen.scss */
.summary-list.table .tr.check .summary-cancel:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e606";
}
/* line 784, ../sass/screen.scss */
.summary-list.table .tr.check .summary-cancel:hover:after {
  text-shadow: 0 0 3px white;
}
/* line 789, ../sass/screen.scss */
.summary-list.table .summary-sn {
  font-size: 48px;
  position: relative;
  width: 160px;
  overflow: visible;
}
/* line 794, ../sass/screen.scss */
.summary-list.table .summary-sn:before {
  color: rgba(255, 255, 255, 0.3);
  content: attr(data-real-id);
  font-size: 24px;
  position: absolute;
  left: 0px;
  top: -3px;
}
/* line 802, ../sass/screen.scss */
.summary-list.table .summary-group {
  width: 300px;
  font-size: 30px;
}
/* line 806, ../sass/screen.scss */
.summary-list.table .summary-name {
  width: 240px;
  font-size: 50px;
}
/* line 809, ../sass/screen.scss */
.summary-list.table .summary-name .summary-remove {
  color: red;
  position: absolute;
  font-size: 24px;
  line-height: 32px;
  left: 0;
  top: 0;
  margin-bottom: -16px;
}
/* line 816, ../sass/screen.scss */
.summary-list.table .summary-name .summary-remove:after {
  opacity: 0;
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: '\e606';
}
/* line 821, ../sass/screen.scss */
.summary-list.table .summary-name .summary-remove:hover:after {
  opacity: 1;
  color: white;
  text-shadow: 0 0 3px white;
}
/* line 827, ../sass/screen.scss */
.summary-list.table .summary-name .summary-cancel {
  display: none;
}
/* line 831, ../sass/screen.scss */
.summary-list.table .summary-title {
  width: 150px;
  font-size: 30px;
  padding: 0 3px;
}

/* line 838, ../sass/screen.scss */
.main-page {
  overflow: hidden;
  height: 610px;
  background-image: url(../images/main_bg.png);
}

/* line 844, ../sass/screen.scss */
.gift-add {
  transition: left 0.3s ease-in;
  position: relative;
  margin-bottom: -45px;
  text-align: center;
  left: -1000px;
  background-color: #570100;
  z-index: 2;
}
/* line 852, ../sass/screen.scss */
.gift-add.active {
  left: 0;
}
/* line 854, ../sass/screen.scss */
.gift-add.active ~ .gift-search {
  opacity: 0;
}
/* line 858, ../sass/screen.scss */
.gift-add .gift-add-button, .gift-add .gift-cancel-button {
  color: orange;
  background-image: linear-gradient(180deg, #ff0e0a, #a30300);
  padding: 3px;
  border-radius: 5px;
  border: 1px solid black;
  text-shadow: 0 -1px 0 black;
  font-size: 24px;
}
/* line 862, ../sass/screen.scss */
.gift-add .gift-cancel-button {
  background-image: linear-gradient(180deg, #700200, #3d0100);
  color: #888;
}

/* line 867, ../sass/screen.scss */
.gift-search {
  transition: opacity 0.3s ease-in;
  box-sizing: border-box;
  padding: 5px;
  position: relative;
}
/* line 872, ../sass/screen.scss */
.gift-search:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 24px;
  content: '\e607';
  position: absolute;
  font-size: 24px;
  right: 16px;
  top: 10px;
  color: brown;
}

/* line 882, ../sass/screen.scss */
.gift-input {
  box-sizing: border-box;
  font-size: 24px;
  padding: 3px 5px;
  background: rgba(255, 0, 0, 0.1);
  border: 1px solid #e60000;
  border-radius: 12px;
  color: orange;
  font-family: "Fredoka One",cursive;
}
/* line 17, ../sass/screen.scss */
.gift-input::-webkit-input-placeholder {
  color: red;
  letter-spacing: 1px;
}
/* line 20, ../sass/screen.scss */
.gift-input:-moz-placeholder {
  color: red;
  letter-spacing: 1px;
}
/* line 23, ../sass/screen.scss */
.gift-input::-moz-placeholder {
  color: red;
  letter-spacing: 1px;
}
/* line 26, ../sass/screen.scss */
.gift-input:-ms-input-placeholder {
  color: red;
  letter-spacing: 1px;
}
/* line 895, ../sass/screen.scss */
.gift-input:focus {
  box-shadow: 0 0 5px gold;
}
/* line 898, ../sass/screen.scss */
.gift-input.gift-search-sn {
  width: 100%;
}
/* line 901, ../sass/screen.scss */
.gift-input.gift-add-title, .gift-input.gift-add-content {
  width: calc(49% - 110px);
}
/* line 904, ../sass/screen.scss */
.gift-input.gift-add-count {
  width: 80px;
}

/* line 908, ../sass/screen.scss */
.gift-item {
  overflow: hidden;
  *zoom: 1;
  border: 1px solid #bd0300;
  border-top-color: #3d0100;
  background-color: #a30300;
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
  position: relative;
  height: 60px;
  text-shadow: 0 -1px 0 black;
}
/* line 918, ../sass/screen.scss */
.gift-item:hover {
  background-color: #bd0300;
}
/* line 921, ../sass/screen.scss */
.gift-item div {
  float: left;
}
/* line 924, ../sass/screen.scss */
.gift-item.done {
  border: 1px solid #5a5a5a;
  border-top-color: #1a1a1a;
  background-color: #433;
}
/* line 929, ../sass/screen.scss */
.gift-item.done .gift-sn {
  background-color: rgba(255, 0, 0, 0.1);
}
/* line 932, ../sass/screen.scss */
.gift-item.done .gift-start {
  background: gray;
}
/* line 934, ../sass/screen.scss */
.gift-item.done .gift-start:before {
  content: '結果';
}
/* line 939, ../sass/screen.scss */
.gift-item.gift-bonus {
  display: none !important;
}
/* line 942, ../sass/screen.scss */
.gift-item.gift-show {
  display: block !important;
}

/* line 946, ../sass/screen.scss */
.gift-sn {
  box-sizing: border-box;
  width: 50px;
  height: 60px;
  line-height: 60px;
  padding: 3px 5px;
  background-color: rgba(255, 215, 0, 0.1);
  box-shadow: -3px 0 3px -3px black inset;
}

/* line 955, ../sass/screen.scss */
.gift-title {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  box-sizing: border-box;
  padding: 3px 50px 3px 3px;
  width: calc(100% - 50px);
  font-size: 24px;
  line-height: 32px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  box-shadow: 0 -1px 0px rgba(0, 0, 0, 0.5) inset;
}

/* line 965, ../sass/screen.scss */
.gift-content {
  white-space: nowrap;
  overflow: hidden;
  -ms-text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  color: #CCC;
  font-size: 16px;
  width: calc(100% - 50px);
}

/* line 971, ../sass/screen.scss */
.gift-start {
  transition: right 0.1s ease-in;
  box-sizing: border-box;
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  padding: 3px 5px;
  background-color: rgba(255, 0, 0, 0.9);
  box-shadow: 0 0 3px black inset;
  position: absolute;
  right: -60px;
  top: 0;
}
/* line 983, ../sass/screen.scss */
.gift-start:hover {
  text-shadow: 0 0 3px yellow, 0 -1px 0 black;
}
/* line 986, ../sass/screen.scss */
.gift-item:hover .gift-start {
  right: 0;
}
/* line 989, ../sass/screen.scss */
.gift-start:before {
  content: '載入';
}

/* line 993, ../sass/screen.scss */
.gift-count {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 2em;
  color: #AAA;
}

/* line 1000, ../sass/screen.scss */
.drawtype-item {
  margin: 5px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC4zIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmY3MjAwIi8+PC9yYWRpYWxHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
  background-size: 100%;
  background-image: -moz-radial-gradient(left top, rgba(255, 255, 255, 0.3), #ff7200);
  background-image: -webkit-radial-gradient(left top, rgba(255, 255, 255, 0.3), #ff7200);
  background-image: radial-gradient(left top, rgba(255, 255, 255, 0.3), #ff7200);
  box-sizing: border-box;
  border: 1px solid black;
  display: inline-block;
  background-color: #FF7200;
  width: 245px;
  height: 245px;
  position: relative;
  vertical-align: top;
  text-shadow: 0 -1px 0 black;
}
/* line 1014, ../sass/screen.scss */
.drawtype-item .drawtype-info {
  transition: opacity 0.3s ease-in;
  opacity: 0;
  box-sizing: border-box;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 32px;
  text-align: justify;
  line-height: 40px;
  background-color: rgba(0, 0, 0, 0.9);
  padding: 5px;
  z-index: 10;
}
/* line 1028, ../sass/screen.scss */
.drawtype-item.active {
  box-shadow: 0 0 0 5px red inset;
}
/* line 1030, ../sass/screen.scss */
.drawtype-item.active:after {
  content: 'NOW!!';
  position: absolute;
  left: 0px;
  top: 16px;
  font-size: 16px;
  text-align: center;
  text-shadow: 1px -1px 0 black;
  font-family: 'Fredoka One', cursive;
  color: white;
  float: left;
  transform: rotate(-45deg);
}
/* line 1041, ../sass/screen.scss */
.drawtype-item.active:before {
  content: ' ';
  position: absolute;
  left: 5px;
  top: 5px;
  background-image: linear-gradient(135deg, #ff0000 45%, rgba(0, 0, 0, 0) 45%);
  width: 60px;
  height: 60px;
}
/* line 1048, ../sass/screen.scss */
.drawtype-item:hover .drawtype-info {
  opacity: 1;
}
/* line 1051, ../sass/screen.scss */
.drawtype-item .drawtype-title {
  box-sizing: border-box;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 3px;
  font-size: 36px;
}

/* line 1060, ../sass/screen.scss */
.drawtype-icon {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 50%;
  top: 50%;
  margin-left: -90px;
  margin-top: -90px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.8;
}

/* line 1071, ../sass/screen.scss */
.table {
  display: table;
  margin: 0 auto;
}
/* line 1074, ../sass/screen.scss */
.table .tr {
  display: table-row;
}
/* line 1075, ../sass/screen.scss */
.table .tr.th .td {
  text-align: center;
  font-size: 16px;
}
/* line 1080, ../sass/screen.scss */
.table .tr:nth-child(2n+1) {
  color: white;
}
/* line 1083, ../sass/screen.scss */
.table .tr:nth-child(2n) {
  color: #FFC;
  background-color: rgba(84, 21, 21, 0.5);
}
/* line 1088, ../sass/screen.scss */
.table .tr:hover .icon-sms {
  opacity: 1;
}
/* line 1092, ../sass/screen.scss */
.table .tr .icon-sms {
  transition: opacity 0.3s ease-in;
  font-size: 2em;
  display: block;
  margin: 3px;
  text-shadow: 0 -1px 0 black;
  opacity: 0;
}
/* line 1099, ../sass/screen.scss */
.table .tr .icon-sms.sms-sent {
  color: gray;
  opacity: 0.5;
}
/* line 1103, ../sass/screen.scss */
.table .tr .icon-sms:hover {
  -webkit-animation: shake 0.3s ease-in infinite;
  animation: shake 0.3s ease-in infinite;
}
/* line 1108, ../sass/screen.scss */
.table .tr .icon-award {
  display: inline-block;
  margin: 5px 0.5em;
  border: 1px solid white;
  border-radius: 3px;
  padding: 1px;
}
/* line 1114, ../sass/screen.scss */
.table .tr .icon-award:before {
  opacity: 0.1;
}
/* line 1117, ../sass/screen.scss */
.table .tr .icon-award:hover:before, .table .tr .icon-award.half-active:before {
  opacity: 0.5;
}
/* line 1120, ../sass/screen.scss */
.table .tr .icon-award.active:before {
  opacity: 1;
}
/* line 1125, ../sass/screen.scss */
.table .td {
  display: table-cell;
  padding: 16px 2px;
  vertical-align: middle;
  width: 40px;
  border-bottom: 1px solid #FF0E0A;
  text-align: center;
}
/* line 1132, ../sass/screen.scss */
.table .td.user-id, .table .td.gift-result-id {
  font-size: 16px;
  color: white;
}
/* line 1136, ../sass/screen.scss */
.table .td.user-sn, .table .td.gift-result-sn, .table .td.ps-sn {
  width: 100px;
}
/* line 1141, ../sass/screen.scss */
.table .td.user-group, .table .td.gift-result-content {
  width: 180px;
  font-size: 20px;
}
/* line 1146, ../sass/screen.scss */
.table .td.user-name {
  width: 100px;
}
/* line 1149, ../sass/screen.scss */
.table .td.user-title {
  width: 140px;
  font-size: 20px;
}
/* line 1153, ../sass/screen.scss */
.table .td.user-receive {
  font-size: 16px;
  width: 160px;
}
/* line 1157, ../sass/screen.scss */
.table .td.gift-result-sn, .table .td.gift-result-id, .table .td.gift-result-content, .table .td.gift-result-count, .table .td.gift-result-who {
  vertical-align: top;
}
/* line 1165, ../sass/screen.scss */
.table .td.gift-result-who {
  box-sizing: border-box;
  text-align: left;
  font-size: 24px;
  line-height: 32px;
  width: 500px;
  padding-left: 20px;
}
/* line 1172, ../sass/screen.scss */
.table .td.gift-result-who .gift-result-who-list {
  list-style: inside decimal-leading-zero none;
}
/* line 1175, ../sass/screen.scss */
.table .td.gift-result-who .receiver {
  box-sizing: border-box;
  margin-left: 1em;
  padding: 0 5px;
}
/* line 1179, ../sass/screen.scss */
.table .td.gift-result-who .receiver:nth-child(even) {
  color: white;
}
/* line 1184, ../sass/screen.scss */
.table .td.ps-content {
  width: 300px;
  text-align: left;
}

/* line 1190, ../sass/screen.scss */
.gift-chart {
  overflow: auto;
  width: 480px;
  height: 600px;
  background: #EECCAA;
  color: black;
}
/* line 1191, ../sass/screen.scss */
.active .gift-chart {
  position: fixed;
  left: 520px;
  top: 115px;
}
/* line 1200, ../sass/screen.scss */
.gift-chart.inactive {
  background: none;
  height: 32px;
  width: 32px;
  left: 968px;
}
/* line 1204, ../sass/screen.scss */
.gift-chart.inactive h3, .gift-chart.inactive .gift-chart-reload, .gift-chart.inactive .gift-chart-switch-outer, .gift-chart.inactive .gift-chart-group-list {
  display: none;
}
/* line 1207, ../sass/screen.scss */
.gift-chart.inactive .gift-chart-expand {
  right: 0;
  top: 3px;
  font-size: 32px;
  line-height: 32px;
  color: white;
}
/* line 1212, ../sass/screen.scss */
.gift-chart.inactive .gift-chart-expand:before {
  content: "\e904";
}
/* line 1215, ../sass/screen.scss */
.gift-chart.inactive .gift-chart-expand:hover:before {
  color: yellow;
  text-shadow: 0 0 3px brown;
}
/* line 1221, ../sass/screen.scss */
.gift-chart h3 {
  font-weight: bold;
  letter-spacing: 5px;
}
/* line 1225, ../sass/screen.scss */
.gift-chart .gift-chart-switch-outer {
  text-align: right;
  margin-bottom: 1em;
}
/* line 1229, ../sass/screen.scss */
.gift-chart[data-focus="rate"] .gift-chart-switch-rate, .gift-chart[data-focus="count"] .gift-chart-switch-count {
  color: black;
}
/* line 1233, ../sass/screen.scss */
.gift-chart .gift-chart-switch {
  color: gray;
  display: inline-block;
  margin: 0 5px;
  padding: 0.2em;
  border-bottom: 1px dashed rgba(128, 128, 128, 0);
}
/* line 1239, ../sass/screen.scss */
.gift-chart .gift-chart-switch:hover {
  color: black;
}
/* line 1242, ../sass/screen.scss */
.gift-chart .gift-chart-switch:hover {
  border-bottom: 1px dashed gray;
}
/* line 1246, ../sass/screen.scss */
.gift-chart .gift-chart-group-list {
  display: table;
}
/* line 1249, ../sass/screen.scss */
.gift-chart .gift-chart-group-item {
  display: table-row;
}
/* line 1251, ../sass/screen.scss */
.gift-chart .gift-chart-group-item .gift-chart-group, .gift-chart .gift-chart-group-item .gift-chart-count, .gift-chart .gift-chart-group-item .gift-chart-bar {
  display: table-cell;
}
/* line 1254, ../sass/screen.scss */
.gift-chart .gift-chart-group-item .gift-chart-group {
  width: 10em;
  line-height: 1.4em;
  text-align: right;
}
/* line 1259, ../sass/screen.scss */
.gift-chart .gift-chart-group-item .gift-chart-count {
  width: 70px;
  text-align: center;
}
/* line 1263, ../sass/screen.scss */
.gift-chart .gift-chart-group-item .gift-chart-bar {
  width: 240px;
  position: relative;
}
/* line 1267, ../sass/screen.scss */
.gift-chart .gift-chart-group-item .gift-chart-bar-outer {
  overflow: hidden;
  *zoom: 1;
  display: inline-block;
  background: #FAA;
  height: 12px;
  width: 100%;
  box-sizing: border-box;
  border-radius: 10px;
}
/* line 1276, ../sass/screen.scss */
.gift-chart .gift-chart-group-item .gift-chart-bar-inner {
  float: left;
  width: 60%;
  border-radius: 10px;
  background: red;
  height: 12px;
}
/* line 1284, ../sass/screen.scss */
.gift-chart .gift-chart-btn {
  position: absolute;
  top: 1.5em;
  font-weight: bold;
  color: gray;
}
/* line 1289, ../sass/screen.scss */
.gift-chart .gift-chart-btn:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
}
/* line 1292, ../sass/screen.scss */
.gift-chart .gift-chart-btn:hover {
  color: black;
  text-shadow: 0 0 3px yellow;
}
/* line 1297, ../sass/screen.scss */
.gift-chart .gift-chart-reload {
  right: 3em;
}
/* line 1299, ../sass/screen.scss */
.gift-chart .gift-chart-reload:before {
  content: "\e903";
}
/* line 1303, ../sass/screen.scss */
.gift-chart .gift-chart-expand {
  right: 1em;
}
/* line 1305, ../sass/screen.scss */
.gift-chart .gift-chart-expand:before {
  content: "\e606";
}

/* line 1310, ../sass/screen.scss */
.ps-list {
  margin-bottom: 3em;
}

/* line 1313, ../sass/screen.scss */
.drawing-page {
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  position: relative;
  box-shadow: 0 1px 0 black;
  height: 608px;
  overflow: hidden;
}

/* line 1320, ../sass/screen.scss */
.real-id-tips {
  position: absolute;
  left: 54px;
  top: 0;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.3);
}

/* line 1326, ../sass/screen.scss */
.drawing-slogan {
  transform-type: preserve-3d;
  perspective: 1000px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 105;
}
/* line 1332, ../sass/screen.scss */
.drawing-slogan:before, .drawing-slogan:after {
  position: absolute;
  content: ' ';
  display: inline-block;
  text-align: center;
  width: auto;
  height: auto;
  font-size: 48px;
  padding: 10px;
  font-family: 'wt014';
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* line 1349, ../sass/screen.scss */
.draw-start ~ .drawing-slogan.slogan1:before, .draw-start ~ .drawing-slogan.slogan1:after {
  width: 300px;
  height: 50px;
  content: '選我！選我！';
}
/* line 1353, ../sass/screen.scss */
.draw-start ~ .drawing-slogan.slogan1:before {
  left: 30px;
  top: 70px;
  transform: rotate(-20deg);
  -webkit-animation-name: slogan1;
  animation-name: slogan1;
}
/* line 1359, ../sass/screen.scss */
.draw-start ~ .drawing-slogan.slogan1:after {
  left: 700px;
  top: 160px;
  transform: rotate(10deg);
  -webkit-animation-name: slogan2;
  animation-name: slogan2;
}
/* line 1367, ../sass/screen.scss */
.draw-done ~ .drawing-slogan.slogan1:before {
  width: 420px;
  height: 50px;
  left: 0;
  top: 545px;
  content: '✧*｡٩(ˊᗜˋ*)و✧*｡';
  text-shadow: 0 2px 0 black;
  -webkit-animation-name: slogan4;
  animation-name: slogan4;
}
/* line 1375, ../sass/screen.scss */
.draw-done ~ .drawing-slogan.slogan1:after {
  width: 70px;
  height: 300px;
  left: 60px;
  top: 220px;
  text-align: center;
  word-break: break-all;
  font-size: 64px;
  content: '恭喜中獎!!';
  transform-origin: 50% 100%;
  text-shadow: 1px 1px 0 #FF0E0A, -1px 1px 0 #FF0E0A, 1px -1px 0 #FF0E0A, -1px -1px 0 #FF0E0A;
  -webkit-animation-name: slogan3;
  animation-name: slogan3;
}

/* line 1394, ../sass/screen.scss */
.gone-ok-msg {
  z-index: 50;
  position: absolute;
  width: 90%;
  left: 0;
  top: 50%;
  margin: -0.5em 5% 0 5%;
  text-align: center;
  font-size: 72px;
  color: red;
  font-weight: bold;
  transform: rotate(10deg);
  -webkit-animation: opacity_flip 1s infinite;
  animation: opacity_flip 1s infinite;
  text-shadow: 0 0 10px white, 0 0 10px white, 0 0 10px white;
}
/* line 1396, ../sass/screen.scss */
.gone-ok-msg:empty {
  display: none;
}
/* line 1399, ../sass/screen.scss */
.gone-ok-msg:after {
  content: ' 可不在現場！';
}

/* line 1404, ../sass/screen.scss */
.drawmode-basic {
  text-align: center;
  font-size: 96px;
  text-shadow: 0 -2px 0 black;
}
/* line 1408, ../sass/screen.scss */
.drawmode-basic.draw-start .drawmode-group, .drawmode-basic.draw-start .drawmode-name, .drawmode-basic.draw-done .drawmode-inputSn, .drawmode-basic.draw-done .drawmode-stop {
  display: none;
}
/* line 1414, ../sass/screen.scss */
.drawmode-basic.draw-start .drawmode-sn {
  font-size: 128px;
}
/* line 1417, ../sass/screen.scss */
.drawmode-basic.draw-done h3 {
  visibility: hidden;
}
/* line 1420, ../sass/screen.scss */
.drawmode-basic .drawmode-inputSn {
  font-size: 64px;
  width: 4em;
  border-radius: 20px;
  margin: 3px;
}
/* line 1426, ../sass/screen.scss */
.drawmode-basic .drawmode-stop {
  font-size: 64px;
  border-radius: 20px;
  text-shadow: 0 -1px 0 black;
  color: #666;
}
/* line 1433, ../sass/screen.scss */
.drawmode-basic .drawmode-group[data-group-length="11"], .drawmode-basic .drawmode-group[data-group-length="12"] {
  font-size: 85px;
}

@-webkit-keyframes start-rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@-moz-keyframes start-rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@-ms-keyframes start-rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@keyframes start-rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@-webkit-keyframes start-rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@-moz-keyframes start-rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@-ms-keyframes start-rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@keyframes start-rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@-webkit-keyframes rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@-moz-keyframes rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@-ms-keyframes rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@keyframes rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@-webkit-keyframes rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@-moz-keyframes rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@-ms-keyframes rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@keyframes rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@-webkit-keyframes end-rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@-moz-keyframes end-rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@-ms-keyframes end-rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@keyframes end-rotateSlot1 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 38400px;
  }
}
@-webkit-keyframes end-rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@-moz-keyframes end-rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@-ms-keyframes end-rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@keyframes end-rotateSlot2 {
  0% {
    background-position: 0 0;
  }
  100% {
    background-position: 0 -38400px;
  }
}
@-webkit-keyframes slots-bar-init {
  0%, 100% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(35deg);
  }
}
@-moz-keyframes slots-bar-init {
  0%, 100% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(35deg);
  }
}
@-ms-keyframes slots-bar-init {
  0%, 100% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(35deg);
  }
}
@keyframes slots-bar-init {
  0%, 100% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(35deg);
  }
}
@-webkit-keyframes slots-bar {
  0%, 100% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(-30deg);
  }
}
@-moz-keyframes slots-bar {
  0%, 100% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(-30deg);
  }
}
@-ms-keyframes slots-bar {
  0%, 100% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(-30deg);
  }
}
@keyframes slots-bar {
  0%, 100% {
    transform: rotateX(30deg);
  }
  50% {
    transform: rotateX(-30deg);
  }
}
@-webkit-keyframes shake {
  0%, 50%, 100% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
}
@-moz-keyframes shake {
  0%, 50%, 100% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
}
@-ms-keyframes shake {
  0%, 50%, 100% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
}
@keyframes shake {
  0%, 50%, 100% {
    transform: translateX(0px);
  }
  25% {
    transform: translateX(10px);
  }
  75% {
    transform: translateX(-10px);
  }
}
/* line 1560, ../sass/screen.scss */
.drawmode-slots {
  position: relative;
  transition: transform ease-in 0.3s;
  transform: scale(0.9) translateY(-20px);
}
/* line 1564, ../sass/screen.scss */
.drawmode-slots .slots-machine {
  padding: 30px;
  background: white;
  background-image: linear-gradient(0deg, #541515, #ffd700 70%, #ffffcc, #ffd700);
  border: 2px solid brown;
  border-radius: 40px;
  box-shadow: 0 0 5px #700200 inset;
  border-bottom: 1px solid orange;
  text-align: center;
  margin: 50px 20px;
  transform: scale(0.9) translateY(-50px);
  z-index: 3;
}
/* line 1577, ../sass/screen.scss */
.drawmode-slots .slot-outer {
  display: inline-block;
  width: 150px;
  height: 160px;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
/* line 1584, ../sass/screen.scss */
.drawmode-slots .slot-outer:after {
  content: ' ';
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: 0 30px 30px -30px yellow inset, 0 -30px 30px -30px brown inset, 0 0 15px gray inset, 0 0 15px gray inset;
  border: 1px solid black;
  box-sizing: border-box;
  border-radius: 5px;
}
/* line 1595, ../sass/screen.scss */
.drawmode-slots .slot-outer:before {
  content: ' ';
  width: 10px;
  height: 10px;
  transform: rotate(45deg);
  background: #C89806;
  border: 1px solid black;
  position: absolute;
  z-index: 2;
  left: -5px;
  top: 50%;
}
/* line 1607, ../sass/screen.scss */
.drawmode-slots .slot {
  transition: transform 0.5s linear;
  display-inline: block;
  width: 150px;
  height: 1920px;
  background-image: url(../images/number.png);
  background-repeat: repeat-y;
}
/* line 1520, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-start, .drawmode-slots .slot-outer:nth-child(even) .slot.slot-turbo, .drawmode-slots .slot-outer:nth-child(even) .slot.slot-end {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* line 1526, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-start {
  -webkit-animation-name: start-rotateSlot1;
  animation-name: start-rotateSlot1;
  -webkit-animation-timing-function: cubic-bezier(0.78, -0.05, 0.61, 1.23);
  animation-timing-function: cubic-bezier(0.78, -0.05, 0.61, 1.23);
}
/* line 1532, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-turbo {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotateSlot1;
  animation-name: rotateSlot1;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* line 1540, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-end {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: end-rotateSlot1;
  animation-name: end-rotateSlot1;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1.012);
  animation-timing-function: cubic-bezier(0, 1, 0, 1.012);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-7 {
  transform: translateY(0px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-8 {
  transform: translateY(-160px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-9 {
  transform: translateY(-320px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-0 {
  transform: translateY(-480px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-1 {
  transform: translateY(-640px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-2 {
  transform: translateY(-800px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-3 {
  transform: translateY(-960px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-4 {
  transform: translateY(-1120px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-5 {
  transform: translateY(-1280px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-6 {
  transform: translateY(-1440px);
}
/* line 1553, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-v {
  transform: translateY(-1600px);
}
/* line 1556, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(even) .slot.slot-z {
  transform: translateY(-1760px);
}
/* line 1520, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-start, .drawmode-slots .slot-outer:nth-child(odd) .slot.slot-turbo, .drawmode-slots .slot-outer:nth-child(odd) .slot.slot-end {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
}
/* line 1526, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-start {
  -webkit-animation-name: start-rotateSlot2;
  animation-name: start-rotateSlot2;
  -webkit-animation-timing-function: cubic-bezier(0.78, -0.05, 0.61, 1.23);
  animation-timing-function: cubic-bezier(0.78, -0.05, 0.61, 1.23);
}
/* line 1532, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-turbo {
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: rotateSlot2;
  animation-name: rotateSlot2;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}
/* line 1540, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-end {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: end-rotateSlot2;
  animation-name: end-rotateSlot2;
  -webkit-animation-timing-function: cubic-bezier(0, 1, 0, 1.012);
  animation-timing-function: cubic-bezier(0, 1, 0, 1.012);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-7 {
  transform: translateY(0px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-8 {
  transform: translateY(-160px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-9 {
  transform: translateY(-320px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-0 {
  transform: translateY(-480px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-1 {
  transform: translateY(-640px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-2 {
  transform: translateY(-800px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-3 {
  transform: translateY(-960px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-4 {
  transform: translateY(-1120px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-5 {
  transform: translateY(-1280px);
}
/* line 1549, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-6 {
  transform: translateY(-1440px);
}
/* line 1553, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-v {
  transform: translateY(-1600px);
}
/* line 1556, ../sass/screen.scss */
.drawmode-slots .slot-outer:nth-child(odd) .slot.slot-z {
  transform: translateY(-1760px);
}
/* line 1621, ../sass/screen.scss */
.drawmode-slots .drawmode-name {
  font-size: 96px;
}
/* line 1624, ../sass/screen.scss */
.drawmode-slots .drawmode-group {
  font-size: 96px;
}
/* line 1626, ../sass/screen.scss */
.drawmode-slots .drawmode-group[data-group-length="8"] {
  font-size: 85px;
}
/* line 1629, ../sass/screen.scss */
.drawmode-slots .drawmode-group[data-group-length="9"] {
  font-size: 75px;
}
/* line 1632, ../sass/screen.scss */
.drawmode-slots .drawmode-group[data-group-length="10"] {
  font-size: 66px;
}
/* line 1635, ../sass/screen.scss */
.drawmode-slots .drawmode-group[data-group-length="11"] {
  font-size: 60px;
}
/* line 1638, ../sass/screen.scss */
.drawmode-slots .drawmode-group[data-group-length="12"] {
  font-size: 55px;
}
/* line 1642, ../sass/screen.scss */
.drawmode-slots .slots-bar {
  transition: transform 0.3s ease-in;
  position: absolute;
  box-sizing: border-box;
  width: 60px;
  height: 350px;
  right: 75px;
  bottom: 0;
  padding: 30px;
  background-image: linear-gradient(0deg, #541515, #ffa500 90%, #a52a2a, #ffa500);
  border: 2px solid brown;
  border-radius: 20px;
  box-shadow: 0 0 5px #700200 inset, -5px 0 5px rgba(0, 0, 0, 0.7);
  border-bottom: 1px solid orange;
  text-align: center;
  line-height: 128px;
  transform-origin: center 0;
  transform: translateX(-20px);
  z-index: 1;
  transform-type: preserve-3d;
  perspective: 1000px;
}
/* line 1664, ../sass/screen.scss */
.drawmode-slots .slots-bar-inner {
  width: 20px;
  height: 100%;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8));
  box-shadow: 0 0 5px orange, 0 0 5px gold inset, 5px 5px 5px brown inset;
  position: relative;
  left: -10px;
  border-radius: 20px;
}
/* line 1673, ../sass/screen.scss */
.drawmode-slots .slots-bar-button {
  transition: transform 0.3s ease-in;
  transform-origin: center center -250px;
  transform: rotateX(30deg);
  font-size: 60px;
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -30px;
  background-image: linear-gradient(0deg, #ff0000, #ffa500);
  width: 100px;
  height: 60px;
  line-height: 60px;
  text-shadow: 0 1px 0 black;
  color: gold;
  border-radius: 5px;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.6) inset, 0 0 5px rgba(0, 0, 0, 0.6);
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-name: slots-bar-init;
  animation-name: slots-bar-init;
}
/* line 1698, ../sass/screen.scss */
.drawmode-slots .slots-bar-button:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: '\e608';
}
/* line 1703, ../sass/screen.scss */
.drawmode-slots.draw-running .slots-bar-button {
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-name: slots-bar;
  animation-name: slots-bar;
}
/* line 1709, ../sass/screen.scss */
.drawmode-slots .slots-result {
  transition: transform 0.3s ease-in;
  position: relative;
  box-sizing: border-box;
  width: 750px;
  height: 350px;
  margin: -120px auto;
  padding: 30px;
  background-image: linear-gradient(0deg, #541515, #ffa500 90%, #a52a2a, #ffa500);
  border: 2px solid brown;
  border-radius: 20px;
  box-shadow: 0 0 5px #700200 inset;
  border-bottom: 1px solid orange;
  text-align: center;
  line-height: 128px;
  transform-origin: center 0;
  transform: translateX(-20px);
}
/* line 1728, ../sass/screen.scss */
.drawmode-slots .slots-result-inner {
  border-radius: 20px;
  height: 290px;
  box-shadow: 0 0 5px orange, 0 0 5px gold inset, 5px 5px 5px brown inset;
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.8));
}
/* line 1735, ../sass/screen.scss */
.drawmode-slots .slots-result:before, .drawmode-slots .slots-result:after, .drawmode-slots .slots-result-inner:before, .drawmode-slots .slots-result-inner:after {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  position: absolute;
  bottom: -20px;
  content: '\e60c';
  color: #ccac00;
  font-size: 50px;
  text-shadow: 2px 2px 2px black, 1px 1px 0 black, 1px -1px 0 black, -1px 1px 0 black, -1px -1px 0 black;
}
/* line 1749, ../sass/screen.scss */
.drawmode-slots .slots-result:before, .drawmode-slots .slots-result-inner:before {
  left: 20px;
}
/* line 1752, ../sass/screen.scss */
.drawmode-slots .slots-result:after, .drawmode-slots .slots-result-inner:after {
  right: 20px;
}
/* line 1757, ../sass/screen.scss */
.drawmode-slots .slots-result:before, .drawmode-slots .slots-result:after {
  bottom: auto;
  top: -20px;
}
/* line 1763, ../sass/screen.scss */
.drawmode-slots.draw-start ~ .drawing-slogan:before {
  left: 0px;
  top: 500px;
}
/* line 1766, ../sass/screen.scss */
.drawmode-slots.draw-start ~ .drawing-slogan:after {
  top: 520px;
}

@-webkit-keyframes gua_flip1 {
  0%, 20%, 40%, 60%, 100% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-300px) rotateZ(40deg) scale(0.8);
  }
  30% {
    transform: translateX(120px) translateY(-200px) rotateZ(-40deg) scale(0.6);
  }
  50% {
    transform: translateY(-100px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  70% {
    transform: translateX(320px) translateY(-100px) rotateZ(-200deg) scale(0.6);
  }
  80% {
    transform: translateY(300px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  90% {
    transform: translateY(-200px) rotateZ(-180deg) scale(0.6);
  }
}
@-moz-keyframes gua_flip1 {
  0%, 20%, 40%, 60%, 100% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-300px) rotateZ(40deg) scale(0.8);
  }
  30% {
    transform: translateX(120px) translateY(-200px) rotateZ(-40deg) scale(0.6);
  }
  50% {
    transform: translateY(-100px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  70% {
    transform: translateX(320px) translateY(-100px) rotateZ(-200deg) scale(0.6);
  }
  80% {
    transform: translateY(300px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  90% {
    transform: translateY(-200px) rotateZ(-180deg) scale(0.6);
  }
}
@-ms-keyframes gua_flip1 {
  0%, 20%, 40%, 60%, 100% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-300px) rotateZ(40deg) scale(0.8);
  }
  30% {
    transform: translateX(120px) translateY(-200px) rotateZ(-40deg) scale(0.6);
  }
  50% {
    transform: translateY(-100px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  70% {
    transform: translateX(320px) translateY(-100px) rotateZ(-200deg) scale(0.6);
  }
  80% {
    transform: translateY(300px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  90% {
    transform: translateY(-200px) rotateZ(-180deg) scale(0.6);
  }
}
@keyframes gua_flip1 {
  0%, 20%, 40%, 60%, 100% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-300px) rotateZ(40deg) scale(0.8);
  }
  30% {
    transform: translateX(120px) translateY(-200px) rotateZ(-40deg) scale(0.6);
  }
  50% {
    transform: translateY(-100px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  70% {
    transform: translateX(320px) translateY(-100px) rotateZ(-200deg) scale(0.6);
  }
  80% {
    transform: translateY(300px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  90% {
    transform: translateY(-200px) rotateZ(-180deg) scale(0.6);
  }
}
@-webkit-keyframes gua_flip2 {
  0%, 10%, 30%, 50%, 70%, 90% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  5% {
    transform: translateY(-100px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  20% {
    transform: translateY(-200px) rotateZ(-180deg) scale(0.3);
  }
  60% {
    transform: translateX(120px) translateY(-200px) rotateZ(-40deg) scale(0.6);
  }
  40% {
    transform: translateX(320px) translateY(-100px) rotateZ(-200deg) scale(0.6);
  }
  80% {
    transform: translateX(-300px) rotateZ(40deg) scale(0.4);
  }
  100% {
    transform: translateY(300px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
}
@-moz-keyframes gua_flip2 {
  0%, 10%, 30%, 50%, 70%, 90% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  5% {
    transform: translateY(-100px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  20% {
    transform: translateY(-200px) rotateZ(-180deg) scale(0.3);
  }
  60% {
    transform: translateX(120px) translateY(-200px) rotateZ(-40deg) scale(0.6);
  }
  40% {
    transform: translateX(320px) translateY(-100px) rotateZ(-200deg) scale(0.6);
  }
  80% {
    transform: translateX(-300px) rotateZ(40deg) scale(0.4);
  }
  100% {
    transform: translateY(300px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
}
@-ms-keyframes gua_flip2 {
  0%, 10%, 30%, 50%, 70%, 90% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  5% {
    transform: translateY(-100px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  20% {
    transform: translateY(-200px) rotateZ(-180deg) scale(0.3);
  }
  60% {
    transform: translateX(120px) translateY(-200px) rotateZ(-40deg) scale(0.6);
  }
  40% {
    transform: translateX(320px) translateY(-100px) rotateZ(-200deg) scale(0.6);
  }
  80% {
    transform: translateX(-300px) rotateZ(40deg) scale(0.4);
  }
  100% {
    transform: translateY(300px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
}
@keyframes gua_flip2 {
  0%, 10%, 30%, 50%, 70%, 90% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  5% {
    transform: translateY(-100px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
  20% {
    transform: translateY(-200px) rotateZ(-180deg) scale(0.3);
  }
  60% {
    transform: translateX(120px) translateY(-200px) rotateZ(-40deg) scale(0.6);
  }
  40% {
    transform: translateX(320px) translateY(-100px) rotateZ(-200deg) scale(0.6);
  }
  80% {
    transform: translateX(-300px) rotateZ(40deg) scale(0.4);
  }
  100% {
    transform: translateY(300px) translateX(-100px) rotateZ(180deg) scale(0.5);
  }
}
@-webkit-keyframes gua_flip3 {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-400px) rotateZ(40deg) scale(0.3);
  }
  30% {
    transform: translateX(-200px) rotateZ(30deg) scale(0.3);
  }
  50% {
    transform: translateX(0px) rotateZ(10deg) scale(0.4);
  }
  70% {
    transform: translateX(200px) rotateZ(50deg) scale(0.5);
  }
  90% {
    transform: translateX(400px) rotateZ(40deg) scale(0.2);
  }
}
@-moz-keyframes gua_flip3 {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-400px) rotateZ(40deg) scale(0.3);
  }
  30% {
    transform: translateX(-200px) rotateZ(30deg) scale(0.3);
  }
  50% {
    transform: translateX(0px) rotateZ(10deg) scale(0.4);
  }
  70% {
    transform: translateX(200px) rotateZ(50deg) scale(0.5);
  }
  90% {
    transform: translateX(400px) rotateZ(40deg) scale(0.2);
  }
}
@-ms-keyframes gua_flip3 {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-400px) rotateZ(40deg) scale(0.3);
  }
  30% {
    transform: translateX(-200px) rotateZ(30deg) scale(0.3);
  }
  50% {
    transform: translateX(0px) rotateZ(10deg) scale(0.4);
  }
  70% {
    transform: translateX(200px) rotateZ(50deg) scale(0.5);
  }
  90% {
    transform: translateX(400px) rotateZ(40deg) scale(0.2);
  }
}
@keyframes gua_flip3 {
  0%, 20%, 40%, 60%, 80%, 100% {
    transform: translateY(300px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-400px) rotateZ(40deg) scale(0.3);
  }
  30% {
    transform: translateX(-200px) rotateZ(30deg) scale(0.3);
  }
  50% {
    transform: translateX(0px) rotateZ(10deg) scale(0.4);
  }
  70% {
    transform: translateX(200px) rotateZ(50deg) scale(0.5);
  }
  90% {
    transform: translateX(400px) rotateZ(40deg) scale(0.2);
  }
}
@-webkit-keyframes gua_flip4 {
  0% {
    transform: translateX(-400px) translateY(200px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-400px) rotateZ(-40deg) scale(0.3);
  }
  20% {
    transform: translateX(-300px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  30% {
    transform: translateX(-200px) rotateZ(-30deg) scale(0.3);
  }
  40% {
    transform: translateX(-100px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  50% {
    transform: translateX(0px) rotateZ(-10deg) scale(0.4);
  }
  60% {
    transform: translateX(100px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  70% {
    transform: translateX(200px) rotateZ(-50deg) scale(0.5);
  }
  80% {
    transform: translateX(300px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  90% {
    transform: translateX(400px) rotateZ(-40deg) scale(0.2);
  }
  100% {
    transform: translateX(400px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
}
@-moz-keyframes gua_flip4 {
  0% {
    transform: translateX(-400px) translateY(200px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-400px) rotateZ(-40deg) scale(0.3);
  }
  20% {
    transform: translateX(-300px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  30% {
    transform: translateX(-200px) rotateZ(-30deg) scale(0.3);
  }
  40% {
    transform: translateX(-100px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  50% {
    transform: translateX(0px) rotateZ(-10deg) scale(0.4);
  }
  60% {
    transform: translateX(100px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  70% {
    transform: translateX(200px) rotateZ(-50deg) scale(0.5);
  }
  80% {
    transform: translateX(300px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  90% {
    transform: translateX(400px) rotateZ(-40deg) scale(0.2);
  }
  100% {
    transform: translateX(400px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
}
@-ms-keyframes gua_flip4 {
  0% {
    transform: translateX(-400px) translateY(200px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-400px) rotateZ(-40deg) scale(0.3);
  }
  20% {
    transform: translateX(-300px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  30% {
    transform: translateX(-200px) rotateZ(-30deg) scale(0.3);
  }
  40% {
    transform: translateX(-100px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  50% {
    transform: translateX(0px) rotateZ(-10deg) scale(0.4);
  }
  60% {
    transform: translateX(100px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  70% {
    transform: translateX(200px) rotateZ(-50deg) scale(0.5);
  }
  80% {
    transform: translateX(300px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  90% {
    transform: translateX(400px) rotateZ(-40deg) scale(0.2);
  }
  100% {
    transform: translateX(400px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
}
@keyframes gua_flip4 {
  0% {
    transform: translateX(-400px) translateY(200px) rotateZ(180deg) scale(0.5);
  }
  10% {
    transform: translateX(-400px) rotateZ(-40deg) scale(0.3);
  }
  20% {
    transform: translateX(-300px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  30% {
    transform: translateX(-200px) rotateZ(-30deg) scale(0.3);
  }
  40% {
    transform: translateX(-100px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  50% {
    transform: translateX(0px) rotateZ(-10deg) scale(0.4);
  }
  60% {
    transform: translateX(100px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  70% {
    transform: translateX(200px) rotateZ(-50deg) scale(0.5);
  }
  80% {
    transform: translateX(300px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
  90% {
    transform: translateX(400px) rotateZ(-40deg) scale(0.2);
  }
  100% {
    transform: translateX(400px) translateY(200px) rotateZ(200deg) scale(0.5);
  }
}
@-webkit-keyframes gua_final {
  100% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80%, 40% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg) scale(0.5);
    transform: rotate3d(0, 0, 1, 80deg) scale(0.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  60%, 20% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg) scale(0.5);
    transform: rotate3d(0, 0, 1, 60deg) scale(0.5);
    -webkit-transform-origin: 15% 15%;
    transform-origin: 15% 15%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  0% {
    -webkit-transform: translate3d(0, 700px, 0) scale(0.3);
    transform: translate3d(0, 700px, 0) scale(0.3);
    opacity: 0;
  }
}
@-moz-keyframes gua_final {
  100% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80%, 40% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg) scale(0.5);
    transform: rotate3d(0, 0, 1, 80deg) scale(0.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  60%, 20% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg) scale(0.5);
    transform: rotate3d(0, 0, 1, 60deg) scale(0.5);
    -webkit-transform-origin: 15% 15%;
    transform-origin: 15% 15%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  0% {
    -webkit-transform: translate3d(0, 700px, 0) scale(0.3);
    transform: translate3d(0, 700px, 0) scale(0.3);
    opacity: 0;
  }
}
@-ms-keyframes gua_final {
  100% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80%, 40% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg) scale(0.5);
    transform: rotate3d(0, 0, 1, 80deg) scale(0.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  60%, 20% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg) scale(0.5);
    transform: rotate3d(0, 0, 1, 60deg) scale(0.5);
    -webkit-transform-origin: 15% 15%;
    transform-origin: 15% 15%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  0% {
    -webkit-transform: translate3d(0, 700px, 0) scale(0.3);
    transform: translate3d(0, 700px, 0) scale(0.3);
    opacity: 0;
  }
}
@keyframes gua_final {
  100% {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }
  80%, 40% {
    -webkit-transform: rotate3d(0, 0, 1, 80deg) scale(0.5);
    transform: rotate3d(0, 0, 1, 80deg) scale(0.5);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  60%, 20% {
    -webkit-transform: rotate3d(0, 0, 1, 60deg) scale(0.5);
    transform: rotate3d(0, 0, 1, 60deg) scale(0.5);
    -webkit-transform-origin: 15% 15%;
    transform-origin: 15% 15%;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }
  0% {
    -webkit-transform: translate3d(0, 700px, 0) scale(0.3);
    transform: translate3d(0, 700px, 0) scale(0.3);
    opacity: 0;
  }
}
/* line 1910, ../sass/screen.scss */
.drawmode-guagua {
  transform-type: preserve-3d;
  perspective: 1000px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  text-align: center;
  color: black;
}
/* line 1917, ../sass/screen.scss */
.drawmode-guagua .guagua-tips {
  -webkit-animation: font_color_flip 0.3s steps(3, start) infinite;
  animation: font_color_flip 0.3s steps(3, start) infinite;
  position: relative;
  transition: opacity 0.3s ease-in;
  font-size: 96px;
  line-height: 256px;
  color: white;
  margin: 0;
  padding: 100px;
  padding-bottom: 350px;
  z-index: 2;
}
/* line 1930, ../sass/screen.scss */
.drawmode-guagua .guagua-card {
  transition: margin-bottom 1s ease-in;
  display: block;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -200px;
  margin-bottom: -150px;
  width: 400px;
  height: 300px;
  background-image: url(../images/card1.jpg);
  background-size: cover;
  border: 15px solid #660000;
  box-shadow: 0 0 10px black;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}
/* line 1942, ../sass/screen.scss */
.drawmode-guagua .guagua-card.card-final {
  width: 640px;
  height: 480px;
  visibility: hidden;
  margin-left: -320px;
  margin-bottom: 50px;
  background-size: inherit;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  /*
  $color1: white;
  $color2: rgba(darken(red, 30%), 0.1);
  $color3: hsla(5, 53%, 63%, 0);
  $color4: hsla(5, 53%, 63%, 0.5);
  $color5: hsla(197, 62%, 11%, 0);
  $color6: hsla(35, 91%, 65%, 0.5);
  $color7: hsla(35, 91%, 65%, 0);
  background-color: $color1;
  background-image: repeating-linear-gradient(45deg, transparent 5px, $color2 5px, $color2 10px,                  
  $color3 10px, $color3 35px, $color4 35px, $color4 40px,
  $color2 40px, $color2 50px, $color5 50px, $color5 60px,                
  $color4 60px, $color4 70px, $color6 70px, $color6 80px,
  $color7 80px, $color7 90px, $color4 90px, $color4 110px,
  $color3 110px, $color3 120px, $color2 120px, $color2 140px       
  ),
  repeating-linear-gradient(135deg, transparent 5px, $color2 5px, $color2 10px, 
  $color3 10px, $color3 35px, $color4 35px, $color4 40px,
  $color2 40px, $color2 50px, $color5 50px, $color5 60px,                
  $color4 60px, $color4 70px, $color6 70px, $color6 80px,
  $color7 80px, $color7 90px, $color4 90px, $color4 110px,
  $color3 110px, $color3 140px, $color2 140px, $color2 160px       
  );
  */
  background-image: url(../images/card2.jpg);
}
/* line 1979, ../sass/screen.scss */
.drawmode-guagua.card-drawed .guagua-tips {
  z-index: -1;
  opacity: 0;
}
/* line 1983, ../sass/screen.scss */
.drawmode-guagua.card-drawed .guagua-card {
  margin-bottom: 900px;
}
/* line 1986, ../sass/screen.scss */
.drawmode-guagua.card-drawed .card-final {
  visibility: visible;
  margin-bottom: 50px;
  -webkit-animation-name: gua_final;
  animation-name: gua_final;
}
/* line 1993, ../sass/screen.scss */
.drawmode-guagua .card1 {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-name: gua_flip1;
  animation-name: gua_flip1;
}
/* line 1999, ../sass/screen.scss */
.drawmode-guagua .card2 {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-name: gua_flip2;
  animation-name: gua_flip2;
}
/* line 2005, ../sass/screen.scss */
.drawmode-guagua .card3 {
  -webkit-animation-duration: 7.5s;
  animation-duration: 7.5s;
  -webkit-animation-name: gua_flip3;
  animation-name: gua_flip3;
}
/* line 2011, ../sass/screen.scss */
.drawmode-guagua .card4,
.drawmode-guagua .card5,
.drawmode-guagua .card6 {
  transform: translateX(-400px) translateY(200px) rotateZ(180deg) scale(0.5);
  -webkit-animation-name: gua_flip4;
  animation-name: gua_flip4;
}
/* line 2018, ../sass/screen.scss */
.drawmode-guagua .card4 {
  -webkit-animation-duration: 7s;
  animation-duration: 7s;
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
}
/* line 2024, ../sass/screen.scss */
.drawmode-guagua .card5 {
  -webkit-animation-duration: 8s;
  animation-duration: 8s;
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
}
/* line 2030, ../sass/screen.scss */
.drawmode-guagua .card6 {
  -webkit-animation-duration: 9s;
  animation-duration: 9s;
}
/* line 2034, ../sass/screen.scss */
.drawmode-guagua .guagua-canvas {
  cursor: url(../images/coin.png) 24 24, auto;
  position: absolute;
  left: 0;
  top: 0;
}
/* line 2039, ../sass/screen.scss */
.drawmode-guagua .guagua-img {
  display: none;
}
/* line 2043, ../sass/screen.scss */
.drawmode-guagua .drawmode-group {
  font-size: 68px;
  font-weight: bold;
  line-height: 120px;
  color: #333;
}
/* line 2045, ../sass/screen.scss */
.drawmode-guagua .drawmode-group[data-group-length="9"] {
  font-size: 60px;
}
/* line 2048, ../sass/screen.scss */
.drawmode-guagua .drawmode-group[data-group-length="10"] {
  font-size: 55px;
}
/* line 2051, ../sass/screen.scss */
.drawmode-guagua .drawmode-group[data-group-length="11"] {
  font-size: 50px;
}
/* line 2054, ../sass/screen.scss */
.drawmode-guagua .drawmode-group[data-group-length="12"] {
  font-size: 45px;
}
/* line 2061, ../sass/screen.scss */
.drawmode-guagua .drawmode-sn, .drawmode-guagua .drawmode-name {
  font-size: 100px;
  font-weight: bold;
  color: #333;
}
/* line 2066, ../sass/screen.scss */
.drawmode-guagua .drawmode-name {
  line-height: 200px;
}
/* line 2069, ../sass/screen.scss */
.drawmode-guagua .drawmode-sn {
  font-family: 'Arial';
  line-height: 180px;
}
/* line 2073, ../sass/screen.scss */
.drawmode-guagua .guagua-cursor {
  transition: visibility 0.3s ease-in, opacity 0.3s ease-in;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate3d(-32px, -32px, 0);
  opacity: 0;
  visibility: hidden;
}
/* line 2081, ../sass/screen.scss */
.drawmode-guagua .card-final .guagua-cursor.show-coin {
  opacity: 1;
  visibility: visible;
  z-index: 10;
}
/* line 2086, ../sass/screen.scss */
.drawmode-guagua.draw-done .guagua-canvas {
  opacity: 0;
}
/* line 2090, ../sass/screen.scss */
.drawmode-guagua.draw-start ~ .drawing-slogan:before {
  left: 740px;
  top: 500px;
}
/* line 2093, ../sass/screen.scss */
.drawmode-guagua.draw-start ~ .drawing-slogan:after {
  left: 40px;
  top: 520px;
}

@-webkit-keyframes boom {
  0% {
    box-shadow: 0 0 20px 20px rgba(248, 103, 142, 0.6), 0 0 20px 20px rgba(248, 103, 142, 0.6);
  }
  50% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 30px 30px rgba(146, 235, 253, 0.6);
  }
  78% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 180px 60px white;
    background: white;
    opacity: 1;
  }
  80%,90% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
}
@-moz-keyframes boom {
  0% {
    box-shadow: 0 0 20px 20px rgba(248, 103, 142, 0.6), 0 0 20px 20px rgba(248, 103, 142, 0.6);
  }
  50% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 30px 30px rgba(146, 235, 253, 0.6);
  }
  78% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 180px 60px white;
    background: white;
    opacity: 1;
  }
  80%,90% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
}
@-ms-keyframes boom {
  0% {
    box-shadow: 0 0 20px 20px rgba(248, 103, 142, 0.6), 0 0 20px 20px rgba(248, 103, 142, 0.6);
  }
  50% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 30px 30px rgba(146, 235, 253, 0.6);
  }
  78% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 180px 60px white;
    background: white;
    opacity: 1;
  }
  80%,90% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
}
@keyframes boom {
  0% {
    box-shadow: 0 0 20px 20px rgba(248, 103, 142, 0.6), 0 0 20px 20px rgba(248, 103, 142, 0.6);
  }
  50% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 30px 30px rgba(146, 235, 253, 0.6);
  }
  78% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 180px 60px white;
    background: white;
    opacity: 1;
  }
  80%,90% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
}
@-webkit-keyframes boom_toggle {
  0% {
    box-shadow: 0 0 20px 20px rgba(248, 103, 142, 0.6), 0 0 20px 20px rgba(248, 103, 142, 0.6);
  }
  50% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 30px 30px rgba(146, 235, 253, 0.6);
  }
  78% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 180px 60px white;
    background: white;
    opacity: 1;
  }
  80%,90% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
}
@-moz-keyframes boom_toggle {
  0% {
    box-shadow: 0 0 20px 20px rgba(248, 103, 142, 0.6), 0 0 20px 20px rgba(248, 103, 142, 0.6);
  }
  50% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 30px 30px rgba(146, 235, 253, 0.6);
  }
  78% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 180px 60px white;
    background: white;
    opacity: 1;
  }
  80%,90% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
}
@-ms-keyframes boom_toggle {
  0% {
    box-shadow: 0 0 20px 20px rgba(248, 103, 142, 0.6), 0 0 20px 20px rgba(248, 103, 142, 0.6);
  }
  50% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 30px 30px rgba(146, 235, 253, 0.6);
  }
  78% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 180px 60px white;
    background: white;
    opacity: 1;
  }
  80%,90% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
}
@keyframes boom_toggle {
  0% {
    box-shadow: 0 0 20px 20px rgba(248, 103, 142, 0.6), 0 0 20px 20px rgba(248, 103, 142, 0.6);
  }
  50% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 30px 30px rgba(146, 235, 253, 0.6);
  }
  78% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.6), 0 0 180px 60px white;
    background: white;
    opacity: 1;
  }
  80%,90% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 1;
  }
  100% {
    box-shadow: 0 0 30px 30px rgba(146, 235, 253, 0.2), 0 0 180px 60px rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.2);
    opacity: 0;
  }
}
@-webkit-keyframes boom2 {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 103, 142, 0.9);
  }
  50% {
    box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.9);
    transform: scaleX(1) scaleY(1);
  }
  78% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 1;
  }
  80%,100% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 0.6;
  }
}
@-moz-keyframes boom2 {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 103, 142, 0.9);
  }
  50% {
    box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.9);
    transform: scaleX(1) scaleY(1);
  }
  78% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 1;
  }
  80%,100% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 0.6;
  }
}
@-ms-keyframes boom2 {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 103, 142, 0.9);
  }
  50% {
    box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.9);
    transform: scaleX(1) scaleY(1);
  }
  78% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 1;
  }
  80%,100% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 0.6;
  }
}
@keyframes boom2 {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 103, 142, 0.9);
  }
  50% {
    box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.9);
    transform: scaleX(1) scaleY(1);
  }
  78% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 1;
  }
  80%,100% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 0.6;
  }
}
@-webkit-keyframes boom2_toggle {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 103, 142, 0.9);
  }
  50% {
    box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.9);
    transform: scaleX(1) scaleY(1);
  }
  78% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 1;
  }
  80%,100% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 0.6;
  }
}
@-moz-keyframes boom2_toggle {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 103, 142, 0.9);
  }
  50% {
    box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.9);
    transform: scaleX(1) scaleY(1);
  }
  78% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 1;
  }
  80%,100% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 0.6;
  }
}
@-ms-keyframes boom2_toggle {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 103, 142, 0.9);
  }
  50% {
    box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.9);
    transform: scaleX(1) scaleY(1);
  }
  78% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 1;
  }
  80%,100% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 0.6;
  }
}
@keyframes boom2_toggle {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 103, 142, 0.9);
  }
  50% {
    box-shadow: 0 0 15px 15px rgba(255, 255, 255, 0.9);
    transform: scaleX(1) scaleY(1);
  }
  78% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 1;
  }
  80%,100% {
    box-shadow: 0 0 50px 120px white;
    transform: scaleX(0.7) scaleY(0.3);
    opacity: 0.6;
  }
}
@-webkit-keyframes boom3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
  }
  50% {
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0) inset;
    transform: scale(2);
  }
  78% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.9) inset, 0 0 1px 1px rgba(38, 106, 255, 0.9);
    transform: scale(2);
  }
  80% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.6) inset, 0 0 1px 1px rgba(38, 106, 255, 0.6);
    transform: scale(3);
  }
  90%,100% {
    box-shadow: 0 0 5px 5px rgba(255, 192, 203, 0.3) inset, 0 0 2px 2px rgba(255, 192, 203, 0.3);
    transform: scale(4);
  }
}
@-moz-keyframes boom3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
  }
  50% {
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0) inset;
    transform: scale(2);
  }
  78% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.9) inset, 0 0 1px 1px rgba(38, 106, 255, 0.9);
    transform: scale(2);
  }
  80% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.6) inset, 0 0 1px 1px rgba(38, 106, 255, 0.6);
    transform: scale(3);
  }
  90%,100% {
    box-shadow: 0 0 5px 5px rgba(255, 192, 203, 0.3) inset, 0 0 2px 2px rgba(255, 192, 203, 0.3);
    transform: scale(4);
  }
}
@-ms-keyframes boom3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
  }
  50% {
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0) inset;
    transform: scale(2);
  }
  78% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.9) inset, 0 0 1px 1px rgba(38, 106, 255, 0.9);
    transform: scale(2);
  }
  80% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.6) inset, 0 0 1px 1px rgba(38, 106, 255, 0.6);
    transform: scale(3);
  }
  90%,100% {
    box-shadow: 0 0 5px 5px rgba(255, 192, 203, 0.3) inset, 0 0 2px 2px rgba(255, 192, 203, 0.3);
    transform: scale(4);
  }
}
@keyframes boom3 {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
  }
  50% {
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0) inset;
    transform: scale(2);
  }
  78% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.9) inset, 0 0 1px 1px rgba(38, 106, 255, 0.9);
    transform: scale(2);
  }
  80% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.6) inset, 0 0 1px 1px rgba(38, 106, 255, 0.6);
    transform: scale(3);
  }
  90%,100% {
    box-shadow: 0 0 5px 5px rgba(255, 192, 203, 0.3) inset, 0 0 2px 2px rgba(255, 192, 203, 0.3);
    transform: scale(4);
  }
}
@-webkit-keyframes boom3_toggle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
  }
  50% {
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0) inset;
    transform: scale(2);
  }
  78% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.9) inset, 0 0 1px 1px rgba(38, 106, 255, 0.9);
    transform: scale(2);
  }
  80% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.6) inset, 0 0 1px 1px rgba(38, 106, 255, 0.6);
    transform: scale(3);
  }
  90%,100% {
    box-shadow: 0 0 5px 5px rgba(255, 192, 203, 0.3) inset, 0 0 2px 2px rgba(255, 192, 203, 0.3);
    transform: scale(4);
  }
}
@-moz-keyframes boom3_toggle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
  }
  50% {
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0) inset;
    transform: scale(2);
  }
  78% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.9) inset, 0 0 1px 1px rgba(38, 106, 255, 0.9);
    transform: scale(2);
  }
  80% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.6) inset, 0 0 1px 1px rgba(38, 106, 255, 0.6);
    transform: scale(3);
  }
  90%,100% {
    box-shadow: 0 0 5px 5px rgba(255, 192, 203, 0.3) inset, 0 0 2px 2px rgba(255, 192, 203, 0.3);
    transform: scale(4);
  }
}
@-ms-keyframes boom3_toggle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
  }
  50% {
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0) inset;
    transform: scale(2);
  }
  78% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.9) inset, 0 0 1px 1px rgba(38, 106, 255, 0.9);
    transform: scale(2);
  }
  80% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.6) inset, 0 0 1px 1px rgba(38, 106, 255, 0.6);
    transform: scale(3);
  }
  90%,100% {
    box-shadow: 0 0 5px 5px rgba(255, 192, 203, 0.3) inset, 0 0 2px 2px rgba(255, 192, 203, 0.3);
    transform: scale(4);
  }
}
@keyframes boom3_toggle {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0) inset;
  }
  50% {
    box-shadow: 0 0 3px 3px rgba(255, 255, 255, 0) inset;
    transform: scale(2);
  }
  78% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.9) inset, 0 0 1px 1px rgba(38, 106, 255, 0.9);
    transform: scale(2);
  }
  80% {
    box-shadow: 0 0 3px 3px rgba(38, 106, 255, 0.6) inset, 0 0 1px 1px rgba(38, 106, 255, 0.6);
    transform: scale(3);
  }
  90%,100% {
    box-shadow: 0 0 5px 5px rgba(255, 192, 203, 0.3) inset, 0 0 2px 2px rgba(255, 192, 203, 0.3);
    transform: scale(4);
  }
}
@-webkit-keyframes ball_open1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-moz-keyframes ball_open1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-ms-keyframes ball_open1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes ball_open1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-webkit-keyframes ball_open1_toggle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-moz-keyframes ball_open1_toggle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-ms-keyframes ball_open1_toggle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@keyframes ball_open1_toggle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(20deg);
  }
}
@-webkit-keyframes ball_open2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@-moz-keyframes ball_open2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@-ms-keyframes ball_open2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@keyframes ball_open2 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@-webkit-keyframes ball_open2_toggle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@-moz-keyframes ball_open2_toggle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@-ms-keyframes ball_open2_toggle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@keyframes ball_open2_toggle {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(-60deg);
  }
}
@-webkit-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(360deg);
  }
}
@-moz-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(360deg);
  }
}
@-ms-keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(360deg);
  }
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  0% {
    transform: rotate(360deg);
  }
}
/* line 104, ../sass/pokemon.scss */
.boom_outer {
  width: 2px;
  height: 2px;
  position: absolute;
  left: 500px;
  top: 500px;
}

/* line 109, ../sass/pokemon.scss */
.boom {
  position: absolute;
  left: 1px;
  top: 1px;
  z-index: 10;
  width: 110px;
  height: 110px;
  margin-left: -55px;
  margin-top: -55px;
  background: white;
  border-radius: 100%;
  animation: boom 0.6s steps(30, start) forwards;
  animation-name: boom;
}
/* line 13, ../sass/pokemon.scss */
.animation_toggle .boom {
  animation-name: boom_toggle;
}
/* line 122, ../sass/pokemon.scss */
.boom:after {
  content: ' ';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  z-index: 10;
  left: 0px;
  top: 0px;
  backgruond: white;
  animation: boom2 0.6s steps(30, start) forwards;
  animation-name: boom2;
}
/* line 13, ../sass/pokemon.scss */
.animation_toggle .boom:after {
  animation-name: boom2_toggle;
}
/* line 135, ../sass/pokemon.scss */
.boom:before {
  content: ' ';
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  background: transparent;
  border-radius: 100%;
  z-index: 11;
  left: 0px;
  top: 0px;
  animation: boom3 0.6s steps(30, start) forwards;
  animation-name: boom3;
}
/* line 13, ../sass/pokemon.scss */
.animation_toggle .boom:before {
  animation-name: boom3_toggle;
}

/* line 149, ../sass/pokemon.scss */
.fake_ball {
  width: 20px;
  height: 10px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -10px;
  margin-top: -10px;
  border-radius: 80px 80px 100% 100%;
  border-bottom: 1px solid black;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(left top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: -webkit-radial-gradient(left top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: radial-gradient(left top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  transform-origin: right bottom;
  animation: ball_open1 0.6s steps(30, start) forwards;
  animation-name: ball_open1;
  background: red;
}
/* line 13, ../sass/pokemon.scss */
.animation_toggle .fake_ball {
  animation-name: ball_open1_toggle;
}
/* line 164, ../sass/pokemon.scss */
div[data-ball-id="1"] .fake_ball, div[data-ball-id="2"] .fake_ball {
  background: #0087B7;
}
/* line 169, ../sass/pokemon.scss */
.fake_ball:after {
  display: inline-block;
  content: ' ';
  width: 20px;
  height: 10px;
  position: absolute;
  left: 0px;
  top: 10px;
  background: #888;
  border-radius: 100% 100% 80px 80px;
  border-top: 1px solid black;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjAlIiBjeT0iMCUiIHI9IjEwMCUiPjxzdG9wIG9mZnNldD0iMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC44Ii8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvcmFkaWFsR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -moz-radial-gradient(left top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: -webkit-radial-gradient(left top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  background-image: radial-gradient(left top, rgba(255, 255, 255, 0.8), rgba(255, 255, 255, 0));
  transform-origin: right top;
  animation: ball_open2 0.6s steps(30, start) forwards;
  animation-name: ball_open2;
}
/* line 13, ../sass/pokemon.scss */
.animation_toggle .fake_ball:after {
  animation-name: ball_open2_toggle;
}

/* line 185, ../sass/pokemon.scss */
.reset-area {
  transition: color 0.3s ease-in;
  position: absolute;
  left: 8px;
  top: 64px;
  font-size: 32px;
  width: 1em;
  height: 1em;
  color: rgba(255, 255, 255, 0.4);
  transform: rotate(30deg);
}
/* line 193, ../sass/pokemon.scss */
.reset-area:hover {
  color: orange;
  animation: spin 0.6s infinite;
}
/* line 197, ../sass/pokemon.scss */
.reset-area i {
  font-size: 1em;
  line-height: 1em;
  display: inline-block;
  width: 1em;
  top: 1em;
}

/* line 204, ../sass/pokemon.scss */
.pokemon-result {
  position: absolute;
  left: 36px;
  top: 276px;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 16px;
  width: 860px;
  height: 268px;
  color: black;
}
/* line 213, ../sass/pokemon.scss */
.pokemon-result:before {
  content: ' ';
  width: 400px;
  height: 333px;
  border-radius: 300px 300px 0 0;
  box-shadow: 0 16px 15px -15px white inset, 0 -16px 5px -13px white;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: -270px;
  background: url(../images/ivs_normal.png) center bottom no-repeat;
}
/* line 223, ../sass/pokemon.scss */
div[data-pokemon-id="1"] .pokemon-result:before {
  background: url(../images/hicloud_normal.png) center bottom no-repeat;
}
/* line 227, ../sass/pokemon.scss */
.pokemon-result.inactive {
  display: none;
}
/* line 230, ../sass/pokemon.scss */
.pokemon-result:after {
  content: ' ';
  height: 6px;
  width: 320px;
  position: absolute;
  left: 40px;
  top: 90px;
  background: #7BFFC1;
  border-radius: 8px;
}
/* line 240, ../sass/pokemon.scss */
.pokemon-result .drawmode-name {
  font-size: 96px;
  text-align: center;
  position: absolute;
  right: 0px;
  bottom: 0.3em;
  width: 600px;
  height: 1.2em;
  font-weight: bold;
}
/* line 248, ../sass/pokemon.scss */
.pokemon-result .drawmode-group {
  font-size: 72px;
  text-align: center;
  position: absolute;
  right: 0px;
  top: 0.2em;
  width: 600px;
  height: 1.2em;
}
/* line 250, ../sass/pokemon.scss */
.pokemon-result .drawmode-group[data-group-length="9"] {
  font-size: 65px;
}
/* line 253, ../sass/pokemon.scss */
.pokemon-result .drawmode-group[data-group-length="10"] {
  font-size: 60px;
}
/* line 256, ../sass/pokemon.scss */
.pokemon-result .drawmode-group[data-group-length="11"] {
  font-size: 53px;
}
/* line 259, ../sass/pokemon.scss */
.pokemon-result .drawmode-group[data-group-length="12"] {
  font-size: 48px;
}
/* line 267, ../sass/pokemon.scss */
.pokemon-result .drawmode-sn {
  font-family: "Fredoka One",cursive;
  font-size: 128px;
  position: absolute;
  left: 380px;
  top: -1em;
  color: white;
  text-shadow: 0 0 10px black, 0 0 10px black,  0 0 10px black,  0 0 10px black;
}
/* line 274, ../sass/pokemon.scss */
.pokemon-result .drawmode-sn:before {
  content: 'CP';
  font-size: 64px;
  position: absolute;
  left: -1.4em;
  bottom: 0.25em;
  opacity: 0.8;
}
/* line 282, ../sass/pokemon.scss */
.pokemon-result .pokemon-hp {
  font-family: "Asap",cursive;
  letter-spacing: 5px;
  color: #999;
  font-size: 32px;
  position: absolute;
  width: 400px;
  left: 0px;
  top: 120px;
  text-align: center;
}
/* line 291, ../sass/pokemon.scss */
.pokemon-result .pokemon-hp:after {
  content: 'POWER UP';
  background-image: linear-gradient(90deg, #aae599, #34dfae);
  border-radius: 1em;
  padding: 12px;
  display: inline-block;
  position: absolute;
  color: white;
  left: 76px;
  top: 3.5em;
  width: 120px;
  letter-spacing: 3px;
  font-size: 18px;
  box-shadow: 100px 0 0 #d0dcc5;
}
/* line 305, ../sass/pokemon.scss */
.pokemon-result .pokemon-hp:before {
  content: '100';
  padding: 12px;
  display: inline-block;
  position: absolute;
  color: #666;
  right: 30px;
  top: 3.5em;
  width: 120px;
  font-size: 18px;
  z-index: 10;
  text-indent: 1.5em;
  text-align: left;
  background: url(../images/flask.png) left center no-repeat;
}

@-webkit-keyframes vr_arrow {
  0%,10%,60%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  35% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@-moz-keyframes vr_arrow {
  0%,10%,60%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  35% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@-ms-keyframes vr_arrow {
  0%,10%,60%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  35% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@keyframes vr_arrow {
  0%,10%,60%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  35% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@-webkit-keyframes vr_arrow2 {
  0%,30%,80%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  55% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@-moz-keyframes vr_arrow2 {
  0%,30%,80%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  55% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@-ms-keyframes vr_arrow2 {
  0%,30%,80%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  55% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@keyframes vr_arrow2 {
  0%,30%,80%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  55% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@-webkit-keyframes vr_arrow3 {
  0%,50%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  75% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@-moz-keyframes vr_arrow3 {
  0%,50%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  75% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@-ms-keyframes vr_arrow3 {
  0%,50%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  75% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@keyframes vr_arrow3 {
  0%,50%,100% {
    border-bottom-color: rgba(255, 255, 0, 0.6);
  }
  75% {
    border-bottom-color: rgba(255, 255, 0, 0.8);
  }
}
@-webkit-keyframes vr_focus {
  0% {
    box-shadow: 0 0 0 2px transparent inset, 0 0 0 4px transparent inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  20% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px transparent inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  40% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  60% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  80% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px rgba(255, 0, 0, 0.1) inset, 0 0 0 10px transparent inset;
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px rgba(255, 0, 0, 0.1) inset, 0 0 0 10px rgba(255, 0, 0, 0.1) inset;
  }
}
@-moz-keyframes vr_focus {
  0% {
    box-shadow: 0 0 0 2px transparent inset, 0 0 0 4px transparent inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  20% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px transparent inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  40% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  60% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  80% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px rgba(255, 0, 0, 0.1) inset, 0 0 0 10px transparent inset;
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px rgba(255, 0, 0, 0.1) inset, 0 0 0 10px rgba(255, 0, 0, 0.1) inset;
  }
}
@-ms-keyframes vr_focus {
  0% {
    box-shadow: 0 0 0 2px transparent inset, 0 0 0 4px transparent inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  20% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px transparent inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  40% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  60% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  80% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px rgba(255, 0, 0, 0.1) inset, 0 0 0 10px transparent inset;
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px rgba(255, 0, 0, 0.1) inset, 0 0 0 10px rgba(255, 0, 0, 0.1) inset;
  }
}
@keyframes vr_focus {
  0% {
    box-shadow: 0 0 0 2px transparent inset, 0 0 0 4px transparent inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  20% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px transparent inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  40% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px transparent inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  60% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px transparent inset, 0 0 0 10px transparent inset;
  }
  80% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px rgba(255, 0, 0, 0.1) inset, 0 0 0 10px transparent inset;
  }
  100% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.1) inset, 0 0 0 4px rgba(255, 0, 0, 0.1) inset, 0 0 0 6px rgba(255, 0, 0, 0.1) inset, 0 0 0 8px rgba(255, 0, 0, 0.1) inset, 0 0 0 10px rgba(255, 0, 0, 0.1) inset;
  }
}
/* line 76, ../sass/vr.scss */
.drawmode-vr {
  position: relative;
  background-color: black;
  -moz-user-select: -moz-none;
  -ms-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}
/* line 81, ../sass/vr.scss */
.drawmode-vr.vr-waiting:after {
  content: '正在等待遠端裝置';
  position: absolute;
  display: block;
  width: 11.6em;
  height: 2em;
  line-height: 1.8em;
  padding: 0.2em;
  text-align: center;
  background-color: black;
  color: white;
  left: 50%;
  top: 50%;
  margin-left: -5.8em;
  margin-top: -1em;
  box-sizing: border-box;
  letter-spacing: 0.2em;
  font-size: 24px;
}
/* line 99, ../sass/vr.scss */
.drawmode-vr.vr-waiting .vr-main {
  opacity: 0.6;
}

/* line 104, ../sass/vr.scss */
.vr-main {
  transition: opacity 0.2s ease-in;
}

/* line 107, ../sass/vr.scss */
.vr-focus {
  box-sizing: border-box;
  width: 10px;
  height: 10px;
  border: 1px solid white;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -5px;
  margin-left: -5px;
  z-index: 20;
  color: white;
  text-align: center;
  line-height: 10px;
}
/* line 120, ../sass/vr.scss */
.vr-focus:after, .vr-focus:before {
  content: ' ';
  box-sizing: border-box;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -15px;
  margin-left: -15px;
  border: 1px solid transparent;
  border-radius: 100%;
}
/* line 130, ../sass/vr.scss */
.vr-focus:after {
  transition: all 0.2s cubic-bezier(0.5, 1, 0, 1);
}
/* line 133, ../sass/vr.scss */
.vr-focus:before {
  transition: all 0.2s cubic-bezier(0.5, 1, 0, 1) 0.1s;
}
/* line 136, ../sass/vr.scss */
.vr-focus.vr-no-arrow .vr-arrow {
  display: none;
}
/* line 139, ../sass/vr.scss */
.vr-focus .vr-arrow {
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
  margin-top: -16px;
  animation: vr_arrow 1s infinite linear;
}
/* line 151, ../sass/vr.scss */
.draw-done .vr-focus .vr-arrow {
  display: none;
}
/* line 154, ../sass/vr.scss */
.vr-focus .vr-arrow:before, .vr-focus .vr-arrow:after {
  content: ' ';
  width: 0;
  height: 0;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 8px solid rgba(255, 255, 0, 0.6);
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -4px;
}
/* line 165, ../sass/vr.scss */
.vr-focus .vr-arrow:before {
  margin-top: -4.8px;
  transform: scale(0.8);
  animation: vr_arrow2 1s infinite linear;
}
/* line 170, ../sass/vr.scss */
.vr-focus .vr-arrow:after {
  margin-top: -8.8px;
  transform: scale(0.5);
  animation: vr_arrow3 1s infinite linear;
}
/* line 176, ../sass/vr.scss */
.vr-focus.vr-focusing {
  border-color: rgba(255, 0, 0, 0.6);
  animation: vr_focus 0.3s forwards 1;
}
/* line 179, ../sass/vr.scss */
.vr-focus.vr-focusing:after {
  border-color: yellow;
  transform: scale(0.4);
}
/* line 183, ../sass/vr.scss */
.vr-focus.vr-focusing:before {
  border-color: orange;
  transform: scale(0.5);
}
/* line 187, ../sass/vr.scss */
.vr-focus.vr-focusing .vr-arrow {
  display: none;
}

/* line 192, ../sass/vr.scss */
.vr-digits {
  position: absolute;
  width: 100%;
  text-align: center;
  right: 0;
  top: 60%;
  transform: scale(0.5);
  z-index: 10;
  padding: 2px;
  perspective: 100px;
}
/* line 201, ../sass/vr.scss */
.draw-done .vr-digits {
  display: none;
}
/* line 204, ../sass/vr.scss */
.vr-digits .vr-digit {
  display: inline-block;
  font-family: "Fredoka One",cursive;
  transition: all 0.3s;
  opacity: 0.6;
  box-sizing: border-box;
  background: rgba(255, 255, 255, 0.6);
  margin: 3px;
  border-radius: 12px;
  border: 2px solid brown;
  box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.6) inset, 0 0 0 3px brown inset;
  text-align: center;
  color: #666;
}
@media screen and (min-width: 800px) {
  /* line 204, ../sass/vr.scss */
  .vr-digits .vr-digit {
    width: 64px;
    height: 89.6px;
    font-size: 64px;
    line-height: 89.6px;
  }
}
@media screen and (max-width: 799px) {
  /* line 204, ../sass/vr.scss */
  .vr-digits .vr-digit {
    width: 12vmin;
    height: 16.8vmin;
    font-size: 12vmin;
    line-height: 16.8vmin;
  }
}
/* line 231, ../sass/vr.scss */
.vr-digits .vr-digit.active {
  opacity: 1;
  background-color: gold;
  color: black;
  text-shadow: 0 -2px 0 white;
  box-shadow: 0 0 0 2px rgba(255, 255, 0, 0.6) inset, 0 0 0 3px brown inset;
}

/* line 243, ../sass/vr.scss */
.vr-dual {
  transition: opacity 0.3s ease-in;
  position: fixed;
  top: 0;
}
/* line 247, ../sass/vr.scss */
.vr-dual.vr-dual-left {
  left: 0;
}
/* line 250, ../sass/vr.scss */
.vr-dual.vr-dual-right {
  right: 0;
}

/* line 254, ../sass/vr.scss */
.vr-cleared {
  background: black;
}
/* line 256, ../sass/vr.scss */
.vr-cleared .vr-dual {
  opacity: 0.5;
}

/* line 1, ../sass/vr.desktop.scss */
.vr-result {
  position: absolute;
  z-index: 30;
  font-size: 96px;
  background: rgba(0, 0, 0, 0.4);
  color: white;
  padding: 20px;
  border-radius: 36px;
  text-align: center;
  width: 800px;
  margin-left: -480px;
  left: 50%;
  top: 60px;
  line-height: 1.4em;
  text-shadow: 0 0 10px black;
}
/* line 16, ../sass/vr.desktop.scss */
.vr-result.inactive {
  display: none;
}
/* line 19, ../sass/vr.desktop.scss */
.vr-result .drawmode-group {
  font-size: 72px;
}
/* line 21, ../sass/vr.desktop.scss */
.vr-result .drawmode-group[data-group-length="12"] {
  font-size: 65px;
}

/* line 2102, ../sass/screen.scss */
.config-page {
  overflow: auto;
  height: 610px;
}
/* line 2105, ../sass/screen.scss */
.config-page .config-group {
  overflow: hidden;
  *zoom: 1;
  border: 3px dashed white;
  width: 630px;
  box-sizing: border-box;
  margin: 20px 0 20px 64px;
  padding: 10px;
  border-radius: 20px;
  position: relative;
}
/* line 2114, ../sass/screen.scss */
.config-page .config-group:before {
  content: attr(title);
  font-size: 1.3em;
  display: block;
  border-bottom: 1px dashed white;
  padding: 3px;
  color: orange;
}
/* line 2123, ../sass/screen.scss */
.config-page .config-group input[type="text"] {
  font-size: 20px;
  width: 600px;
  background: rgba(255, 255, 255, 0.8);
}
/* line 2128, ../sass/screen.scss */
.config-page .config-group .config-info {
  line-height: 1.6em;
}
/* line 2130, ../sass/screen.scss */
.config-page .config-group .config-info em {
  background: red;
  color: yellow;
  border: 1px solid black;
  padding: 0 12px;
  border-radius: 4px;
}
/* line 2137, ../sass/screen.scss */
.config-page .config-group .config-info span {
  font-weight: bold;
  font-family: courier;
  text-shadow: 0 0 3px white;
}
/* line 2142, ../sass/screen.scss */
.config-page .config-group .config-info a {
  text-decoration: underline;
  color: pink;
}
/* line 2148, ../sass/screen.scss */
.config-page .config-item {
  overflow: hidden;
  *zoom: 1;
  margin-top: 20px;
}
/* line 2151, ../sass/screen.scss */
.config-page .config-item:nth-child(2n+1) {
  background: rgba(255, 0, 0, 0.4);
}
/* line 2154, ../sass/screen.scss */
.config-page .config-item:nth-child(2n) {
  background: rgba(255, 0, 0, 0.2);
}
/* line 2158, ../sass/screen.scss */
.config-page .to-remote-button, .config-page .back-to-import, .config-page .export-config {
  position: fixed;
  top: 600px;
  left: 740px;
  width: 240px;
  font-size: 1.5em;
}
/* line 2165, ../sass/screen.scss */
.config-page .back-to-import {
  top: 500px;
}
/* line 2168, ../sass/screen.scss */
.config-page .export-config {
  font-size: 2em;
  display: block;
  margin: auto;
  top: 650px;
}

/* line 2175, ../sass/screen.scss */
.test-page {
  width: 100%;
  height: 100%;
}

/* line 2178, ../sass/screen.scss */
.need-file-form {
  text-align: center;
}

/* line 2181, ../sass/screen.scss */
.fake-data-button, .config-button {
  font-size: 32px;
  margin-bottom: 10px;
}

/* line 2185, ../sass/screen.scss */
.need-file-list {
  overflow: hidden;
  *zoom: 1;
  width: 80%;
  margin: 0 auto;
}
/* line 2189, ../sass/screen.scss */
.need-file-list .need-file-item {
  box-sizing: border-box;
  width: 45%;
  height: 100px;
  border: 3px dashed white;
  border-radius: 20px;
  float: left;
  margin: 2.5%;
  text-align: center;
  line-height: 50px;
  background: rgba(0, 0, 0, 0.3);
}
/* line 2199, ../sass/screen.scss */
.need-file-list .need-file-item label {
  font-size: 24px;
  display: block;
}
/* line 2204, ../sass/screen.scss */
.need-file-list .need-file-item.success {
  color: yellow;
  line-height: 96px;
  border-color: yellow;
}
/* line 2208, ../sass/screen.scss */
.need-file-list .need-file-item.success label:before {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  content: "\e60b";
}
/* line 2212, ../sass/screen.scss */
.need-file-list .need-file-item.success input {
  display: none;
}

/* line 2218, ../sass/screen.scss */
.restore-key {
  font-size: 32px;
  color: white;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid white;
  border-radius: 5px;
  padding: 10px;
  width: 200px;
}

/* line 2227, ../sass/screen.scss */
.start-system-button {
  font-size: 32px;
}

@-webkit-keyframes signal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes signal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes signal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes signal {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-webkit-keyframes signal2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-moz-keyframes signal2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@-ms-keyframes signal2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes signal2 {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* line 2237, ../sass/screen.scss */
.ping {
  opacity: 0;
  position: fixed;
  left: 970px;
  top: 20px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  z-index: 1000;
  color: pink;
  font-size: 40px;
  animation: signal 1s 1;
}
/* line 2246, ../sass/screen.scss */
.ping.pong {
  animation: signal2 1s 1;
}
