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

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: none;
}

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

/* custom */
a {
  color: #7e8c8d;
  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;
}
* {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
html, body {
  width: 100%;
  height: 100%;
}

body {
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  background-color: #ffffff;
}
 @media screen and (min-width: 680px) {
    body {
      width: 680px;
      position: relative;
      margin: 0 auto;
    }

    #app {
      width: 680px;
    }
    #app.header{
      width: 680px;
      margin: 0 auto;
    }


  }
  //  @media only screen and (max-width: 1080px), only screen and (max-device-width:1080px) {
  //    html,body {
  //        font-size:34.56px;
  //      }
  //    }
  //    @media only screen and (max-width: 960px), only screen and (max-device-width:960px) {
  //    html,body {
  //        font-size:30.72px;
  //      }
  //    }
  //    @media only screen and (max-width: 800px), only screen and (max-device-width:800px) {
  //    html,body {
  //        font-size:25.6px;
  //      }
  //    }
  //    @media only screen and (max-width: 720px), only screen and (max-device-width:720px) {
  //    html,body {
  //        font-size:23.04px;
  //      }
  //    }
  //    @media only screen and (max-width: 640px), only screen and (max-device-width:640px) {
  //    html,body {
  //        font-size:20.48px;
  //      }
  //    }
  //    @media only screen and (max-width: 600px), only screen and (max-device-width:600px) {
  //    html,body {
  //        font-size:19.200000000000003px;
  //      }
  //    }
  //    @media only screen and (max-width: 540px), only screen and (max-device-width:540px) {
  //    html,body {
  //        font-size:17.28px;
  //      }
  //    }
  //    @media only screen and (max-width: 480px), only screen and (max-device-width:480px) {
  //    html,body {
  //        font-size:15.36px;
  //      }
  //    }
  //    @media only screen and (max-width: 414px), only screen and (max-device-width:414px) {
  //    html,body {
  //        font-size:13.248000000000001px;
  //      }
  //    }
  //    @media only screen and (max-width: 400px), only screen and (max-device-width:400px) {
  //    html,body {
  //        font-size:12.8px;
  //      }
  //    }
  //    @media only screen and (max-width: 375px), only screen and (max-device-width:375px) {
  //    html,body {
  //        font-size:12px;
  //      }
  //    }
  //    @media only screen and (max-width: 360px), only screen and (max-device-width:360px) {
  //    html,body {
  //        font-size:11.52px;
  //      }
  //    }
  //    @media only screen and (max-width: 320px), only screen and (max-device-width:320px) {
  //    html,body {
  //        font-size:10.24px;
  //      }
  //    }
  //    @media only screen and (max-width: 240px), only screen and (max-device-width:240px) {
  //    html,body {
  //        font-size:7.68px;
  //      }
  //    }
  // html{
  //   font-size:1rem;
  // }
