.common-use-search {
	background: #f7f7f7;
}
.common-use-search-content {
	padding: 0;
	padding: 24px;
}

.common-use-search-content-comprehensive {
	width: 100%;
	background: #ffffff;
	border-radius: 8px;
	padding: 16px 24px;
	padding-bottom: 24px;
	margin-bottom: 12px;
	margin-top: 12px;
}
.common-use-search-content-comprehensive-tab {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #ffffff;
}
.common-use-search-content-comprehensive-tab-left {
	display: flex;
	align-items: center;
	gap: 24px;
}
.common-use-search-content-comprehensive-tab-left-title {
	position: relative;
	font-size: 14px;
	color: #121418;
	cursor: pointer;
}
.tab-line {
	width: 1px;
	height: 18px;
	background: #d9d9d9;
}
.tab-active {
	font-weight: bold;
}
.tab-active::after {
	content: '';
	position: absolute;
	bottom: -18px;
	left: 0;
	width: 100%;
	height: 2px;
	background: #0066ff;
}
.common-use-search-content-comprehensive-tab-right {
	display: flex;
	align-items: center;
	gap: 34px;
}
.common-use-search-content-comprehensive-tab-right-collect,
.common-use-search-content-comprehensive-tab-right-price,
.common-use-search-content-comprehensive-tab-right-feedback {
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 400;
	font-size: 12px;
	color: #515762;
	line-height: 14px;
}
.common-use-search-content-comprehensive-tab-right-collect::after,
.common-use-search-content-comprehensive-tab-right-price::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -13%;
	width: 1px;
	height: 14px;
	background: #eeeeee;
}
.common-use-search-content-comprehensive-tab-right-price {
	color: #0066ff;
}
.common-use-search-content-comprehensive-line {
	width: 100%;
	height: 1px;
	background: #eeeeee;
	margin-top: 17px;
	margin-bottom: 24px;
}
/* .common-use-search-content-comprehensive-search {
  display: flex;
  gap: 24px;
}
.common-use-search-content-comprehensive-search-left {
  position: relative;
  width: 48%;
}
.common-use-search-content-comprehensive-search-left-textarea {
  padding-bottom: 40px;
}
.common-use-search-content-comprehensive-search-left-operate {
  position: absolute;
  bottom: 53px;
  right: 24px;
  width: 95%;
  height: 44px;
  background-color: #fff;
  text-align: right;
  padding-top: 4px;
}

.common-use-search-content-comprehensive-search-left-operate-Extract {
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  line-height: 16px;
  cursor: pointer;
  border-right: 1px solid #d9d9d9;
  padding-right: 12px;
}
.common-use-search-content-comprehensive-search-left-operate-Extract:hover,
.common-use-search-content-comprehensive-search-left-operate-clean:hover {
  color: #0066ff;
}
.common-use-search-content-comprehensive-search-left-operate-clean {
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  line-height: 16px;
  padding-left: 12px;
  cursor: pointer;
}
.common-use-search-content-comprehensive-search-left-tip {
  font-weight: 400;
  font-size: 12px;
  color: #515762;
  line-height: 18px;
  margin-top: 16px;
}
.common-use-search-content-comprehensive-search-right-top {
  display: flex;
  align-items: center;
  gap: 20px;
}
.common-use-search-content-comprehensive-search-right-top-line {
  width: 1px;
  height: 62px;
  background: #eeeeee;
}
.common-use-search-content-comprehensive-search-right-quantity-title {
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  line-height: 16px;
}
.common-use-search-content-comprehensive-search-right-quantity-num {
  font-weight: bold;
  font-size: 30px;
  color: #ff4d00;
  line-height: 35px;
  margin-top: 8px;
}
.common-use-search-content-comprehensive-search-right-consuming-title {
  font-weight: 400;
  font-size: 14px;
  color: #515762;
  line-height: 16px;
}
.common-use-search-content-comprehensive-search-right-consuming-tooltip {
  color: #0066ff;
  margin-left: 4px;
}
.common-use-search-content-comprehensive-search-right-consuming-num {
  font-weight: bold;
  font-size: 30px;
  color: #121418;
  line-height: 35px;
  margin-top: 8px;
}
.common-use-search-content-comprehensive-search-querying-btn {
  padding: 16px 42px;
  background: #0066ff;
  border-radius: 8px;
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  margin-top: 18px;
  margin-bottom: 20px;
}
.common-use-search-content-comprehensive-search-desc {
  font-weight: 400;
  font-size: 12px;
  color: #898f98;
  line-height: 18px;
} */
.common-use-search-content-results {
	background: #ffffff;
	border-radius: 8px;
	padding: 16px 24px;
	/* padding-bottom: 0; */
}
.common-use-search-content-results-title {
	height: 18px;
	font-weight: bold;
	font-size: 14px;
	color: #121418;
}
.common-use-search-content-results-line {
	height: 1px;
	background: #eeeeee;
	margin: 16px 0;
}
.common-use-search-content-results-processed {
	display: flex;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 20px;
}
.common-use-search-content-results-processed .btn-group {
	display: flex;
	align-items: center;
	gap: 12px 12px;
}
.common-use-search-content-results-processed .btn-group-item {
	border: none;
	border-radius: 4px;
	background-color: #fff;
	padding: 8px 10px;
	border: 1px solid #0066ff;
	font-weight: 400;
	font-size: 12px;
	color: #0066ff;
	transition: all 0.3s ease-in-out;
}
.common-use-search-content-results-processed .btn-group-item:hover {
	background-color: #0066ff;
	color: #fff;
}
.common-use-search-content-results-processed .btn-group-item-error {
	border: 1px solid #ff4d00;
	color: #ff4d00;
}
.common-use-search-content-results-processed .btn-group-item-error:hover {
	background-color: #ff4d00;
	color: #fff;
}
.common-use-search-content-results-processed .btn-group-item-export {
	border: 1px solid #adafb2;
	color: #515762;
}
.common-use-search-content-results-processed .btn-group-item-export:hover {
	background-color: #515762;
	color: #fff;
}
.common-use-search-content-results-processed .btn-copy-failed-domain {
	border: solid 1px #ff9600 !important;
	color: #ff9600 !important;
	white-space: nowrap;
}
.common-use-search-content-results-processed .btn-copy-failed-domain::before {
	content: '';
	display: block;
	width: 100%;
	height: 12px;
	position: absolute;
	top: -12px;
	right: 0;
}
.common-use-search-content-results-processed .btn-copy-failed-domain:hover {
	background-color: #ff9600 !important;
	color: #fff !important;
}
.common-use-search-content-results-processed .btn-group-item-error-group {
	position: relative;
}
.common-use-search-content-results-processed .btn-group-item-error-group:hover .btn-copy-failed-domain {
	display: inline-block;
	position: absolute;
	top: calc(100% + 12px);
	right: 0;
	z-index: 3;
}
.common-use-search-content-results-processed .common-use-search-content-results-processed-progress {
	display: flex;
	align-items: center;
	gap: 12px;
}
.common-use-search-content-results-processed .common-use-search-content-results-processed-progress .progress {
	width: 120px;
	height: 15px;
	/* display: none; */
}
.common-use-search-content-results-table {
	font-size: 12px;
}
.common-use-search-content-instructions {
	background: #ffffff;
	border-radius: 8px;
	padding: 24px;
	padding-top: 16px;
	margin-top: 12px;
}
.common-use-search-content-instructions-title {
	font-weight: bold;
	font-size: 14px;
	color: #121418;
	line-height: 16px;
}
.common-use-search-content-instructions-line {
	width: 100%;
	height: 1px;
	background: #eeeeee;
	margin: 16px 0;
	margin-bottom: 24px;
}
.common-use-search-content-instructions-desc {
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 24px;
}
.domain-table th {
	white-space: nowrap;
	position: relative;
	/* padding-right: 25px; */
}
.domain-table th.sortable:hover {
	background-color: #f1f1f1;
	cursor: pointer;
}
.sort-icons {
	position: absolute;
	right: 8px;
	top: 50%;
	transform: translateY(-50%);
	display: flex;
	flex-direction: column;
	line-height: 0.8;
}
.sort-asc,
.sort-desc {
	font-size: 9px;
	color: #515762;
}
.sort-asc {
	margin-bottom: 1px;
}

