*{
    margin: 0;
    padding: 0;
}
.box{
    width: 400px;
    height: 400px;
    background: #cccccc;
    position: relative;
    margin: 20px auto;
}
.box>ul li{
    position: absolute;
    width: 90px;
    height: 90px;
    background: #60a9ec;
    margin: 5px;
    font-size: 40px;
    list-style: none;
    text-align: center;
    line-height: 90px;
}
.box p{
    position: absolute;
    width: 120px;
    height: 90px;
    background: #f1797f;
    left: 140px;
    top: 155px;
    font-size: 30px;
    line-height: 90px;
    cursor: pointer;
}