*{

	padding: 0;

	margin: 0;

	letter-spacing: 1.2px;

}

html {

    height: 100%;

    font-size: calc(100vw / 750 * 100) !important;

    background-color: #ffffff;

}

::-webkit-scrollbar {

	width: 0;

	height: 0;

	color: transparent;

}

a:active {

	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);

}

.mtop{
	line-height: 0.9rem;
	width: 100%;
	background: var(--theme-color);
	text-align: center;
	color: #fff;
	position: relative;
	font-size: 0.3rem;
}
.mtop a{
	position: absolute;
	left: 0.2rem;
	top: 0.08rem;
}
.mtop img{
	width: auto;
	height: 0.35rem;
}