body{
    font-family:PingFangSC;color: #333;font-size: .28rem;
}
html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
a,
code,
em,
img,
q,
small,
strong,
dd,
dl,
dt,
li,
ol,
ul,
fieldset,
form,
label,
table,
tbody,
tr,
th,
td,
input {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
ul,
li {
    list-style: none;
}

img {
    vertical-align: top;
    display: block;
}

html,
body {
    height: 100%;
    background: white;
}
i{
    font-style: normal;
}

.container-top{
    padding:.4rem .4rem 2rem;
    background-color: #fff;
}

.card-name{
    font-weight: bold;
}

a {
    word-break: break-all;
}

a.div{
  display: block;
  text-decoration: none;
  color: #fff;
}
a.gray{
  text-decoration: none;
  color: #999;
}
