html {
    font-size: 62.5%;
    min-height: 100%;
}

body {
    background: #fff;
    margin: 0 auto;
    padding: 0;
    font-family: '黑体', 'helvetica neue', 'hiragino sans gb', arial, tahoma, 'Microsoft Yahei', sans-serif;
    overflow-x: hidden;
    min-height: 100%;
    -ms-word-wrap: break-word;
    word-wrap: break-word;
}

#wlui {
    font-size: 14px;
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
    background-color: #fff;
    padding-bottom: 3rem;
    overflow-x: hidden;
}

a {
    text-decoration: none;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-tap-highlight-color: transparent;
}

h5 {
    font-weight: 300;
}

.clearfix:after {
    content: ' ';
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

em {
    display: block;
    clear: both;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

.topline {
    position: relative;
}

    .topline:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        border-top: 1px solid #e7e1e1;
        -moz-transform: scaleY(.5);
        -o-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

.bottomline {
    position: relative;
}

    .bottomline:after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        border-bottom: 1px solid #e7e1e1;
        -moz-transform: scaleY(.5);
        -o-transform: scaleY(.5);
        -ms-transform: scaleY(.5);
        -webkit-transform: scaleY(.5);
        transform: scaleY(.5);
    }

fieldset,
img,
video {
    border: none;
    width: 100%;
    margin: 0;
    border: 0;
    padding: 0;
    vertical-align: top;
}

ol,
ul,
li,
dl,
dd,
dt {
    padding: 0;
    margin: 0;
    list-style: none;
}

table {
    border: 0;
    margin: 0;
    border-collapse: collapse;
    border-spacing: 0;
}

td,
th {
    padding: 0;
}

.flex {
    display: -webkit-box;
    -webkit-box-pack: center;
    display: -webkit-flex;
    -webkit-justify-content: space-around;
    display: flex;
    justify-content: space-around;
}

.left {
    float: left;
}

.right {
    float: right;
}

.indent {
    text-indent: 2em;
    display: block;
    text-align: left;
}

.red {
    color: red;
}

.strong {
    font-weight: 600;
}

.ellipsis {
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

#fix_footer {
    position: fixed;
    width: 100%;
    max-width: 640px;
    bottom: -1px;
    left: 0;
    right: 0;
    z-index: 100;
    list-style: none;
    margin: 0 auto;
    padding: 0;
}

    #fix_footer li {
        height: 100%;
        -webkit-tap-highlight-color: transparent;
        outline: none;
    }

        #fix_footer li .downapp {
            position: ABSOLUTE;
            width: 35%;
            height: 100%;
            top: 0;
            right: 0;
        }

#ios_mes {
    text-align: center;
    font-size: 11px;
    color: gray;
    margin-top: 1rem;
}

.head_wrap {
    -moz-border-radius: 9999px;
    -webkit-border-radius: 9999px;
    border-radius: 9999px;
    overflow: hidden;
    text-align: center;
}

    .head_wrap img {
        height: 100%;
        overflow: hidden;
        -moz-border-radius: 9999px;
        -webkit-border-radius: 9999px;
        border-radius: 9999px;
    }

.img_base {
    display: inline-block;
    vertical-align: middle;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.span_base {
    display: inline-block;
    vertical-align: middle;
    margin-left: .2rem;
}