th.asc .sort-asc,
th.desc .sort-desc {
	color: #0066ff;
}
.btn-group-sm .btn {
	padding: 0.25rem 0.5rem;
	font-size: 0.75rem;
}
.single-input {
	width: 912px;
	height: 50px;
	border-radius: 8px;
	border: 1px solid #d1d1d1;
	padding-left: 12px;
}
.single-input-box {
	display: flex;
	align-items: center;
	gap: 24px;
}
.single-search-btn {
	width: 200px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #0066ff;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	border: none;
}
.single-search-desc {
	font-weight: 400;
	font-size: 12px;
	color: #898f98;
	line-height: 18px;
	margin-top: 16px;
}

.info-table {
	width: 100%;
	border-collapse: collapse;
	height: 40px;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #eeeeee;
	font-weight: 400;
	font-size: 12px;
	color: #2d3139;
}

.info-table td {
	padding: 10px;
	border: 1px solid #eee;
}

.info-table td:first-child {
	width: 200px;
	height: 40px;
	background: rgba(247, 247, 247, 0.5);
	border: 1px solid #eeeeee;
	font-weight: 400;
	font-size: 12px;
	color: #121418;
}

.indent-btn {
	width: 58px;
	height: 26px;
	border-radius: 4px;
	border: 1px solid #0066ff;
	font-weight: 400;
	font-size: 12px;
	color: #0066ff;
	cursor: pointer;
	background-color: #fff;
	margin-left: 12px;
}

.toggle-info {
	text-align: center;
	font-weight: 400;
	font-size: 12px;
	color: #0066ff;
	margin-top: 24px;
	margin-bottom: 16px;
	cursor: pointer;
}
.icon-yiwen {
	width: 20px !important;
	height: 20px !important;
	margin-bottom: -2px;
	cursor: pointer;
}
.show-content {
	height: 0;
	background: rgba(255, 255, 255, 0.5);
	border: 1px solid #eeeeee;
	padding: 12px;
	font-weight: 400;
	font-size: 12px;
	color: #2d3139;
	line-height: 18px;
	text-align: left;
	overflow: hidden;
	box-sizing: border-box;
	transition: height 0.3s ease, opacity 0.3s ease;
	opacity: 0;
}
.batch,
.single {
	display: none;
}
.show {
	display: block;
}
