@font-face {
	font-family: 'siyuan';
	/* src:url(https://tmmt.oss-cn-hangzhou.aliyuncs.com/tuimi/font/SourceHanSansCN-Normal.ttf) */
	/* src:url(http://101.133.163.242:9000/website/SourceHanSansCN-Normal.ttf); */
	src:url(http://101.133.163.242:9000/website/SourceHanSansCN-Normal.woff2);
}

@font-face {
	font-family: 'youshe';
	/* src:url(https://tmmt.oss-cn-hangzhou.aliyuncs.com/tuimi/font/YouSheBiaoTiHei-2.ttf) */
	/* src:url(http://101.133.163.242:9000/website/YouSheBiaoTiHei-2.ttf); */
	src:url(http://101.133.163.242:9000/website/YouSheBiaoTiHei-2.woff2);
}

@font-face {
	font-family: 'fangzheng';
	/* src:url(https://tmmt.oss-cn-hangzhou.aliyuncs.com/tuimi/font/方正正准黑简体.ttf) */
	/* src:url(http://101.133.163.242:9000/website/方正正准黑简体.ttf); */
	src:url(http://101.133.163.242:9000/website/方正正准黑简体.woff2);
}

* {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 18px;
	font-family: "siyuan";
	box-sizing: border-box;
}

html {
	overflow-y: scroll;
	font-size: 18px;
}

:root {
	overflow-y: auto;
	overflow-x: hidden;
}

:root body {
	position: absolute;
}

body {
	font-family: "siyuan";
	width: 100%;
	min-width: 1280px;
	display: flex;
	flex-direction: column;
}

a {
	text-decoration: none;
}

@media(max-width: 1600px) {
	* {
		font-size: 15px;
	}
}

@media(max-width: 1366px) {
	* {
		font-size: 14px;
	}
}
