html, body {
	height: 100%;
}
.bgTransparent{
	background-color: transparent !important;
}
.bgf7{
	background-color: #f2f2f2 !important;
}

.bgf{
	background-color: #ffffff !important;
}
.container {
    min-width: 900px;
}

body {
	-webkit-overflow-scrolling: touch;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
	font-family: "Helvetica Neue", Helvetica, Microsoft Yahei, Hiragino Sans GB, WenQuanYi Micro Hei, sans-serif;
	/*overflow: hidden;*/
	background-color: transparent;
	/* background-color: #f7f7f7; */
}
.curPoint{
    cursor: pointer;
}
.footer{
	padding:0 10px;
}
::-webkit-scrollbar-thumb {
     border-radius: 3px;
     background-color: #c3c3c3; 
}
::-webkit-scrollbar {
     width: 3px; 
}
