*{
	margin:0;
	padding:0;
}

ul,li {
    list-style: none;
}

html {
	width: 100%;
}




th,
td,
button,
input,
select,
textarea,
div,
span,
p,
ul,
li,h1,h2,h3,h4,h5,h6 {
	font-family: "SiYuan";
}

a {
	text-decoration: none;
}

::-webkit-scrollbar {
    width: 0;
	height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 5px;
    border-radius: 5px;
	background: #e4e6eb;
    transition: 0.3s ease-in-out;
}

::-webkit-scrollbar-track {
    background-color: #FFFFFF;
}

.clamp1 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	line-clamp: 1;
	-webkit-box-orient: vertical;
}

.clamp2 {
	text-overflow: -o-ellipsis-lastline;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	line-clamp: 2;
	-webkit-box-orient: vertical;
}