@charset "utf-8";
/* global CSS */
body,input,div,ul,li,table,tr,td,th,tbody,span,dd,dl,dt,h1,h2,h3,h4,h5,h6{padding:0px;margin:0px;}
body{font-size:12px;color:#666666; background-color:#D9ECFF;}
a,a:link,a:visited{color:#666666;text-decoration:none;}
a:hover{color:#FF5500;text-decoration:underline;}
em {font-weight:normal; color:#666666; font-style:inherit;}
ul,li{list-style:none;}
img{border:0 none;}
.clear{clear:both;}
.h10{height:10px;overflow:hidden;}
input[type="button"],input[type="submit"] {
	-webkit-appearance: none;/* 解决ios safari 按钮圆角问题 */
}