html,body {
    height: 100%;
}
body {
    margin: 0;
    background: rgba(245, 245, 245, 1);
}
#app {
    padding:0 15px;
    height: 100%;
}
.w-p-100{
    width: 100%;
}
.h-p-100 {
    height: 100%;
}

.priceContainer {
    height: 100px;
    padding:15px;
    background-color: #fff;
    border-radius: 14px;
    border: 1px solid rgba(7, 193, 96, 1);
}
.priceContainer>h4{
    margin: 0;
}
.priceContainer>.priceBox>.currency{
    font-weight: bold;
    margin-right: 10px;
}
.priceContainer>.priceBox>input{
    height: 60px;
    width: 100%;
    font-size: 30px;
    border: none;
    outline: none;
}

.payContainer{
    max-height: 200px;
    padding: 15px;
    margin-top: 30px;
    background-color: #fff;
    border-radius: 14px;
    gap: 30px;
}
.payContainer>.payItem .labelImg{
    margin-right:15px;
}
.payContainer>.payItem>.radioImg{
    height: 24px;
}

.numberContainer{
    padding-bottom: 30px;
}
.numberContainer>.numberBox {
    width:70%;
}
.numberContainer>.operateBox {
    width:30%;
}
.numberContainer .key{
    background: #fff;
    border-radius: 8px;
    margin:4px;
    min-height: 40px;
    font: bold 20px/20px Arial;
}
.key.confirmBtn{
    background-color: rgba(7, 193, 96, 1);
    color: white;
}