@charset "UTF-8";
/* You can add global styles to this file, and also import other style files */
html, body {
  margin: 0 auto;
  /*background-color: #EAECEE;*/ }

/* 取消链接高亮  */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  -webkit-tap-highlight-color: transparent; }

/* 设置HTML5元素为块 */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

/* 初始化 */
body, div, ul, li, ol, h1, h2, h3, h4, h5, h6, input, textarea, select, p, dl, dt, dd, a, img, button, form, table, th, tr, td, tbody, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  margin: 0;
  padding: 0;
  border: none; }

em, i {
  font-style: normal; }

a {
  text-decoration: none;
  color: #000; }

a:hover {
  text-decoration: none; }

ul, ol {
  list-style: none; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-family: Microsoft YaHei; }

img {
  border: none; }

body {
  max-width: 720px;
  min-width: 320px; }

/*不同分辨率屏幕的字体大小基准*/
@media (max-device-width: 414px) {
  html {
    font-size: 41.4px; } }
@media (max-device-width: 375px) {
  html {
    font-size: 37.5px; } }
@media (max-device-width: 320px) {
  html {
    font-size: 32px; } }

/*# sourceMappingURL=tankestyle.css.map */
