/* ============================================================
   VNEX.cn — CSS Reset
   深色科技风友好，不与主题冲突
   ============================================================ */

*, *::before, *::after {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

body {
  line-height: 1.7;
  overflow-x: hidden;
}

a {
  text-decoration: none;
  color: inherit;
}

img {
  max-width: 100%;
  display: block;
}

ul, ol { list-style: none; }

button {
  font-family: inherit;
  cursor: pointer;
}

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