.mz_bg {
	position: absolute;
	right: 0;
	top: 0;
	width: 24px;
	height: 81px;
	padding-top: 5px;
	background: #ff8000;
	color: #fff;
	font-size: 14px;
	line-height: 16px;
	background: url("../images/mz_bg.png") no-repeat;
	padding-top: 25px;
}

.test-tab li.on {
	background: #f1f1f1;
	border-top: 2px solid #00afff;
	margin-top: -2px;
	font-weight: 600;
}

.local-wx-dongdong-online {
	height: 28px;
	line-height: 25px;
	width: 76px;
	padding-left: 20px;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
	background: url(/static/images/dongdong/wanxiang.png) no-repeat 0 0;
}

.local-wx-dongdong-offline {
	height: 28px;
	line-height: 25px;
	width: 76px;
	padding-left: 20px;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
	background: url(/static/images/dongdong/wanxiang-offline.png) no-repeat
		-101px -35px;
}

.local-shop-dongdong-online {
	height: 28px;
	line-height: 25px;
	width: 76px;
	padding-left: 20px;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
	background: url(/static/images/dongdong/shop.png) no-repeat 0 0;
}

.local-shop-dongdong-offline {
	height: 28px;
	line-height: 25px;
	width: 76px;
	padding-left: 20px;
	font-size: 12px;
	display: inline-block;
	cursor: pointer;
	background: url(/static/images/dongdong/shop-offline.png) no-repeat
		-101px -35px
}

.local-wx-dongdong-online a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

.local-wx-dongdong-offline a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

.local-shop-dongdong-online a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}

.local-shop-dongdong-offline a {
	text-decoration: none;
	font-weight: normal;
	font-size: 14px;
}