@charset "UTF-8";
/* 颜色值 */
/* 网站颜色值 */
/* 主色调 - 默认文本 */
/* 主色调 - 浅色 */
/* 主色调 - 灰色 */
/* 主色调 - 白色 */
/* 主色调 - 蓝色 */
/* 主色调 - 橙色 */
/* 主色调 - 黄色 */
/* 全局参数 */
/* 全局适配参数 如 width: 750px/$ppr; */
/* 重置 */
/* reset */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, input, select, textarea, button {
  border: none;
  font-size: 100%;
  margin: 0;
  padding: 0; }

table {
  table-layout: fixed;
  border-collapse: collapse;
  width: 100%;
  border: 0;
  border-spacing: 0; }

body, input, select, textarea, button {
  line-height: 1.6;
  color: #333;
  font-size: 12px;
  font-family:"Microsoft YaHei", sans-serif;
  outline: none;
  -webkit-text-size-adjust: 100%; }

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0px 1000px white inset;
  -webkit-text-fill-color: #333; }

section, article, aside, header, footer, nav, dialog, figure {
  display: block; }

figure {
  margin: 0; }

s {
  display: inline-block;
  vertical-align: middle; }

ol, ul, li {
  list-style-type: none; }

a {
  color: #333;
  text-decoration: none;
  outline: none;
  -webkit-transition: color .2s,border .2s, background .2s;
  transition: color .2s,border .2s, background .2s; }

a:hover {
  text-decoration: none; }

em {
  font-style: normal; }

body {
  background: #ffffff; }

div, a {
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }

/* public */
.clearfix:after,
.clearfix:before {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }