/**
 * Eric Meyer's Reset CSS v2.0 (http://meyerweb.com/eric/tools/css/reset/)
 * http://cssreset.com
 */
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-size: 100%;
    font-weight: normal;
    vertical-align: baseline;
}

/* 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;
}

/* custom */
a ,a:link,a:visited,a:hover,a:active{
    color: #000;
    text-decoration: none;
    -webkit-backface-visibility: hidden;
}

li {
    list-style: none;
}

/*::-webkit-scrollbar {*/
    /*width: 5px;*/
    /*height: 5px;*/
/*}*/

/*::-webkit-scrollbar-track-piece {*/
    /*background-color: rgba(0, 0, 0, 0.2);*/
    /*-webkit-border-radius: 6px;*/
/*}*/

/*::-webkit-scrollbar-thumb:vertical {*/
    /*height: 5px;*/
    /*background-color: rgba(125, 125, 125, 0.7);*/
    /*-webkit-border-radius: 6px;*/
/*}*/

/*::-webkit-scrollbar-thumb:horizontal {*/
    /*width: 5px;*/
    /*background-color: rgba(125, 125, 125, 0.7);*/
    /*-webkit-border-radius: 6px;*/
/*}*/

html, body {
    width: 100%;
}

body {
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    font-family: "Arial","Microsoft YaHei","黑体","宋体",sans-serif;;
}

html {
    font-size: 62.5%;
    font-family: "Helvetica Neue", Helvetica, "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", Arial, sans-serif; }

@media only screen and (min-width: 320px) {
    html {
        font-size: 75% !important;
        /* 12梅16=73.4% */ } }
@media only screen and (min-width: 360px) {
    html {
        font-size: 84.375% !important;
        /* 12梅16=73.4% */ } }
@media only screen and (min-width: 375px) {
    html {
        font-size: 87.89063% !important;
        /* 14.0625梅16=73.2% */ } }
@media only screen and (min-width: 410px) {
    html {
        font-size: 97.03% !important;
        /* 15.525梅16=94% */ } }
@media only screen and (min-width: 480px) {
    html {
        font-size: 112.5% !important;
        /* 18梅16=94% */ } }
@media only screen and (min-width: 560px) {
    html {
        font-size: 131.25% !important;
        /* 21梅16=109% */ } }
@media only screen and (min-width: 640px) {
    html {
        font-size: 150% !important;
        /* 24梅16=125% */ } }
@media only screen and (min-width: 720px) {
    html {
        font-size: 168.75% !important;
        /* 27梅16=146.43% */ } }
@media only screen and (min-width: 750px) {
    html {
        font-size: 175.78125% !important;
        /* 28.125梅16=146.43% */ } }
@media only screen and (min-width: 800px) {
    html {
        font-size: 187.5% !important;
        /* 30梅16=146.43% */ } }
@media only screen and (min-width: 960px) {
    html {
        font-size: 100% !important;
        /* 36梅16=146.43% */ } }

[v-cloak] {
    display:none;
}