/**
 * @name: [公共初始化.Reset Stylesheet]
 * @Version: {1.0.1}
 * @Date: 2014-12-04
 * @Author: Marko
 */
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
th,
var {
  font-weight: 400;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 400;
  font-size: 100%;
  font-family: "Microsoft YaHei", "STHeiti";
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
body {
  /*font-family:"\5FAE\8F6F\96C5\9ED1","\9ED1\4F53",Arial,Verdana,sans-serif,"hiragino sans gb";*/
  font-family: "SimSun", "Microsoft YaHei", "STHeiti";
  font-size: 12px;
  color: #666666;
}
/*.bcolor{
  border: 1px solid red;
  box-shadow: 2px 2px 5px #f7d5d5; 
}*/
a {
  text-decoration: none;
  color: #333333;
}
a:hover {
  text-decoration: underline;
}
.hidden {
  display: none;
}
.show {
  display: block;
}
.clear {
  clear: both;
  float: none;
  height: 0;
  line-height: 0;
  overflow: hidden;
}
/*clear float*/
.wrapfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.wrapfix {
  display: inline-table;
}
/* Hides from IE-mac \*/
* html .wrapfix {
  height: 1%;
}
.wrapfix {
  display: block;
}
/* End hide from IE-mac */
* + html .wrapfix {
  min-height: 1px;
}
/*ie7*/
/* @:opacity */
/* @:box-shadow */
