*{
	margin:0;
	padding:0;
}

ul,li {
    list-style: none;
}

html {
	width: 100%;
}

/* @media screen and (max-width: 1560px) {
	.swiper1 .swiper-slide .swiper1-text {
       zoom: 0.8;
    }

    .swiper1 .swiper-slide .cover-text{
        zoom: 0.8;
    }
    
    .swiper1 .swiper-slide .swiper3-text {
        zoom: 0.8;
    }
} */


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;
}
.clamp2{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}