*{
    margin: 0;
    padding: 0;
    border: none;
}
body,html{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family:"Microsoft YaHei",微软雅黑,"Microsoft JhengHei",华文细黑,STHeiti,MingLiu;
    background-color: #f7f7f7;
    color: #333;
}
a{
    text-decoration: none;
    color: inherit;
    font-size: 15px;
    cursor: pointer;
}
.cloading {
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(255, 255, 255, .5);
	z-index: 99999;
}
.hidden{
    display: none!important;
}
.more:hover{
    color: #0733d0;
    text-decoration: underline;
}
::-webkit-scrollbar-track-piece {
        background-color: transparent;
    }
     ::-webkit-scrollbar {
        width: 4px;
        height: 7px;
        background-color: transparent;
    }
     ::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: hsla(220, 4%, 58%, .3);
    }