.topd {
	display: flex;
	justify-content: space-between;
}

.topdrt {
	display: flex;
	align-items: center;
}

.topd .topdlt {
	width: auto;
}

.top {
	width: 100%;
	box-sizing: border-box;
	padding: 0 2%;
	min-width: 1000px;
	max-width: 1520px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	align-items: center;
}

.top .lt {
	padding-top: 0;
	width: auto;
	float: none;
	transform: translateY(-10%);
}

.top .rt {
	width: auto;
	padding-top: 0;
	padding: none;
}

#find_form1 {
	height: 70%;
	border-radius: 20px;
	display: flex;
	justify-content: space-between;
	background-color: #fff;
	overflow: hidden;
}

#find_form1 input {
	min-width: none;
	width: 80px;
	box-sizing: border-box;
	padding: 0 8px;
	border: none;
	outline: none;
	padding-left: 0;
	color: #8998a2;
}

#find_form1 button {
	background-color: transparent;
	border: none;
	width: 25px;
	cursor: pointer;
}

#find_form1 button svg {
	width: 70%;
	height: auto;
}

#find_form1 button svg path {
	fill: #8998a2;;
}

.member {
	margin-top: 0;
}
.member>div {
	display: flex;
	flex-direction: column;
} 

.member>div p {
	color: #8998a2;
	font-family: "HarmonyOS Sans SC";
	margin-top: 6px;
}

.member img {
	flex-shrink: 0;
	width: 100%;
}

.member a {
	display: block;
	width: auto;
	height: auto;
	background-color: transparent;
	border: none;
	transform: translateY(-10%);
}