index.css 396 字节
.container{
	position: relative;
	height: auto;
	padding-bottom: 1.16rem;
}
.tit_item {
	font-size: 0.36rem;
	color: #444444;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 0.85rem;
}

.itme_pic {
	width: 7rem;
	height: 2.8rem;
	margin: 0 auto;
	border-radius: 0.1rem 0.1rem 0 0;
	overflow: hidden;
	position: relative;
}

.itme_pic img {
	width: 100%;
	height: 100%;
}