.numInfo {
    display: flex;
    /* justify-content: space-between; */
    align-items: center;

    padding: 0 0.5rem;
    width: 100%;
    /* height: 2rem; */
    /* background-color: rgb(0, 162, 255); */
}

.numILeft {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 100%;
    /* background-color: #fffb00; */
}

.numILeft .numIcon {
    width: 1rem;
    height: 1rem;
    /* background-color: #00ff0d; */
}

.numILeft .numIcon img {
    max-width: 120%;
}

.numILeft p {
    margin-left: 0.2rem;
}


.payInput {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 2rem;
    /* background-color: blueviolet; */
}

.payInput input {
    width: 10rem;
    padding: 0.3rem;
    border-radius: 5px;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.button {
    padding: 0.4rem;
    display: flex;
    justify-content: center;
    align-items: center;
    background-clip: padding-box;
    font-weight: 700;
    color: #fff;
    background-color: #ffa500;
    border: 1px solid transparent;
    border-radius: .25rem;
    box-shadow: rgba(0, 0, 0, 0.02) 0 1px 3px 0;
    box-sizing: border-box;
    width: 4rem;
    height: 1.7rem;
    cursor: pointer;
    text-decoration: none;
    transition: all 250ms;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    vertical-align: baseline;
}


.payBox {
    width: 100%;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.12) 0px 1px 3px, rgba(0, 0, 0, 0.24) 0px 1px 2px;
}

.payRow {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 0.5rem;
    width: 100%;
    height: 2rem;
    /* background-color: #00bd84; */
}

.payRLeft {
    display: flex;
    align-items: center;
    width: fit-content;
    height: 100%;
    /* background-color: darkorange; */
}

.payleftIcon {
    width: 1rem;
    height: 1rem;
    /* background-color: rgb(0, 255, 213); */
}

.payleftIcon img,
.payRRight img {
    max-width: 100%;
}

.payRLeft p {
    margin-left: 0.2rem;
}

.paytip {
    margin-left: 0.2rem;
    padding: 0.1rem;
    font-size: 0.4rem;
    font-weight: 400;
    color: #fff;
    border-radius: 2px;
    background-color: red;
}

.payRRight {
    width: 1rem;
    height: 1rem;
    border-radius: 50%;
    /* background-color: antiquewhite; */
}