body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, table, tbody, p, th, td, em, textarea {
    -webkit-text-size-adjust: none;
    margin: 0;
    padding: 0;
    border: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-size: 0.8rem;
    font-family: "Microsoft Yahei", "微软雅黑", Tahoma, Arial, Helvetica, STHeiti;
}
img, input, button, a, select, textarea {
    margin: 0;
    padding: 0;
    resize: none;
    border: none;
    outline: none;
}

ol, ul {
    list-style: none;
}
h1, h2, h3, h4, h5, h6, p, em, i, b, em {
    font-size: 100%;
    word-wrap: break-word;
    font-weight: normal;
    font-style: normal;
}

a:active, a:focus {
    outline: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    padding: 0;
    border: 0;
}

*html {
    background-image: url(about:blank);
    background-attachment: fixed;
}

/* 修正IE6振动bug */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
    font-size: 0;
}

.clearfix {
    zoom: 1;
}

a {
    text-decoration: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}
.t-c {
    text-align:center;
}
.v-a {
    vertical-align:middle;
}
/*刷新按钮*/
.button-reload{
    position: fixed;
    top: 300px;
    left: 50%;
    transform: translateX(-50%);
    width: 3rem;
    padding: 0.5rem;
    background: hsla(0,0%,7%,.7);
    color: #ffffff;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    z-index: 1001;
}
.click:active{
    opacity: 0.5;
}
/*加载动画*/
.loading-animation-box{
    display: none;
    position: fixed;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 6;
    background: rgba(255,255,255,.8);
}
.loading-animation-box img{
    width: 12rem;
    position: absolute;
    top: 30%;
    left: 50%;
    transform: translate(-50%,-50%);
    pointer-events: none;
}
