body {
  min-width: 1200px;
  font-family: 'hiragino sans gb', 'microsoft yahei', '微软雅黑';
  margin: 0;
  position: relative;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
@font-face {
  font-family: 'cmsicon';
  /* project id 296545 */
  src:  format('woff2'),  format('woff'),  format('truetype');
}
.iconfont {
  font-family: cmsicon;
}
* {
  padding: 0;
  margin: 0;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  content: "";
  height: 0;
  visibility: hidden;
  display: block;
  clear: both;
}
a {
  text-decoration: none;
}
p {
  margin: 0;
}
input,
button {
  border: 0;
  outline: 0;
  padding: 0;
}
.szxx-cursor {
  cursor: pointer;
}
.hidden {
  display: none;
}
.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
