body{
    padding-bottom:60px;
    padding-top:4.4rem;
}   
 .content li{
             overflow:hidden;
             border-bottom:1px solid #ccc;
             margin-bottom:.7rem;
        }
        .content-line {
            -webkit-box-orient: horizontal;
            -moz-box-orient: horizontal;
            display: -webkit-box;
            display: -moz-box;
           padding:1rem;
        }
        .content-line img{
            -webkit-box-align:center;
            width:7rem;
           -moz-box-align:center;
           height:7rem;
        }
        .content-line-con {
            -webkit-box-align: center;
            -moz-box-align: center;
            -webkit-box-flex:1;
            -moz-box-flex:1;
            padding-left:1rem;
        }
        .content-line-con h1 {
            color: #3E3A39;
            font-size:1.3rem;
            font-weight:bold;
            white-space:normal;
            text-overflow:ellipsis;
            overflow:hidden;
        }
        .content-line-con-money {
            color: #888888;
            font-size:1.2rem;
            margin-top:.8rem;
        }
            .content-line-con-money span {
                color: #E73828;
            }
        .buy_list_right {
            width: 100%;
            height: 4.6rem;
            position: relative;
            padding-left:1rem;
            padding-right:1rem;
            box-sizing:border-box;
            margin-bottom:1rem;
        }
        .txBox {
            float: left;
            width: 4.4rem;
            height: 4.4rem;
            position: absolute;
            left: 0px;
            top: 0px;
        }
            .txBox > img {
                border-radius: .4rem 0 0 .4rem;
                width: 100%;
                height: 100%;
            }
        .middle {
            width: 76%;
            height: 4.6rem;
            border: 1px solid #E50012;
            border-radius: .4rem 0 0 .4rem;
            box-sizing: border-box;
            padding: .2rem 1rem .2rem 4.5rem;
            position:relative;
        }
            .middle p:nth-of-type(1) {
                height: 2.3rem;
            }
        .nickname {
            display: inline-block;
            white-space: nowrap;
            width: 7rem;
            overflow: hidden;
            text-overflow: ellipsis;
            color:#888;
        }
        .middle p:nth-of-type(2) {
            height: 2rem;
            line-height: 2rem;
            color:#888;
        }
        .t_r {
            text-align: right;
        }
        .goGroup {
            width: 24%;
            height: 4.6rem;
            line-height: 4.6rem;
            background: #FE2842;
            color: #fff;
            text-align: center;
            border-radius: 0 .4rem .4rem 0;
            font-size: 1.4rem;
            position: absolute;
            right:1rem ;
            top: 0;
        }
        .goGroup  a{
             color:#fff;
        }
             .head {
            width: 100%;
            overflow: hidden;
            border-bottom: 2px solid #F78D91;
            position:fixed;
            top:0;
            background:#fff;
            z-index:1;
        }
            .head div {
                width: 50%;
                height: 4.2rem;
                line-height: 4.2rem;
                float: left;
                text-align: center;
                font-size: 1.4rem;
                color: #979798;
          }
             .head div.cur {
                    color: #fff;
                    background: #F78D91;
                }