*{
    margin: 0;
    padding: 0;
    list-style: none;
}
.frame{
    position: relative;
    width: 100%;
    height: 300px;
}
.frame ul{
    position: absolute;
    width: 480px;
    height: 480px;
    left: 45%;
    top: 100px;
}
.frame .warpper li{
    width: 40px;
    height: 40px;
    margin: 4px;
    background-color: #999;
    float: left;
    font-size: 30px;
    text-align: center;
}
.frame .warpper .touch{
    background-color:#f40;
}
.show p{
    height: 30px;
    font-size: 30px;
    line-height: 30px;
    color: #999;
}