@charset "UTF-8";
*{
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
body{
    font-family:'Microsoft YaHei','Open Sans', sans-serif;
    line-height: 1;
    color: #272727;
    position: relative;
    font-size: 14px;
}
a{
	text-decoration: none;
}
ul,li{
	list-style: none;
}
img{
	outline: none;
	border: 0;
}
.hide{
	display: none;
}
.block{
	display: block;
}
.clear{
	clear: both;
}
.fl{
	float: left;
}
.fr{
	float: right;
}

.shortcutMenuList{
	display: none;
}


/*大于768*/
@media screen and (min-width:768px){
	.shortcutMenuList{
		display: none;
	}
	body{
	    padding-bottom: 0;
	}
}
