.wf-cursor {
	cursor: pointer;
}

.wf-between {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
}

.wf-between-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.wf-left {
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	align-items: center;
}

.wf-right {
	display: flex;
	flex-direction: row;
	justify-content: flex-end;
	align-items: center;
}

.wf-top {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-start;
}

.wf-bottom {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: flex-end;
}

.wf-center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.wf-page {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.wf-page-list2 {
	width: 48%;
}

.wf-page-list3 {
	width: 31%;
	margin-top: 10px;
	margin-right: calc(7% / 2);
}

.wf-page-list3:nth-child(3n) {
	margin-right: 0;
}

.wf-page-list4 {
	width: 23%;
	margin-bottom: 20px;
	margin-right: calc(8% / 3);
}

.wf-page-list4:nth-child(4n) {
	margin-right: 0;
}

.wf-page-list5 {
	width: 18%;
	margin-bottom: 10px;
	margin-right: calc(10% / 4);
}

.wf-page-list5:nth-child(5n) {
	margin-right: 0;
}

.wf-overflow {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.wf-sqb-list-d{
	width: 32%;
	display: inline-block;
	margin-right: calc( 1% + 1px );
}
.wf-sqb-list-c{
	width: 100%;
	display: inline-block;
}

.public-show{
	display: none;
}