html, body, div, span, iframe, p, a, big, cite, em, img,
small, strong, sub, sup, b, i, dl, dt, dd, ol, ul, li, form, 
label,legend, table, caption, tbody, tfoot, thead, tr, th,
td, article, aside, canvas, details, embed, figure,
figcaption, footer, header, nav, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  /*font-weight: normal;*/
  font-style: inherit;
  vertical-align: baseline;
}

h1, h2, h3, h4, h5, h6{
	margin: 0;
	padding: 0;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section {
  display: block;
}

body {
  line-height: 1.5;
  min-width: 1200px;
  font-size: 16px;
  font-family: Tahoma,"微软雅黑", "PingFangSC-Regular", "sans-serif";
  -webkit-text-size-adjust: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* custom */
a {
  color: inherit;
  text-decoration: none;
  -webkit-backface-visibility: hidden;
}

li {
  list-style: none;
}

input::-webkit-input-placeholder { /* WebKit browsers */
  color: #999;
}

input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
  color: #999;
}

input::-moz-placeholder { /* Mozilla Firefox 19+ */
  color: #999;
  opacity: 1;
}

input:-ms-input-placeholder { /* Internet Explorer 10+ */
  color: #999 !important;
}

.floatL{
	float: left;
}

.floatR{
	float: right;
}

.border0{
	border: none;
}

.clearfix:after {
  content: ".";
  clear: both;
  display: block;
  height: 0;
  overflow: hidden;
  visibility: hidden;
}

.clearfix {
  zoom: 1;
}

.red, .red a {
    color: #f02929;
}

