html {
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	line-height: 1.15;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
body {
	margin: 0;
	font-family: "Microsoft Yahei", PingFangSC-Regular, "Helvetica Neue", Helvetica, Arial, "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei", sans-serif;
	line-height: 1.42857143;
	font-size: 14px;
	min-width: 1230px;
	background: #fff;
	color: #333;
	overflow-x: hidden;
	overflow-y: auto;
    position: relative;
}
::-webkit-scrollbar {
	width:10px;
	height:10px
	}
	::-webkit-scrollbar-track {
	border-radius:0;
	background:rgba(0,0,0,0.1);
	}
	::-webkit-scrollbar-thumb {
	background:rgba(0,0,0,0.2);
	}
	::-webkit-scrollbar-thumb:hover {
	background:rgba(0,0,0,0.4);
	background-color:#1e58a7;
	}


a {
	color: #333;
	text-decoration: none;
}

ul {
	margin: 0;
	list-style: none;
	padding: 0;
}

p{
	margin: 0;
}
h1,h2,h3,h4,h5,h6{
	margin: 0;
}















