* {
  font-family: arial, Microsoft JhengHei !important; }

body, html {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%;
  /*overflow: hidden;*/
   }
#container{
  /*overflow: hidden;*/
}
.mainScence {
  background: url("../img/scence_bg.jpg") left top no-repeat;
  position: fixed;
  width: 100%;
  height: 100%;
  -webkit-background-size: cover;
  -o-background-size: cover;
  background-size: cover; }
.mainScence.hasopen{
  z-index: 2;
}
.logo {
  width: 26%;
  left: 2%;
  top: 2%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .logo img {
    width: 100%; }

.cloud {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }
  .cloud img {
    width: 100%; }

#cloud1 {
  width: 6%;
  left: 90%;
  top: 27%; }

#cloud2 {
  width: 8%;
  left: 53%;
  top: 1%; }

#cloud3 {
  width: 6%;
  left: 33%;
  top: 5%; }

#cloud4 {
  width: 13%;
  left: 63%;
  top: 1%; }

#cloud5 {
  width: 17%;
  left: 2%;
  top: 1%; }

#cloud6 {
  width: 7%;
  left: 71%;
  top: 7%; }

.container {
  width: 100%;
  height: 100%;
  position: relative;
  margin: 0 auto;
  overflow: hidden; }

.top5MobileTrigger {
  display: none;
  width: auto;
  position: absolute;
  right: 0px;
  bottom: 0;
  padding: 0;
  text-align: center;
  cursor: pointer;}
  .top5MobileTrigger img {
    width: 210px;}

.top5 {
  width: 420px;
  height: 100%;
  right: 0;
  top: 0;
  text-align: center;
  background: url("../img/top5_bg.jpg");
  position: fixed;
  -ms-overflow-y: auto;
  overflow-y: auto; }
  .top5 .top5Title {
    width: 40%;
    margin-top: 10px;
    margin-bottom: 15px; }

.top5tag {
  height: 35px;
  margin-bottom: -5px; }

