


@media screen and (max-width:700px) {

	.fixedbarmenu{
		position: fixed;
		z-index: 9999;
		background: #222;
		width: 100%;
		height: auto;
		bottom: 0;
		font-size: 19px;
		box-shadow: 0px -4px 10px rgba(0, 0, 0, 0.4);
		display: block;
	}

	.fixedbarmenu a.preBtn{
		width: 50%;
		height: 50px;
		line-height: 50px;
		display: block;
		float: left;
		text-align: center;
		position: relative;
		top: -5px;
	}

	.tkl {
		width: 50%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: linear-gradient(#162B32, #162B32);
		float: left;
		color: white;
	}
	.ar {
		width: 50%;
		height: 50px;
		line-height: 50px;
		text-align: center;
		background: linear-gradient(#FE594A, #FE594A);
		color: white;
		float: left;
	}
	.fixedbarmenu a:hover {
		color: white;
	}

}



