a,h1,h2,h3,h4,h5,h6,ul,li{
 padding:0;
 margin:0;
 list-style: none;

}
a{
	text-decoration:none;
}

#canvas{
	display: block;
	position: absolute;
	margin:auto;
	left:0;
	right:0;
	top:0;
	bottom:0;
	background:#DFA34A;
}
/*http://nate-river.github.io/reminders/*/
/*http://store.baidu.com/*/

.cartel{
	display:none;
	position:absolute;
	top:0;
	left:0;
	background: rgba(0,0,0,0.7);
	height:100%;
	width:100%;
}
.left{
	position:absolute;
	left:10px;
	top:20px;
	height:80px;
	width:80px;
	background-image: url(a.png);
}

.left1{
	position:absolute;
	left:0px;
	top:100px;
	height:200px;
	width:200px;
	background-image: url(e.png);
}
.right1{
	position:absolute;
	right:0px;
	bottom:100px;
	height:200px;
	width:200px;
	background-image: url(d.png);
}
.right{
	position:absolute;
	right:10px;
	bottom:20px;
	height:80px;
	width:80px;
	background-image: url(a.png);
}
.image{
	height:40px;
	width:100px;
	display: inline-block;
	position:absolute;
	right:0;
	top:0;
	line-height: 40px;
	color:#f498a6;
	font-size: 16px;
	font-weight: bold;
	text-align: center;

}
.sspan{
	display:inline-block;
	width:200px;
	height:50px;
	line-height: 50px;
	font-size: 25px;
	text-align: center;
}
#tips{
z-index: 10;
	position:absolute;
	margin:auto;
	bottom:0;
	right:0;
	top:0;
    left:0;
    height:400px;
    width:600px;
    background-image: url(c.jpg);
 padding:130px 160px;
 box-sizing:border-box;
 color:#000;

}
#tips span{
 display:inline-block;
height:40px;
width:100px;
line-height: 40px;
font-size: 20px;
font-weight: bold;
cursor: pointer;
text-align: center;
}
#tips span:nth-child(3){
	margin-left: 15px;
}
.box{
	z-index: 8;
	height:600px;
	width:1000px;
   position:fixed;
   margin:auto;
   left:0;
   top:0;
   right:0;
   bottom:0;
}
.box .asx{
	display: inline-block;
	height:600px;
	width:1000px;
	border:1px solid #efefef;
}
.tu{
	height:870px;
	width:30000px;
	position:absolute;
  left:0;
 top:0;
 bottom:0;
 right:0;
 margin:auto;
	background-repeat: no-repeat;
	background-size:30000px 870px;
	background-image:url(tu-a.jpg);
	animation:mymove 300s linear infinite;

}
@keyframes mymove{
	0% {left:0;}
	100% {left:-25000px;}

}
