
/**
 *
 * @authors Your Name (you@example.org)
 * @date    2018-04-02 10:13:53
 */

/* css 初始化样式 */
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;box-sizing: border-box; -moz-box-sizing:border-box;-webkit-box-sizing:border-box;}
h1, h2, h3, h4, h5, h6 { font-weight:normal;}
address, caption, cite, code, dfn, em, strong, th, var,span,i,b { font-style:normal; font-weight:normal;}
img { border:none;}
ol,ul,li { list-style:none;}
table { border-collapse:collapse; }
*{-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;}
body, html {font: 14px/1.5 "微软雅黑","Microsoft YaHei",Helvetica,"Helvetica Neue",Tahoma,Arial,sans-serif;}
a {text-decoration:none;}
a:link, a:visited, body, html {color: #14191e;}
a:hover {
	color: #cc3a3a;
}
body {background: #f5f5f5;}
/* css common */
.clearfix:after {content: "."; display: block; height:0; clear:both; visibility: hidden;}
.clearfix { *zoom:1; }

.animate {
	-webkit-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-moz-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	-o-transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
	transition: all 0.4s cubic-bezier(0.4, 0.01, 0.165, 0.99);
}