    .no-data{
        text-align: center;
        font-size:14px;
        color:#9a9a9a;
        padding:15px 0;
    }
    .tips-icon{
        display: inline-block;
        position: relative;
        top:4px;
        width:20px;
        height:20px;
        background: url('/static/apkfunny/img/pc_icon_tips.png')no-repeat;
        background-size:100%;
    }
    .tips-text{
        margin-left:3px;
    }
    .list-box{
        padding:20px 20px;
        background:#fff;
        border-radius:20px;
        -webkit-border-radius:20px;
    }