/*warpper start*/
.recharge {
    padding: 20px;
}
.recharge .radio-inline {
    padding-left: 0;
}
.recharge .radio-inline label{
    font-weight: 500;
}
.recharge .radio-inline input[type=radio] {
    margin: 0;
    opacity: 0;
    width: 100%;
    height: 46px;
    position: absolute;
}

.recharge .amount-li {
    display: inline-block;
    margin-bottom: 25px;
}
.recharge .amount-li ul li {
    float: left;
    border: 1px solid #d7d7d7;
    color: #555;
    font-size: 18px;
    border-radius: 0px;
}

.recharge .amount-li > span {
    color: rgb(39, 176, 214);
}

.recharge .payment-method {
    margin-bottom: 20px;
    display: flex;
}

.recharge .payment-method img {
    height: 50px;
    padding: 10px;
    border: 1px solid #e5e5e5 !important;
    margin-right: 30px;
}

.recharge .payment-method label {
    width: auto;
    float: left;
}

.recharge .payment-method > span {
    color: #666;
    float: left;
    line-height: 50px;
    margin-right: 10px;
}

.recharge .pay-amount {
    height: 40px;
}

.recharge .pay-amount > span {
    line-height: 40px;
    margin-right: 10px;
}

.recharge .pay-amount .rechnum {
    color: #ec5a5b;
    font-size: 24px;
    font-weight: bold;
    display: inline-block;
    line-height: 40px;
}

    .recharge .pay-amount .servicecharge {
        color: #ec5a5b;
        font-size: 24px;
        font-weight: bold;
        display: inline-block;
        line-height: 40px;
    }

.recharge .other-amount {
    display: none;
    height: 50px;
    margin-bottom: 5px;
}

.recharge .other-amount > span {
    float: left;
    line-height: 50px;
    color: #666;
    margin-right: 10px;
}
.recharge .other-amount p {
    display: inline-block;
    margin-left: 30px;
    color: #ff7800;
    line-height: 40px;
}

.paybox {
    padding: 20px;
}

.paybox span {
    color: #999;
    margin-left: 30px;
}
.paybox .btn-pay {
    padding: 8px 14px;
    border: none;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    outline: 0;
}

.paybox .btn-pay:hover {
    color: #fff;
}

select.ui-choose {
    display: none;
}

ul.ui-choose {
    box-sizing: border-box;
    display: inline-block;
    border: 1px solid transparent;
    font: 100 16px/30px 'microsoft yahei';
    border-right: none;
    border-bottom: none;
    font-size: 16px;
    margin: 0;
    padding: 0;
    list-style: none;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

ul.ui-choose:after {
    content: "";
    display: table;
    clear: both;
}

ul.ui-choose > li {
    width: 96px;
    height: 50px;
    display: block;
    margin: 0;
    padding: 0;
    font-size: 16px;
    line-height: 48px;
    color: #999;
    background: #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    margin-right: 30px;
    text-align: center;
    border: 2px solid #CCCCCC;
}

ul.ui-choose > li:hover {
    z-index: 4;
}

ul.ui-choose > li.selected {
    z-index: 3;
    background: transparent url("/assets/media/img/recharge/icon-selected.png") no-repeat right bottom;
}

ul.ui-choose > li.disabled {
    z-index: 2;
    background-color: #f2f2f2;
    color: #aaa;
    cursor: not-allowed;
}

ul.ui-choose > li.disabled:hover {
        border-color: #aaa;
}

ul.ui-choose > li.selected.disabled {
    z-index: 2;
    background-color: #8FC7FF;
    color: #fff;
    cursor: not-allowed;
    border-color: #8FC7FF;
}

ul.choose-type-right > li.selected {
    color: #0080ff;
    background: transparent url("./icon-selected.png") no-repeat right bottom;
}

ul.ui-choose.choose-flex {
    display: flex;
}

ul.ui-choose.choose-flex > li {
    flex: 1;
    padding: 0 8px;
}
.pay-info {
    position: absolute;
    top: 40px;
    left: calc(100% - 250px);
    width: 250px;
    height: 50px;
}
.pay-info .title{
    font-size: 16px; 
}
.pay-info .content{
    font-size: 14px; 
    line-height: 20px;
}









