* {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

input, textarea {
    -webkit-touch-callout: default;
    -webkit-user-select: text;
    -khtml-user-select: text;
    -moz-user-select: text;
    -ms-user-select: text;
    user-select: text;
}
.van-tabbar-item{
    color:var(--van-gray-8)
}
.van-tabbar-item--active{
    color: var(--van-red);
}

.nut-noticebar-page{
    width: 92%;
    margin: 10px auto;
}

.van-share-sheet__option{
    width: 40%;
}

.van-sticky-bottom{
    position: absolute;
    bottom: 0;
}