/*CSS reset css重置*/
html,body,h1,h2,h3,h4,h5,h6,p,ul,ol,form,button,dl,dt,dd,input,textarea {
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box; 
	box-sizing: border-box;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    word-wrap: break-word;
    word-break: break-all;
    padding: 0;
    margin: 0;
    border: none;
    outline: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}

html, body, form, fieldset, p, div, h1, h2, h3, h4, h5, h6 {
    -webkit-text-size-adjust: none;
}

footer, header, section {
    display: block;
}

html {
	height: 100%;width: 100%;font-size: 100px;
}

body { 
	position: relative;
	min-width: 320px;
	height: 100%;
	margin: 0 auto; 
	font-size: .14em; 
	font-family: "Microsoft YaHei",Arial,Helvetica,sans-serif; 
	background:#f7f7f7;
}

ol, ul {
    list-style: none;
}

a:hover, a:focus {
  color: #333;
  text-decoration: none;
}
del {
    text-decoration: line-through;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}
td, th { padding:0;}

