@charset "utf-8";

body, button, input, select, textarea {
	font-family: 'Microsoft Yahei', 'Simsun';
	font-size: 14px;
	line-height: 1.125;
}
sub, sup {
	line-height: 0;
}
body, h1, h2, h3, h4, h5, h6, dl, dt, dd, ul, ol, li, th, td, p, blockquote, pre, form, fieldset, legend, input, button, textarea, hr {
	margin: 0;
	padding: 0;
}
body {
	min-width: 320px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
li {
	list-style: none;
}
fieldset, img {
	border: 0;
}
input, textarea {
	outline-style: none;
}
input[type="text"], input[type="search"], input[type="password"] {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-o-border-radius: 0;
	border-radius: 0;
}
textarea {
	resize: none
}
address, caption, cite, code, dfn, em, i, th, var {
	font-style: normal;
	font-weight: normal;
}
legend {
	color: #000;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
a {
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: none;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
	clear: both;
}
.clearfix {
	zoom: 1;
}
.clearit {
	clear: both;
	height: 0;
	font-size: 0;
	overflow: hidden;
}

/* surface下viewport不生效的解决办法 */
@media screen and (min-width:767px) and (device-aspect-ratio:16/9) {
	@-ms-viewport {
		width: device-width;
		zoom: 1;
		max-zoom: 1;
		min-zoom: 1;
	}
}

/* surface下IE10 点击链接，背景变色 */
@media screen and (-ms-high-contrast:active), (-ms-high-contrast:none) {
	a {
		background-color: transparent;
	}
}
img {
	-ms-interpolation-mode: bicubic;
	image-rendering: optimizeQuality;
}
@media not screen and (orientation:landscape), not screen and (orientation:portrait) {
	body, button, input, select, textarea {
		font-family: 'Microsoft Yahei', 'Simsun';
		box-sizing: content-box;
	}
}
::-moz-placeholder {
	color: #999;
	opacity: 1;
}
::-webkit-input-placeholder {
	color: #999;
	opacity: 1;
}
:-ms-input-placeholder {
	color: #999;
	opacity: 1;
}
.cont-selected {
	display: block !important;
}
#html .hidden {
	visibility: hidden;
}
#html .ellipsis {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
#html .loading-a{
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: url(#) no-repeat center center;
    text-indent: -9999px;
}
#html .tip-a{
	height: 50px;
	line-height: 50px;
	text-align: center;
}
#html .tip-a a:link,#html .tip-a a:visited{color:#dd0000;text-decoration: none;}
#html .tip-a a:hover,#html .tip-a a:active{color:#dd0000;text-decoration: underline;}