body {
    background: #fff;
}
body,html,h1,h2,dl,dd,ul,li {
    margin: 0;
    padding: 0;
    font-family: 'Microsoft YaHei';
}
.main {
    position: relative;
    margin: 0 auto;
    height: 100%;
    color: #666;
}
img {
    display: block;
}
button {
    border: none;
    background: none;
    cursor: pointer;
}
.clear:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
.clear {
    zoom: 1;
    clear: both;
}
h1 {
    color: #5c5c5c;
    font-size: 1.2rem;
    margin-top: 0rem;
}
dl {
    position: relative;
    padding: 0.8rem 0.3rem;
}
dt,dd {
    float: left;
}
dd {
    margin: 0 0 0 0.5rem;
    font-size: 12px;
}
h2 {
    font-size: 16px;
    margin-top: 8px;
}
a {
    text-decoration: none;
    color: #333;
}
.level {
    background: url(../images/level.jpg) no-repeat 0 15px;
    background-size: 1rem auto;
    padding: 0.5rem 0.2rem 1rem 1rem;
}
.size {
    display: block;
    color: #23bc3a;
    margin-top: 1rem;
    font-size: 1rem;
}
.downUrl {
    position: absolute;
    right: 0.5rem;
    top: 2rem;
    background: #0bb337;
    border-radius: 4px;
    color: #fff;
    font-size: 16px;
    padding: 0.6rem 0.6rem;
    text-decoration: none;
}
.clear:after {
    clear: both;
    content: '.';
    display: block;
    visibility: hidden;
    height: 0;
}
.clear {
    zoom: 1;
    clear: both;
}

.banner {
    overflow: hidden;
    visibility: visible;
    position: relative;
    width: 100%;
    
}
.banner ul {
    width: 300%;
}
.banner li {
    list-style: none;
    float: left;
    text-align: center;
}
h2 {
    color: #23bc3a;
    font-size: 1.3rem;
    padding: 0.2rem 0.5rem 1rem;
}
.game {
    margin-bottom: 1rem;
}
.game span {
    float: left;
    margin-top: 0.2rem;
}
.game p {
    margin: 0rem 0 0 6rem;
    line-height: 1.8rem;
}
.talk {
    border-bottom: 1px solid #e7e7e7;
    padding: 0.2rem 0.5rem 1rem;
}
.talk img {
    display: inline-block;
    margin-right: 0.2rem;
}
.talk span {
    color: #25bb3b;
    font-size: 0.8rem;
    display: block;
}
#container {
    overflow-x: scroll;
    overflow-y: hidden;
    margin: 0.2rem 0.3rem 2rem 0;
    border-bottom: 1px solid #afafaf;
}
.page {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 7px center;
    position: relative;
    margin-bottom: 0.5rem;
    float: left;
    width: 32%;
    margin-right: 1%;
}
.landing {
    position: fixed;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.9);
    color: #fff;
    padding: 5rem 2rem;
    display: none;
}
.weixin-tip{
	display: none; 
	position: fixed; 
	left:0; 
	top:0; 
	bottom:0; 
	background: rgba(0,0,0,0.8); 
	filter:alpha(opacity=80);  
	height: 100%; 
	width: 100%; 
	z-index: 100;
}
.weixin-tip p{
	text-align: center; 
	margin-top: 10%; 
	padding:0 5%;
}
