@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+TC:wght@400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Luckiest+Guy&display=swap");
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  *::focus {
    outline: 0; }

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, 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;
  vertical-align: baseline; }

body {
  line-height: 1; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

img {
  display: block;
  border: 0; }

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.clearfix:before,
.clearfix:after {
  content: "";
  display: table; }

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1;
  /*For IE 6&7 only*/ }

a {
  text-decoration: none; }

.clear {
  margin: 0;
  padding: 0;
  clear: both; }

*:focus {
  outline: none; }

button {
  border: none;
  color: inherit;
  font: inherit;
  background-color: inherit;
  margin: 0;
  padding: 0; }

b {
  font-weight: bold; }

i {
  font-style: normal; }

input, select {
  border: 0;
  padding: 0;
  font-family: "Noto Sans TC", STHeiti, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  border: 1px solid #ccc; }

button {
  font-family: "Noto Sans TC", STHeiti, "Microsoft JhengHei", "微軟正黑體", sans-serif; }

select {
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  background-image: url(../images/select_arr.png);
  background-size: auto 20%;
  background-repeat: no-repeat;
  background-position: center right 5px;
  background-color: #fff; }

body {
  font-family: "Noto Sans TC", STHeiti, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased; }
  body.openMenu {
    overflow: hidden; }

input, select {
  width: 100%; }

#loadingMC {
  background: #033129;
  width: 100%;
  height: 100%;
  z-index: 999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed; }
  #loadingMC span {
    display: block;
    width: 100%;
    color: #dcbd5d;
    text-align: center;
    font-size: 12px; }

.loader {
  display: block;
  position: relative;
  width: 40px;
  height: 70px;
  margin: 0 auto; }

.loader div {
  display: inline-block;
  position: absolute;
  left: 4px;
  width: 8px;
  background: #dcbd5d;
  animation: loading 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite; }

.loader div:nth-child(1) {
  left: 4px;
  animation-delay: -0.24s; }

.loader div:nth-child(2) {
  left: 16px;
  animation-delay: -0.12s; }

.loader div:nth-child(3) {
  left: 28px;
  animation-delay: 0; }

@keyframes loading {
  0% {
    top: 8px;
    height: 64px; }
  50%, 100% {
    top: 24px;
    height: 32px; } }
html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff; }

body:after {
  position: absolute;
  width: 0;
  height: 0;
  overflow: hidden;
  z-index: -1;
  content: url(../images/car_sprite.png) url(../images/car_r.png) url(../images/car_l.png) url(../images/dice_sprite.png) url(../images/dice_1.png) url(../images/dice_2.png) url(../images/dice_3.png) url(../images/dice_4.png) url(../images/dice_5.png) url(../images/dice_6.png) url(../images/min_car_l.png) url(../images/min_car_r.png) url(../images/banner.png) url(../images/btn.png) url(../images/moto_sprite.png) url(../images/moto_l.png) url(../images/moto_r.png) url(../images/min_moto_l.png) url(../images/min_moto_r.png) url(../images/type1.png) url(../images/type2.png) url(../images/btn2.png) url(../images/btn3.png) url(../images/q.png) url(../images/shake.png); }

#warpper {
  width: 100%;
  height: 100%;
  position: relative; }

.ebologo {
  position: absolute;
  z-index: 99;
  left: 0;
  top: 0; }

.shareBox {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 99; }
  .shareBox a {
    display: block;
    width: 30px;
    height: 30px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100% auto;
    float: left; }
    .shareBox a.fb {
      background-image: url(../images/fb_icon.png);
      margin-right: 5px; }
    .shareBox a.line {
      background-image: url(../images/line_icon.png); }

