body {
    -webkit-text-size-adjust: 100% !important;
}

input {
    -webkit-appearance: none !important;
    border-left: none !important;
}

.input-group-addon {
    border-right: none;
    border: 1px solid #DDDDDD !important;
}

.has-success {
    border: none;
}

.has-error {
    border: none;
}

/*红底白字按钮*/
.hdbz {
    width: 100%;
    background-color: #F36478;
    color: white;
    border: 1px solid #F36478;
    height: 4rem;
    font-size: 16px;
}

/*白底红字按钮*/
.bdhz {
    width: 100%;
    background-color: white;
    color: #F36478;
    border: 1px solid #F36478;
    height: 4rem;
    font-size: 16px;
}

/*统计明细标题*/
.consume_title {
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.card_options {
    margin-top: 3rem;
}
[v-cloak]{
    display: none!important;
}