﻿.bill_a .hideselect {
   display:inline-block;
   font-size:0.24rem;
    height: 0.4rem;
    margin-top: 0.22rem;
    line-height: 0.4rem;
    font-size: 0.24rem;
    color: #000;
    border: none;
    background: none;
    margin-right: 0.3rem;
        background: url(../images/cbbrecord_icon.png)no-repeat center right;
    padding-right: 0.3rem;    
    background-size: 0.25rem 0.14rem;
}
.pop-wrap {
    transform: translateY(0%);
    transition: transform .3s;
    /*display: block;*/
    opacity: 1;
}

    .pop-wrap.down {
        opacity: 0;
        transform: translateY(100%);
    }

.mask {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 10;
}

.pop-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: 11;
}

.pop-select {
    background: #fafafa;
}

    .pop-select .title {
        height: 45px;
        width: 100%;
        font-size: 0.35rem;
        line-height: 45px;
        text-align: center;
        color: #000;
        border-bottom: 1px solid #dedede;
    }

.content-inner {
    padding: 0.2rem;
    overflow: hidden;
}
.content-inner li.active {
    background: #ff3636;
    color: #fff;
}
.content-inner li {
    width: 31%;
    height: 0.9rem;
    border-radius: 4px;
    background-color: #d22727;
    margin-right: 2%;
    margin-bottom: 2.4%;
    float: left;
    background: #fff;
    color: #000;
    font-size: 0.3rem;
    text-align: center;
    line-height: 46px;
}

.bottom-con {
    height: 50px;
    background-color: #ffffff;
    line-height: 50px;
    margin-top: 2px;}

.bottom-con a {
    display: inline-block;
    color: #000;
    font-size: 0.35rem;
    width: 100%;
    height: 100%;
    text-align: center;
}
