.balance_list {
    width: 100%;
    padding: 0px 20px 10px;
    background-color: #ffffff;
}
.balance_list .item-title {
    width: 100%;
    height: 50px;
    display: flex;
    align-items: center;
}
.balance_list .item-title .title {
    font-size: 14px;
    text-align: center;
    color: #333333;
}
.balance_list .item-title .price {
    font-size: 20px;
    text-align: center;
    color: var(--themeColor) !important;
}
.balance_list .item-title .item-btn {
    height: 26px;
    background: #ffffff;
    border: 1px solid #dddddd;
    font-size: 14px;
    border-radius: 2px;
    line-height: 24px;
    text-align: center;
    margin-left: 40px;
    padding: 0 10px;
    cursor: pointer;
}

.balance_list .item-center {
    margin-top: 15px;
    width: 100%;
    color: #333333;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background-color: #ffffff;
}

.balance_item_block {
    position: relative;
    width: 220px;
    cursor: pointer;
    height: 197px;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-right: 29px;
    margin-bottom: 20px;
}

.block_active {
    border: 1px solid var(--default-color);
}

.balance_item_block:nth-child(4n) {
    margin-right: 0;
}

.balance_item_block_top {
    width: 180px;
    /*height: 127px;*/
    display: flex;
    flex-wrap: wrap;
    /*flex: 1;*/
    justify-content: center;
}

.top_price_bing {
    font-size: 24px;
    margin-right: -3px;
}

.block_top_price {
    width: 180px;
    height: 20px;
    font-size: 12px;
    text-align: center;
    color: #333333;
    line-height: 20px;
    margin-top: 20px;
    margin-bottom: 2px;
}

.block_top_text {
    /*width: 144px;*/
    /*height: 40px;*/
}

.ruleForm {
    width: 400px;
}

.top_text_center {
    width: 100%;
    font-size: 14px;
    color: #666666;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 5px 0;
}

.text_center_desc_money {
    width: 100%;
    /*text-align: center;*/
    display: flex;
    align-items: center;
}
.text_center_desc_money div:first-child {
    width: 78px;
}
.text_center_desc_money div:last-child {
    margin-left: 15px;
}

.balance_item_block_cen {
    margin-top: 2px;
    width: 180px;
    height: 0px;
    border-bottom: 1px dashed #dddddd;
}

.text_center_desc {
    width: 80px;
    text-align: left;
}

.text_center_num {
    width: 50px;
    text-align: left;
}

.balance_item_block_bot {
    width: 100%;
    height: 14px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.block_bot_btn {
    width: 70px;
    height: 26px;
    opacity: 1;
    background: #ffffff;
    border: 1px solid #dddddd;
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #333333;
    line-height: 24px;
}

.position_balance_item {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 99;
    width: 220px;
    height: 197px;
    background: #fedfdd;
    border: 1px solid var(--themeColor);
    border-radius: 2px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.position_block_top {
    width: 180px;
    height: 119px;
    font-size: 30px;
    text-align: center;
    line-height: 119px;
    color: var(--themeColor);
}

.position_block_top_cen {
    width: 180px;
    height: 0px;
    border-bottom: 1px dashed var(--themeColor);
}

.position_block_top_bot {
    width: 100%;
    height: 49px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.position_block_top_btn {
    width: 70px;
    height: 26px;
    opacity: 1;
    background: var(--themeColor);
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 24px;
    cursor: pointer;
}

.is_pay_show {
    width: 100%;
}

.is_pay_show_item {
    width: 100%;
    height: 30px;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.is_pay_show_icon {
    width: 20px;
    height: 20px;
}

.is_pay_txt {
    width: 390px;
    margin-left: 10px;
    font-size: 14px;
    line-height: 30px;
}

.show_is_pay {

}

.show_is_pay_text {
    width: 100%;
    height: 20px;
    font-size: 20px;
    font-weight: 500;
    text-align: center;
    color: var(--themeColor);
    line-height: 20px;
}

.show_is_pay_title {
    margin-top: 10px;
    width: 100%;
    height: 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    color: #333333;
    line-height: 20px;
}

.show_is_pay_btn {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
    margin-bottom: 20px;
}

.show_is_pay_btn1 {
    width: 140px;
    height: 34px;
    background: var(--themeColor);
    border-radius: 2px;
    font-size: 14px;
    text-align: center;
    color: #ffffff;
    line-height: 34px;
}