@charset "utf-8";
/*global setting*/
html, body { height: 100%; }
body { margin: 0; height: 100%; background: #f3f3f3; font-size: 12px; font-family: "微软雅黑", "Microsoft YaHei", tahoma, Arial, "Century Gothic", verdana, Helvetica, sans-serif; /*line-height: 150%;*/ word-break: break-all; }
div, ul, ol, form, dl, dd, p, h1, h2, h3, h4, h5, h6, h7 { margin: 0; padding: 0; }
h1, h2, h3, h4, h5, h6, h7 { font-size: 12px; }
ul { list-style: none; }
input { vertical-align: middle; }
img { border: 0; }
a { -webkit-transition: all 0.2s ease-in-out; -moz-transition: all 0.2s ease-in-out; -o-transition: all 0.2s ease-in-out; -ms-transition: all 0.2s ease-in-out; transition: all 0.2s ease-in-out; text-decoration: none; }

/*hover active*/
a:hover, a:active { color: #f36200; }

/*clear float*/
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
.clearfix { display: inline-block; }

/*Hides from IE-mac*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }

/*vertical align*/
.valign, .valign span, .valign img { vertical-align: middle; }
.valign { display: table-cell; text-align: center; overflow: hidden; }
.valign span, .valign img { display: inline-block; }
.valign span { width: 0px; height: 100%; }
