body{
    background-color:#f6f6f6;
    padding-top:0.8rem;
    height:100%;
}
.list{
    margin-bottom:10px;
    padding:0 0.3rem;
    background-color:#fff;
    font-size:0;
}
.list .title{
    font-size:15px;
    font-weight:600;
    padding:20px 0 15px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.list .img{
    width:100%;
}
.list .flex_j{
    padding:10px 0;
    color:#969696;
    font-size:12px;
}
/* Α’Ό΄ΜεΡι */
.btns{
    display: block;
    width:100%;
    line-height:0.98rem;
    text-align: center;
    color:#fff;
    font-size:18px;
    background-color:#006AB9;
}
.containter{
    position: relative;
    min-height: 100%;
}
.content{
    padding-bottom: 0.8rem;
}
.btmBox{
    position: fixed;
    bottom:0rem;
    width:100%;
}