
#app[data-v-5d3c24f3] {
	height: 100%;
	background: #FFF;
}


#app .van-loading {
    position: fixed;
    color: #c8c9cc;
    font-size: 0;
    vertical-align: middle;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
}

/*通用样式*/

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    /* -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; */
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

html,
body {
    margin: 0;
    padding: 0;
    height: 100%;
    width: 100%;
    position: relative;
    font-size: 0.16rem;
    background: #fff;
    /*百分百撑起高度*/
}

body {
    margin: 0;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    padding: 0;
    font-family: -apple-system, "Helvetica Neue", Arial, "PingFang SC", "Hiragino Sans GB", STHeiti, "Microsoft YaHei", "Microsoft JhengHei", "Source Han Sans SC", "Noto Sans CJK SC", "Source Han Sans CN", "Noto Sans SC", "Source Han Sans TC", "Noto Sans CJK TC", "WenQuanYi Micro Hei", SimSun, sans-serif;
    color: #404040;
    height: 100%;
    overflow-y: scroll;
    background-color: #fff;
}

li {
    list-style: none;
}

a,
button,
input,
optgroup,
select,
textarea {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /*去掉a、input和button点击时的蓝色外边框和灰色半透明背景*/
}

input {
    -webkit-user-select: auto;
}

.font-10 {
    font-size: .5rem;
}

.font-12 {
    font-size: .6rem;
}

.font-13 {
    font-size: .65rem;
}

.font-14 {
    font-size: .7rem;
}

.font-15 {
    font-size: .75rem;
}

.font-16 {
    font-size: .8rem;
}

.font-18 {
    font-size: .9rem;
}

.color-1a1a1a {
    color: #1a1a1a;
}

.color-4d4d4d {
    color: #4d4d4d;
}

.color-e45667 {
    color: #e45667;
}

.color-e56767 {
    color: #e56767;
}

.color-999999 {
    color: #999999;
}

.color-e5e5e5 {
    color: #e5e5e5;
}

.color-ffffff {
    color: #ffffff;
}

.bg-color-f5f5f5 {
    background-color: #f5f5f5;
}

.bg-color-ffffff {
    background-color: #ffffff;
}

.bg-color-59baff {
    background-color: #59baff;
}

.font-bold {
    font-weight: bold;
}

.clear {
    clear: both;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.oneLine {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.twoLine {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.yiHang {
    -webkit-box-orient: vertical;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    overflow: hidden;
}

.mt-5 {
    margin-top: .25rem;
}

.mb-0 {
    margin-bottom: 0 !important;
}

.mb-5 {
    margin-bottom: .25rem;
}

.ml-5 {
    margin-left: .25rem;
}

.ml-4 {
    margin-left: .2rem;
}

.ml-10 {
    margin-left: .5rem;
}

.mr-5 {
    margin-right: .25rem;
}

.clears {
    *zoom: 1;
}

.clears:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}


/*mint-ui插件弹框行间距*/

.mint-msgbox-message {
    line-height: 25px !important;
}

.toastBg {
    background-color: #000;
    color: #feb612;
    bottom: 100px !important;
}

@font-face {
    font-family: BDZYJT--GB1-0;
    src: url([object Module]);
    font-weight: normal;
    font-style: normal;
}

.flex {
    display: flex;
}

.flexable {
    display: flex;
    align-items: center;
}

.jusCenter {
    justify-content: center;
}

.jusBetween {
    justify-content: space-between;
}

.jusAround {
    justify-content: space-around;
}

.column {
    flex-direction: column;
}
