.content{
    width: 7rem;
    margin: 0.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
    border-top: 1px solid #d2d2d2;
}
.content li{
    border-bottom: 1px dashed #999999;
    padding-bottom: 0.2rem;
    padding-top: 0.29rem;
}
.content li>a{
    display: inline-block;
    width: 5.15rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
}
.content li>span{
    float: right;
    font-weight: bold;
    font-size: 0.26rem;
    color: #989898;
    margin-top: 0.1rem;
}
.page{
    margin-bottom: 1rem;
}