.lbt {
	text-align: center;
}

.lbt ul {
	list-style: none;
	margin: 0;
	padding: 0;
	background: #F2F5F9;
	border-radius: 0px 8px 8px 0px;
	position: relative;
	left: -30px;
}

.lbt ul li {
	padding: 10px 20px;
	text-align: left;
	cursor: pointer;
}

.lbt ul li div {
	box-sizing: border-box;
	padding-left: 20px;
	height: 70px;
	line-height: 70px;
	cursor: pointer;
}

.lbt ul li div:hover {
	background: #FFFFFF;
	box-shadow: 0px 14px 18px 0px rgba(216, 216, 216, 0.3);
	border-radius: 8px;
}

@media screen and (max-width: 428px) {
	.lbt ul {
	  left: 0px;
	  margin: 0 15px;
	}
	.lbt ul li div {
		line-height: 30px;
		height: 30px;
		font-size: 12px;
	}
}