/* http://meyerweb.com/eric/tools/css/reset/
   v4.0 | 20180602
   License: none (public domain)
*/

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, hgroup,
main, menu, nav, output, ruby, section, summary,
input, select,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}
li {
  list-style: none;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}
button {
  border: none;
  outline: none;
}
/* HTML5 hidden-attribute fix for newer browsers */
*[hidden] {
    display: none;
}

[v-cloak] {
    display: none !important;
}

body {
  line-height: 1;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html {
    font-size: 20px;
}

/*!*iphone5*!
@media screen and (min-width: 175px) and (max-width: 320px)  {
    html {
        font-size: 17px;
    }
}
!*galaxy s5*!
@media screen and (min-width: 321px) and (max-width: 360px)  {
    html {
        font-size: 19.2px;
    }
}
!*iphone7*!
@media screen and (min-width: 361px) and (max-width: 375px)  {
    html {
        font-size: 20px;
    }
}
!*红米note2*!
@media screen and (min-width: 376px) and (max-width: 410px)  {
    html {
        font-size: 21px;
    }
}
!*pixel 2*!
@media screen and (min-width: 411px) and (max-width: 414px)  {
    html {
        font-size: 22px;
    }
}
@media screen and (min-width: 415px) and (max-width: 424px)  {
    html {
        font-size: 23px;
    }
}
!*huiwei p9*!
@media screen and (min-width: 425px) and (max-width: 620px)  {
    html {
        font-size: 33.5px;
    }
}
@media screen and (min-width: 621px) and (max-width: 640px)  {
    html {
        font-size: 34.3px;
    }
}
@media screen and (min-width: 641px) and (max-width: 719px)  {
    html {
        font-size: 38.4px;
    }
}
@media screen and (min-width: 720px) and (max-width: 749px)  {
    html {
        font-size: 40.1px;
    }
}
@media screen and (min-width: 720px) and (max-width: 749px)  {
    html {
        font-size: 40.9090909px;
    }
}
@media screen and (min-width: 750px) and (max-width: 799px)  {
    html {
        font-size: 42.7272727px;
    }
}
@media only screen and (min-width: 800px) and (max-width: 1024px){
    html {
        font-size: 45.4545454px;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1280px){
    html {
        font-size: 57.8px;
    }
}*/
