ul, li {
  list-style: none;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  -ms-touch-action: none;
}

body, canvas, div {
  display: block;
  outline: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

  user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -khtml-user-select: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

/* Remove spin of input type number */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

body {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  border: 0;
  margin: 0;

  cursor: default;
  color: #888;
  background-color: #000;

  text-align: center;
  font-family: Helvetica, Verdana, Arial, sans-serif;

  display: flex;
  flex-direction: column;
}

.content {
  display: -webkit-flex;
  display: flex;

  -webkit-justify-content: center;
  justify-content: center;

  -webkit-align-items: center;
  align-items: center;

  -webkit-flex-direction: column;
  flex-direction: column;

  -webkit-flex: auto;
  flex: auto;
}

.contentWrap {
  width: 100%;
  height: 100%;
  overflow: hidden;

  display: flex;

  align-items: center;
  justify-content: center;

  flex-direction: column;
}

#GameDiv {
  width: 100%;
  height: 100%;
  visibility: hidden;
  overflow: hidden;
}

.wrapper {
  position: relative;

  border: 1px solid #444;
  background: #222;
}

#Cocos2dGameContainer {
  position: absolute;
  margin: 0;
  overflow: hidden;
  left: 0px;
  top: 0px;

  display: -webkit-box;
  -webkit-box-orient: horizontal;
  -webkit-box-align: center;
  -webkit-box-pack: center;
}

canvas {
  background-color: rgba(0, 0, 0, 0);
}

a:link, a:visited {
  color: #666;
}

a:active, a:hover {
  color: #666;
}

p.header {
  font-size: small;
}

p.footer {
  font-size: x-small;
}

.progress-bar {
  position: absolute;
  left: 0%;
  bottom: 0;
  height: 85px;
  /* height: 12.7436vw; */
  width: 100%;
  overflow: hidden;
  background: url('../images/minigame_bg_black.png') repeat-x bottom;
}

.progress-bar .inner-bar {
  position: absolute;
  left: 0%;
  top: 24px;
  /* top: 3.5982vw; */
  height: 12px;
  /* height: 1.7991vw;  */
  width: 0%;
  background: url('../images/loading_line.png') no-repeat center / 100% 100%;
  display: none;
  transition: width 0.5s linear;
}

.progress-bar .cur-progress-icon {
  width: 114px;
  height: 85px;
  /* width: 17.0914vw; */
  /* height:12.7436vw; */
  background: url('../images/light.png') no-repeat;
  position: absolute;
  top: -244%;
  right: -38px;
  /* right: -5.6971vw; */
  z-index: 2;
}

/* 
.progress-bar span {
    display: block;
    height: 100%;
    border-radius: 3px;
    box-shadow: 0 1px 0 rgba(255, 255, 255, .5) inset;
    transition: width .4s ease-in-out; 
    background-color: #34c2e3;    
}

.stripes span {
    background-size: 30px 30px;
    background-image: linear-gradient(135deg, rgba(255, 255, 255, .15) 25%, transparent 25%,
                        transparent 50%, rgba(255, 255, 255, .15) 50%, rgba(255, 255, 255, .15) 75%,
                        transparent 75%, transparent);            
    
    animation: animate-stripes 1s linear infinite;             
}

@keyframes animate-stripes {
    0% {background-position: 0 0;} 100% {background-position: 60px 0;}
} */

.PreloaderContent {
  /* display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; */
  height: 100%;
  width: 100%;
  background: url('../images/bg.png') no-repeat center / 100% 100%;
  position: fixed;
  top: 0;
  left: 0;
}

progress {
  background: #444;
  border: none;
  border-radius: 3em;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
  display: block;
  padding: 0.2em;
  margin: 2em auto;
  height: 2em;
  width: 50vw;
}
progress::-moz-progress-bar {
  background: #55C2E1;
  border-radius: 3em;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4), 0 2px 5px 0px rgba(0,0,0,0.3);
}
progress::-webkit-progress-bar {
    background: transparent;
}
progress::-webkit-progress-value {
  background: #55C2E1;
  border-radius: 3em;
  box-shadow: inset 0 -2px 4px rgba(0,0,0,0.4), 0 2px 5px 0px rgba(0,0,0,0.3); 
}

#Cocos3dGameContainer {
  display: none;
}
#Cocos3dGameContainer[init="0"]  {
  display: none !important;
}

.hide {
  display: none;
}

#GameCanvas {
  display: none;
}

.fullscreen-guide-ios {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0,0,0,0.7);
  display: none;
  z-index: 10;
  /* padding: 70px 0px 0px 0px; */
  padding: 10.49475vw 0 0 0;
  box-sizing: border-box;
}
.fullscreen-guide-ios .guide-img-ios {
  width: 570px;
  height: 226px;
  background: url('../images/img_popup5.png') no-repeat center center / 100% 100%;
  position: relative;
  margin: 0 auto;
}
.fullscreen-guide-ios .btn-close-guide-ios {
  width: 190px;
  height: 40px;
  background: url('../images/img_btn5.png') no-repeat center / 100% 100%;
  position: absolute;
  top: 157px;
  left: 265px;
}
/* 
.fullscreen-guide-android {
  position: absolute;
  right: 28px;
  bottom: 78px;
  z-index: 9;
  border-radius: 20px;
  width: 290px;
  height: 34px;
  line-height: 34px;
  background-color: orange;
  color: #fff;
  font-size: 16px;
  text-align: center;
  display: none;
}

.fullscreen-guide-android .sec {
    color: #ff1818;
} */

.fullscreen-guide-android-wp {
  position: absolute;
  z-index: 9;
  bottom: 78px;
  width: 100%;
}
.fullscreen-guide-android {
  width: 186px;
  height: 44px;
  background: url('../images/btn_enter@x3.png') no-repeat center / 100% 100%;
  display: none;
  margin: 0 auto; 
}
