/* reset.css — 基础样式清零（IE11 兼容） */

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

html { -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { font-family: "Microsoft YaHei", "微软雅黑", Arial, sans-serif; font-size: 16px; line-height: 1.5; color: #333; background: #fff; }

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

a:hover { text-decoration: none; }

img { border: 0; vertical-align: middle; max-width: 100%; }

ul, ol, li { list-style: none; }

h1, h2, h3, h4, h5, h6 { font-weight: normal; font-size: 100%; }

input, textarea, select, button { font: inherit; color: inherit; outline: none; border: none; background: none; }

button { cursor: pointer; overflow: visible; }

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

th, td { text-align: left; }

html, body { height: 100%; }

body { overflow-x: hidden; }

.clearfix:after { content: ""; display: block; clear: both; }

[hidden] { display: none; }
