@font-face {
    font-family: 'MyCustomFont'; /* 你想要的字体名称 */
    src: url('MiSans-Normal.ttf') format('truetype'); /* 字体文件路径和格式 */
}



html,
body {
	width: 100%;
	height: 100%;
	font-family: 'MyCustomFont', sans-serif; 
	font-size: 1rem;
	color: #555656;
}

* {
	padding: 0;
	margin: 0;
}


html {
	width: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;

}


div {
	display: inline-block;
	width: 100%;
	box-sizing: border-box;
}

span {
	box-sizing: border-box;
	display: inline-block;
}

span {
	cursor: pointer;
	text-decoration: none;
}

.dn {
	display: none;
}

a{
	text-decoration: none;
	display: inline-block;
	width: auto;
	font-size: 1rem;
	
	color: #555656;
}

.h30{
	height: 30%;
}
.h70{
	height: 100%;
}
.h100{
	height: 120%;
}

