.tpl_tab {
	width: 100%;
	justify-content: center;
	display: flex;
	box-sizing: border-box;
}

.tab_left {
	margin-left: 7.5rem;
	box-sizing: border-box;
	width: 160px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.title {
	color: #be21ba;
	font-size: 25px;
    font-family: 黑体;
}

.symbol {
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background-color: #be21ba;
	margin: 0px 10px;
}

.tab_right {
	width: 60%;
	margin-right: 7.5rem;
	padding: 20px 30px;
	background-color: #f5f5f5;
}

.tab_right div {
	width: 100%;
	/* width: 1020px; */
	height: 40px;
	display: flex;
	align-items: center;
	background-color: #e8e8e8;
	border-radius: 4px;
}

.tab_right div span {
	width: 70px;
	white-space: nowrap;
	color: #a0529d;
	margin-left: 18px;
}

.tab_right div input {
	width: 89%;
	margin: 10px;
	border: none;
	outline: none;
	background-color: transparent;
}

.tab_right div input::placeholder {
    color: #b3b3b3; /* 设置占位符文本的字体颜色 */
}

.tab_right .function {
	width: 100%;
	height: 40px;
	margin: 25px auto;
	background-color: transparent;
}

.tab_right .function .query {
	width: 280px;
	height: 40px;
	display: block;
	border-radius: 25px;
	background-color: #ab3abd;
	border: 1px solid #ab3abd;
	margin: auto;
	color: #f3ebf6;
}

.router-outlet {
	padding-bottom: 0px;
}