@charset "utf-8";
/* CSS Document */

/*通用样式*/
*{ margin:0px; padding:0px;}
html { color:#333333; background:#FFF; word-break: break-all; word-wrap:break-word; }
body { width:100%; overflow-x:hidden; }
html,body{font-size:12px; font-family:"微软雅黑";}
select:focus{ outline:none;}
a { color: #0088CC; text-decoration: none; }

table { border-collapse:collapse; border-spacing:0; table-layout: fixed; }
fieldset, img { border:0; }
ul, li { list-style:none; }
h1, h2, h3, h4, h5, h6 { font-size:100%;  }
input, textarea, select { font-family:inherit; font-size:100%; font-weight:inherit; }
input, textarea, select {*font-size:100%; vertical-align:middle;}
input::-ms-clear {display:none;}/*去除IE高版本的X号*/
textarea{ padding:0px 5px;}
i, em { font-style:normal; line-height:100%; }


/*全局样式*/
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}
button, input, select, textarea {
	margin: 0;
	font-family: inherit;
	font-size: 100%;
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}
input[type="search"] {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	-webkit-appearance: textfield;
}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
*overflow:visible;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance:none;
}
button::-moz-focus-inner, input::-moz-focus-inner {
padding:0;
border:0;
}
textarea {
	overflow: auto;
	vertical-align: top;
}
button[disabled], html input[disabled] {
	cursor: default;
}
