body {
	min-height: 100vh;
}

.top_bak {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	height: 542px;
	background: linear-gradient(180deg, #e3e6ff 0%, #ffffff 100%);
	z-index: -1;
}

.content {
	min-height: calc(100vh - 215px);
	padding-top: 146px;
	background-image: url('/static/home/images/idea/chat_bak.png');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top center;
}

.content h2 {
	font-size: 56px;
	color: #25224a;
	line-height: 78px;
	text-align: center;
}

.content .search_form {
	width: 880px;
	height: 54px;
	margin: 32px auto;
}

.content .search_form input {
	width: 746px;
	height: 54px;
	font-size: 14px;
	color: #25224a;
	padding: 0 114px 0 20px;
	border-radius: 27px;
	border: 0 none;
}

.content .search_input {
	position: relative;
	margin-bottom: 8px;
}

.content .search_input .zhuBtn {
	position: absolute;
	top: 6px;
	right: 6px;
	bottom: 6px;
	width: 88px;
	height: 42px;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	border-radius: 21px;
	border: 0 none;
}

.content .search_input .zhuBtn i {
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 4px -5px 0;
	background: url('/static/home/images/common/search_icon.png') no-repeat center / 100%;
}

.search_filter {
	margin-bottom: 32px;
}

.search_filter li {
	position: relative;
	float: left;
	margin-right: 12px;
}

.search_filter li a {
	display: block;
	height: 36px;
	line-height: 36px;
	font-size: 16px;
	color: #464154;
	padding: 0 16px;
	background-color: rgba(255, 255, 255, 0.8);
	border-radius: 18px;
	backdrop-filter: blur(5.625px);
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
}

.search_filter li a.active,
.search_filter li a:hover {
	background-color: #7368f2;
	border-color: #7368f2;
	color: #fff;
}

.friend_box_list {
	/* flex-wrap: wrap; */
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	padding-bottom: 36px;
}

.friend_box_list .friend_item {
	position: relative;
	/* width: 224px; */
	height: 202px;
	margin: 0 20px 20px 0;
	border-radius: 10px;
	box-shadow: 0px 20px 48px -24px rgba(56, 56, 138, 0.1);
	background-color: #fff;
	cursor: pointer;
}

/* .friend_box_list .friend_item:nth-child(5n) {
    margin-right: 0;
} */

.friend_box_list .friend_item > img {
	width: 56px;
	height: 56px;
	border-radius: 50%;
}

.friend_box_list .friend_item > strong {
	font-size: 14px;
	line-height: 20px;
	color: #25224a;
	margin: 16px 0 6px;
}

.friend_box_list .friend_item > p {
	font-size: 12px;
	line-height: 20px;
	color: #7d7a85;
	max-width: 146px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.friend_box_list .friend_item > span {
	font-size: 12px;
	line-height: 20px;
	color: #7d7a85;
	margin-top: 16px;
}

.friend_box_list .friend_item .zhuBtn {
	opacity: 0;
	position: absolute;
	bottom: 24px;
	width: 112px;
	height: 32px;
	font-size: 12px;
	line-height: 32px;
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.friend_box_list .friend_item:hover .zhuBtn {
	opacity: 1;
}

.friend_box_list .friend_item:hover > p {
	opacity: 0;
}

.footer {
	background-color: transparent;
}

.common_empty {
	margin: 2% 0 !important;
}

.friend_box {
	position: relative;
	padding-top: 146px;
	height: calc(100vh - 263px);
	margin-bottom: 48px;
}

.friend_box .left_list {
	width: 328px;
	border-radius: 16px;
	padding: 16px 0;
	background-color: #fff;
}

.friend_box .left_list .search_friend {
	margin: 0 16px;
}

.friend_box .left_list .search_friend a {
	height: 40px;
	line-height: 40px;
	font-size: 12px;
	color: #7d7a85;
	background-color: #f8f8fb;
	border-radius: 10px;
}

.friend_box .left_list .search_friend a img {
	width: 22px;
	height: 22px;
	margin-left: 13px;
}

.friend_box .left_list .friend_cate {
	height: 50px;
	margin: 8px 16px 0;
}

.friend_box .left_list .friend_cate a {
	font-size: 13px;
	line-height: 18px;
	color: #25224a;
	margin-right: 24px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.friend_box .left_list .friend_cate a.active,
.friend_box .left_list .friend_cate a:hover {
	color: #7368f2;
}

.friend_box .left_list ul {
	height: calc(100% - 90px);
	padding: 0 16px;
	overflow: auto;
}

.friend_box .left_list li {
	margin-bottom: 16px;
}

.friend_box .left_list li:last-child {
	margin-bottom: 0;
}

.friend_box .left_list li a {
	height: 40px;
	padding: 16px 12px;
	background-color: #f8f8fb;
	border-radius: 10px;
	transition: background 0.3s;
	-webkit-transition: background 0.3s;
}

.friend_box .left_list li a.active,
.friend_box .left_list li a:hover {
	background-color: rgba(115, 104, 242, 0.08);
}

.friend_box .left_list li a img {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 16px;
}

.friend_box .left_list li a strong {
	font-size: 14px;
	color: #222;
	line-height: 20px;
	max-width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.friend_box .left_list li a p {
	font-size: 12px;
	color: #9ca3af;
	line-height: 17px;
	max-width: 200px;
	margin-top: 4px;
}

.friend_box .right_con {
	width: 856px;
	height: 100%;
	border-radius: 16px;
	background-color: #fff;
}

.friend_box .friend_msg_con {
	height: calc(100% - 173px);
	overflow: auto;
}

.friend_box .right_con > h3 {
	font-size: 18px;
	line-height: 25px;
	color: #222;
	text-align: center;
	padding: 24px 0;
}

.friend_box .right_con .friend_msg {
	padding: 10px 32px;
}

.friend_box .right_con .msg_item img {
	width: 48px;
	height: 48px;
	margin-right: 16px;
	border-radius: 50%;
}

.friend_box .right_con .msg_item_wrp {
	font-size: 15px;
	line-height: 27px;
	color: #333;
	padding: 12px 16px;
	background-color: #f8f8fb;
	border-radius: 0 10px 10px 10px;
}

.friend_box .friend_mr_msg {
	padding: 24px 96px;
}

.friend_box .friend_mr_msg > p {
	font-size: 12px;
	line-height: 17px;
	color: #9ca3af;
}

.friend_box .friend_mr_msg > a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #222;
	margin-top: 16px;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
}

.friend_box .friend_mr_msg > a:hover {
	color: #7368f2;
}

.friend_box .friend_sub_msg {
	height: 100px;
	margin: 0 32px;
}

.friend_box .friend_sub_msg .sub_voice {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	margin-right: 16px;
	background: url('/static/home/images/friend/textarea_optios.png') no-repeat 0 0 / 100%;
}

.friend_box .friend_sub_msg .sub_input {
	width: 695px;
	height: 48px;
	font-size: 14px;
	color: #9ca3af;
	padding: 0 5px 0 26px;
	border: 1px solid #1d2129;
	border-radius: 25px;
}

.friend_box .friend_sub_msg .sub_input .sub_btn {
	width: 40px;
	height: 40px;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	font-weight: 700;
	border-radius: 50%;
	background: #7368f2 url('/static/home/images/friend/textarea_sub.png') no-repeat 0 0 / 100%;
}

.go_back {
	position: absolute;
	top: 80px;
	left: 0;
	width: 72px;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
	color: #25224a;
	background-color: #fff;
	cursor: pointer;
	border-radius: 17px;
	box-shadow: 0px 24px 48px -24px rgba(56, 56, 138, 0.16);
	backdrop-filter: blur(10px);
	transition: opacity 0.3s;
	-webkit-transition: opacity 0.3s;
}

.go_back:hover {
	opacity: 0.8;
}

.go_back i {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin: 0 0 -3px 10px;
	background: url('/static/home/images/common/go_back.png') no-repeat 0 0 / 100%;
}