.vehicleBox {
  display: flex;
  justify-content: center;
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 4;
  pointer-events: none; }
  .vehicleBox.active {
    pointer-events: auto; }
  .vehicleBox .indexbtn {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    width: 161px;
    height: 74px;
    bottom: 2%;
    position: absolute; }
  .vehicleBox .carBox {
    position: relative;
    height: 265px;
    width: 163px; }
    .vehicleBox .carBox .mc {
      background-position: left top;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/car_sprite.png);
      width: 320px;
      height: 320px;
      margin: 0 auto;
      position: absolute;
      margin-left: -50%;
      margin-top: -44%;
      pointer-events: none; }
      .vehicleBox .carBox .mc.active {
        animation: gocar 0.4s steps(6);
        animation-fill-mode: forwards; }
      .vehicleBox .carBox .mc[data=left] {
        background-image: url(../images/car_l.png);
        margin-left: -85%; }
      .vehicleBox .carBox .mc[data=right] {
        background-image: url(../images/car_r.png);
        margin-left: 0%; }
      .vehicleBox .carBox .mc[data=center] {
        background-position: -1920px 0;
        margin-left: -50%; }
    .vehicleBox .carBox .indexbtn {
      background-image: url(../images/carbtn.png); }
  .vehicleBox .motoBox {
    height: 265px;
    width: 163px;
    position: relative; }
    .vehicleBox .motoBox .mc {
      background-position: left top;
      background-repeat: no-repeat;
      background-size: auto 100%;
      background-image: url(../images/moto_sprite.png);
      width: 250px;
      height: 250px;
      margin: 0 auto;
      position: absolute;
      margin-left: -30%;
      margin-top: -29%;
      pointer-events: none; }
      .vehicleBox .motoBox .mc.active {
        animation: gomoto 0.4s steps(6);
        animation-fill-mode: forwards; }
      .vehicleBox .motoBox .mc[data=left] {
        background-image: url(../images/moto_l.png);
        margin-left: -85%; }
      .vehicleBox .motoBox .mc[data=right] {
        background-image: url(../images/moto_r.png);
        margin-left: 0%; }
      .vehicleBox .motoBox .mc[data=center] {
        background-position: -1500px 0; }
    .vehicleBox .motoBox .indexbtn {
      background-image: url(../images/motobtn.png); }

@keyframes gocar {
  100% {
    background-position: -1920px; } }
@keyframes gomoto {
  100% {
    background-position: -1500px; } }
.confetti {
  position: fixed;
  top: 0;
  width: 100%;
  height: 0;
  z-index: 10;
  pointer-events: none; }

.stage {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }
  .stage .sky {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0; }
  .stage #animation_container {
    background-color: rgba(255, 255, 255, 0);
    width: 1200px;
    height: 2000px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0); }
    .stage #animation_container #canvas {
      position: absolute;
      display: block;
      background-color: rgba(255, 255, 255, 0);
      left: 0;
      top: 0; }
    .stage #animation_container #dom_overlay_container {
      pointer-events: none;
      overflow: hidden;
      width: 1200px;
      height: 2000px;
      position: absolute;
      left: 0px;
      top: 0px;
      display: block; }

