.content{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding: 0 0.1rem;
    box-sizing: border-box;
    margin-top: 1.06rem;
}
.content .con-name{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.3rem;
    font-weight: bold;
    color: #333333;
    line-height: 0.4rem;
    margin-top: 0.5rem;
}
.content .con-head{
    width: 100%;
    height: 0.7rem;
    border-bottom: 0.01rem solid #eeeeee;
    box-sizing: border-box;
    display: flex;
    justify-content: space-between;
    margin-top: 0.3rem;
}
.con-head .con-le{
    width: auto;
    height: 0.5rem;
    font-size: 0.24rem;
    color: #999999;
    line-height: 0.5rem;
}
.con-head .con-ri{
    width: 2.3rem;
    height: 0.5rem;
    background: #113496;
    font-size: 0.2rem;
    color: #ffffff;
    line-height: 0.5rem;
    text-align: center;
    border-radius: 0.05rem;
}


.con-last{
    width: 100%;
    height: auto;
    overflow: hidden;
    border-top: 0.01rem solid #eeeeee;
}
.con-last .con-btn{
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 0.28rem;
    color: #333333;
    line-height: 0.38rem;
    margin-top: 0.1rem;
}
