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, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video, input {
    margin: 0;
    padding: 0;
    border: 0;
    font-family: Microsoft YaHei;
    /* font-weight: normal; */
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
    display: block;
}

body {
    line-height: 1;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    color: #7e8c8d;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

html{
    font-size: 10px;
    font-family: ﻿MicrosoftYaHei;
}
html, body {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.clear{
    *zoom:1;
}
.clear{
    content:"";
    display:table;
    clear:both;
}
button{
    padding: 0;
    border-style: none;
    outline: none;
    cursor: pointer;
}
input::-webkit-input-placeholder{
     font-size: 12px;
     color: #999999;
 }
input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    font-size: 12px;
    color: #999999;
}
input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    font-size: 12px;
    color: #999999;
}
input:-ms-input-placeholder{  /* Internet Explorer 10-11 */
    font-size: 12px;
    color: #999999;
}
#_load{
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: fixed;top: 0;left: 0;
}
#_load .loading-div{
    width: 270px;height: 120px;
    background: rgba(0,0,0,0.6);display: flex;
    display: -webkit-flex;position: absolute;top: 250px;
    left: 50%;margin-left: -135px;justify-content: center;align-items: center;
}
#_load .loading-img{
    -webkit-animation: 1s linear loading infinite;
    -o-animation: 1s linear loading infinite;
    animation: 1s linear loading infinite;
}
#_load .loading-span{
    font-size: 14px;color: #FFFFFF;margin-left: 16px
}
@keyframes loading {

    from{
        -webkit-transform-origin: 50% 50% 0px;
        -moz-transform-origin: 50% 50% 0px;
        -ms-transform-origin: 50% 50% 0px;
        -o-transform-origin: 50% 50% 0px;
        transform-origin: 50% 50% 0px;
        -webkit-transform: rotate(0deg);
        -moz-transform: rotate(0deg);
        -ms-transform: rotate(0deg);
        -o-transform: rotate(0deg);
        transform: rotate(0deg);
    }to{
         -webkit-transform-origin: 50% 50% 0px;
         -moz-transform-origin: 50% 50% 0px;
         -ms-transform-origin: 50% 50% 0px;
         -o-transform-origin: 50% 50% 0px;
         transform-origin: 50% 50% 0px;
         -webkit-transform: rotate(360deg);
         -moz-transform: rotate(360deg);
         -ms-transform: rotate(360deg);
         -o-transform: rotate(360deg);
         transform: rotate(360deg);
     }
}