html,
body,
div,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
p,
dl,
dt,
dd,
ol,
form,
input,
textarea,
th,
td,
select {
    margin: 0;
    padding: 0;
    border: 0;
    outline: none;
    font-family: "Microsoft YaHei", \5fae\8f6f\96c5\9ed1, Helvetica, Arial, Microsoft Yahei, sans-serif;
}

body {
    font-size: 16px;
    color: #000;
}

ul,
ol {
    list-style: none;
}

img {
    border: none;
    vertical-align: middle;
}

a {
    text-decoration: none;
    color: #000;
    cursor: pointer;
}

fieldset,
img,
select {
    border: 0;
    margin: 0;
    padding: 0;
}

ul,
li,
dl,
dt,
dd,
ol {
    list-style: none
}

q:before,
q:after {
    content: ''
}

button {
    border: 0;
    outline: 0;
    background-color: transparent;
}

input,
button,
textarea,
select,
optgroup,
option {
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input,
button,
textarea,
select {
    *font-size: 100%;
    line-height: 1.2;
    margin: 0;
    outline: none
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
    box-shadow: 0 0 0px 1000px white inset
}

a img,
img {
    -ms-interpolation-mode: bicubic;
}

a {
    text-decoration: none;
}

sub,
sup {
    vertical-align: baseline
}

pre {
    white-space: pre-wrap;
    word-wrap: break-word
}


/*单行文本显示省略号*/

.ells {
    white-space: nowrap;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    overflow: hidden;
}


/*重置底部*/

.p_foot {
    background: #000;
}

.p_foot p,
.p_foot a {
    color: #fff;
}

span#qrcode {
    display: block;
    position: absolute;
    bottom: 84.6px;
    left: 99.6px;
    width: 112px;
    height: 112px;
    z-index: 999999999999999;
}