/*初始化样式*/
html {
-webkit-text-size-adjust: none;
height: 100%;
width: 100%;
}
body{
height: 100%;
width: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
display: block;
}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { margin:0; padding:0; }
body {font-size:14px;/*font-family: Helvatica-light,Arial-regular,Libre Baskerville-Bold,Helvatica-Bold,Arial-bold;*/}
td,th,caption { font-size:14px; }
h1, h2, h3, h4, h5, h6 { font-weight:normal; font-size:100%; }
address, caption, cite, code, dfn, em, strong, th, var { font-style:normal; font-weight:normal;}
a {text-decoration:none; }
a:active,a:hover {outline: 0;}
a:hover { text-decoration:underline; }
img {
	border:none; 
	display: block;
	height: auto;
	width: auto\9; /* ie8 */
}
ol,ul,li { list-style:none; }
input, textarea, select, button {font-size: 14px;outline: none; }
table { border-collapse:collapse; }
/*html {overflow-y: scroll;}*/
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }
.video embed, 
.video object, 
.video iframe {
		width: 100%;
		height: auto;
	}
input:-webkit-autofill {
    color: #FFFFFF!important;
	-webkit-box-shadow: 0 0 0px 1000px #FFFFFF inset;
}