html {
    font-family: helvetica, "Microsoft Yahei", arial, sans-serif;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, input, button, textarea, p, th, td {
    padding: 0;
    margin: 0;
    font-family: Microsoft YaHei, sans-serif, Arial
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

fieldset, img {
    border: 0
}

img {
    max-width: 100%;
}

a {
    text-decoration: none;;
    outline: none;
    color: #4a4a4a;
    display: block;
    -webkit-tap-highlight-color: transparent;
}

li {
    list-style: none;
}

caption, th {
    text-align: left
}

h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit
}

input, button, textarea, select {
    *font-size: 100%
}

.clear:after {
    display: block;
    content: "clear";
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clear {
    zoom: 1;
}

[v-cloak]{
    display: none;
}

#app {
    max-width: 750px;
    margin: 0 auto;
}

a[title="站长统计"]{
    position: absolute;
    top: 0;
    left: -10000px;
}
.fixed-download{
    position: fixed;
    top: 50%;
    left: 0;
    right: 0;
    width: 80%;
    margin: 0 auto;
    border-radius: 4px;
    padding: 10px;
    background-color: #ffffff;
    box-shadow: 0 0 4px 0 rgba(0,0,0,.3);
    z-index: 10000;
}
.fixed-download p{
    color: #666;
    font-size: 14px;
    text-align: center;
}
.fixed-download .btn-download{
    height: 46px;
    width: 100%;
    text-align: center;
    line-height: 46px;
    color: #ffffff;
    font-size: 14px;
    background-color: #00B4AF;
    border-radius: 2px;
    margin-top: 10px;
}
.wx-tip{
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 1000;
    background-color: #fff;
}

.m-home{
    position: fixed;
    right: 20px;
    bottom: 20px;
    height: 54px;
    width: 54px;
    display: flex;
    flex-direction: column;
    align-items:center;
    justify-content: center;
    background:rgba(91,179,179,1);
    box-shadow:0px 1px 8px 0px rgba(44,44,44,0.39);
    color: #ffffff;
    border-radius: 50%;
}
.m-home .iconfont{
    font-size: 22px;
}
.m-home span{
    font-size: 10px;
    font-weight:400;
    color: #ffffff;
}

.m-loading {
    font-size: 12px;
    color: #999999;
    padding: 10px 0;
    text-align: center;
    line-height: 20px;
}
.m-loading .iconfont {
    margin: 0 8px;
    font-size: 20px;
    display: inline-block;
    animation: rotate 1s infinite;
    transform-origin: 50% 55%;
}
@keyframes rotate{
    from{
        transform: rotate(0);
    }
    to{
        transform: rotate(360deg);
    }
}