@font-face { 
	font-family: 'NotoSansHans-Light'; /*/字体名称/ */
	src: url('../fonts/NotoSansHans-Light.otf'); /*/字体源文件/ */
} 

html, body{
	font-family: "NotoSansHans-Light";
	min-width: 1400px;
}

* {
    padding: 0;
    margin: 0;
}

img {
    width: 100%;
    line-height: 0;
}

a {
    text-decoration: none;
}