.money-box {
    padding: 1rem 1.5rem;
}
.pay {
    margin-bottom: 1rem;
    font-size: 1.2rem;
    font-weight: 500;
}
.pay-card {
    display: flex;
    justify-content: space-around;
}
.button {
    padding: 0.7rem 1rem;
    border: none;
    color: #000;
    border-radius: 0.3rem;
}
.button-active {
    padding: 0.7rem 1rem;
    border: none;
    color: #fff;
    background: #008aff;
    border-radius: 0.3rem;
}
.pay-method {

}
.pay-method sup {
    margin-left: 0.2rem;
    color: #fff;
    background: #ff6767;
    padding: 0 0.2rem;
    border-radius: 5px 5px 5px 0px;
}
.method-card {
    display: flex;
    justify-content: space-between;
    border: 2px solid #e0e0e0;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    align-items: center;
}
.method-card-active {
    display: flex;
    justify-content: space-between;
    border: 2px solid #158ae3;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 2rem;
    align-items: center;
    color: #158ae3;
}
.method-left {
    display: flex;
    font-size: 0.8rem;
}
.method-left span img {
    width: 1.5rem;
}
.pay-title {
    margin-left: 0.8rem;
}
.method-right {

}
.method-right img {
    width: 1rem;
}
.result-card {
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: -0.1rem 0rem .15rem rgba(0, 138, 255, .1);
}
.result-card button {
    background: #008aff;
    border: none;
    padding: 0.5rem 1.2rem;
    border-radius: 2rem;
    color: #fff;
}

.result-card .card {
    display: flex;
    justify-content: space-between;
    padding: 1rem 1.5rem;
    box-shadow: -0.1rem 0rem .15rem rgba(0, 138, 255, .1);
    background-color: #fff;
}