@font-face {
  font-family: GothamRnd-Book;
  src: url(/assets/fonts/GothamRnd-Book.eot) format("eot");
  src: url(/assets/fonts/GothamRnd-Book.woff) format("woff"), url(/assets/fonts/GothamRnd-Book.woff2) format("woff2"), url(/assets/fonts/GothamRnd-Book.ttf) format("truetype"), url(/assets/fonts/GothamRnd-Book.svg) format("svg"), url(/assets/fonts/GothamRnd-Book.otf) format("otf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: GothamRnd-Bold;
  src: url(/assets/fonts/GothamRounded-Bold.eot) format("eot");
  src: url(/assets/fonts/GothamRounded-Bold.woff) format("woff"), url(/assets/fonts/GothamRounded-Bold.woff2) format("woff2"), url(/assets/fonts/GothamRounded-Bold.ttf) format("truetype"), url(/assets/fonts/GothamRounded-Bold.svg) format("svg"), url(/assets/fonts/GothamRounded-Bold.otf) format("otf");
  font-weight: 700;
  font-style: normal;
}

b, .font-bold {
  font-family: GothamRnd-Bold;
}

html {
  width: 100%;
  height: 100%;
  overflow: hidden;
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

body {
  width: 100%;
  height:100%;
  font-family: GothamRnd-Book, Helvetica, Arial, sans-serif;
  background: url(/assets/spin-dual/img/bg.png) no-repeat fixed;
  background-color: transparent;
  background-size: cover;
  -moz-background-size: cover;
  -ms-background-size: cover;
  -o-background-size: cover;
  -webkit-background-size: cover;
  margin: 0;
  padding: 0;
  color: #fff;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  word-wrap: break-word;
  overflow-y: auto;
}

a, a:focus, a:hover, a:visited {
  text-decoration: none;
  color: rgb(37, 115, 165);
}

button:focus, button:hover, button:active, button:visited {
  outline: 0;
  opacity: 0.8;
}

section {
  min-height: 100%;
  position:relative;
  text-align: center;
  max-width: 500px;
  margin: auto;
}

header {
  padding-bottom: 30px;
}

footer {
  position:absolute;
  bottom: 0;
  width: 100%;
  color: #ddd;
  height: 30px;
  text-align: center;
}

footer > p {
    margin: 8px auto;
    font-size: 0.7em;
}

textarea:focus, textarea:hover, textarea:visited, select:focus, select:hover, select:visited  {
  outline: 0;
}

.content_needle {
  position: absolute;
  width: 6%;
  top: -12%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 3;
}

.stand {
  width: 70%;
  margin-top: 5%;
  position: relative;
  z-index: -10;
}

#canvas {
  position: relative;
  width: 73%;
  height: auto;
  margin: 0 auto;
  padding: 0;
  border-radius: 50%;
  display: block;
  z-index: 2;
}

.masthead {
  width: 80%;
  margin-top:30%;
  margin-bottom:-5%;
}

.logo {
  display:block;
  margin:5px auto 0;
}

.logotnc {
  width: 65%;
  left:0%;
  right:0%;
  margin-top:3%;
  margin-bottom:5%;
  margin-left:0%;
}



.filter {
  filter: gray;
  filter: grayscale(1);
  -webkit-filter: grayscale(1);
  -moz-filter: grayscale(1);
  -ms-filter: grayscale(1);
  -o-filter: grayscale(1);
}

.prizelist-caption {
  position: relative;
  width: 90%;
  margin: 40% auto 0;
  z-index: 2;
}

.prize-detail-button {
  background: #FCBD00;
  width: 100%;
  border: 0;
  border-radius: 2px;
  padding: 5px 0;
  font-size: .85em;
}

.prize-detail-button:hover {
  background: #fca700;
}

.prize-name {
  margin: 0;
}

.prize-img {
  max-width: 100px;
  max-height: 80px;
}

.prize-redeem-img {
  position: absolute;
  width: 100%;
  top: 41%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.prize_list_column {
  height: 50px;
  display: table-cell;
  vertical-align: middle;
  padding-right:0;
  max-width: 200px;
}

.form>input.formm.error {
  margin: 4px auto -37.5px 31px!important;
}

.form {
  position: relative;
  width: 90%;
  max-width: 300px;
  margin: auto;
  margin-top: 0%;
  padding-top: 5%;
}

.form>div>select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(32, 28, 29, 0.9);
  padding: 8px 10px;
  width: 100%;
  max-width: 300px;
  border-radius: 5px;
  border: 1px rgb(84, 80, 74);
  font-size:0.95em;
  margin: 3px auto;
  color:#ccc;
}

.zigzag_details {
  position: absolute;
  top: -1%;
  left: 0%;
  right:0%;
  height: 100%;
  width: 101%;
  background-size: 100% 100% !important;
  padding: 0px 0px;
  margin: auto 0px auto -1px;
}

.select-style {
  position: absolute;
  z-index: 2;
  right: 15px;
  bottom: 18px;
  border: solid #ccc;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);

}

.form>input, .form>textarea { 
  width: 100%;
  max-width: 300px;
  font-size: 0.9em;
  font-weight: 200;
  color: #fff;
  margin: 3px auto;
  padding: 8px 10px;
  display: block;
  border: 0;
  border-radius: 5px;
  background-color: rgba(32, 28, 29, 0.9);
}

.quizshadow {
  width: 90%;
  max-width: 350px;
  font-size: 1.05em;
  font-weight: 200;
  margin: 10px auto 3px;
  padding: 15px 5px;
  display: block;
  border: 1px solid #ccc;
  background-color: transparent;
}


.form>input:focus, .form>textarea:focus {
  outline: none;
  color: #fff;
}

.form>input.error, .form>textarea.error{
  border: 2px solid #D11818;
}

::-webkit-input-placeholder {
  color: #ccc;
}

input::-webkit-input-placeholder {
  color: #ccc;
}

textarea::-webkit-textarea-placeholder {
  color: #ccc !important;
}

input:focus::-webkit-input-placeholder {
  color: #fff;
}

textarea:focus::-webkit-input-placeholder {
  color: #fff;
}


.agree-section {
  width: 90%;
  max-width: 310px;
  margin: 10px auto;
  text-align: left;
  padding-top:10px;
}

.agreebox {
  font-size: .95em;
  vertical-align: text-top;
  color: #000;
  margin-top: 2px;
  position: absolute;
}

#tnc {
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: 1px;
  height: 87%;
  overflow: hidden;
  overflow-y: scroll;
}

