body,
html {
  width: 100%;
  height: 100%;
  background: #fff;
  line-height: 1;
  overflow: auto;
}

body,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
dl,
dd {
  margin: 0;
  font-weight: normal;
}

ul,
ol {
  padding: 0;
  margin: 0;
  list-style: none;
}

a {
  outline: none;
  text-decoration: none;
  color: inherit;
}

img {
  vertical-align: top;
  border: none;
}

input {
  box-sizing: content-box;
  padding: 0;
  border: none;
  outline: none;
  background: none;
}
textarea {
  resize: none;
}

.clearFix:after {
  content: "";
  display: block;
  clear: both;
}

.publicWrap {
  width: 1200px;
  margin: 0 auto;
}

.iconfont {
  color: inherit;
}

.noWrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.twoNoWrap {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.threeNoWrap {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.fiveNoWrap {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
}

.pageBg {
  width: 100%;
  display: block;
  height: 394px;
  object-fit: cover;
}