.mode-list .cbmode-btn{
    width: 1.3rem;
    height: .95rem;
    background-size: 100% 100%;
    background-image: url("../img/cbmall/cbshop_05.png");
}
.cb-current {
    display: flex;
    align-items: center;
    flex-direction: column;
    height: 7.5rem;
    padding-top: 0.4rem;
    color: #ffffff;
    font-size: 0.7rem;
    background-color: #B4282D;
}

.cb-current > div {
    margin-top: 0.9rem;
}

.cb-current .cb-cu-mid {
    display: flex;
    align-items: center;
}

.cb-current .cb-cu-mid > img {
    width: 2rem;
    height: 1.5rem;
    margin-right: 0.4rem;
}

.cb-current .cb-cu-btm {
    padding: .1rem .6rem;
    border-radius: 1rem;
    font-size: 0.6rem;
    border: 1px solid #ffffff;
}

.cb-category {
    padding: 0 .4rem .4rem;
    margin-bottom: .4rem;
    background-color: #ffffff;
}

.cb-category .title0 {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: .6rem 0;
}

.cb-category .title1{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin-top: 0.4rem;
    padding: 0.6rem 0
}
.cb-category .title1 >img:first-child{
    width: 8rem;
    height: 2.6rem;
}
.cb-category .title1 >img:last-child{
    width: 0.8rem;
}


.cb-category .title0 > img {
    width: 0.8rem;
}

.cate {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    color: #ffffff;
}
.lm-margin-t-xs {
    margin-top: 0.2rem;
}
.lm-margin-r-xs {
    margin-right: 0.2rem;
}
.cate .cate-block .cate-block-text{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    font-size: .6rem;
    background-color: rgba(0,0,0,.3);
}
.cate .cate-block .cate-block-text > div:first-child{
    font-weight: 600;
    font-size: .7rem;
    margin-bottom: 0.2rem;
}
.cate .cate-block {
    width: 49.5%;
    height: 4.3rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}
.cate .cate-block:first-child{
    background-image: url("../img/cbmall/cbmall_03.png");
}
.cate .cate-block:nth-child(2){
    background-image: url("../img/cbmall/cbmall_05.png");
}
.cate .cate-block:nth-child(3){
    background-image: url("../img/cbmall/cbmall_09.png");
}
.cate .cate-block:last-child{
    background-image: url("../img/cbmall/cbmall_11.png");
}
.cb-category .pro-btm > span:last-child{
    width: 1.6rem;
    height: 1rem;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-image: url("../img/cbmall/cbshop_05.png");
}
/*我的茶币*/
.mb-top{
    display: flex;
    align-items: center;
    height: 6.6rem;
    padding-left: .6rem;
    background-color: #b4282d;
}
.mb-top img{
    width: 4rem;
    height: 2.8rem;
}
.mb-top .mb-top-r{
    color: #fda7aa;
    line-height: 1.4rem;
    margin-left: 1.5rem;
}
.mb-top-r .cb-num{
    color: #fff;
    font-size: 1rem;
}
.tip{
    padding: .6rem;
    background-color: #fff;
}
.tip .tip-text{
    color: #aaa;
    margin-top: .4rem;
}
.tabs{
    display: flex;
    align-items: center;
    margin-top: .6rem;
    height: 2.2rem;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    background-color: #fff;
}
.tabs .tab{
    height: 2.2rem;
    line-height: 2.2rem;
    text-align: center;
    width: 50%;
    border-bottom: 1px solid #eee;
}
.tabs .tab.active{
    color: #b4282d;
    border-bottom: 2px solid #b4282d;
}
.pay-cont .pay-data {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: .6rem;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}
 .pay-data .pay-time{
    color: #999;
    font-size: .6rem;
}
.pay-data .right{
    font-size: .8rem;
    font-weight: bold;
    color: #ffa944;
}
.pay-cont-r{
    display: none;
}
