* {
margin:0;
padding:0;
list-style:none;
text-decoration:none;
}
body {
background:orange;
}
.top {
width:1190px;
text-align:center;
margin:20px auto;
}
.top span {
display:inline-block;
line-height:100px;
color:#7a6e6e;
font-size:50px;
}
#box {
width:800px;
height:500px;
margin:0px auto;
}
.num img {
width:100%;
height:500px;
display:none;
}
.show img {
display:block;
}