

.mb {
	display: none;
}
.header {
	display: none;
}
.u-header {
	display: none;
}

.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: none;
}

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

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





