imvkmark
8/22/2013 - 1:42 AM

css:reset

css:reset

/* Global 全局变量 */
html {
  font-size: 100%;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -o-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
body {
  margin: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
ul,
li,
ol {
  padding: 0;
  margin: 0;
  list-style-type: none;
}
a:hover,
a:active {
  outline: 0;
}
a:hover {
  _zoom: 1;
}
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
  image-rendering: optimizeQuality;
}
button,
input,
select,
textarea {
  margin: 0;
  font-size: 100%;
  vertical-align: middle;
}
button,
input {
  *overflow: visible;
  line-height: normal;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
button {
  cursor: pointer;
  -webkit-appearance: button;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
body {
  font-family: "PT Sans", "Helvetica Neue", Helvetica, Arial, '宋体';
  font-size: 12px;
  color: #000000;
}
a {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #fd7b03;
}
.fr {
  float: right;
}
.fl {
  float: left;
}
.clearfix,
.clear,
.fc {
  *zoom: 1;
}
.clearfix:before,
.clear:before,
.fc:before,
.clearfix:after,
.clear:after,
.fc:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.clear:after,
.fc:after {
  clear: both;
}
.hideme {
  visibility: hidden;
}