@charset "utf-8";
/* common */
html,body,div,span,h1,h2,h3,h4,h5,h6,p,blockquote,
pre,a,abbr,address,big,em,img,q,s,small,strong,sub,sup,tt,var,b,
u,i,dl,dt,dd,ol,ul,li,form,label,legend,table,tbody,tfoot,header,
tr,th,td,article,aside,canvas,embed,figure,footer,header,menu,nav,output,time,mark,
audio,video,address{
    padding:0;
    margin:0;
    border:0;
}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {
    display: block; 
}
ul,ol{
    list-style: none;
}
a {
    text-decoration:none;
}
blockquote, q{
    quotes: none;
}
blockquote:before, blockquote:after,q:before, q:after {
    content: "";content: none;
}
table{
    border-collapse: collapse;border-spacing: 0;
}
*{
    font-family: "微软雅黑";
    /*font-size: 62.5%*/
}
.wordcolor_333{
	color:#333;
}
.middle{vertical-align: middle;}
body{
	background: #f4f7f6;
	width: 100%;
	height: 100%
}

.bigword{
	font-size: 1.5em;
	color:#333;
}
