@charset "utf-8";

/*公共样式*/
* { margin: 0; padding: 0; list-style: none; outline: none; word-wrap: break-word; }
html,body,div,ul,li,dl,dt,dd,p,h1,h2,h3,h4,h5,h6,tr,td,form,i,a,input, select,dl,dt,dd{ margin:0; padding:0;}
body {font-size:14px; background-color: #f3f3f3;font-family:'Microsoft YaHei', 'SimHei', 'SimSun';}
body, html {-webkit-text-size-adjust: none;}
li{list-style:none;}
i{ font-style:normal;}
::-moz-selection { background: #7bc91e; color: #fff; text-shadow: none; }
::selection { background: #f56e32; color: #fff; text-shadow: none; }
/**/
form,select,input,textarea{font-size:14px;font-family: "Microsoft YaHei","微软雅黑", "Arial", "Verdana", "sans-serif";}
label{display:inline-block;*display:inline;zoom:1}
textarea{overflow:scroll;overflow-x:hidden;}
input,textarea{padding:2px;}
caption,cite,code,dfn,th,var{text-align:left;font-weight:normal;font-style:inherit;}
/*font*/
h1{font-size:30px;font-weight:bold;font-family:'Microsoft YaHei', 'SimHei', 'SimSun';}
h2{font-size:20px;font-weight:bold;font-family:'Microsoft YaHei', 'SimHei', 'SimSun';}
h3{font-size:18px;font-weight:bold;font-family:'Microsoft YaHei', 'SimHei', 'SimSun';}
h4{font-size:16px;font-weight:bold;font-family:'Microsoft YaHei', 'SimHei', 'SimSun';}
h5{font-size:15px;font-weight:bold;font-family:'Microsoft YaHei', 'SimHei', 'SimSun';}
h6{font-size:14px;font-weight:normal;font-family:'Microsoft YaHei', 'SimHei', 'SimSun';}
/* table */
table{border-collapse:collapse;border-spacing:0;width:100%;}
ul{list-style:none}
td{ vertical-align:center;}
/* img */
img{border: none; }
a{text-decoration:none;outline:none;}
a:hover{text-decoration:none;}
.fb{font-weight: bold; }
.fr{float:right;}
.fl{float:left;}
.red{ color:#F00;}
.blu{ color:#34b4d4;}
.green{ color:#21c9b3;}
.org{ color:#ff8265;}
.blk{ color:#000;}
.yel{ color:#fff000;}


/* 清除样式 */
.clearfix { *zoom: 1;}
.clearfix:before, .clearfix:after { display: table; line-height: 0; content: "";}
.clearfix:after { clear: both;}
.clear{ clear:both;}


.mga{margin:0 auto;}