#tnc .content {
  padding-left: 0px;
  width: 95%;
  /*height: auto;*/
}

#tnc .box {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 30px;
  color: #3A3A3A;
  margin: 5px;
  padding: 10px;
  border-radius: 10px;
  overflow: hidden;
  /*height:auto;*/
}

#tnc ul > li {
  margin-bottom: 10px;
}

#tnc > .content {
  padding: 0px 0;
}

#tnc td {
  vertical-align: top;
  padding-bottom: 10px;
}


.tnc-section {
  width: 90%;
  margin: 0 auto;
  font-size: .85em;
  color:#000;
}

.tnc-sectionredeem {
  width: 90%;
  margin:20px auto;
  font-size: .85em;
  color:#fff;
}

.tnc-sectionredeem ul, ol {
  padding-left: 15px;
}

.tnc-sectionredeem ul>li {
  margin-bottom: 10px;
}

.tnc-section ul, ol {
  padding-left: 15px;
}

.tnc-section ul>li {
  margin-bottom: 10px;
  padding-left: 5px;
}

.content_footer_start {
  display: block;
  width: 100%;
  max-width: 300px;
  background-color:rgb(254, 198, 6);
  color: #fff;
  font-size: 14px;
  margin: 5px auto;
  padding: 8px 0;
  border: 0;
  border-radius: 5px;
}

.content_footer_prize {
  display: block;
  width: 100%;
  max-width: 300px;
  color: #fff;
  font-size: 1em;
  margin: 5px auto;
  padding: 8px 0;
  border: 0;
  border-radius: 2px;
  background-color: rgb(254, 198, 6);
}


.content_footer_start_yellow {
  display: block;
  width: 80%;
  max-width: 300px;
  background-color: #FCBD00;
  color: #fff;
  font-size: .9em;
  margin: 10% auto 10px;
  padding: 8px 0;
  border: 0;
  border-radius: 5px;
}

.prize-frame-container {
  position: absolute;
  top: 14%;
  left: 0;
  right: 0;
}

.prize-frame {
  position: relative;
  width: 40px;
  height: 40px;
  padding: 10px;
  background: url(/assets/currentproject/img/box.png);
  background-size: 40px 40px;
  display: inline-block;
}

.prize-icon-container {
  position: relative;
  width: 20px;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
}

.prize-icon {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.apac {
  max-width: 120px;
   padding: 0 0;
  margin:auto;
}

.overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  background-color: rgba(0, 0, 0, .7);
}

.overlay-layshake

.overlay-arrow {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 80px;
  z-index: 10;
}

/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}


