/*
* @description: 清除浏览器默认样式
* @author: qiao
* @update: qiao (2016-01-18 10:07)
* @version: v1.0
*/
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, * {
	margin: 0;
    padding: 0;
}
input{
	margin: 0;
	padding: 0;
	list-style: none;
	outline:none;
}
select:focus { outline:none; }
input[type="submit"], input[type="reset"], input[type="button"], button { -webkit-appearance: none; border-radius: 0;/*去掉苹果的默认UI来渲染按钮*/}
body,html {
	background-color:#f7f7f7;
	font-size: 12px;
	font-family: Helvetica,Arial,"Hiragino Sans GB","Microsoft Yahei","微软雅黑",STHeiti,"华文细黑",sans-serif;
	height:100%
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
	q:before, q:after {
	content: '';
	content: none;
}
a{
 color:#333;
 border:0;
 text-decoration:none;
}
a:hover{
  text-decoration:none;
  color: #37a12b;
}
a:link {
	-webkit-tap-highlight-color: rgba(0,0,0,0);	/*禁止链接高亮*/
	-webkit-touch-callout: none;/*禁止链接长按弹出选项菜单*/
}
a:active, a:focus {-moz-outline:none;outline:none;ie-dummy:expression(this.hideFocus=true);}
img{border:0 none}

.pp-job{
	background:url(../images/pp-job.png) no-repeat;
	height: 30px;
    left: 110px;
    position: absolute;
    top: -21px;
    width: 38px;
}
.backstretch{
	display: none !important;
}
