@charset "utf-8";
/*2019/09/12 by zbb
防止页面刷新瞬间样式失效(例如视觉上感觉有明显的变小/变大的感受，先暂时隐藏，不要用display隐藏)
但是此样式必须在body后将其显示出来，并且必须在数据加载前，尽可能在所有js引入之前显示*/
/*body {
    visibility: hidden;
}*/

body, html, header, footer, section, span, p, h1, h2, h3, h4, ul, ol, li, select, input, button, textarea, aside, article, dd, dl, dt {
    margin: 0;
    padding: 0;
}

body, button, input, select, textarea {
    font: 0.48rem "NotoSansHans-Regular", Helvetica, Arial, sans-serif;
    color: #666;
}

ul, ol {
    list-style: none;
}

a {
    text-decoration: none;
}

a:focus {
    outline: none;
}

img {
    width: 100%;
    border: none;
    vertical-align: middle;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -text-size-adjust: none;
    -webkit-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    /* min-height: 100vh; */
}

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

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

input {
    border: none;
    border-radius: 0px;
    background: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
}

input[type=text] {
    -webkit-appearance: none;
}

select, button {
    -webkit-appearance: none;
    appearance: none;
    border: none;
    background: transparent;
    outline: none;
}

i, em {
    font-style: normal;
}

:-moz-placeholder, ::-moz-placeholder, input:-ms-input-placeholder, textarea:-ms-input-placeholder, input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #999;
}

/*时间插件*/

.dwbw.dwb-c {
    border-right: 1px solid #398fff;
}

.mbsc-mobiscroll .dwbw {
    width: 49.8% !important;
}

.mbsc-mobiscroll .dwb {
    padding: 0;
    text-align: center;
}

textarea {
    box-shadow: 0px 0px 0px rgba(0, 0, 0, 0);
    -webkit-appearance: none;
}

[v-cloak] {
    display: none;
}
.layui-layer-loading .layui-layer-loading1{
    margin: auto;
}