.modal {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 240px;
  background-color: #fff;
  color: #333;
  display: block;
  padding: 10px 0;
  border-radius: 6px;
  z-index: 10;
  -webkit-animation: fadein 0.5s;
     -moz-animation: fadein 0.5s;
      -ms-animation: fadein 0.5s;
       -o-animation: fadein 0.5s;
          animation: fadein 0.5s;
}

.overlay-arrow {
  position: absolute;
  top: 5%;
  right: 10%;
  width: 80px;
  z-index: 10;
  -webkit-animation: fadein 0.5s;
     -moz-animation: fadein 0.5s;
      -ms-animation: fadein 0.5s;
       -o-animation: fadein 0.5s;
          animation: fadein 0.5s;
}

.modal .bottom {
  position: absolute;
  bottom: 0;
  width: 100%;
  border-top: 1px solid #999;
}

.modal .left, .modal .right {
  position: absolute;
  width: 50%;
  font-size: .9em;
  color: #333;
  bottom: 0;
  border-top: 1px solid #999;
  padding: 0px 0;
}

.modal .left {
  left: 0;
  border-right: 1px solid #999;
}

.modal .right {
  right: 0;
}

.modal .left button, .modal .right button {
  width: 100%;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  border: 0;
  background-color: #ebeced;
}

.share .moments {
  width: 18px;
  height: 18px;
  background: url(/assets/currentproject/img/logo-moments.png) no-repeat;
  background-size: 100% 100%;
}

.share .facebook, .share .moments {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
}

.share .facebook {
  width: 18px;
  height: 18px;
  background: url(/assets/currentproject/img/logo-fb.png) no-repeat;
  background-size: 100% 100%;
}

.button-share {
  position: absolute;
  height: 50px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #aaa;
}

.button-sharewin {
  position: absolute;
  height: 38px;
  bottom: 0;
  left: 0;
  right: 0;
  border-top: 1px solid #aaa;
}

#countdown .col {
  position: relative;
  width: 50px;
  height: 50px;
  font-size: 1.5em;
  display: inline-block;
  background: #111;
  border-radius: 5px;
}

.time {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.nopadding {
  margin: 0;
  padding: 0;
}

.display-none {
  display: none;
}

@media only screen and (max-height: 568px) {
  .remote-container {
    position: relative;
    margin-top: 20%;
  }
}

@media only screen and (min-height: 569px) {
  .prize-frame {
    position: relative;
    width: 50px;
    height: 50px;
    padding: 10px;
    background: url(/assets/currentproject/img/box.png);
    background-size: 50px 50px;
    display: inline-block;
  }
  .prize-icon-container {
    position: relative;
    width: 30px;
    height: 30px;
    overflow: hidden;
    margin: 0 auto;
  }
}

@media only screen and (min-device-width: 700px) {
  .prize-frame {
    position: relative;
    width: 100px;
    height: 100px;
    padding: 20px;
    background: url(/assets/currentproject/img/box.png);
    background-size: 100px 100px;
  }
}

.up250 {
  margin-bottom: 250px;
}


.prize-container {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left:1%;
  right:0;
}
.img-sorry, .img-limit {
  width: 20%;
  max-width: 100px;
}

.moment, .moment-grey {
  width: 20px;
  margin: -3px 5px 0 -5px;
}

.facebook, .facebook-grey {
  width: 18px;
  margin: -3px 5px 0 -5px;
}

.moment-grey, .facebook-grey {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}


.prize-container-img {
  position: relative;
  padding-top: 40%;
}

.prizelist-caption {
  width: 50%;
  max-width: 300px;
}

.prizeitem-container {
  display: table;
  width: 75%;
  max-width: 500px;
}

.prize-name-container {
  display: table;
  height: 100%;
  height: 40px;
  padding: 0;
}

.prize-name {
  display: table-cell;
  vertical-align: middle;
}

.prize-btn-container {
  padding-right: 0;
}

.prize-redeem-btn, .prize-redeemed-btn {
  width: 100%;
  max-width: 100px;
  min-width: 80px;
  background-color: rgb(254, 198, 6);
  color: #fff;
  font-size: .85em;
  border: none;
  border-radius: 3px;
  margin: 7px 0;
  padding: 5px 0;
}

.prize-redeemed-btn {
  background-color: #333;
}
/*----------------------------------Alert-------------------------------------*/
#alert {
  position: fixed;
  top: 40%;
  left: 50%;
  height: 150px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 240px;
  background-color: #fff;
  color: #333;
  padding: 10px 0;
  border-radius: 10px;
  z-index: 10;
  -webkit-animation: fadein 0.5s;
     -moz-animation: fadein 0.5s;
      -ms-animation: fadein 0.5s;
       -o-animation: fadein 0.5s;
          animation: fadein 0.5s;
}

