.m-code {
    width: .8rem;
    height: .8rem;
    line-height: .6rem;
    border-radius: 50%;
    text-align: center;
    display: inline-block;
    background-image: url(../img/kl-iocn1.6b1896b8.png);
    background-size: 100% 100%;
    font-size: .28rem;
}

.m-code.bg-amage-1 {
    background-image: url(./img/ball-red.png);
}

.m-code.bg-amage-1,.m-code.bg-amage-2 {
    background-size: 100% 100%;
    line-height: .9rem;
}

.m-code.bg-amage-2 {
    background-image: url(./img/ball-blue.png);
}

.m-code.bg-amage-3 {
    background-image: url(./img/ball-green.png);
    background-size: 100% 100%;
    line-height: .9rem;
}

.m-code.dsb {
    background-image: url(../img/kl-iocn2.884a5cf8.png);
}

.page-bet {
    padding-top: 46Px;
    background-color: #f2f2f2;
    min-height: 100vh;
    padding-bottom: 1.2rem;
}

.page-bet .hd-info {
    background: #fff;
    padding: .3rem;
}

.page-bet .hd-info .label-name {
    color: #8b8b8b;
}

.page-bet .hd-info .num {
    font-weight: 700;
    font-size: .36rem;
}

.page-bet .hd-info .right-text {
    display: inline-block;
    padding: .14rem .3rem;
    border: .02rem solid #ddd;
    border-radius: .3rem;
}

.page-bet .item-list {
    padding: .3rem .2rem;
}

.page-bet .o-item {
    height: 2rem;
    text-align: center;
    background-color: #fff;
    border: .02rem solid #cacaca;
    margin-bottom: .1rem;
    border-radius: .08rem;
    position: relative;
}

.page-bet .o-item.act {
    background: rgba(7,193,96,.14901960784313725);
    border: .02rem solid #07c160;
}

.page-bet .o-item .name {
    width: .8rem;
    height: .8rem;
    line-height: .8rem;
    margin: 0 auto;
    margin-top: .2rem;
    border-radius: 50%;
}

.page-bet .o-item .text {
    color: #8b8b8b;
    padding-top: .1rem;
}

.page-bet .o-item .mabi {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    color: #07c160;
    font-size: .24rem;
    border-top: .02rem solid #07c160;
    padding: .04rem 0;
}

.page-bet .o-item .close {
    position: absolute;
    right: .1rem;
    top: .1rem;
    color: #07c160;
}

.page-bet .ft-tool {
    position: fixed;
    bottom: 0;
    height: 1.3rem;
    left: 0;
    width: 100%;
    border-top: .02rem solid #ddd;
    background: #fff;
    padding: 0 .3rem;
}

.page-bet .ft-tool .left-text {
    width: 1.6rem;
    padding-top: .36rem;
    color: #929292;
}

.page-bet .ft-tool .setup-num {
    height: .6rem;
    width: 2.4rem;
    background: #07c160;
    border-radius: .4rem;
    padding: 0 .3rem;
    text-align: right;
    line-height: .6rem;
    color: #fff;
    position: relative;
    margin-top: .36rem;
}

.page-bet .ft-tool .setup-num label {
    position: absolute;
    height: .9rem;
    width: .9rem;
    background: #07c160;
    left: 0;
    border-radius: 50%;
    top: -.2rem;
}

.page-bet .ft-tool .setup-num label span {
    width: .7rem;
    height: .7rem;
    background: #07c160;
    border: .02rem solid #07c160;
    border-radius: 50%;
    display: inline-block;
    font-size: .24rem;
    position: absolute;
    left: .1rem;
    top: .1rem;
    text-align: center;
    line-height: .7rem;
}

.page-bet .ft-tool .clear,.page-bet .ft-tool .submit {
    width: 1.1rem;
    height: .64rem;
    border: .02rem solid #07c160;
    border-radius: .08rem;
    text-align: center;
    line-height: .64rem;
    display: inline-block;
    margin-top: .36rem;
}

.page-bet .ft-tool .submit {
    background: #07c160;
    color: #fff;
}

.page-bet .ft-tool .clear {
    color: #07c160;
    margin-left: .4rem;
}

.page-bet .pop-box .title {
    text-align: center;
    padding: .4rem 0;
    font-size: .32rem;
    font-weight: 700;
}

.page-bet .pop-box .num-list {
    padding: 0 .3rem .3rem;
    border-top: .02rem solid #ddd;
}

.page-bet .pop-box .num-list span {
    display: inline-block;
    width: 100%;
    height: .8rem;
    border: .02rem solid #07c160;
    border-radius: .08rem;
    text-align: center;
    line-height: .8rem;
    margin-top: .2rem;
}

.page-bet .pop-box .num-list span.act {
    background: #07c160;
    color: #fff;
}

.page-bet .pop-box .item {
    padding: .36rem .3rem 0;
}

.page-bet .pop-box .xfxm-itme {
    padding: .36rem .3rem;
    border-top: .02rem solid #eee;
    border-bottom: .02rem solid #eee;
}

.page-bet .pop-box .xfxm-itme .items-text {
    max-width: 4rem;
}

.page-bet .pop-box .xfxm-itme .items-text span {
    margin-left: .1rem;
}

.page-bet .pop-box .label-name {
    font-size: .32rem;
    font-weight: 500;
}

.page-bet .pop-box .ft-btn {
    padding: .3rem;
}