body,
ol,
ul,
h1,
h2,
h3,
h4,
h5,
h6,
p,
th,
td,
dl,
dd,
form,
fieldset,
legend,
input,
textarea,
select,
button {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: inherit;
}
body {
  font: 46px 'microsoft yahei', 'Arial Narrow', HELVETICA;
  background: #fff;
  -webkit-text-size-adjust: 100%;
}
a {
  color: #fff;
  text-decoration: none;
  font: 46px;
  cursor: pointer;
}
em {
  font-style: normal;
}
li {
  list-style: none;
}
img {
  border: 0;
  vertical-align: middle;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
p {
  word-wrap: break-word;
}
input {
  border: none;
  background: none;
  padding-left: 10px;
  outline: none;
}
button {
  border: none;
  background: none;
  cursor: pointer;
  outline: none;
}
b {
  font-weight: normal;
}
i {
  font-style: normal;
}
body {
  color: #fff;
}
/*  */
.v-fr {
  float: right;
}
.v-fl {
  float: left;
}
.clearfix {
  zoom: 1;
}
.clearfix:after {
  display: block;
  content: '';
  clear: both;
}
.hidden{
  overflow: hidden;
}
.displayNone {
  display: none;
}
.textRight {
  text-align: right;
}
.textCenter {
  text-align: center;
}
.marginCenter {
  margin: 0 auto;
}
.nowrap {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.padding {
  box-sizing: border-box;
  padding: 30px;
}