#alert::after {
  -webkit-animation: fadeout 0.5s;
     -moz-animation: fadeout 0.5s;
      -ms-animation: fadeout 0.5s;
       -o-animation: fadeout 0.5s;
          animation: fadeout 0.5s;
}
/* Firefox < 16 */
@-moz-keyframes fadeout {
    from { opacity: 0; }
    to   { opacity: 1; }
}


@keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Firefox < 16 */
@-moz-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Safari, Chrome and Opera > 12.1 */
@-webkit-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Internet Explorer */
@-ms-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

/* Opera < 12.1 */
@-o-keyframes fadein {
    from { opacity: 0; }
    to   { opacity: 1; }
}

#alert p{
  width: 210px;
  margin: 10px auto;
  padding-bottom: 5px;
}

#alert .bottom {
  position: absolute;
  bottom: 0;
  padding: 8px 0;
  width: 100%;
  border-top: 1px solid #999;
  text-align: center;
  font-size: 16px;
}

#alert_overlay {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 8;
  background-color: rgba(0, 0, 0, .8);
}
/*------------------------------Check Box------------------------------------ */
label {
-webkit-touch-callout: none;
-webkit-user-select: none;
-khtml-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.checkbox {
   margin: 10px auto;
   width: 80%;
   max-width: 250px;
   font-size: 12px;
   text-align: left;
}

.checkbox>label {
   background-image:url(../img/checkbox.png?v=3);
   transform: scale(0.8);
   -ms-transform: scale(0.8);
   -o-transform: scale(0.8);
   -webkit-transform: scale(0.8);
   -moz-transform: scale(0.8);
}

.checkbox>span {
  text-shadow: 1px 1px #000000;
  color: #fff;
}

.checkbox>a {
   color: #003e95;
   border-bottom: 1px;
   font-family: GothamRnd-Bold, SimHei, 黑体, sans-serif;
}

.checkbox>input[type=checkbox] {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height:1px;
    width:1px;
    margin:-1px;
    padding:0;
    border:0;
}

.checkbox>input[type=checkbox] + label {
  padding-left:20px;
  min-height: 21px;
  min-width: 20px;
  margin-top: -4px;
  display:inline-block;
  line-height:15px;
  background-repeat:no-repeat;
  background-position: 0 0;
  font-size:15px;
  vertical-align:middle;
  cursor:pointer;
}

.checkbox>input[type=checkbox]:checked + label {
  background-position: 0% 99%;
  margin-top: -4.5px;
}
/*----------------------------------------------------------------------------*/
/*-------------------------------Spin Board-----------------------------------*/
.spin_box {
  margin-top: 5%;
  position: relative;
}
.spin_box > .needle {
  width: 40%;
  top: 0;
  bottom: 0px;
  position: absolute;
  left: 3%;
  right: 0;
  margin: auto;
  transform: rotate(-150deg);
  -ms-transform: rotate(-150deg);
  -webkit-transform: rotate(-150deg);
  -o-transform: rotate(-150deg);
  -moz-transform: rotate(-150deg);
  transform-origin: 50% 50% 0px;
  -ms-transform-origin: 50% 50% 0px;
  -webkit-transform-origin: 50% 50% 0px;
  -moz-transform-origin: 50% 50% 0px;
  -o-transform-origin: 50% 50% 0px;
}
.spin_box > .board {
  width: 80%;
  padding-top: 1%;
  margin: auto;
}
.spin_box > .circle {
  width: 13%;
  top: 1%;
  bottom: 0px;
  position: absolute;
  left: 2%;
  right: 0;
  margin: auto;
}

.spin_box > .shadow {
  width: 65%;
  top: 98%;
  bottom: 0px;
  position: absolute;
  left: 4%;
  right: 0;
  margin: auto;
  z-index: -18
}

.shadow_prizelist {
  width: 90%;
  margin: 5% auto auto;
  height: 67%;
  position: relative;
  left: 0;
  margin-bottom: 10px;
  padding: 5px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  right: 0;
  color: #ddd;
  min-height: 300px;
  min-height: 55vh;
  background-color: rgba(0, 0, 0, 0.4);
}

.detail_box_modal {
  top:30%;
  position: fixed;
  opacity:0.95;
  background: rgba(255,255,255,0.9) !important;
  width: 270px;
  height: 175px;
}

.detail_box_modal textarea {
  color:#000;
  width:240px;
  border-radius:10px;
  background-color: #fff;
  padding: 10px;
  font-size: 0.9em;
  opacity: 1.0;
  margin-top: 20px;
  resize: none;
}
