#content{
    font-size: 0px;
    text-align: center;
}
#menu{
    margin-top: 20px;
    text-align: center;
}
#menu #status{
    margin-right: 20px;
}
#win{
    margin-top: 10px;
    text-align: center;
    font-size: 36px;
    color: red;
    display: none;
}
#copy{
    margin-top: 10px;
    text-align: center;
    font-size: 12px;
    font-family: "微软雅黑";
}
#info{
    margin-top: 50px;
    text-align: center;
    font-size: 12px;
    font-family: "微软雅黑";
}
#info a{
    text-decoration: unset;
    color: cornflowerblue;
}
#info a:hover{
    text-decoration: underline;
}
p{
    height: 0px;
    margin: unset;
}
span{
    display: inline-block;
    width: 56px;
    height: 50px;
}
/*空地样式*/
.empty{
    background: #fff;
}
/*墙样式*/
.wall{
    background: url(img/wall.png) no-repeat;
}
/*目的地样式*/
.end{
    background: url(img/flag.png) no-repeat center;
}
/*箱子样式*/
.box{
    background: url(img/box.png) no-repeat center;
}
/*玩家样式*/
.player{
    background: url(img/doge.png) no-repeat center;
}
/*玩家+目的地 样式*/
.pe{
    background: url(img/pe.png) no-repeat center;
}
/*箱子+目的地 样式*/
.done{
    background: url(img/done.png) no-repeat center;
}