.friend-chain {
	background: #f7f7f7;
}
.friend-chain-content {
	padding: 24px;
}

.friend-chain-content-notice {
	width: 100%;
	height: 43px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
	border-radius: 8px;
	padding: 0 24px;
	padding-right: 10px;
	margin-bottom: 12px;
}

.friend-chain-content-search {
	background: #ffffff;
	border-radius: 8px;
	text-align: center;
	padding-top: 40px;
	padding-bottom: 50px;
	margin-top: 10px;
}
.friend-chain-content-search-inquiry {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 24px;
}
.friend-chain-content-search-inquiry-icon {
	margin-right: 14px;
}
.icon-youqinglianjie {
	width: 36px !important;
	height: 36px !important;
}
.friend-chain-content-search-inquiry-title {
	font-weight: bold;
	font-size: 24px;
	color: #121418;
	line-height: 28px;
}
.friend-chain-content-search-input-group {
	display: flex;
	align-items: center;
	justify-content: center;
}
.friend-chain-content-search-input {
	width: 43%;
	height: 50px;
	border-radius: 8px;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border: 1px solid #d1d1d1;
	margin-right: -8px;
}
.friend-chain-content-search-input::placeholder {
	color: #adafb2;
}
.friend-chain-content-search-input:focus {
	box-shadow: none;
}

.friend-chain-content-search-btn {
	height: 50px;
	background: #0066ff;
	border-radius: 8px;
	padding: 0 30px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}

.friend-chain-content-search-btn:active,
.friend-chain-content-search-btn:focus-visible {
	color: #ffffff !important;
	background: #0066ff !important;
	border: none !important;
}
.friend-chain-content-search-btn:hover {
	color: #ffffff;
	background: #0066ff;
}

.friend-chain-content-search-desc {
	font-weight: 400;
	font-size: 12px;
	color: #898f98;
	line-height: 18px;
	margin-top: 16px;
}

.friend-chain-content-result {
	background: #ffffff;
	border-radius: 8px;
	padding: 16px 24px;
	padding-bottom: 24px;
	margin-top: 12px;
}
.friend-chain-content-result-title {
	display: flex;
	align-items: center;
	font-weight: bold;
	font-size: 14px;
	color: #121418;
	line-height: 16px;
}
.friend-chain-content-result-title-active {
	color: #0066ff;
	margin-left: 4px;
}
.modal-table {
	padding: 2px;
}
.modal-table table {
	table-layout: fixed;
	border: none;
}
.modal-table thead {
	position: relative;
	background: rgba(209, 209, 209, 0.2);
	/* &::before {
              content: '';
              position: absolute;
              top: 0;
              left: 0;
              z-index: 0;
              width: 100%;
              height: 100%;
              border-radius: 8px 8px 0 0;
              background: rgba(209, 209, 209, 0.2);
          } */
}
.modal-table thead th {
	font-weight: bold;
	font-size: 14px;
	color: #2d3139;
	line-height: 50px;
	text-align: left;
	font-style: normal;
}
.modal-table th,
.modal-table td {
	overflow: hidden;
	font-weight: 400;
	font-size: 14px;
	color: #898f98;
	line-height: 50px;
	padding: 0 12px;
	border: none;
	position: relative;
	z-index: 1;
}
.modal-table th small,
.modal-table td small {
	font-weight: normal;
}
.modal-table th .hight,
.modal-table td .hight {
	color: #0066ff !important;
	font-size: 14px;
	font-weight: inherit;
}
.modal-table th .disable,
.modal-table td .disable {
	color: #07c160 !important;
	font-weight: inherit;
}
.modal-table th .success,
.modal-table td .success {
	color: #07c160 !important;
	font-weight: inherit;
}
.modal-table th .warning,
.modal-table td .warning {
	color: #ff4d00 !important;
	font-weight: inherit;
}
.modal-table th .text-operate,
.modal-table td .text-operate {
	color: #0066ff !important;
	cursor: pointer;
	font-weight: inherit;
}
.modal-table th .pointer,
.modal-table td .pointer {
	cursor: pointer;
}
.modal-table th .form-control,
.modal-table td .form-control {
	height: 38px;
	list-style: 38px;
	background: #ffffff;
	border-radius: 8px;
	border: 1px solid #d1d1d1;
	padding: 0 14px;
	font-size: 14px;
	position: relative;
	top: 6px;
}
.modal-table th .text-tooltips,
.modal-table td .text-tooltips {
	position: relative;
	display: flex;
	align-items: center;
}
.modal-table th .text-tooltips .tips,
.modal-table td .text-tooltips .tips {
	width: 12px;
	height: 12px;
	display: block;
	margin: 0 0 0 8px;
}
.modal-table tbody tr:nth-child(even) {
	background: rgba(209, 209, 209, 0.1);
}
.modal-table tbody tr.text-active td {
	color: #515762;
}
.sort-icon {
	display: flex;
	flex-direction: column;
	margin-left: 6px;
}

.sort-icon span {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	margin: 1px 0;
	opacity: 0.4;
}

.sort-icon .up {
	border-bottom: 5px solid #666;
}

.sort-icon .down {
	border-top: 5px solid #666;
}

/* 高亮状态（例如升序） */
.active-asc .up {
	border-bottom-color: #000;
	opacity: 1;
}

.active-desc .down {
	border-top-color: #000;
	opacity: 1;
}

th,
td {
	border: 1px solid #eeeeee !important;
}
.sortable-header {
	cursor: pointer;
}
.friend-chain-conten-table-link {
	font-weight: 400;
	font-size: 12px;
	color: #07c160;
}
.friend-chain-conten-table-link-url {
	color: #0066ff;
}

.friend-chain-conten-table-link-error {
	font-weight: 400;
	font-size: 12px;
	color: #ff1414;
}
.friend-chain-conten-table-link-normal {
	color: #2d3139;
	margin-left: 4px;
}
.friend-chain-conten-comprehensive {
	background: #ffffff;
	border-radius: 8px;
	padding: 16px 24px;
	padding-bottom: 24px;
	margin-top: 12px;
}
.friend-chain-conten-comprehensive-title {
	font-weight: bold;
	font-size: 14px;
	color: #121418;
	line-height: 16px;
}
.friend-chain-conten-comprehensive-line {
	height: 1px;
	background: #eeeeee;
	margin: 16px 0;
}

.flex {
	display: flex;
}
.items-center {
	align-items: center;
}

.friend-chain-content-result .progress {
	width: 120px;
	height: 15px;
	/* display: none; */
}
