
#box{
    display: none;
    width: 160px;
    height: 50px;
    border: 1px solid #f00;
    background-color: #ff0;
    padding: 3px;
    box-sizing: border-box;
    line-height: 20px;
    font-size: 12px;
    color: #000;
}