* {
  padding: 0;
  margin: 0;
}

* {
  outline: none;
}

html {
  width: 100%;
  height: 100%;
}

body {
  width: 100%;
  height: 100%;
  min-height: 600px;
}

body {
  font: 14px '微软雅黑', 'Microsoft YaHei', Arial, simsun, Helvetica, sans-serif;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: #000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a img {
  border: none;
}

img {
  vertical-align: top;
}

img[src=""],
img:not([src]) {
  opacity: 0;
}

b,
strong {
  font-weight: normal;
}

i,
em {
  font-style: normal;
}

.clearfix:after {
  display: block;
  content: '';
  clear: both;
}

.clearfix {
  zoom: 1;
}

input {
  outline: none;
  border: none;
}

textarea {
  resize: none;
  outline: none;
}

table {
  border-collapse: collapse;
}

td,
th {
  border: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

input[type="text"]::-ms-clear {
  display: none;
}

input[type="password"]::-ms-reveal {
  display: none;
}