
* { margin-left: 0px; margin-top: 0px; margin-right: 0px; margin-bottom: 0px; }
html,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, select {margin:0;padding:0;}
html,body{font-family:"苹方简",Arial,Helvetica,sans-serif;-webkit-text-size-adjust:100%;color:#202124;margin:0;padding:0;}
table {border-collapse:collapse; border-spacing:0;}
ol, ul, li {list-style:none;}
fieldset, img {border:0;}
q:before, q:after {content:'';}
a:focus, input, textarea {outline-style:none;}/*对ie7+有效*/
input:focus{
	outline: 1px solid #0E7AF4;
}
input[type="text"], input[type="password"], textarea {outline-style:none;-webkit-appearance:none;}
textarea {resize:none}
address, caption, cite, code, dfn, em, i, th, var, b {njje:normal;font-weight:normal;}
abbr, acronym {border:0;font-variant:normal;}
a {text-decoration:none; color: #333;}
a:hover {text-decoration:none;}
img{border:0;vertical-align:middle; object-fit: cover;}
select {
	outline: none;
	/*Chrome和Firefox里面的边框是不一样的，所以复写了一下*/
	border: 1px solid #d8d8d8;
	/*很关键：将默认的select选择框样式清除*/
	appearance:none;
	-moz-appearance:none;
	-webkit-appearance:none;
	/*在选择框的最右侧中间显示小箭头图片*/
	/* background: url("../img/down.png") no-repeat scroll right center transparent; */
	/*为下拉小箭头留出一点位置，避免被文字覆盖*/
	padding-right: 14px;
}
/*清除ie的默认选择框样式清除，隐藏下拉箭头*/
select::-ms-expand { display: none; }

.fl{float: left;}
.fr{float: right;}
.clearfix::after {display:block;clear:both;content:"";visibility:hidden;height:0}
.clearfix {zoom:1}
.ellipsis{
	overflow:hidden;
	text-overflow:ellipsis;
	white-space:nowrap;
}
.disblock{display: block;}
.disnone{display: none;}