@charset "UTF-8";
.content-wrap {
	padding: var(--bs-gutter-y, 0.75rem) 0;
	height: calc(100vh - 50px);
	display: flex;
	flex-direction: column;
	margin-top: 50px;
	text-align: center;
}
.container-fluid {

}
body {
	background: #f6f6f6;
	font-family: PingFangSC-Regular,sans-serif;
}
.jump-icon {
	background: url(/static/api/img/login_bg.png) 33px 300px no-repeat;
	background-size: 100%;
	background-position-y: bottom;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: -1;
	filter: grayscale(1);
	opacity: 0.15;
}
.bg-error {
	background: #13652e;
}
.btn.btn-error {
	background: #13652e;
}
.logo {
	width: 100px;
	height: 100px;
}
.page-topbar {
	line-height: 32px !important;
	display: flex;
	border-bottom: solid 1px #d7d7d7;
	box-shadow: 0px 4px 0px 0px #f3f1f1;
	margin-bottom: 20px;
}

.page-topbar .page-logo {}
.page-topbar .page-title {
	margin: 0;
	line-height: 34px !important;
	margin-left: 10px;
}
.toast-wrap {
	top: 20% !important;
	z-index: 11;
	left: calc((100vw - 350px - 32px) / 2);
}
.fs-14 {
	font-size: 14px;
}