@media only screen and (max-width: 1199px) {
	.sy-m.mobile-tabbar {
		background:#0084ff;
	}
	.sy-m.mobile-tabbar:before {
		display:none;
	}
	.sy-m.mobile-tabbar .tab-item {
		color:white;
		border-right:1px solid rgba(255, 255, 255, 0.15);
	}
	.sy-m.mobile-tabbar .tab-item.active {
		background-color:rgb(0,120,220);
		border:0;
	}
	.sy-m.mobile-tabbar .tab-item:last-child {
		border:0;
	}
	.sy-m.mobile-tabbar .wave {
		width:100%;
		position:absolute;
		top:-10px;
		left:0;
		height:10px;
	}
	.sy-m.mobile-tabbar .wave-4 {
		background:url(/image/wave-bg-14.png) repeat-x 0 100%;
		-webkit-animation: wave 10s linear infinite;
		animation: wave 10s linear infinite;
	}
	.sy-m.mobile-tabbar .wave-5 {
		background:url(/image/wave-bg-15.png) repeat-x 0 100%;
		-webkit-animation: wave 6s linear infinite;
		animation: wave 6s linear infinite;
	}
	.sy-m.mobile-tabbar .wave-6 {
		background:url(/image/wave-bg-16.png) repeat-x 0 100%;
		-webkit-animation: wave 3s linear infinite;
		animation: wave 3s linear infinite;
	}
}