/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
@font-face {
	font-family: 'CN Bold';
	src: url('https://file.00dao.com/ShangHai/2022/07/2022071411657729405898.otf'), url(font/SourceHanSans-Bold.woff);
	font-display: swap;
}
@font-face {
	font-family: 'CN Heavy';
	src: url('https://file.00dao.com/ShangHai/2022/07/2022071431657729788102.otf'), url(font/SourceHanSans-Heavy.woff);
	font-display: swap;
}
@font-face {
	font-family: 'CN Medium';
	src: url('https://file.00dao.com/ShangHai/2022/07/2022071451657729963480.otf'), url(font/SourceHanSans-Medium.woff);
	font-display: swap;
}
@font-face {
	font-family: 'CN Regular';
	/*src: url('https://file.00dao.com/ShangHai/2022/07/2022071471657730103394.otf'), url(font/SourceHanSans-Regular.woff);*/
	src: url('https://file.00dao.com/ShangHai/2022/12/2022120611670292640464.otf'), url(font/SourceHanSans-Regular.woff);
	font-display: swap;
}
*{
	/*font-family: '微软雅黑', 'Microsoft YaHei', sans-serif;*/
	font-family: CN Regular, sans-serif;
}
h1,h2,h3,h4,h5,h6{margin:0;padding:0;}
html, body, div, span, applet, object, iframe,
p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	/*font: inherit;*/
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a{text-decoration:none;color:unset;}
a:link{
    text-decoration:none;
     /* 指正常的未被访问过的链接*/
}
a:visited{
    text-decoration:none;
     /*指已经访问过的链接*/
}a:hover{
     text-decoration:none;
     /*指鼠标在链接*/
}
a:active{
    text-decoration:none;
    /* 指正在点的链接*/
}
input,select,span{outline: none;}