
@media screen and (min-width : 1600px) {
	html{font-size:11.8px}
}


@media screen and (min-width : 1841px) {
	html{font-size:13px}
	.mi-slider .text{line-height:0.85rem}
}

@media screen and (min-width : 2600px) {
	html{font-size:19px}
}

@media screen and (min-width : 4000px) {
	html{font-size:33px}
}

@media screen and (max-width : 1300px) {
	html{font-size:9px}
}

@media screen and (max-width : 1200px) {
	html{font-size:8px}
}

@media screen and (max-width : 1025px) {
	html{font-size:6.6px}
}

@media screen and (max-width: 800px) {
	html{font-size:5.8px}
}

@media screen and (max-width: 780px) {
	html{font-size:5px}
}

@media screen and (max-width: 680px) {
	html{font-size:4px}
}

@media screen and (max-width: 480px) {
	html{font-size:3.3px}
}

@media screen and (max-width: 360px) {
	html{font-size:2px}
}