.zisdiv{
    text-align: center;
    display: none;
}
.zishiyingdiv{
    border: 1px solid #ddd;
    display: inline-block;
    border-radius: 30px;
    overflow: hidden;
}
.zishi_lv{
    height: 3rem;
    line-height: 3rem;
    text-align: center;
    background-color: #000;
}
.zishi_lv span{
    height: 1.2rem;
    line-height: 1.2rem;
    display: inline-block;
    border: 1px solid #888;
    padding: 0 0.5rem;
    border-radius: 6px;
    color: #ccc;
}
.zishi_fo{
    height: 3rem;
    line-height: 3rem;
    background-color: #000000;
    text-align: center;
}
.zishi_fo span{
    margin-top: 0.5rem;
    height: 2rem;
    line-height: 2rem;
    width: 2rem;
    display: inline-block;
    border-radius: 100%;
    background-image: linear-gradient(75deg, #444, #222);
}