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

.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: 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(white, white);
	float: left;
	color: black;
}
.ar {
	width: 50%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: linear-gradient(#478ac9, #478ac9);
	color: white;
	float: left;
}
.fixedbarmenu a:hover {
	color: white;
}







}