* {
	font-family: 'PingFangSC-Regular', 'PingFang SC', 'Microsoft YaHei';
	box-sizing: border-box;
}
body::-webkit-scrollbar {
	width: 5px;
	height: 5px;
	background-color: #fff;
}
body::-webkit-scrollbar-thumb{
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #ccc;
}

p, ul, li, h1, h2, h3, h4, h5, h6, dl, dd, a{
	margin: 0;
	padding: 0;
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
}
ul, li, dd, dl{
	list-style: none;
}
a:focus,a:hover{
	outline: none !important;
	text-decoration: none !important;
	color: inherit !important;
}
a:hover{
	cursor: pointer !important;
}

input:focus{
	outline: none;
}
/* 
	常用margin padding 开始
*/

.mr10{
	margin-right: 10px;
}
.ml10{
	margin-right: 10px;
}
.mt30{
	margin-top: 30px;
}
.mt10{
	margin-top: 10px;
}
.mt20{
	margin-top: 20px;
}
/* 常用margin padding 结束 */