html,body {
					width:100%;
					height: 100%;
					overflow-y: auto;
					overflow-x: hidden;
					background-color: #f4f4f4;
	-webkit-overflow-scrolling:touch;
}

.bzzx-case {
	width: 100%;
}

.bzzx-title {
	width: 100%;
	height: 2rem;
	padding-top: 0.875rem;
	padding-left: 0.6rem;
	font-size: 0.7rem;
	color: #999;
}

.items-case{
	background-color: #fff;
}

.items-case li {
	position: relative;
	height: 2.4rem;
	margin-left: 0.625rem;
	padding-right: 3.35rem;
	line-height: 2.4rem;
	border-bottom: 1px solid #f3f3f4;
	font-size: 0.7rem;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis; 
}

.items-case li a{
	position: absolute;
  left: 0;
  top: 0;
	display: block;
	width: 100%;
	height: 100%;
	color: #333;
}

.arrow-right {
					position: absolute;
					top: 50%;
					right: 0.55rem;
					transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
					width: 0.375rem;
					height: 0.7rem;
}




