/* CDN 服务仅供平台体验和调试使用，平台不承诺服务的稳定性，企业客户需下载字体包自行发布使用并做好备份。 */
/* @font-face {
  font-family: "思源黑体 Normal";
  font-weight: 350;
  src: url("./font/FHNMxZBbaeFde44k7iYZd/QSKE7Iq1jJZPzJ2Lj_SGR.woff2") format("woff2"),
  url("./font/FHNMxZBbaeFde44k7iYZd/QSKE7Iq1jJZPzJ2Lj_SGR.woff") format("woff");
  font-display: swap;
} */

@font-face {
    font-family: 'Inter';
    src: url('./inter/Inter-Regular.ttf') format('truetype'),
        url('./inter/Inter-Medium.ttf') format('truetype'),
        url('./inter/Inter-Bold.ttf') format('truetype'),
        url('./inter/Inter-Black.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, img, ins, kbd, q, s, samp, strike, 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%;
    vertical-align: baseline;
	text-decoration: none;
	color: inherit;
	font-family: 'Inter', '思源黑体 Normal','思源黑体','Noto Sans SC','微软雅黑' !important;
}




a{
	text-decoration: none;
}
a:hover{
	color: initial;
	text-decoration: none;
}
.video-js div,.video-js span{
	font-family: VideoJS !important;
}
div,p,h1,h2,h3,h4,h5,h6{
	font: inherit;
}
input {
	  background: none;
	  outline: none;
	  border: none;
	}
button{
	border: none;
	background-color: transparent;
	outline: none; 
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
	background: #F6F6F6;
}
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;
}

/* img{
    display: block;
} */

*{
    box-sizing: border-box;
}
a:focus, a:hover{
	text-decoration: none;
}
button{
	cursor: pointer;
}