html, body {
  width: 100%;
  height: 100%;
  padding: 0;
  margin: 0;


    font-family: 'Helvetica Neue', 'Roboto', "microsoft yahei";
    line-height: 1;
    -webkit-touch-callout: none;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	

}


/* * {
  overflow: scroll;
} */
.row {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.col {
  display: flex;
  flex-direction: column;
  align-items: center;
}







#loading {
  width: 500px;
  height: 500px;
  padding-bottom: 100px;
  transform: rotate(90deg) scale(1.5);
}
.loading-main {
  width: 300px;
  height: 240px;
  background: url("../imgs/loading.png")no-repeat;
  animation: loading 0.9s linear infinite;
  animation-timing-function: step-start;
}
#percent {
 
}


#main {
  width:100%;
  height:100%;
  
}

.mainbanner {background:url(../imgs/bg.jpg) no-repeat center/100% 100%;width: 100%;height: 100%;z-index: 1001;position: absolute;top: 0px; overflow:hidden; display:block; transform: rotate(90deg);}



.touchstyle-headphone {
    -webkit-box-sizing: border-box;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 9999;
    width: 32px;
    height: 32px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    background-color: rgba(0, 0, 0, .3);
    -webkit-background-size: 20px 20px;
    -webkit-border-radius: 16px 16px;
    cursor: pointer;
	
	
	
	
}


.mp3on{
	
	animation: 3s linear 0s infinite normal none running touchstyle-music-paly-animate;
	
	}

.touchstyle-headphone>.icon {
    -webkit-box-sizing: border-box;
    margin: 4px 0 0 5px;
    width: 18px;
    height: 18px;
    border: 2px solid rgba(255, 255, 255, 0.75);
    border-radius: 50px 50px 0 0;
    border-bottom: none;
}

.touchstyle-headphone>.icon:before {
    -webkit-box-sizing: border-box;
    position: absolute;
    content: "";
    top: 14px;
    left: 8px;
    width: 4px;
    height: 8px;
    background-color: rgba(255, 255, 255, 0.75);
    border-radius: 0 2px 2px 0;
}
.touchstyle-headphone>.icon:after {
    -webkit-box-sizing: border-box;
    position: absolute;
    content: "";
    top: 14px;
    left: 16px;
    width: 4px;
    height: 8px;
    background: rgba(255, 255, 255, 0.75);
    border-radius: 2px 0 0 2px;
}

.absf {
    left:0;
    top:0;
    position: absolute;
    width: 100%;
    height: 100%;
}


.m-horizontal {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}



.m-horizontal .m-wrap {
    width: 100vh;
    height: 100vw;
}

.sizcover {
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
}
.abcter {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
}


.m-loading .loading-bg {
    /*width: 36.46rem;
    height: 7.5rem;
	*/
	width: 100%;
    height: 100%;
	
    background-image: url(../imgs/bg.jpg);
    background-position: 0 center;
    background-repeat: repeat;
    background-size: auto 100%;
    position: absolute;
    left: 0;
    top: 0;
}

.m-loading .loading-zi {
    /*width: 36.46rem;
    height: 7.5rem;
	*/
	width: 100%;
    height: 100%;
	
    background-image: url(../imgs/zi.png);
    background-position:center;
    background-repeat: repeat;
    background-size: cover;
     position: absolute;
    left: 0;
    top: 0;
}
 

 
.m-loading .loading-building {
    width: 100%;
    height: 120%;
    background-image: url(../imgs/building.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 0.8;
}

.m-loading .loading-cloud-0 {
    width: 100%;
    height: 120%;
    background-image: url(../imgs/yun.png);
    background-position: center;
    background-repeat: repeat;
    background-size: cover;
    -webkit-animation: cloud 7s infinite ease-in-out;
    animation: cloud 8s infinite ease-in-out;
    position: absolute;
    bottom: 0;
    left: 0;
    opacity: 1;
}



.m-loading .loading-line {
    width: 2.98rem;
    height: 0.05rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASoAAAAFCAYAAADyt6F4AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAOpJREFUeNrslkEKwjAQRZO2mi48g/dwKXgQQY/lTXThSj2HVxA3Nmmc2ikMQ+qqYIT/4TGTaTJtfiGtjTEaKAstiQOxIq7EnrjDFvgLGWNxUGWjI7ER4zOxhi3wF+oPKjvkgiIRO0oROyoVZ5xXnA/MVZ7CMXJc85parHWinxOx5HqZeN4xbMbv5sX7gqbRg1hM1CsyLRFE7PA89qreiLqcE/hd62sNo9cGVffqHo2oe+7tVT8/QlD9NHq/gweSKOI3TCI3ifyjamQi9Psv/gWWTKob/qj+VwUsyEY74kQ8OW5hCfyFer0FGACBE3YyX4jeBAAAAABJRU5ErkJggg==) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 54%;
    left: 50%;
    margin: 0.1rem 0 0 -1.49rem;
}

.m-loading .loading-per {
    width: 100%;
    color: #f2ceab;
    font-size: 0.28rem;
    position: absolute;
    top: 54%;
    text-align: center;
    margin-top: -0.02rem;
}

.m-loading .loading-logo {
    width: 1.89rem;
    height: 0.38rem;
    background: url(https://game.gtimg.cn/images/game/cp/a20190927chj/loading_logo.61eecb17.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0.8rem 0 0 -0.94rem;
}

.m-loading .btn-start {
    display: none;
    width: 2.78rem;
    height: 0.54rem;
    background:  url(../imgs/btn-start.png) no-repeat center;
    background-size: cover;
    position: absolute;
    top: 51%;
    left: 50%;
    margin: 0.17rem 0 0 -1.4rem;
}

.m-loading .btn-start-touch {
    display: none;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.playerRuning  {
    width: 2.2rem;
    height: 2.2rem;
    background: url(../imgs/ren.png) repeat 0 center;
    background-size: cover;
    position: absolute;
 
	
	bottom: 0.2rem;
    left: 0.2rem;
	
    
    -webkit-animation: ren 0.6s steps(4) infinite;
    animation: ren 0.6s steps(4) infinite;
}

.playerStand  {
    width: 2.2rem;
    height: 2.2rem;
    background: url(../imgs/ren.png) repeat 0 center;
    background-size: cover;
    position: absolute;
 
	
	bottom: 0.2rem;
    left: 0.2rem;
	
 
}
.runing {
	width: 1.35rem;
    height: 0.5rem;
    background: url(../imgs/runing.png) repeat 0 center;
    background-size: cover;
    position: absolute;
    bottom: 0.8rem;
    left: 2.5rem;}
	
	
#player{
	
	
	    left: 0;
    top: 0;
    position: absolute;
	
	    width: 5rem;
    height: 5rem;
	
	}
	
	
@-webkit-keyframes touchstyle-music-paly-animate{
0% {
    -webkit-transform: rotate(0deg);
}
 
100% {
    -webkit-transform: rotate(360deg);
}
}
@-webkit-keyframes ren{
	0% {
    background-position-x: 0;
}
100% {
    background-position-x: 133.3%;
}
	}
 
@-webkit-keyframes cloud {
0% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
50% {
    -webkit-transform: translate3d(0, 0.3rem, 0);
    transform: translate3d(0, 0.3rem, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
	}

@-webkit-keyframes bird1 {
  0%{background-position:0 0}
  25%{background-position:-300px 0}
  50%{background-position:-600px 0}
  75%{background-position:-900px 0}
  0%{background-position:0 0}
}
