@charset "UTF-8";
section, article, nav, aside, footer, header, div, p, ul, li, input, textarea {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box; }

/* ********************重置样式 reset******************** */
/* *********PC端********** */
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0; }

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0; }

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

/* 清除点击出现虚拟框 */
a {
  outline: none;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }
  a:focus {
    outline: 0; }
  a:link, a:visited {
    text-decoration: none; }

a img {
  border: none; }

input, textarea, select {
  outline: none; }

/* 清除浮动 */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    display: block;
    content: "\200B";
    clear: both;
    height: 0; }

/* *********移动端********** */
body, dl, dd, h1, h2, h3, h4, h5, h6, p, form, figure, figcaption {
  margin: 0; }

/* 改变盒子模型 */
section, article, nav, aside, footer, header, div, p, ul, li, input, textarea {
  display: block; }

html, body {
  background-color: #ffffff;
  -webkit-user-select: text;
  user-select: text; }

body {
  background: #ffffff;
  width: 100%;
  margin: 0 auto;
  overflow-x: hidden;
  font-size:16px;
  color: #000;
  font-family: microsoft yahei, "Open Sans", Helvetica, Arial, Simsun, sans-serif; }

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

/* 清除点击虚拟框 */
a, div, p, span, ul, li, i, img, input {
  outline: 0;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent; }

a:focus {
  outline: 0; }

a:link, a:visited, a:active, a:hover {
  text-decoration: none; }

a img {
  border: 0 none; }

a, img {
  -webkit-touch-callout: none;
  /* 禁止长按链接与图片弹出菜单 */ }

input, textarea, select {
  outline: none;
  color: #333;
  font-family: microsoft yahei, "Open Sans", Helvetica, Arial, Simsun, sans-serif; }

input {
  /* 清除 iphone 中 input 默认样式 */
  -webkit-appearance: none; }

/* 清除浮动 */
.clearfix {
  *zoom: 1; }
  .clearfix:after {
    display: block;
    content: "\200B";
    clear: both;
    height: 0; }

.hide {
  display: none; }

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