@import "./_var";//全局变量
@import "./_iconFont";//全局字体

*{
  box-sizing: border-box;
}

// html {
//   font-family: sans-serif;
//   -webkit-text-size-adjust: 100%;
//   -ms-text-size-adjust: 100%;
// }

// body {
//     margin: 0;
//     font-size: 13px;
//     color: $defaultColor;
//     line-height: 1.44;
//     font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif;
// }
input{
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none;
}

@include nupIcon('../');
