@charset "utf-8";

/* CSS Document */
input::-ms-clear {
  display: none;
}

* {
  margin: 0;
  padding: 0;
  font-family: "微软雅黑";
}

ul,
ol {
  list-style: none
}

li {
  vertical-align: middle
}

img {
  border: none;
}

body,
button,
input,
select,
textarea {
  font: 14px/1.5 "Microsoft YaHei", "Helvetica Neue", Helvetica Neue, Helvetica, Hiragino Sans GB, tahoma, arial, sans-serif
}

input,
select,
textarea {
  font-size: 100%;
}

table {
  border-collpase: collapse;
}

a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
  outline: none;
}

a:visited,
a:hover {
  color: #333;
  text-decoration: none;
}

a:hover {
  color: #4178be;
  text-decoration: none;
}

.clearfix:before,
.clearfix:after {
  display: table;
  content: " ";
}

.clearfix:after {
  clear: both;
}

button {
  outline: none;
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

i,
em {
  font-style: normal;
}

