.com-btn[data-v-4f3517fc] {
    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: .7rem
}

.com-btn.on[data-v-4f3517fc] {
    background: #3f39dc;
    color: #fff
}

.van-button--disabled[data-v-4f3517fc] {
    background: #3f39dc80 !important;
    color: #fff !important;
    opacity: unset
}