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: url('//at.alicdn.com/t/font_296545_qz2sq4gft8.woff2?t=1632364125179') format('woff2'), url('//at.alicdn.com/t/font_296545_qz2sq4gft8.woff?t=1632364125179') format('woff'), url('//at.alicdn.com/t/font_296545_qz2sq4gft8.ttf?t=1632364125179') 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;
}
