@charset "utf-8";

/* html{font-size:50px;} */
@media (min-width:320px) {
	html {
		font-size: 42.667px
	}
}

@media (min-width:360px) {
	html {
		font-size: 48px
	}
}

@media (min-width:375px) {
	html {
		font-size: 50px
	}
}

@media (min-width:480px) {
	html {
		font-size: 64px
	}
}

@media (min-width:600px) {
	html {
		font-size: 80px
	}
}

@media (min-width:750px) {
	html {
		font-size: 100px
	}
}

@media (min-width:1080px) {
	html {
		font-size: 100px
	}
}


html {
	overflow: -moz-scrollbars-vertical;
	position: relative;
}

body {
	/* width: 100%; */
	/* min-width: 1200px; */
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: 'microsoft yahei', Arial, Helvetica, sans-serif;
	position: relative;
}

body>div {
	margin-right: auto;
	margin-left: auto;
}

div,
form,
img,
ul,
ol,
li,
p,
dl,
dt,
dd {
	margin: 0;
	padding: 0;
	border: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-weight: bold;
	font-size: 14px;
}

ul,
li {
	list-style: none;
	line-height: 24px;
}

select,
input,
button {
	outline: none;
}

img {
	border: 0px;
}

* {
	box-sizing: border-box;
}

a {
	text-decoration: none;
	color: #333;
	cursor: pointer;
	cursor: hand;
}

a:hover {
	text-decoration: none;
}

/* 清除百度地图版权、百度logo */
.BMap_cpyCtrl {
    display: none !important;
}

.anchorBL {
    display: none !important;
}