html {
    -ms-touch-action: none;
}
/*

@media screen and (orientation: portrait) {
    !*竖屏 css*!
    .lock_wrp {
        display: none!important
    }
}
@media screen and (orientation: landscape) {
    !*横屏 css*!
    #GameCanvas {
        display: none!important
    }
}
*/

body, canvas, div {
    display: block;
    outline: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);

    -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);
}

body {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    border: 0;
    margin: 0;

    cursor: default;
    color: #888;
    background-color: #191919;

    text-align: center;
    font-family: Helvetica, Verdana, Arial, sans-serif;

    display: flex;
    flex-direction: column;
}

#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;
}

#splash {

    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #171717 url(./background.9033c.png) no-repeat center;
    /*background: #171717 url(./ring.svg) no-repeat center;*/
    /*  background-size: 100%;*/
}

#safariMask {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 500px;
    background: rgba(0, 0, 0, 0.8);
}

.progress-bar {
    background-color: #1a1a1a;
    position: absolute;
    left: 25%;
    top: 80%;
    height: 5px;
    padding: 5px;
    width: 50%;
    /*margin: 0 -175px;         */
    border-radius: 5px;
    box-shadow: 0 1px 5px #000 inset, 0 1px 0 #444;
}

.progress-text {
    font-style:normal;
    color: #FFF;
    position: absolute;
    left: 25%;
    top: 60%;
    width: 50%;
    padding: 5px;
}

.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;}
}



/*application cache loading*/
@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

#overlay {
    position: fixed; /* Sit on top of the page content */
    display: none; /* Hidden by default */
    width: 100%; /* Full width (cover the whole page) */
    height: 100%; /* Full height (cover the whole page) */
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0,0,0,1); /* Black background with opacity */
    z-index: 2; /* Specify a stack order in case you're using a different order for other elements */
    cursor: pointer; /* Add a pointer on hover */
}

#overlayCenter{
    position: absolute;
    text-align: center;
    width: 100%;
    top: 52%;
/*    left: 50%;*/
    font-size: 120%;
    color: white;
/*    transform: translate(-50%,-50%);*/
/*    -ms-transform: translate(-50%,-50%);*/
    
}


.loader {
    position: absolute;
    display: inline-block;
    top: 29%;
    z-index: 1;
    margin: -80px 0 0 -80px;
    border: 10px solid #f3f3f3;
    border-radius: 50%;
    border-top: 10px solid #dead2d;
    width: 135px;
    height: 135px;
    -webkit-animation: spin 1s linear infinite;
    animation: spin 1s linear infinite;
}

.loaderDone {
    display:none;
    z-index: 1;
    background-attachment:fixed;
    height: 100%;
    background-image: url(imgs/done.png);
    background-repeat: no-repeat;
    background-position: 50% 20%;
}


.goallogo {
    top: 190px;
    position: absolute;
    display: inline-block;
    border-radius: 50%;
    background-repeat: no-repeat;
    text-indent: -9999em;
    overflow: hidden;
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    text-indent: -9999em;
    margin: -100px 0 0 -93px;
    overflow: hidden;
    width: 160;
    height: 160;
    background-image: url('imgs/icons/icon-196x196.png');
    background-size: auto 100%;
}

.reloadButton {
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #ededed), color-stop(1, #dfdfdf));
	background:-moz-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-webkit-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-o-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:-ms-linear-gradient(top, #ededed 5%, #dfdfdf 100%);
	background:linear-gradient(to bottom, #ededed 5%, #dfdfdf 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#dfdfdf',GradientType=0);
	background-color:#ededed;
	-moz-border-radius:7px;
	-webkit-border-radius:7px;
	border-radius:7px;
	display:inline-block;
	cursor:pointer;
	color:#777777;
	font-family:Arial;
	font-size:15px;
	font-weight:bold;
	padding:18px 44px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}
.reloadButton:hover {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #dfdfdf), color-stop(1, #ededed));
	background:-moz-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-webkit-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-o-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:-ms-linear-gradient(top, #dfdfdf 5%, #ededed 100%);
	background:linear-gradient(to bottom, #dfdfdf 5%, #ededed 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#dfdfdf', endColorstr='#ededed',GradientType=0);
	background-color:#dfdfdf;
}
.reloadButton:active {
	position:relative;
	top:1px;
}



        