* {
	margin:0px;
	padding:0px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
html {
	height: 100%;
	overflow: hidden;
	position: relative;
}
body {
	font-family: Arial, Verdana, sans-serif;
	font-size: 12px;
	line-height: 1.28em;
	background:#000;
	color:#5f594b;
	height:100%
}
a {
	text-decoration:none;
	color:#86641F;
	webkit-transition: color 0.5s linear;
	-moz-transition: color 0.5s linear;
	-o-transition: color 0.5s linear;
	transition: color 0.5s linear;
	outline:none;
	border:none;
}
img {
	border:none;
}

.mainpage {
	background-image:url(../../images/banner_m.jpg);
	position: absolute;
	top: 0;
	bottom: 0;
	width: 100%;
	min-width: 1000px;
	min-height:500px;
	background-position:top;
	background-repeat:no-repeat;
	background-size: 100%;
}

.logo {
    height: 300px;
    width: 26%;
    background-image: url(../../images/logo.png);
    background-position: top center;
    background-repeat: no-repeat;
    margin-top: 20px;
    background-size: 100%;
}


.BtnContainer {
	text-align: center;
	position: absolute;
	width: 100%;
	min-width:700px;
	bottom: 50px;
	z-index: 50;
	min-width:700px;
}
.button {

    height: auto;
	width:auto;
	padding:0 6px;
    text-transform: uppercase;
	position:relative;
	display: inline-block;
    margin:2% 6%;
    text-align: center;
    text-decoration: none;
    -webkit-border-radius: 12px;
    -moz-border-radius:12px;
    border-radius:12px;
    -webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    -moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 1px 1px 1px rgba(255,255,255,.44);
    -webkit-transition: all 0.15s ease;
    -moz-transition: all 0.15s ease;
    -o-transition: all 0.15s ease;
    -ms-transition: all 0.15s ease;
    transition: all 0.15s ease;
    color: #515151;
    background: #d3d3d3;
    background: -moz-linear-gradient(top, #d3d3d3 0%, #8a8a8a 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d3d3d3), color-stop(100%,#8a8a8a));
    background: -webkit-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%);
    background: -o-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%);
    background: -ms-linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%);
    background: linear-gradient(top, #d3d3d3 0%,#8a8a8a 100%);

}
	.button:hover {
		-webkit-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		-moz-box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
		box-shadow: 1px 1px 1px rgba(0,0,0,.29), inset 0px 0px 2px rgba(0,0,0, .5);
	}

	.button:active {
		-webkit-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		-moz-box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
		box-shadow: inset 0px 0px 3px rgba(0,0,0, .8);
	}
.button .img{
	width:100px;
	height:100px;
	display:inline-block;
	background:url(../images/Android.png) no-repeat;
	background-size:100%;
	margin:0 8px;
}
.button.ios .img{

	background:url(../images/ios.png) no-repeat;
	    background-size: 100%;
}	

.text{    display: inline-block;
    width: 150px;
	    font-size: 32px;
    color: #333;
    text-shadow: 0px 1px 1px rgba(255,255,255,0.9);
    vertical-align: text-bottom;
	    height: 60px;}
.text span {
	display:inline-block;
	text-align:center;
}
.text .s {
    font-size: 12px;
	margin:12px;
}
.button div:hover{
	color:#000;
}
.beta{
	width:70px;
	height:70px;
	position:absolute;
	right:-3px;
	top:-4px;
	background-size:100%;
	display:inline-block;
	background-image:url(../images/beta-s.png);
	background-repeat:no-repeat;
}
.fire {
	position: absolute;
	bottom: 40px;
	text-align: center;
	width: 100%;
	z-index: 0;
	background-image:url(../../images/nav_bg.png);
	background-repeat:repeat-x;
	background-position:bottom center;
}
.clear {
	clear:both;
	height:0px;
	width:100%
}
#quick_links {
	position: absolute;
	width: 200px;
	top: 22px;
	right: 10%;
	display:none;
}
#footer {
	background: url("../../images/topbar_bg.png") repeat scroll 0 0 transparent;
	background-position: top center;
	padding-top: 12px;
	position:absolute;
	bottom:0;
	width: 100%;
	height: 40px;
	text-align: center;
}
.link, .copyright {
	text-align:center;
	margin:6px;
}
 @media screen and (max-width: 1280px) {
 .mainpage {
 background-image:url(../../images/banner_s.jpg);
}
.logo {
background-image:url(../../images/logo_s.png);
background-position:top center;
height: 190px;
}
 .logoCn {
background-image:url(../../images/logo_s_cn.png);
background-position:top center;
height:150px;
}
.BtnContainer {
 bottom: 45px;
}
.btn {
 width: 80px;
 height: 80px;
 background-image: url(../../images/play_s.png);
}
}
