@charset "utf-8"; /* CSS Document */ body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, span, i, ul, a, em, img, textarea, select { margin: 0; padding: 0; font-family: "Microsoft YaHei"; } * { padding: 0; margin: 0; box-sizing: border-box; } button, input, select, textarea, font { font-size: 12px; } h1, h2, h3, h4, h5, h6, button, input, select, textarea { /* font-size: 100%; */ } label, input, select { vertical-align: middle; } address, cite, em { font-style: normal; } fieldset { cursor: pointer; } img { border: none; } ul, ol { list-style: none; } table { border-collapse: collapse; border-spacing: 0; } sub { vertical-align: text-bottom; } sup { position: relative; top: -1px; left: 2px; font: 11px / normal tahoma; vertical-align: text-top; } small { font-size: 12px; } legend { color: #333; } h1, h2, h3, h4, h5, h6 { font-weight: normal; } a { text-decoration: none; } .text-sm { font-size: 12px; } @media (min-width: 1600px) { .center { max-width: 1600px; } } @media (max-width: 768px) { body { font-size: 12px; } } @media (max-width: 960px) { body { font-size: 14px; } } @media (min-width: 960px) { body { font-size: 16px; } }