@charset 'utf-8';
/* CSS reset 旧模板的兼容 */
html{color:inherit;background:inherit;font-size: inherit;}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, form, input, button, textarea, p, th, td, strong {
padding: 0;
margin: 0;
font-family: 'Microsoft YaHei';
}
*{ font-family: 'Microsoft YaHei', '微软雅黑',
-apple-system, BlinkMacSystemFont,
"San Francisco",
"MiSans",
"HarmonyOS Sans",
"Roboto",
sans-serif !important;}
table{border-collapse:collapse;border-spacing:0;}
img{border:0;}
a{text-decoration:none; color:inherit; outline:none;}/*此处待添加默认链接颜色*/
a:hover{color: inherit;}
var,em,strong{font-style:normal;}
em,strong,th,var{font-style:inherit;font-weight:inherit;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4{font-size:inherit;font-weight:normal;}
input,button,textarea,select,option{ font-size:inherit;font-style:inherit;font-weight:inherit;}
input,button,textarea,select{font-size:100%;}