html {
	font-size: 10px !important;
}
button {
	width: 9.3rem;
	height: 2.6rem;
	box-shadow: 0rem 0.2rem 0.6rem 0rem rgba(255, 87, 52, 0.33);
	border-radius: 2rem;
	font-size: 1rem;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #ffffff;
	line-height: 1.6rem;
	text-shadow: 0rem 0.2rem 0.6rem rgba(255, 87, 52, 0.33);
}
@media only screen and (max-width: 320px) {
	html {
		font-size: 9px !important;
	}
}
@media only screen and (min-width: 320px) {
	html {
		font-size: 9px !important;
	}
}

@media only screen and (min-width: 375px) {
	html {
		font-size: 10px !important;
	}
}

@media only screen and (min-width: 414px) {
	html {
		font-size: 11px !important;
	}
}

@media only screen and (min-width: 768px) {
	html {
		font-size: 13px !important;
	}
}

@media only screen and (min-width: 1200px) {
	html {
		font-size: 14px !important;
	}
}
