.com-btn[data-v-7f3df225] {
    font-size: .32rem;
    width: 100%;
    height: 1rem;
    border: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.2em;
    padding: .1rem .2rem;
    font-weight: 500;
    border-radius: .24rem
}

.com-btn.on[data-v-7f3df225] {
    background: var(--color);
    color: #000
}

.van-button--disabled[data-v-7f3df225] {
    background: #273e3a !important;
    color: #9db0ae !important;
    opacity: unset
}