*,*:before,*:after {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0); 
    -webkit-tap-highlight-color: transparent;
    -webkit-text-size-adjust: 100%;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
}

ol,
ul {
	list-style: none;
}

a {
	text-decoration: none;
}

img {
	display: block;
	border: none;
}

body {
	font-size: 14px;
	line-height: 1.5;
	font-family: 'SourceHanSansCN-Light','Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	-webkit-font-smoothing: antialiased;
}
input,
textarea,
select {
	font-size: 14px;
	font-family: 'SourceHanSansCN-Light','Microsoft Yahei',"PingFang SC","Helvetica Neue","Helvetica","Arial",sans-serif;
	border: none;
}

input[type='submit'],
input[type='reset'],
input[type='button'],
input[type='radio'],
input[type='checkbox'],
select{
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
select::-ms-expand {display: none;}

@font-face {
	font-family: "SourceHanSansCN-Light";
	src: url(../fonts/SourceHanSansCN-Light.OTF);
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSansCN-Medium";
	src: url(../fonts/SourceHanSansCN-Medium.OTF);
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSansCN-Regular";
	src: url(../fonts/SourceHanSansCN-Regular.OTF);
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSansCN-Bold";
	src: url(../fonts/SOURCEHANSANSCN-BOLD.OTF);
	font-display: swap;
}
@font-face {
	font-family: "SourceHanSansCN-Normal";
	src: url(../fonts/SOURCEHANSANSCN-NORMAL.OTF);
	font-display: swap;
}
@font-face {
	font-family: "HarmonyOS_Sans_SC";
	src: url(../fonts/HarmonyOS_Sans_SC_Medium.ttf);
	font-display: swap;
}
@font-face {
	font-family: "HarmonyOS_Sans_SC_Light";
	src: url(../fonts/HarmonyOS_Sans_SC_Light.ttf);
	font-display: swap;
}
@font-face {
	font-family: "HarmonyOS_Sans_SC_Bold";
	src: url(../fonts/HarmonyOS_Sans_SC_Bold.ttf);
	font-display: swap;
}
@font-face {
	font-family: "Roboto-Regular";
	src: url(../fonts/鸿蒙简体Regular.ttf);
	font-display: swap;
}