.content{
    width: 7.1rem;
    margin: 0.2rem auto;
    padding-top: 0.3rem;
    padding-bottom: 0.2rem;
    border-top: 1px solid #d2d2d2;
}
.nav-span{
    border-bottom: 1px solid #cccccc;
}
.nav-span span{
    display: inline-block;
    width: 1.9rem;
    height: 0.6rem;
    line-height: 0.6rem;
    text-align: center;
    font-size: 0.26rem;
    font-weight: bold;
}
.nav-span .active{
    background-color: #0c7ed9;
    color: #fff;
}
.tab{
    display: none;
}
.tab_div>.tab:nth-child(1){
    display: block;
}
.tabList li{
    border-bottom: 1px dashed #999999;
    padding-bottom: 0.2rem;
    padding-top: 0.29rem;
}
.tabList li a{
    display: inline-block;
    width: 5.15rem;
    font-size: 0.32rem;
    line-height: 0.48rem;
}
.tabList li span{
    float: right;
    font-weight: bold;
    font-size: 0.26rem;
    color: #989898;
    margin-top: 0.1rem;
}