/*--------------reset--------------*/
body,p,h1,h2,h3,h4,h5,h6,dl,dd,fieldset,form,legend,pre{
	margin:0;
	padding: 0;
}
body{
  /* 文本是否可被选择 */
    /*火狐*/
	/*-moz-user-select: none; */
    /*webkit浏览器*/
	/*-webkit-user-select: none;*/
    /*IE10*/
	/*-ms-user-select: none; */
    /*早期浏览器*/
	/*-khtml-user-select: none;*/
	/*user-select: none;*/

  font-size: 12px;
  background: #fff;
  color: #000;
	text-shadow: none;
}


body, button, input, select, textarea {
    font-family: "Helvetica Neue",Arial,"PingFang SC","Hiragino Sans GB",STHeiti,"Microsoft YaHei",sans-serif;
    outline-color: initial;
    outline-style: initial;
    outline-width: 0px;
}

a, button, input, select, textarea {
    -webkit-tap-highlight-color: transparent;
}

h1 {
    -webkit-margin-before: 0.67em;
    -webkit-margin-after: 0.67em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    font-weight: bold;
}

fieldset, ol, ul,li {
     margin: 0;
     padding: 0;
}

ul,ol,li{
	list-style:none;
}

h1,h2,h3,h4,h5,h6,strong,b{
	font-weight:normal;
}

a {
    color: #4475A7;
    text-decoration: none;
		blr:expression(this.onFocus=this.blur());
}
a:focus{outline:none;}
a.hidefocus{outline:none}
/*a:hover {color:not specified;}
a:visited {color:not specified;}
a:link {color:not specified;}*/



fieldset, img {
    border: none;
}

img{
	vertical-align:top;
}

table {
    font-size: inherit;
}

table {
    display: table;
    border-collapse: separate;
    border-spacing: 2px;
    border-color: grey;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

tbody {
    display: table-row-group;
    vertical-align: middle;
    border-color: inherit;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

td, th {
    padding: 0;
}


th {
    font-weight: bold;
}

td, th {
    display: table-cell;
    vertical-align: inherit;
}

input, textarea {
    margin: 0;
    padding: 0;
    border: 0;
}

input {
    background-color: white;
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    -webkit-rtl-ordering: logical;
    -webkit-user-select: text;
    cursor: auto;
    padding: 1px;
    border-width: 2px;
    border-style: inset;
    border-color: initial;
}

input, textarea, keygen, select, button {
    text-rendering: auto;
    color: initial;
    letter-spacing: normal;
    word-spacing: normal;
    text-transform: none;
    text-indent: 0px;
    text-shadow: none;
    display: inline-block;
    text-align: start;
    margin: 0em 0em 0em 0em;
    font: 13.3333px Arial;
}

input, textarea, keygen, select, button, meter, progress {
    -webkit-writing-mode: horizontal-tb;
}

label {
    cursor: default;
}

i,em{
	font-style:normal;
}


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

.clearfix{
	zoom:1;
}

.fl{
	float:left;
}

.fr{
	float:right;
}