.topList {
  padding: 0 15px;
  width: 100%;
  text-align: left;
  margin-bottom: 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  .topList a.giftLink {
    width: 43px;
    right: -15px;
    display: inline-block;
    display: none;
    top: 0px;
    pointer-events: none;
    position: relative;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .topList a.giftLink img {
      width: 100%; }
    /*.topList a.giftLink:hover {
      -webkit-transform: rotate(8deg) scale(1.1);
      -moz-transform: rotate(8deg) scale(1.1);
      -ms-transform: rotate(8deg) scale(1.1);
      -o-transform: rotate(8deg) scale(1.1);
      transform: rotate(8deg) scale(1.1); }*/
  .topList ul {
    padding: 10px; }
    .topList ul li {
      background: #fff;
      padding: 4px 10px;
      padding-bottom: 2px;
      font-size: 20px;
      color: #674989; }
      .topList ul li span.name {
        display: inline-block;
        width: calc(100% - 100px);
        white-space: nowrap;
        vertical-align: middle;
        overflow: hidden;
        -ms-text-overflow: ellipsis;
        text-overflow: ellipsis;
        margin-right: 10px; }
      .topList ul li img.cup {
        display: none;
        width: 24px;
        margin-left: 12px;
        margin-right: 5px; }
      .topList ul li span.sec {
        width: 56px;
        overflow: hidden;
        display: inline-block;
        vertical-align: middle;
        text-align: center; }
      .topList ul li span.num {
        width: 30px;
        height: 36px;
        position: relative;
        top: 3px;
        display: inline-block;
        vertical-align: middle; }
      .topList ul li:nth-child(1) span.num {
        background: url(../img/num1.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li:nth-child(1).itsme span.num {
        background: url(../img/num1_w.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li:nth-child(2) span.num {
        background: url(../img/num2.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li:nth-child(2).itsme span.num {
        background: url(../img/num2_w.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li:nth-child(3) span.num {
        background: url(../img/num3.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li:nth-child(3).itsme span.num {
        background: url(../img/num3_w.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li:nth-child(4) span.num {
        background: url(../img/num4.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li:nth-child(4).itsme span.num {
        background: url(../img/num4_w.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li:nth-child(5) span.num {
        background: url(../img/num5.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li:nth-child(5).itsme span.num {
        background: url(../img/num5_w.png) no-repeat;
        -webkit-background-size: contain;
        -o-background-size: contain;
        background-size: contain; }
      .topList ul li.itsme {
        background: #663299 !important;
        color: #fff; }
.f-pieces{
  width: 25px;
  position: absolute;
  top: -50px;
  left: 50%;
  pointer-events: none;
}

.f-pieces:nth-child(1){
  opacity: 0.9;
  -webkit-animation-delay: 1s;
     -moz-animation-delay: 1s;
       -o-animation-delay: 1s;
          animation-delay: 1s;
}
.f-pieces:nth-child(2){
  opacity: 1;
  left: 30%;
  width: 20px;
  -webkit-animation-delay: 1.3s;
     -moz-animation-delay: 1.3s;
       -o-animation-delay: 1.3s;
          animation-delay: 1.3s;
}
.f-pieces:nth-child(3){
  opacity: 0.8;
  -webkit-animation-delay: 1.7s;
     -moz-animation-delay: 1.7s;
       -o-animation-delay: 1.7s;
          animation-delay: 1.7s;
}
.f-pieces:nth-child(4){
  opacity: 1;
  left: 70%;
  width: 15px;
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
}
.f-pieces:nth-child(5){
  opacity: 1;
  width: 20px;
  -webkit-animation-delay: 2.2s;
     -moz-animation-delay: 2.2s;
       -o-animation-delay: 2.2s;
          animation-delay: 2.2s;
}
.f-pieces:nth-child(6){
  opacity: 1;
  left: 80%;
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
}
.f-pieces:nth-child(7){
  opacity: 0.8;
  width: 15px;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.f-pieces:nth-child(8){
  opacity: 1;
  -webkit-animation-delay: 2s;
     -moz-animation-delay: 2s;
       -o-animation-delay: 2s;
          animation-delay: 2s;
}

.form_body input[type="button"]{
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}
#easyTop ul {
  background: #24aaff; }
  #easyTop ul li {
    border-bottom: 1px solid #24AAFF; }
    #easyTop ul li:nth-child(even) {
      background: #EBFAFF; }

#normalTop ul {
  background: #ff7fd1; }
  #normalTop ul li {
    border-bottom: 1px solid #ff7fd1; }
    #normalTop ul li:nth-child(even) {
      background: #F8F0FF; }

#hardTop ul {
  background: #ff5c00; }
  #hardTop ul li {
    border-bottom: 1px solid #ff5c00; }
    #hardTop ul li:nth-child(even) {
      background: #FFF1E9; }

.gameEntrance {
  position: absolute;
  cursor: pointer;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
   }
  .gameEntrance img {
    width: 100%; }
  .gameEntrance.unlock .g-on {
    display: block; }
  .gameEntrance.unlock .g-off, .gameEntrance.unlock .lock {
    display: none; }
  .gameEntrance.lock .g-off, .gameEntrance.lock .lock {
    display: block; }
  .gameEntrance.lock .g-on {
    display: none; }
  .gameEntrance .lock {
    position: absolute; }
.gameEntrance:hover{
  opacity: 0.8;
}
#game1 {
  width: 19%;
  left: 12%;
  top: 38%; }
  #game1 .lock {
    width: 25%;
    bottom: 20%;
    right: 0; }

#game2 {
  width: 22%;
  left: 30%;
  top: 51%;
  -webkit-animation-delay: 1.5s;
     -moz-animation-delay: 1.5s;
       -o-animation-delay: 1.5s;
          animation-delay: 1.5s;
   }
  #game2 .lock {
    width: 28%;
    bottom: 23%;
    right: 3%; }

#game3 {
  width: 11.5%;
  left: 52%;
  top: 22%;
  -webkit-animation-delay: 3s;
     -moz-animation-delay: 3s;
       -o-animation-delay: 3s;
          animation-delay: 3s;
   }
  #game3 .lock {
    width: 52%;
    bottom: 12%;
    right: -8%;
    -webkit-animation-delay: 1s;
       -moz-animation-delay: 1s;
         -o-animation-delay: 1s;
            animation-delay: 1s;
     }
.gameEntrance.open:hover{
  opacity: 1;
}
.trans{
  width: 100px;
  height: 100px;
  background: #FFF;
  -webkit-border-radius: 50px;
          border-radius: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all .5s;
     -moz-transition: all .5s;
      -ms-transition: all .5s;
       -o-transition: all .5s;
          transition: all .5s;
  -webkit-transform: translate(-50%,-50%) scale(0);
     -moz-transform: translate(-50%,-50%) scale(0);
      -ms-transform: translate(-50%,-50%) scale(0);
       -o-transform: translate(-50%,-50%) scale(0);
          transform: translate(-50%,-50%) scale(0);
}
.open{
  z-index: 99;
}
.open .trans{
  -webkit-transform: translate(-50%,-50%) scale(35);
     -moz-transform: translate(-50%,-50%) scale(35);
      -ms-transform: translate(-50%,-50%) scale(35);
       -o-transform: translate(-50%,-50%) scale(35);
          transform: translate(-50%,-50%) scale(35);
}
#game1 .trans{
  background: #15C4E4;
}

#game2 .trans{
  background: #EE4B7B;
}

#game3 .trans{
  background: #FC5835;
}
#game1.open .trans, #game2.open .trans, #game3.open .trans{
  background: #FFF;
}
.airBaloons {
  pointer-events: none; }
  .airBaloons img {
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .airBaloons .ab1 {
    width: 8%;
    left: 17%;
    top: 78%; }
  .airBaloons .ab2 {
    width: 8%;
    left: 65%;
    top: 3%; }
  .airBaloons .ab3 {
    width: 6%;
    left: 64%;
    top: 8%; }

.op0 {
  opacity: 0 !important; }

.ovv {
  overflow: visible !important; }

.tabs-style-iconbox nav {
  background: none; }

.tabs-style-iconbox nav ul li.tab-current a {
  -webkit-box-shadow: none;
  box-shadow: none; }

.container .inside .member .member_con {
  width: 100%;
  background-color: #eee;
  padding: 35px 0;
  overflow: hidden; }

#div1, #div2 {
  display: none; }

.form-wrap .form-private {
  width: 100%; }
  .form-wrap .form-private.forgetPW, .form-wrap .form-private.g_way {
    width: auto; }

.popUp {
  background: rgba(0, 0, 0, 0.6);
  text-align: center;
  padding: 50px 0;
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto; }

.mainTip {
  /*font-size: 30px;*/
  display: inline-block;
  height: auto;
  /*color: #FFF;*/
  /*background: #7d46ca;*/
  padding: 10px 5px;
  position: relative;
  top: 20%;
  font-weight: 700;
  width: 100%;
  max-width: 500px;
  margin: 0 auto; }
.mainTip img{
  width: 100%;
}
/*  .mainTip p {
    margin: 0; }
  .mainTip.hide {
    display: none; }
  .mainTip .flagBg {
    width: 95%;
    height: 67%;
    border: 10px solid #7d46ca;
    position: absolute;
    left: 0;
    top: 0px;
    z-index: 1; }
  .mainTip img {
    position: absolute;
    left: -50px;
    width: auto;
    height: 130%;
    z-index: 0;
    top: 5px; }
    .mainTip img:last-child {
      right: -51px;
      left: auto;
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }*/

.form {
  width: 100%;
  max-width: 650px;
  margin: 0 auto;
  /*margin-top: 20px;*/
  padding: 10px;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding-bottom: 50px;
  position: relative; }
  .form.hide {
    display: none; }
  .form section.form_s {
    margin-bottom: 50px;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    background: #FFF;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    -webkit-box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1);
    box-shadow: 1px 1px 30px rgba(0, 0, 0, 0.1); }
    .form section.form_s.hide {
      display: none; }

#section-iconbox-1, #section-iconbox-2 {
  display: none; }
  #section-iconbox-1.content-current, #section-iconbox-2.content-current {
    display: block; }

#section-iconbox-2 .form_body {
  padding-bottom: 20px; }

#section-iconbox-2 .input_o {
  max-width: 500px;
  margin: 0 auto; }

.tabs nav {
  width: calc(100% + 10px);
  margin: 0 -5px;
  background: #F2F2F2; }
  .tabs nav li {
    display: inline-block;
    width: calc(50% - 3px);
    text-align: center;
    padding: 15px;
    font-size: 18px;
    background: #F2F2F2;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 -3px;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -ms-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s; }
    .tabs nav li.tab-current {
      background: #7d46ca;
      position: relative; }
      .tabs nav li.tab-current span {
        color: #fff; }
      .tabs nav li.tab-current:hover span {
        color: #fff; }
      .tabs nav li.tab-current:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        bottom: -10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -o-transform: translateX(-50%);
        transform: translateX(-50%);
        border-style: solid;
        border-width: 10px 10px 0 10px;
        border-color: #7d46ca transparent transparent transparent; }
    .tabs nav li:hover span {
      color: #7d46ca;
      letter-spacing: 3px; }
    .tabs nav li a, .tabs nav li span {
      -webkit-transition: all 0.3s;
      -moz-transition: all 0.3s;
      -ms-transition: all 0.3s;
      -o-transition: all 0.3s;
      transition: all 0.3s;
      text-align: center; }

.twoStepTitle {
      margin: 25px 0;
    margin-top: 30px;
  color: #683fa2; }

.step_des {
  margin-top: 10px; }

.content-wrap .info {
  width: 100%;
  max-width: 100%;
  padding: 20px;
  background: #F4F4F4;
  -webkit-border-radius: 0 0 10px 10px;
  border-radius: 0 0 10px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.result {
  width: 300px;
  height: 300px;
  background: #83aeda;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 10px solid #83aeda;
  opacity: 0;
  position: relative;
  overflow: hidden;
  top: 15%;
  left: 50%;
  -webkit-box-shadow: 0px 0px 0px 4px #e1ebf5;
  box-shadow: 0px 0px 0px 4px #e1ebf5;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-fill-mode: forwards;
  -o-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%); }
  .result p {
    position: absolute;
    top: 60%;
    width: 80%;
    left: 50%;
    color: #320B46;
    font-weight: 500;
    font-size: 18px;
    font-weight: 600;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%); }
    .result p span {
      font-size: 13px;
      display: block;
      margin-top: 5px;
      font-weight: 400; }

.popUpDialog {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: none;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  z-index: 999;
  top: 0;
  left: 0; }
  .popUpDialog .dialogBox {
    background: #FFF;
    padding: 30px 35px;
    padding-left: 100px;
    padding-bottom: 80px;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 85%;
    max-width: 610px;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-bottom: 10px solid #8C81BA;
    border-right: 10px solid #8C81BA;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .popUpDialog .dialogBox p {
      font-size: 19px;
      text-align: left;
      line-height: 1.8;
      color: #4F3967; }
    .popUpDialog .dialogBox .infoTable {
      position: absolute;
      width: 120px;
      left: -50px;
      top: -10px; }
    .popUpDialog .dialogBox .bottomBTN {
      text-align: right;
      position: absolute;
      bottom: 0;
      right: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .popUpDialog .dialogBox .bottomBTN a {
        display: inline-block;
        padding: 10px 40px;
        background: #7e34e4;
        border-bottom: 5px solid #562799;
        border-right: 5px solid #562799;
        color: #FFF;
        font-size: 22px;
        text-decoration: none;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s; }
        .popUpDialog .dialogBox .bottomBTN a:hover {
          border-bottom: 0px solid #fff;
          border-right: 0px solid #fff; }

.infoPop {
  background: rgba(0, 0, 0, 0.8);
  text-align: center;
  display: none;
  padding: 50px 0;
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: auto;
  z-index: 999;
  top: 0;
  left: 0; }
  .infoPop .dialogBox {
    background: #FFF;
    padding: 30px 35px;
    padding-left: 85px;
    padding-bottom: 100px;
    display: inline-block;
    position: absolute;
    top: 40%;
    left: 50%;
    width: 85%;
    max-width: 545px;
    min-height: 200px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    border-bottom: 6px solid #8C81BA;
    border-right: 6px solid #8C81BA;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    .infoPop img{
      width: 100%;
    }
    .infoPop .dialogBox p {
      font-size: 19px;
      text-align: left;
      line-height: 1.8;
      color: #4F3967; }
    .infoPop .dialogBox .infoTable {
      position: absolute;
      width: 120px;
      left: -50px;
      top: -10px; }
    .infoPop .dialogBox .bottomBTN {
      text-align: center;
      position: absolute;
      bottom: 20px;
      right: 0;
      left: 0;
      width: 100%;
      padding: 20px;
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box; }
      .infoPop .dialogBox .bottomBTN a {
        display: inline-block;
        padding: 10px 40px;
        background: #7e34e4;
        border-bottom: 5px solid #562799;
        border-right: 5px solid #562799;
        color: #FFF;
        font-size: 16px;
        text-decoration: none;
        -webkit-border-radius: 8px;
        border-radius: 8px;
        -webkit-transition: all 0.1s;
        -moz-transition: all 0.1s;
        -ms-transition: all 0.1s;
        -o-transition: all 0.1s;
        transition: all 0.1s; }
        .infoPop .dialogBox .bottomBTN a:hover {
          border-bottom: 0px solid #fff;
          border-right: 0px solid #fff; }
.close{
      width: 40px;
    display: inline-block;
    position: absolute;
    right: 5px;
    top: 5px;
}
.close img{
  width: 100%;
}
.bouncing-loader {
  position: absolute;
  width: calc(100% - 20px);
  height: calc(100% - 110px);
  z-index: 999;
  background: rgba(4, 2, 2, 0.8);
  text-align: center;
  border-radius: 8px; }
.bouncing-loader div {
  position: relative;
  top: 45%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%); }

.ferris_wheel_loading{
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  z-index: 10;
    background: #fff;
}

.ferris_wheel_loading .wrapper{
      width: 200px;
      height: 100px;
      position: absolute;
      top: 45%;
      left: 50%;
      transform: translateX(-50%) translateY(-50%);
      -webkit-transform: translate(-50%,-50%) scale(1.5);
        -moz-transform: translate(-50%,-50%) scale(1.5);
         -ms-transform: translate(-50%,-50%) scale(1.5);
          -o-transform: translate(-50%,-50%) scale(1.5);
             transform: translate(-50%,-50%) scale(1.5); 
      text-align:left;
      background:url(../img/flag.png) no-repeat center;
      -webkit-background-size: cover;
           -o-background-size: cover;
              background-size: cover;

  }
  .blk1{
    background:url(../img/blk1.png) no-repeat center; 
    position:absolute; width:45px; height:45px; left:-15px; top:-18px; border-radius:6px;
  }
  .blk2{
    background:url(../img/blk2.png) no-repeat center; 
    position:absolute; width:45px; height:45px; left:-15px; top:-18px; border-radius:6px;
  }
 
  
  .ferris_wheel ,.wheel {
    border: 6px solid #fff;
    width: 150px;
    height: 150px;
    border-radius: 50%;
  }
  
  .ferris_wheel {
    position: absolute;
    top: 38.5%;
    left: 23%;
    transform: translateX(-50%) translateY(-50%) scale(0.47);
    border: 0;
   
  }
  
  .wheel_wrap {
    position: absolute;
    animation: wheel_rotate 40s infinite linear;
  }
  
  .wheel:before {
    content: "";
    height: 50px;
    width: 50px;
    background: #888;
    position: absolute;
    border-radius: 50%;
    left: 50%;
    top: 50%;
    margin-left: -25px;
    margin-top: -25px;
    z-index: 1;
  }
  
  .wheel:after {
    content: "";
    width: 16px;
    height: 16px;
    background: #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -12px;
    margin-left: -12px;
    border-radius: 50%;
    border: 4px solid #F3AE34;
    z-index: 1;
  }
  
  .wheel span:nth-child(1):before {
    content: "";
    border-bottom: 3px solid #BABCBA;
    position: absolute;
    top: 0;
    left: 0;
    width: 150px;
    top: 50%;
    left: 6px;
  }
  
  .wheel span:nth-child(1):after {
    content: "";
    border-right: 3px solid #BABCBA;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    top: 6px;
    left: 50%;
    transform: rotate(45deg);
  }
  
  .wheel span:nth-child(2):before {
    content: "";
    border-right: 3px solid #BABCBA;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    top: 5px;
    left: 50%;
    transform: rotate(-45deg);
  }
  
  .wheel span:nth-child(2):after {
    content: "";
    border-right: 3px solid #BABCBA;
    position: absolute;
    top: 0;
    left: 0;
    height: 150px;
    top: 6px;
    left: 50%;
  }
  
  div.stand:before,
  div.stand:after {
    content: "";
    position: absolute;
    border-right: 4px solid #F3AE34;
    height: 120px;
    transform: rotate(15deg);
    top: 88px;
    left: 50%;
    margin-left: -15px;
  }
  
  div.stand:after {
    transform: rotate(-15deg);
    margin-left: 23px;
  }
  
  .stand span {
    position: absolute;
    height: 10px;
    background: #F3AE34;
    width: 100px;
    bottom: -60px;
    left: 50%;
    margin-left: -44px;
    z-index: 1;
  }
  
  
  @keyframes wheel_rotate {
    0% {
      transform: rotate(0);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  
  
  .buckets {
    position: absolute;
    border: 6px solid #e6dfef;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    z-index: 1;
  }
  
  .buckets div {
    position: absolute;
    animation: bucket_rotate 40s infinite linear;
    top: 50%;
    left: 50%;
    margin-top: -17px;
    margin-left: -22px;
  }
  
  /*.buckets div:before {
    content: "";
    height: 13px;
    left: 9px;
    border-right: 1px solid #212d31;
    position: absolute;
    top: -12px;
    transform: rotate(30deg);
  }*/
  /*.buckets div:after {
    content: "";
    height: 13px;
    border-right: 1px solid #212d31;
    position: absolute;
    right: 10px;
    transform: rotate(-30deg);
    top: -12px;
  }*/
  
  .buckets span {
    display: inline-block;
    
    height: 0;
    width: 30px;
    position: relative;
  }

  
  /*.buckets span:before {
    content: "";
    position: absolute;
    top: -15px;
    height: 3px;
    width: 25px;
    left: -2px;
    background: #652382;
  }*/
  
 /* .buckets span:after {
    content: "";
    height: 5px;
    left: -2px;
   
    width: 35px;
    position: absolute;
    top: -12px;
  }*/
  
  @keyframes bucket_rotate {
    0% { 
      transform: rotate(0) translateX(75px) rotate(0); 
    }
    100% { 
      transform: rotate(360deg) translateX(75px) rotate(-360deg); 
    }
  }
  
  .buckets div:nth-child(2) {
    animation-delay: -4.8s;
  }
  
  .buckets div:nth-child(3) {
    animation-delay: -9.9s;
  }
  
  .buckets div:nth-child(4) {
    animation-delay: -15s;
  }
  
  .buckets div:nth-child(5) {
    animation-delay: -20s;
  }
  
  .buckets div:nth-child(6) {
    animation-delay: -25s;
  }
  
  .buckets div:nth-child(7) {
    animation-delay: -30s;
  }
  
  .buckets div:nth-child(8) {
    animation-delay: -35s;
  }

.isIE {
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: none;
}

.isApp{
  background: #c0cbfb url(../img/isApp_bg.png) bottom repeat-x;
  -webkit-background-size: 100% auto;
       -o-background-size: 100% auto;
          background-size: 100% auto;
  z-index: 9999;
  position: fixed;
  width: 100%;
  height: 100%;
  display: none; 
  left: 0;
  text-align: center;
  top: 0;
}

.isApp img{
  width: 80%;
  max-width: 500px;
  margin: 0 auto;
}

.infoLink{
  display: inline-block;
  display: none;
  position: absolute;
  width: 35px;
  top: 10px;
  right: 10px;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
}

.infoLink img{
  width: 100%;
}

.infoLink:hover{
  opacity: 0.7;
}
.flowers{
  display: none;
}

.lobbyLink{
  position: fixed;
  left: 0;
  bottom: 0;
  display: inline-block;
  cursor: pointer;
  width: 30%;
  max-width: 460px;
}

.lobbyLink img{
  width: 100%;
  -webkit-transition: all .3s;
     -moz-transition: all .3s;
      -ms-transition: all .3s;
       -o-transition: all .3s;
          transition: all .3s;
  -webkit-transform: translate(-10px, 10px);
     -moz-transform: translate(-10px, 10px);
      -ms-transform: translate(-10px, 10px);
       -o-transform: translate(-10px, 10px);
          transform: translate(-10px, 10px);
}

.lobbyLink:hover img{
  -webkit-transform: translate(0);
     -moz-transform: translate(0);
      -ms-transform: translate(0);
       -o-transform: translate(0);
          transform: translate(0);
}