@charset "UTF-8";

/*初始化  reset*/
* {
    margin: 0;
    padding: 0;
}

[v-cloak] {
    display: none;
}

html, body {
    width: 100%;
    height: 100%;
    position: relative;
    font-family: "微软雅黑";
}

body {
    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;
}

.w {
    width: 1200px;
    margin: 0 auto;
    min-width: 1200px;
}

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;
    vertical-align: top;
}

h5, p {
    text-align: justify;
}

a,
input,
button,
select,
textarea {
    outline: none;
}

a,
button {
    cursor: pointer;
}

.fl_l {
    float: left;
}

.fl_r {
    float: right;
}

.bbEc {
    border-bottom: solid 1px #ececec;
}

.fw_n {
    font-weight: normal;
}

#app {
    position: relative;
    padding-bottom: 1rem;
}

.backIcon {
    position: absolute;
    z-index: 10;
    left: .2rem;
    top: .2rem;
    width: .8rem;
}

.shareBottom {
    position: fixed;
    z-index: 11;
    left: 0;
    bottom: 0;
    width: 100%;
}