@media screen and (max-width:1440px){
	html{
		font-size:18px
	}
}
@media screen and (max-width:1080px){
	html{
		font-size:16px
	}
}
@media screen and (max-width:750px){
	html{
		font-size:12px
	}
}