﻿body {
    background-color: #faf7fa
}

.conntenrOll {
    display: flex;
    padding-bottom: 50px;
    justify-content: space-between;
    margin-top: -60px;
    position: relative;
}

.contenRigth {
    width: 82%;
    background-color: white;
    padding-bottom: 3rem;
    padding: 0 44px;
}

.titleView {
    margin: 10px 0;
    width: 100%;
    height: 110px;
    position: relative;
    background: #F5FCFC;
    border: 1px solid rgba(227, 243, 244, 1);
    padding: 26px 30px;
}

    .titleView .title {
        display: inline-block;
        height: 26px;
        font-size: 24px;
        font-weight: 600;
        color: rgba(52,52,52,1);
    }

    .titleView .cashNum {
        display: inline-block;
        /*position: absolute;*/
        top: 35px;
        right: 155px;
        height: 55px;
        font-size: 24px;
        font-weight: bold;
        color: rgba(35,183,182,1);
        line-height: 42px;
    }

    .titleView .subTitle {
        display: inline-block;
        margin-top: 12px;
        height: 14px;
        font-size: 14px;
        font-weight: 600;
        /*color: rgba(132,132,132,1);*/
        color: rgba(35,183,182,1);
    }

    .titleView .rechargeBtn {
        position: absolute;
        top: 35px;
        right: 35px;
        width: 101px;
        height: 42px;
        background: rgba(90,180,181,1);
        border-radius: 3px;
        font-size: 16px;
        font-weight: 600;
        color: rgba(255,255,255,1);
        line-height: 42px;
        text-align: center;
    }

    .titleView .cashNumRow {
        display: flex;
        width: 300px;
        align-items: center;
    }
    .titleView .freezecashInfo {
        position: absolute;
        width: 338px;
        height: 330px;
        padding: 20px;
        font-size: 14px;
        background: white;
        z-index: 1;
        transform: translate(-100%, 50%);
        border: 1px solid #f1f1f1;
        box-shadow: #f1f1f1 3px 3px 3px 3px;
        background-color: white;
        border-radius: 5px;
    }
    .titleView img {
        width: 14px;
        margin-right: 5px;
    }
        .titleView .cashNumRow .cashNum {
            display: flex;
            width: 180px;
            overflow: auto;
            align-items: center;
        }

    .listView {
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .listView .item {
        width: 100%;
        height: 62px;
        position: relative;
        padding: 0 40px;
        display: flex;
        flex-direction: row;
        justify-content: flex-end;
        align-items: center;
        color: rgba(102,98,110,1);
    }

        .listView .item .title {
            position: absolute;
            left: 40px;
            top: 0px;
            height: 62px;
            line-height: 62px;
            font-size: 16px;
            font-weight: 600;
        }

.item .cash {
    height: 14px;
    font-size: 16px;
    font-weight: 600;
    color: rgba(90,180,181,1);
}

.item .remove {
    color: #DF5E7C;
}

.item .cellTitle {
    width: 400px;
}

.item .cellText {
    width: 200px;
}
.item .time {
    position: relative;
    height: 14px;
    /*right: 60px;
    margin-right: 110px;*/
    font-size: 16px;
    font-weight: 600;
}
.item .greyTime {
    color: rgba(173,167,186,1);
}

.item .line {
    position: absolute;
    left: 22px;
    right: 22px;
    bottom: 1px;
    height: 1px;
    background-color: #F5F2F6;
}

.contenRigthBox {
    height: 60px;
    display: flex;
    align-items: center;
    font-size: 18px;
    font-weight: bold;
    color: #586060;
}

.Leftbox {
    display: flex;
    align-items: center;
    position: relative;
}

.LeftboxAC {
    width: 29px;
    height: 29px;
    object-fit: contain;
}


option {
    /*border: none;
    outline: none;*/
    -moz-appearance: none;
    -webkit-appearance: none;
    background: #fff;
    padding-top: .4rem;
    border: 1px solid red;
}

.contenRigth .paging {
    width: 100%;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

    .contenRigth .paging ul {
        display: flex;
    }

.alertBJ {
    z-index: 99999;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.2);
    display: flex;
    align-items: center;
    justify-content:center;
}

.rechargeBox {
    width: 462px;
    background: rgba(255,255,255,1);
    box-shadow: 0px 6px 43px 0px rgba(19,19,19,0.08);
}

    .rechargeBox .headerV {
        padding: 0 10px;
        width: 100%;
        height: 55px;
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        position: relative;
    }

.headerV .title {
    height: 30px;
    font-size: 18px;
    line-height: 30px;
    font-weight: 800;
    color: rgba(88,96,96,1);
}

.headerV .icon {
    right: 20px;
    position: absolute;
    width: 30px;
    height: 30px;
    top: 15px;
}


.rechargeBox .listV {
    width: 100%;
    display: flex;
    flex-wrap:wrap;
    flex-direction:row;
    justify-content:space-between;
    padding: 30px 30px;
    padding-top: 10px;
}
    .rechargeBox .listV .item {
        width: 30%;
        /*height: 83px;*/
        height: unset;
        margin-bottom: 10px;
        background: #E3F3F4;
        border: 1px solid rgba(227, 243, 244, 1);
        border-radius: 6px;
        padding: 20px;
        font-size: 16px;
        font-weight: 600;
        line-height: 23px;
        color: rgba(35,183,182,1);
    }

    .rechargeBox .listV .active {
        background: rgba(35,183,182,1);
        border: 1px solid rgba(35,183,182,1);
        color: white;
    }

    .rechargeBox .bottomV {
        width: 100%;
        height: 42px;
        margin-bottom: 15px;
        display: flex;
        flex-direction: row;
        justify-content:flex-end;
        padding-right: 30px;
    }

        .rechargeBox .bottomV .tips {
            height: 42px;
            line-height: 42px;
            font-size: 14px;
            font-weight: 600;
            color: rgba(90,180,181,1);
            margin-right: 5px;
        }
        .rechargeBox .bottomV .price {
            height: 42px;
            line-height:42px;
            font-size: 18px;
            font-weight: 600;
            color: rgba(90,180,181,1);
            margin-right: 28px;
        }
        .rechargeBox .bottomV .rechage {
            width: 101px;
            height: 42px;
            background: rgba(90,180,181,1);
            border-radius: 3px;
            font-size: 16px;
            font-weight: 600;
            color: rgba(255,255,255,1);
            line-height: 42px;
            text-align: center;
        }