.index {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
  display: none; }
  .index.active {
    opacity: 1;
    pointer-events: auto;
    display: block; }
  .index .logo {
    width: 259px;
    height: 136px;
    background-image: url(../images/logo.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    z-index: 4;
    left: 50%;
    margin-left: -134px;
    margin-top: 15%; }
  .index .txt {
    z-index: 3;
    width: 279px;
    height: 70px;
    background-position: center;
    background-size: 100% auto;
    background-image: url(../images/index_txt.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 50%;
    margin-left: -130px;
    margin-top: 53%; }

.mapBox {
  position: absolute;
  background-color: rgba(3, 49, 41, 0.8);
  z-index: 6;
  border-radius: 10px;
  bottom: 5px;
  right: 5px;
  opacity: 0;
  pointer-events: none; }
  .mapBox.active {
    opacity: 1; }
  .mapBox .map {
    width: 122px;
    height: 63px;
    margin: 4px 6px 20px;
    position: relative;
    z-index: 1; }
    .mapBox .map svg {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 1; }
      .mapBox .map svg .dot {
        display: none; }
        .mapBox .map svg .dot.d0 {
          display: block; }
    .mapBox .map .checksBox {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 2; }
      .mapBox .map .checksBox .check {
        width: 6px;
        height: 5px;
        background-image: url(../images/check.png);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        position: absolute;
        display: none; }
        .mapBox .map .checksBox .check.c0 {
          left: 47.8%;
          bottom: 4%; }
        .mapBox .map .checksBox .check.c1 {
          left: 26.5%;
          bottom: 4%; }
        .mapBox .map .checksBox .check.c2 {
          left: 5%;
          bottom: 24%; }
        .mapBox .map .checksBox .check.c3 {
          left: 4.8%;
          top: 26%; }
        .mapBox .map .checksBox .check.c4 {
          left: 26%;
          top: 7.5%; }
        .mapBox .map .checksBox .check.c5 {
          left: 47.5%;
          top: 7.5%; }
        .mapBox .map .checksBox .check.c6 {
          left: 68.5%;
          top: 7.5%; }
        .mapBox .map .checksBox .check.c7 {
          left: 91%;
          top: 25.5%; }
        .mapBox .map .checksBox .check.c8 {
          left: 90.8%;
          top: 69.5%; }
        .mapBox .map .checksBox .check.c9 {
          left: 70%;
          bottom: 4%; }
  .mapBox .flag {
    z-index: 2;
    width: 13px;
    height: 16px;
    background-image: url(../images/flag.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: absolute;
    left: 50%;
    top: 47%; }
  .mapBox .goal {
    width: 38px;
    height: 9px;
    background-position: center;
    background-image: url(../images/goal.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    position: absolute;
    left: 35%;
    top: 83%; }
  .mapBox .mincar {
    width: 26px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    z-index: 4;
    opacity: 0; }
    .mapBox .mincar.r {
      background-image: url(../images/min_car_r.png); }
    .mapBox .mincar.l {
      background-image: url(../images/min_car_l.png); }
  .mapBox .minmoto {
    width: 26px;
    height: 17px;
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center;
    position: absolute;
    z-index: 4;
    opacity: 0; }
    .mapBox .minmoto.r {
      background-image: url(../images/min_moto_r.png); }
    .mapBox .minmoto.l {
      background-image: url(../images/min_moto_l.png); }

.game {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 5;
  opacity: 0;
  pointer-events: none; }
  .game.active {
    opacity: 1;
    pointer-events: auto; }
  .game .diceBox {
    position: absolute;
    top: 0;
    z-index: 5;
    left: 0;
    margin-top: 18%;
    left: 50%;
    margin-left: -90px;
    width: 180px;
    height: 140px; }
    .game .diceBox .diceMC {
      position: relative;
      width: 100%;
      height: 100%; }
      .game .diceBox .diceMC .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        background-color: rgba(3, 49, 41, 0.8);
        top: 50px;
        left: 0;
        overflow: hidden; }
      .game .diceBox .diceMC .dice {
        width: 240px;
        height: 240px;
        position: relative;
        background-repeat: no-repeat;
        left: -30px;
        top: -55px;
        background-image: url(../images/dice_sprite.png);
        background-size: auto 100%;
        background-position: left top; }
        .game .diceBox .diceMC .dice.roll {
          animation: playX 1s steps(25) infinite; }
@keyframes playX {
  100% {
    background-position: -6000px; } }
        .game .diceBox .diceMC .dice.d1 {
          background-image: url(../images/dice_1.png); }
        .game .diceBox .diceMC .dice.d2 {
          background-image: url(../images/dice_2.png); }
        .game .diceBox .diceMC .dice.d3 {
          background-image: url(../images/dice_3.png); }
        .game .diceBox .diceMC .dice.d4 {
          background-image: url(../images/dice_4.png); }
        .game .diceBox .diceMC .dice.d5 {
          background-image: url(../images/dice_5.png); }
        .game .diceBox .diceMC .dice.d6 {
          background-image: url(../images/dice_6.png); }
      .game .diceBox .diceMC .result {
        font-size: 19px;
        text-align: center;
        color: #fff;
        font-weight: 500;
        position: absolute;
        bottom: 12%;
        width: 100%; }
    .game .diceBox .caption {
      width: 100%;
      margin-top: -2%; }
      .game .diceBox .caption .shake {
        width: 92px;
        height: 89px;
        background-image: url(../images/shake.png);
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center;
        margin: 0 auto 15px;
        transform-origin: bottom center; }
      .game .diceBox .caption .txt {
        width: 165px;
        height: 22px;
        background-image: url(../images/shake_txt.png);
        background-size: 100% auto;
        background-position: center;
        background-repeat: no-repeat;
        margin: 0 auto; }

.quizBox, .resultBox {
  position: absolute;
  margin-top: 12%;
  top: 0;
  width: 300px;
  left: 50%;
  margin-left: -150px;
  padding: 20px 20px 40px;
  background-color: rgba(3, 49, 41, 0.8);
  border-radius: 15px;
  display: none;
  z-index: 9; }
  .quizBox.sense, .resultBox.sense {
    background-color: transparent;
    transform-style: preserve-3d;
    transition: transform 0.8s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    padding: 0;
    border-radius: 0; }
    .quizBox.sense > div, .resultBox.sense > div {
      -webkit-font-smoothing: antialiased;
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden;
      border-radius: 15px; }
      .quizBox.sense > div .inner, .resultBox.sense > div .inner {
        padding: 30px 20px; }
    .quizBox.sense.type1 .front, .resultBox.sense.type1 .front {
      background-color: rgba(54, 10, 0, 0.8); }
      .quizBox.sense.type1 .front .face, .resultBox.sense.type1 .front .face {
        background-image: url(../images/type1.png); }
      .quizBox.sense.type1 .front .btn2, .resultBox.sense.type1 .front .btn2 {
        background-image: url(../images/btn3.png); }
    .quizBox.sense.type2 .front, .resultBox.sense.type2 .front {
      background-color: rgba(3, 49, 41, 0.9); }
      .quizBox.sense.type2 .front .face, .resultBox.sense.type2 .front .face {
        background-image: url(../images/type2.png); }
      .quizBox.sense.type2 .front .btn2, .resultBox.sense.type2 .front .btn2 {
        background-image: url(../images/btn2.png); }
    .quizBox.sense .front, .resultBox.sense .front {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%; }
      .quizBox.sense .front .inner, .resultBox.sense .front .inner {
        padding: 30px 20px 50px; }
      .quizBox.sense .front .type, .resultBox.sense .front .type {
        font-size: 50px;
        color: #dcbd5d;
        font-weight: bold;
        text-align: center;
        margin-bottom: 16px;
        padding-left: 8%; }
      .quizBox.sense .front .title, .resultBox.sense .front .title {
        color: #fff;
        text-align: center;
        line-height: 1.4;
        font-size: 16px;
        margin-bottom: 10px; }
        .quizBox.sense .front .title span, .resultBox.sense .front .title span {
          color: #dcbd5d; }
      .quizBox.sense .front .scores, .resultBox.sense .front .scores {
        font-size: 16px;
        color: #fff;
        text-align: center;
        margin-bottom: 18px; }
        .quizBox.sense .front .scores span, .resultBox.sense .front .scores span {
          font-size: 30px; }
      .quizBox.sense .front .face, .resultBox.sense .front .face {
        width: 130px;
        height: 130px;
        background-position: center;
        background-repeat: no-repeat;
        background-size: 100% auto;
        margin: 0 auto; }
      .quizBox.sense .front .btn2, .resultBox.sense .front .btn2 {
        width: 131px;
        height: 131px;
        position: absolute;
        bottom: -65px;
        left: 50%;
        margin-left: -65px;
        background-size: 100% auto;
        background-repeat: no-repeat;
        background-position: center; }
    .quizBox.sense .back, .resultBox.sense .back {
      background-color: rgba(3, 49, 41, 0.9);
      transform: rotateY(180deg);
      position: relative;
      left: 0;
      top: 0; }
      .quizBox.sense .back .q, .resultBox.sense .back .q {
        background-image: none;
        padding: 0;
        border-bottom: none; }
      .quizBox.sense .back .pic, .resultBox.sense .back .pic {
        display: block; }
    .quizBox.sense.flipped, .resultBox.sense.flipped {
      transform: rotateY(180deg);
      display: block; }
      .quizBox.sense.flipped .back .btn, .resultBox.sense.flipped .back .btn {
        display: block; }
  .quizBox.s .ans, .resultBox.s .ans {
    display: none; }
  .quizBox.s .q, .resultBox.s .q {
    background-image: none;
    padding: 0;
    border-bottom: none; }
  .quizBox .pic, .resultBox .pic {
    position: relative;
    margin-bottom: 10px;
    width: 100%;
    height: 0;
    padding-bottom: 59.8326%; }
    .quizBox .pic img, .resultBox .pic img {
      position: absolute;
      top: 0;
      left: 0; }
  .quizBox .q, .resultBox .q {
    background-image: url(../images/q.png);
    background-position: left top 5px;
    background-size: 21px auto;
    background-repeat: no-repeat;
    padding-left: 32px;
    padding-bottom: 16px;
    border-bottom: 2px solid #dcbd5d;
    color: #fff;
    font-weight: 500;
    line-height: 1.5;
    margin-bottom: 16px;
    font-size: 15px; }
  .quizBox .ans, .resultBox .ans {
    position: relative;
    z-index: 2; }
  .quizBox .btn, .resultBox .btn {
    width: 131px;
    height: 131px;
    position: absolute;
    bottom: -65px;
    left: 50%;
    margin-left: -65px;
    background-image: url(../images/btn.png);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center;
    display: none; }
  .quizBox .txtBox, .resultBox .txtBox {
    width: 100%;
    padding-bottom: 59.832%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% auto;
    position: relative;
    height: 0; }
    .quizBox .txtBox .inner, .resultBox .txtBox .inner {
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      position: absolute;
      z-index: 2;
      display: flex;
      align-items: center;
      justify-content: center;
      padding: 0 15px; }
      .quizBox .txtBox .inner .title, .resultBox .txtBox .inner .title {
        color: #fff;
        font-size: 30px;
        text-align: center;
        font-weight: bold;
        padding-bottom: 10px;
        margin-bottom: 10px;
        border-bottom: 2px solid #dcbd5d;
        line-height: 1; }
      .quizBox .txtBox .inner .caption, .resultBox .txtBox .inner .caption {
        color: #dcbd5d;
        font-size: 15px;
        line-height: 1.5;
        padding: 0 5px;
        font-weight: 500; }
    .quizBox .txtBox .bg, .resultBox .txtBox .bg {
      position: absolute;
      background-color: rgba(3, 49, 41, 0.7);
      width: 100%;
      height: 100%;
      z-index: 1;
      top: 0;
      left: 0;
      display: none; }

.resultBox.p .txtBox .bg {
  display: block; }
.resultBox .btn {
  display: block; }

label.radioBox {
  display: block;
  position: relative;
  cursor: pointer;
  font-size: 15px;
  line-height: 1.5;
  padding-left: 25px;
  color: #dcbd5d;
  font-family: "Noto Sans TC", STHeiti, "Microsoft JhengHei", "微軟正黑體", sans-serif;
  margin-bottom: 8px;
  font-weight: 500; }
  label.radioBox:last-child {
    margin-bottom: 0; }
  label.radioBox .circle {
    background-color: #fff;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    position: absolute;
    left: 0;
    -webkit-tap-highlight-color: transparent;
    display: flex;
    align-items: center;
    justify-content: center; }
    label.radioBox .circle span {
      width: 10px;
      height: 10px;
      border-radius: 100%;
      transition: all .2s ease;
      opacity: 0;
      transform: scale(0);
      pointer-events: none;
      background-color: #00a24e; }
  label.radioBox input {
    position: absolute;
    z-index: -1;
    width: 100%;
    opacity: 0;
    left: 0;
    top: 0; }
  label.radioBox input:checked + .circle span {
    transform: scale(1);
    transition: all 0.2s cubic-bezier(0.35, 0.9, 0.4, 0.9);
    opacity: 1; }

.final {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  display: none; }
  .final .banner {
    width: 600px;
    height: 146px;
    position: absolute;
    left: 50%;
    margin-left: -300px;
    margin-top: 20%;
    background-image: url(../images/banner.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-position: center top; }
    .final .banner .scores {
      font-size: 32px;
      text-align: center;
      font-family: 'Luckiest Guy', cursive;
      -webkit-text-stroke: 2px #fff;
      -webkit-text-fill-color: #00a24e;
      line-height: 145px;
      position: absolute;
      display: block;
      width: 100%; }
      .final .banner .scores span {
        font-size: 71px;
        margin-left: 10px; }
  .final .golink {
    width: 161px;
    height: 74px;
    background-position: center;
    background-image: url(../images/gobtn.png);
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: absolute;
    margin-top: 69%;
    left: 50%;
    margin-left: -80px; }
  .final .scoreTxt {
    width: 100%;
    margin-top: 62%;
    height: 22px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto 100%;
    position: absolute; }
    .final .scoreTxt.s1 {
      background-image: url(../images/score1.png); }
    .final .scoreTxt.s2 {
      background-image: url(../images/score2.png); }
    .final .scoreTxt.s3 {
      background-image: url(../images/score3.png); }

.error, .sensor_error {
  z-index: 9;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  color: #000;
  background: #5fb4dc;
  display: none; }

.error .txt {
  width: 80%;
  height: 30px;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  line-height: 140%;
  top: calc(50% - 15px);
  position: relative;
  margin: 0 auto;
  color: #fff; }

.ios, .android {
  top: 23%;
  position: relative;
  display: none; }

.ios {
  left: 26%; }

.android {
  left: 10%; }

.sensor_error p {
  top: 20%;
  position: relative;
  font-weight: bold;
  font-size: 20px;
  text-align: center;
  line-height: 160%;
  width: 86%;
  margin: 0 auto; }

.sensor_error li {
  margin: 20px 0;
  float: left;
  width: 90%;
  font-size: 16px; }

.sensor_error img {
  display: inline-block;
  position: absolute;
  margin-top: -5px;
  margin-left: 10px; }

.ios span, .android span {
  height: 30px;
  width: 30px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  margin-right: 10px; }

.sensor_error .chromelink {
  width: 80%;
  text-align: center;
  line-height: 140%;
  background: #fff;
  border: 2px #000 solid;
  margin: 10px auto 0 auto;
  font-size: 16px;
  padding: 10px; }

video {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: auto;
  z-index: 0; }

/*# sourceMappingURL=style.css.map */
