*{
	margin: 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6{
	font-size: 14px;
	font-weight: normal;
	margin:0;
	
}
ul,ol,li{
	list-style:none;
}
a{
	text-decoration:none;
	color:#000;
}
p{
 margin:0;	
}
html,body{
	width:100%;
	height: 100%;
	font-size:100px;
	font-family: "微软雅黑";
}
.wrap{
	width:100%;
	height:100%;
	min-width:1200px;
	font-size:1vh;
	position:relative;
	font-family:"myFonts";
}
.wrap div{
	box-sizing:border-box;
}
::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 1px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    background:rgba(0,0,0,0.1);
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    border-radius:10px;
    background:rgba(0,0,0,0.1);
}

