* {
    margin: 0;
    padding: 0;
}

:root {
    --app-font-sans: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", "Helvetica Neue", Arial, sans-serif;
}

html {
    touch-action: manipulation;
}

body,
button,
input,
select,
textarea {
    font-family: var(--app-font-sans);
}

.box {
    background: url("../img/top_bg.png") top / 100% no-repeat;
    min-height: 100vh;
    width: 100%;
}

.logo {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    margin: 6vh auto 0;
}

.title1 {
    text-align: center;
    font-size: 24px;
    padding: 50px 0 30px;
}

.title2 {
    font-size: 20px;
    color: #1f6ecf;
    text-align: center;
    padding-bottom: 30px;
}

#select {
    width: 80vw;
    height: 60px;
    font-size: 18px;
    text-align: center;
    display: block;
    margin: 0 auto;
    border-radius: 5px;
    border: 1px solid rgba(31, 110, 207, .2);
    color: black;
}

.query_bnt {
    margin: 20px auto 50px;
    width: 80vw;
    text-align: center;
    background: #1f6ecf;
    color: #FFFFFF;
    border-radius: 50px;
    font-size: 18px;
    line-height: 50px;
    /* height: ; */
}

.hint {
    font-size: 13px;
    padding: 15px;
    color: #999;
}

.ntitle-cell {
    padding-bottom: 0 ;
    font-weight: 600;
    font-size: 20px;
    padding: 20px 40px;
}

.van-dialog__message {
    font-size: 18px !important;
    line-height: 45px !important;
}

.van-button--default {
    font-size: 20px !important;
}

.van-cell {
    font-size: 18px !important;
    padding: 20px 40px !important;
}

.van-haptics-feedback, .van-ellipsis {
    font-size: 18px !important;
}
