@charset "UTF-8";

/*初始化  reset*/

html,
body {
    position: relative;
    width: 100%;
    font-family: "微软雅黑";
    overflow-x: hidden;
    overflow-y: auto;
}

[v-cloak] {
    display: none;
}

body {
    background: #eee;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    position: relative;
}

blockquote,
body,
button,
dd,
dl,
dt,
fieldset,
form,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
input,
legend,
li,
ol,
p,
pre,
td,
textarea,
th,
ul {
    margin: 0;
    padding: 0;
    color: #333333;
}

* {
    margin: 0;
    padding: 0;
    letter-spacing: .01rem;
    vertical-align: middle;
}

body,
button,
input,
select,
textarea {
    font: 12px/1.5 "Microsoft YaHei", "微软雅黑", SimSun, "宋体", sans-serif;
    color: #000;
}

ol,
ul {
    list-style: none
}

a {
    text-decoration: none
}

fieldset,
img {
    border: 0;
}

a,
input,
button,
select,
textarea {
    outline: none;
}

pre {
    white-space: pre-wrap !important;
    word-wrap: break-word !important;
    *white-space: normal !important;
}

a,
button {
    cursor: pointer;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.bbEc {
    border-bottom: solid 1px #ececec;
}

.fw_n {
    font-weight: normal;
}
