@charset "UTF-8";
/*
  @params $name 是css属性 比如width,top,font-size等
  @params $px 像素值
*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  list-style: none;
  -webkit-tap-highlight-color: transparent; }

body {
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  -webkit-font-smoothing: antialiased; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

ul, ul li, ol li, li {
  list-style: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

input, textarea, a, button {
  border: 0;
  padding: 0;
  margin: 0;
  outline: none;
  -webkit-appearance: none; }

input[type="button"], input[type="submit"] {
  -webkit-appearance: none !important;
  border-radius: 0; }

input[type=checkbox] {
  -webkit-appearance: checkbox; }

a {
  text-decoration: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

html {
  width: 100%;
  font-size: 10px;
  -webkit-text-size-adjust: 100%; }

.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: ".";
  clear: both;
  height: 0; }

::-webkit-input-placeholder {
  /*font-size:1rem;*/ }

.fr {
  float: right; }

.fl {
  float: left; }

.none {
  display: none; }

.box {
  width: 100%;
  display: -webkit-box;
  text-align: left; }

.flex {
  -webkit-box-flex: 1;
  box-flex: 1; }

/*字体图标*/
@font-face {
  font-family: "iconfont";
  src: url("../iconfont/icon/font.eot");
  /* IE9*/
  src: url("../iconfont/icon/font.eot?#iefix") format("embedded-opentype"), url("../iconfont/icon/font.woff") format("woff"), url("../iconfont/icon/font.ttf") format("truetype"), url("../iconfont/icon/font.svg#iconfont") format("svg");
  /* iOS 4.1- */ }
.iconFont {
  font-family: 'iconfont' !important;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  /*解决字体图标出现锯齿的问题*/
  -moz-osx-font-smoothing: grayscale;
  /*解决字体图标出现锯齿的问题*/ }

select {
  /*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
  border: solid 1px #fff;
  /*很关键：将默认的select选择框样式清除*/
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  /*将背景改为红色*/
  background: #fff;
  /*加padding防止文字覆盖*/
  padding-right: 14px; }

/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand {
  display: none; }

/*# sourceMappingURL=global.css.map */
