body {
    font: 12px  Arial, sans-serif;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td {
    margin: 0;
    padding: 0;
}

body, body.full-height-layout #page-wrapper, body.full-height-layout #wrapper, html {
    height: 100%;
    position: relative;
}
h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 100%;
}

address,
cite,
dfn,
em,
var,
i,
u {
    font-style: normal;
}



small {
    font-size: 12px;
}

ul,
ol {
    list-style: none;
}

a {
    text-decoration: none;
    cursor: pointer;
}

a:hover {
    text-decoration: none;
    color: #e4393c;
}

sup {
    vertical-align: text-top;
}

sub {
    vertical-align: text-bottom;
}

legend {
    color: #000;
}

fieldset,
img {
    border: 0;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
ul {
    list-style-type: none;
    padding: 0;
    margin: 0;
}
.lf{
    float: left;
}
.rt{
    float: right;
}
.clear::after {
    content: "";
    display: block;
    clear: both;
}

input[type=checkbox].hasBgChk{
    -webkit-appearance: none;  /*清除复选框默认样式*/
    background: #fff url('../../common/images/checkboxBg.png');   /*复选框的背景图，就是上图*/
    height: 20px;
    vertical-align: middle;
    width: 20px;
    outline: none;
}
input[type="checkbox"]:checked.hasBgChk {
    background-position: -21px 0;
}

/*vue解决双花括号问题*/
[v-cloak] {
    display: none !important;
}
.dot{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
