﻿
/*#region all*/
* {
  padding: 0px;
  margin: 0px;
}
/*margin:0px auto;*/
body {
  background: #FFF;
 /*font-family: Helvetica,STHeiti STXihei,Microsoft JhengHei,Microsoft YaHei,Arial;*/
 font-family:Microsoft YaHei;
 /*font-family: Arial, Helvetica, sans-serif;*/
 /*background: url(/content/web/images/bg.jpg) repeat-x;*/
}

ul, ol, li {
  list-style: none;
}

a {
  text-decoration: none;
}

img {
  border: 0px;
}

.clear {
  clear: both;
}

.noborder {
  border: none;
}

em, i, u {
  font-style: normal;
}

/*去掉因表单自动填充而添加的黄色*/
input:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  border: 1px solid #ccc;
}

/*#endregion*/


