.page-market-order{padding-top:46Px;background-color:#f5f5f5;min-height:100vh}.page-market-order .cell-item{background-color:#fff;padding:.1rem;margin-bottom:.06rem;height:2rem}.page-market-order .cell-item img{width:.72rem;height:.72rem;border-radius:50%}.page-market-order .cell-item .info{padding-left:.18rem}.page-market-order .cell-item .info .title{font-weight:700;font-size:.24rem;position:relative}.page-market-order .cell-item .info .title span{position:absolute;right:.4rem;top:-.1rem;padding:.06rem;font-size:.24rem;color:#fff;background-color:red;border-radius:50%}.page-market-order .cell-item .info .describe{font-size:.24rem;padding-top:.2rem;color:#999}.page-market-order .cell-item .info .describe .content{text-align:center}.page-market-order .cell-item .van-icon-arrow{margin-top:.2rem;font-size:.32rem;color:#999}.page-market-order .cell-item .hd {
    padding: .2rem .3rem;
    border-bottom: .02rem solid #ddd
}
.page-market-order .cell-item .hd .history .negative,.page-market-order .cell-item .hd .history .tie,.page-market-order .cell-item .hd .history .win {
    display: inline-block;
    background-color: #fb6743;
    color: #fff;
    border-radius: .08rem;
    padding: .06rem;
    font-size: .24rem
}

.page-market-order .cell-item .hd .history .negative {
    background-color: #b8b8b8
}

.page-market-order .cell-item .hd .history .tie {
    background-color: #bb9090
}

.page-market-order .cell-item .hd .history .m-column-middle {
    display: flex;
    justify-content: center;
    align-items: center
}

.page-market-order .cell-item .hd .history .m-column-middle .middles {
    width: 100%;
    text-align: right;
    padding-right: .5rem;
}

.page-market-order .cell-item .bd {
    padding: .2rem .3rem
}

.page-market-order .cell-item .bd .self .tag {
    display: inline-block;
    width: .48rem;
    padding: .16rem .1rem;
    text-align: center;
    background-color: #6bb3db;
    color: #fff
}

.page-market-order .cell-item .bd .self .main {
    padding-left: .2rem
}

.page-market-order .cell-item .bd .self .main .title {
    font-size: .32rem;
    color: #07c160;
    font-weight: 700;
    padding-top: .1rem
}

.page-market-order .cell-item .bd .self .main .describe {
    color: #4e4e4e;
    font-size: .24rem;
    padding-top: .14rem
}

.page-market-order .cell-item .bd .self .main .describe span {
    margin-right: .2rem
}

.page-market-order .cell-item .bd .self .m-column-right {
    text-align: center;
    position: relative;
    display: flex;
    align-items: center;
    flex-direction: column
}

.page-market-order .cell-item .bd .self .memstatus {
    width: 100%
}

.page-market-order .cell-item .bd .self .right-btn {
    display: inline-block;
    width: 1.4rem;
    height: .6rem;
    line-height: .6rem;
    background: #07c160;
    border-radius: .08rem;
    color: #fff;
    text-align: center;
    margin-top: .1rem
}

.page-market-order .cell-item .bd .history .title {
    font-size: .32rem;
    color: #07c160;
    font-weight: 700;
    line-height: .3rem;
}

.page-market-order .cell-item .bd .history .right-btn {
    display: inline-block;
    width: 1.4rem;
    height: .6rem;
    line-height: .6rem;
    background: #07c160;
    border-radius: .08rem;
    color: #fff;
    text-align: center
}

.page-market-order .cell-item .bd .history .memstatus {
    margin-right: .06rem
}

.block-lotterys .platform-list {
    min-height: .34rem;
    background: #fff;
    display: flex;
    color: #fff;
    position: relative;
    justify-content: space-around;
    padding-left: .24rem;
    padding-right: .24rem;
    padding-top: .3rem;
    padding-bottom: .45rem
}

.block-lotterys .platform-list li {
    margin-right: .2rem
}

.block-lotterys .platform-list .item-body {
    font-size: .36rem;
    font-style: normal;
    font-weight: 700;
    color: #333
}

.block-lotterys .platform-list .act {
    position: relative;
    color: #07c160
}

.block-lotterys .platform-list .act:after {
    content: "";
    position: absolute;
    bottom: -.16rem;
    background-color: #07c160;
    width: .4rem;
    height: .08rem;
    left: 0;
    border-radius: .08rem;
    right: 0;
    margin: auto
}

.all-lottery .platform-list {
    min-height: .34rem;
    margin-bottom: .2rem;
    background: #fff;
    display: flex;
    color: #fff;
    position: relative;
    justify-content: space-around;
    padding-left: .24rem;
    padding-right: .24rem;
    padding-bottom: .25rem
}

.all-lottery .platform-list li {
    margin-right: .2rem
}

.all-lottery .platform-list .item-body {
    font-size: .26rem;
    font-style: normal;
    color: #333
}

.all-lottery .platform-list .act {
    position: relative;
    color: #07c160
}

.all-lottery.platform-list .act:after {
    content: "";
    position: absolute;
    bottom: -.16rem;
    background-color: #07c160;
    width: .4rem;
    height: .08rem;
    left: 0;
    border-radius: .08rem;
    right: 0;
    margin: auto
}