html { 
	font-family: "Helvetica Neue",Helvetica, sans-serif;
	/*谷歌浏览器字体最小字体12px*/
	-webkit-text-size-adjust: 100%;/*100%/none 关闭字体大小自动调整功能*/
	/*a标签及拥有 :active伪类的元素有默认的高亮框*/
	-webkit-tap-hightlight-color: transparent;
	/*禁止文本被选中*/
	-webkit-user-select: none;
}
body{
	overflow-x:hidden;
	/*开启moblie网页快速滚动和回弹的效果*/
	-webkit-overflow-scrolling: touch;
	font-size: 12px;
}
*{
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.ss{
width: 90%;
margin: 10px auto;
}
9-a{
	display:block;
	width:100%;
	color: #333;
	text-decoration: none;
}
a.line,.topLine{
	position:relative;
}
a.line:after,.topLine:after{
	content:"";
	position:absolute;
	right:0;
	top:0;
}
a.line:after{
	height:100%;
	width:1px;
	-webkit-transform:scaleX(0.5);
	transform:scaleX(0.5);
	border-right:1px solid #ccc;
}
.topLine:after{
	height:1px;
	width:100%;
	-webkit-transform:scaleY(0.5);
	transform:scaleY(0.5);
	border-top:1px solid #ccc;
}
99-img{
	border: 0;
	display: block;
	width:100%;
	vertical-align: middle;
}
input{
	-webkit-appearance: none;
	outline: none;
	border: none;
}
.fl{
	float:left;
}
.fr{
	float:right;
}
.clearfix:after{
	content:"";
	display:block;
	width:100%;
	height:0;
	clear:both;
}
li,ol{
	list-style:none;
}

.sprite-icon{
	display:inline-block;
	background:url("../images/jd-sprites.png") no-repeat;
	background-size:200px 200px;
}