@charset "utf-8";
/* CSS Document */
html {
	margin:0px;
	padding:0px;
	border:0px;
}

body{
	font: 12px/1.5 '宋体';
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	border:0px;
	overflow:auto;
}
a{background:none;border:none;outline:none;}

a:link   {text-decoration: none;color:#333;}
a:visited{text-decoration: none;color:#333;outline:none;}
a:hover  {text-decoration: none;}
a:active {text-decoration: none;outline:none;}

a,
body,
div,
em,
font,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
html,
iframe,
img,
li,
menu,
object,
ol,
p,
pre,
span,
strong,
thead,
u,
ul{border:0px;margin:0px;padding:0px;}

b,
strong{font-weight: bold;}

img{border:none;outline:none;}

ol,
ul{list-style:none;}

table{border-collapse:collapse;word-wrap:break-word;}

tr,
th,
td,
caption{font-weight:normal;text-align:left;border-spacing:0;padding:0px;margin:0px;}

input{outline:none;padding:0px;margin:0px;}

/*去除IE10的清空文本框按钮“X”*/
input::-ms-clear{display:none;}