.full-analysis-content-comprehensive-search {
	display: flex;
	gap: 24px;
}
.full-analysis-content-comprehensive-search-left {
	width: 48%;
}
.full-analysis-content-comprehensive-search-left {
	position: relative;
}
.full-analysis-content-comprehensive-search-left-textarea {
	padding: 20px 24px;
	padding-bottom: 24px;
	font-size: 15px;
	height: 180px;
}
.full-analysis-content-comprehensive-search-left-operate {
	position: absolute;
	bottom: 1px;
	right: 26px;
	/* left: 1px; */
	/* width: 97%; */
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	background-color: #fff;
	/* text-align: right; */
	/* border-bottom-left-radius: 10px;
  padding-right: 10px; */
}
.full-analysis-content-comprehensive-search-left-operate-Extract {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 16px;
	cursor: pointer;
	border-right: 1px solid #d9d9d9;
	padding-right: 12px;
}
.full-analysis-content-comprehensive-search-left-operate-Extract:hover,
.full-analysis-content-comprehensive-search-left-operate-clean:hover {
	color: #0066ff;
}
.full-analysis-content-comprehensive-search-left-operate-Extract .icon-tiquyuming,
.full-analysis-content-comprehensive-search-left-operate-clean .clean-up {
	font-size: 18px;
}

.full-analysis-content-comprehensive-search-left-operate-clean {
	display: flex;
	align-items: center;
	gap: 4px;
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 16px;
	padding-left: 12px;
	cursor: pointer;
}

.full-analysis-content-comprehensive-search-right-top {
	display: flex;
	align-items: center;
	gap: 20px;
}
.full-analysis-content-comprehensive-search-right-quantity-title {
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 16px;
}
.full-analysis-content-comprehensive-search-right-quantity-num {
	font-weight: bold;
	font-size: 30px;
	color: #ff4d00;
	line-height: 35px;
	margin-top: 8px;
}
.full-analysis-content-comprehensive-search-right-top-line {
	width: 1px;
	height: 62px;
	background: #eeeeee;
}
.full-analysis-content-comprehensive-search-right-Consuming-title {
	display: flex;
	align-items: center;
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 16px;
}
.full-analysis-content-comprehensive-search-right-Consuming-tooltip {
	width: 20px !important;
	height: 20px !important;
	margin-left: 4px;
}
.full-analysis-content-comprehensive-search-right-Consuming-num {
	font-weight: bold;
	font-size: 30px;
	color: #121418;
	line-height: 35px;
	margin-top: 8px;
}
.full-analysis-content-comprehensive-search-querying-btn {
	min-width: 200px;
	height: 50px;
	background: #0066ff;
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
	margin-top: 18px;
	margin-bottom: 20px;
}
.full-analysis-content-comprehensive-search-desc {
	font-weight: 400;
	font-size: 13px;
	color: #898f98;
	line-height: 18px;
}

.full-analysis-content-comprehensive-tab-right {
	display: flex;
	align-items: center;
	gap: 34px;
}
.full-analysis-content-comprehensive-tab-right-collect,
.full-analysis-content-comprehensive-tab-right-price,
.full-analysis-content-comprehensive-tab-right-feedback {
	position: relative;
	display: flex;
	align-items: center;
	gap: 4px;
}
.full-analysis-content-comprehensive-tab-right-collect::after {
	content: '';
	position: absolute;
	top: 0px;
	right: -23%;
	width: 1px;
	height: 14px;
	background: #eeeeee;
}
.full-analysis-content-comprehensive-tab-right-collect {
	font-weight: 400;
	font-size: 13px;
	color: #515762;
	line-height: 14px;
	cursor: pointer;
}
.icon-shoucang {
	color: #cbcbcb !important;
}
.full-analysis-content-comprehensive-tab-right-collect:hover,
.full-analysis-content-comprehensive-tab-right-collect:hover .icon-shoucang {
	color: #0066ff !important;
}
.shoucanged .icon-shoucang {
	color: #0066ff !important;
}
.full-analysis-content-comprehensive-tab-right-price {
	font-weight: 400;
	font-size: 13px;
	color: #515762;
	line-height: 14px;
	cursor: pointer;
}
.full-analysis-content-comprehensive-tab-right-feedback {
	font-weight: 400;
	font-size: 12px;
	color: #515762;
	line-height: 14px;
	cursor: pointer;
}
.full-analysis-content-comprehensive-tab-right-collect:hover,
.full-analysis-content-comprehensive-tab-right-price:hover,
.full-analysis-content-comprehensive-tab-right-feedback:hover {
	color: #0066ff;
}
.common-use-search-content-results {
	background: #ffffff;
	border-radius: 8px;
	padding: 16px 24px;
	margin-top: 12px;
	display: none;
}
.common-use-search-content-results-table {
	position: relative;
	font-size: 12px;
	min-width: 100% !important;
	flex-shrink: 0 !important;
}

.common-use-search-content-results-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 18px;
	padding-right: 35px;
}
.results-title-name {
	font-weight: bold;
	font-size: 14px;
	color: #121418;
	line-height: 16px;
	transform: translateY(2px);
}
.results-title-right {
	display: flex;
	align-items: center;
	transform: translateY(2px);
}
.results-title-right .right-des {
	font-size: 12px;
	color: #515762;
	margin-right: 10px;
}
.results-title-right .right-href {
	font-size: 12px;
	color: #0066ff;
	position: relative;
}
.results-title-right .right-href::after {
	content: '';
	display: inline-block;
	margin-left: 5px;
	width: 6px;
	height: 6px;
	border-right: 2px solid #1a73e8;
	border-top: 2px solid #1a73e8;
	transform: rotate(45deg);
}
.common-use-search-content-results-line {
	height: 1px;
	background: #eeeeee;
	margin: 16px 0;
	margin-bottom: 20px;
}
.common-use-search-content-results-processed {
	display: flex;
	align-items: center;
	border-radius: 5px;
	margin-bottom: 20px;
	padding-right: 35px;
}
.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 {
	height: 34px;
	border: none;
	border-radius: 4px;
	background-color: #fff;
	padding: 0 10px;
	border: 1px solid #0066ff;
	font-weight: 400;
	font-size: 13px;
	color: #0066ff;
	display: none;
	transition: all 0.3s;
	flex-shrink: 0;
}

.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;
	border-color: #515762;
}
.status-processing {
	color: #007bff;
}
.status-success {
	color: #28a745;
}
#resultTable .status-error,
#resultTable .red {
	color: #dc3545 !important;
}
.table-checkbox {
	display: flex;
	justify-content: center;
}

#resultTable .flex {
	display: flex;
}
#resultTable .justify-center {
	justify-content: center;
}
#resultTable .text-center {
	text-align: center;
}
/* 固定表头 */
/* #resultTable thead {
  position: sticky;
  top: 0;
  background: white;
  z-index: 1;
} */
#resultTable thead tr {
	background-color: #f1f1f1;
}
#resultTable th {
	white-space: nowrap !important;
	/*max-width: 600px !important;*/
	padding: 11px 8px;
	text-align: center;
	vertical-align: middle;
	text-overflow: ellipsis;
	overflow: hidden;
}
#resultTable td {
	white-space: nowrap !important;
	/*max-width: 600px !important;*/
	padding: 8px 11px !important;
	text-align: center;
	vertical-align: middle;
	color: #666 !important;
}
#resultTable td a{
    color: #333;
}
#resultTable td,
#resultTable th {
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	line-height: 18px;
	position: relative;
}

#resultTable tr td:first-of-type {
	text-align: center;
}
#resultTable td[data-name='bts'] p {
	display: flex;
	flex-wrap: wrap;
	gap: 10px 5px;
}
#resultTable td[data-name='bts'] p .badge {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
#resultTable tbody tr:hover {
	--bs-table-hover-bg: #ddf4ff;
}

#resultTable {
	border-collapse: collapse; /* 关键：分离边框模型 */
	border-spacing: 0;
	/*width: 100% !important;*/
	overflow: hidden !important;
	/* margin-top: -43px; */
	table-layout: fixed;
}
/*#resultTable a:visited {*/
/*	color: #ccc!important;*/
/*}*/
/* 表格奇数行背景色 */
#resultTable tbody tr:nth-child(odd) {
	background-color: #f7f7f7 !important;
}
/* 偶数行 */
#resultTable tr:nth-child(even) td {
	background-color: #fff;
}

.results-processed-total {
	font-size: 18px;
	font-weight: bold;
}
.results-processed-suc {
	font-size: 18px;
	font-weight: bold;
	color: #07c160;
}
.results-processed-re {
	font-size: 18px;
	font-weight: bold;
	color: #ff4d00;
}
.search-end-tip {
	padding: 20px;
}
.search-end-tip .tip-text {
	font-size: 14px;
	color: #2d3139;
}
.search-end-tip .tip-checkbox {
	margin-top: 10px;
}

/* 查询点数不足弹框 */
.search-insufficient {
	width: 460px;
	height: 376px;
	position: relative;
	background-image: url('../images/fullAnalysis/insufficient-bg.png');
	background-repeat: no-repeat;
	background-size: cover; /* 让背景图宽高占满容器，并保持比例 */
	background-position: center; /* 背景图居中 */
	padding: 24px;
	border-radius: 24px;
}
.insufficient-title {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}
.insufficient-content {
	padding: 0 24px;
	background-color: #fff;
	border-radius: 16px 16px 16px 16px;
	margin-top: 24px;
	height: 238px;
}
.insufficient-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 20px 0;
	border-bottom: 1px dashed #d1d1d1;
}
.insufficient-item-title {
	font-weight: bold;
	font-size: 14px;
	color: #2d3139;
	line-height: 22px;
}
.insufficient-item-desc {
	color: #515762;
	font-weight: 400;
}
.insufficient-money {
	font-weight: bold;
	font-size: 30px;
	color: #121418;
	line-height: 100%;
}
.insufficient-active {
	color: #ff4d00;
}
.insufficient-buy-btn {
	display: block;
	width: 364px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	background: #0066ff;
	border-radius: 8px 8px 8px 8px;
	border: none;
	margin: 24px 0;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}
.full-analysis-login-modal-content {
	width: 560px;
	height: 346px;
	position: relative;
	background-image: url('/assets/images/fullAnalysis/login-modal-bg.jpg') !important;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	overflow: hidden;
	border-radius: 30px;
}
.full-analysis-login-modal-content-title {
	background-color: transparent !important;
}

.close-icon {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 32px;
	height: 32px;
	z-index: 9;
	cursor: pointer;
}

.modal-dialog-body-title {
	margin-top: 40px;
	font-weight: bold;
	font-size: 20px;
	color: #2d3139;
	line-height: 30px;
	text-align: center;
}

.modal-dialog-body-query {
	display: flex;
	align-items: center;
	justify-content: space-evenly;
	margin-top: 40px;
	margin-bottom: 30px;
}
.modal-dialog-body-query-item-num {
	font-weight: bold;
	font-size: 30px;
	color: #2d3139;
	line-height: 52px;
	text-align: center;
}
.modal-dialog-body-query-item-num-plus {
	color: #0066ff;
	font-weight: bold;
	font-size: 30px;
}
.modal-dialog-body-query-item-desc {
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 16px;
	text-align: center;
	margin-top: 10px;
}
.modal-dialog-footer {
	display: flex;
	justify-content: space-between;
	padding: 0 50px;
}
.modal-dialog-footer .aButton {
	border-radius: 8px;
	font-weight: bold;
	font-size: 16px;
	cursor: pointer;
	display: flex;
	justify-content: center;
	width: 218px;
	height: 56px;
	line-height: 56px;
}
.modal-dialog-footer-register {
	background: #ffffff;
	border: 1px solid #0066ff !important;
	color: #0066ff;
}
.modal-dialog-footer-log {
	background: #0066ff;
	color: #ffffff;
}

.full-analysis-insufficient-modal-content {
	width: 680px !important;
	height: 568px !important;
	border-radius: 30px !important;
	position: relative;
	background-image: url('/assets/images/fullAnalysis/insufficient-modal-bg.jpg') !important;
	background-size: contain !important;
	background-repeat: no-repeat !important;
	background-position: center !important;
	padding: 24px;
	padding-bottom: 10px;
}
.full-analysis-insufficient-modal-title {
	font-weight: bold;
	font-size: 20px;
	color: #ffffff;
	line-height: 30px;
}
.full-analysis-insufficient-modal-body-content {
	background: #ffffff;
	border-radius: 16px;
	padding: 24px;
	margin-top: 24px;
	margin-bottom: 10px;
}
.full-analysis-insufficient-modal-content-desc {
	font-weight: 400;
	font-size: 14px;
	color: #515762;
	line-height: 22px;
	text-align: justified;
}
.full-analysis-insufficient-moda-thali {
	display: flex;
	justify-content: space-between;
	gap: 24px;
	margin-top: 24px;
}
.full-analysis-insufficient-moda-thali-item {
	width: 280px;
	flex: 1;
	background: #f7f7f7;
	border-radius: 8px;
	padding: 24px;
}
.full-analysis-insufficient-moda-thali-item-buy {
	font-weight: 400;
	font-size: 14px;
	color: #2d3139;
	line-height: 16px;
}
.full-analysis-insufficient-moda-thali-item-price {
	font-weight: bold;
	font-size: 30px;
	color: #2d3139;
	line-height: 35px;
	margin-top: 14px;
}
.full-analysis-insufficient-moda-thali-item-price-time {
	font-weight: 500;
	font-size: 14px;
	color: #2d3139;
	line-height: 16px;
}
.full-analysis-insufficient-moda-thali-item-line {
	border-bottom: 1px dashed #d1d1d1;
	margin: 24px 0;
}
.full-analysis-insufficient-moda-thali-item-money {
	font-weight: bold;
	font-size: 37px;
	color: #ff4d00;
	line-height: 44px;
}
.full-analysis-insufficient-moda-thali-item-price-day {
	font-size: 19px;
}
.full-analysis-insufficient-moda-thali-item-btns {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
}
.full-analysis-insufficient-moda-thali-item-btns-gobuy,
.full-analysis-insufficient-moda-thali-item-more {
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-radius: 8px;
	font-weight: 400;
	border: none;
	margin-top: 14px;
	cursor: pointer;
}

.full-analysis-insufficient-moda-thali-item-btns-gobuy {
	width: 160px;
	background: #0066ff;
	font-weight: bold;
	font-size: 16px;
	color: #ffffff;
}
.full-analysis-insufficient-moda-thali-item-more {
	width: 60px;
	background: #ffffff;
	font-size: 14px;
	color: #0066ff;
}
.full-analysis-insufficient-modal-body-bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 80px;
	font-weight: 400;
	font-size: 12px;
	color: #ffffff;
	line-height: 18px;
}
.class-layer-fullAn {
	border-radius: 30px !important;
	background-color: transparent !important;
}

.more-title {
	margin-top: 20px;
	display: none;
}
.more-title .title-agent {
	display: flex;
}
.more-title .form-check {
	display: flex;
	align-items: center;
	gap: 6px;
	margin-right: 20px;
	margin-bottom: 0;
}
.strikethrough {
	text-decoration: line-through;
}
.all-selection:hover,
.all-selection,
.reverse-selection {
	cursor: pointer;
}
.all-selection:hover,
.reverse-selection:hover {
	color: #5e5d5d;
}
.icon-jiageshuoming {
	font-size: 18px !important;
}
/* 下拉选择 */
.btn-group .btn-safe .layui-form-select .layui-input,
.btn-group .btn-public .layui-form-select .layui-input,
.btn-group .btn-bddx .layui-form-select .layui-input,
.btn-group .select-btn .layui-form-select .layui-input,.btn-group .select-btn1 .layui-form-select .layui-input  {
	height: 36px;
	line-height: 36px;
	border-radius: 4px;
	border: 1px solid #adafb2;
}
.btn-group .btn-safe .layui-input,
.btn-group .btn-public .layui-input,
.btn-group .select-btn .layui-input,
.btn-group .select-btn1 .layui-input,
.btn-group .btn-bddx .layui-input {
	border: 1px solid #adafb2 !important;
}
.layui-form-select dl dd,
.btn-group .btn-safe .layui-form-select .layui-input,
.btn-group .btn-public .layui-form-select .layui-input,
.btn-group .select-btn .layui-form-select .layui-input,
.btn-group .select-btn1 .layui-form-select .layui-input,
.btn-group .btn-bddx .layui-form-select .layui-input {
	font-weight: 400;
	font-size: 13px;
	color: #515762;
	line-height: 36px;
}
.layui-form-select dl dd.layui-select-tips {
	color: #515762;
}
/* 下拉选择 高亮 */
.btn-group .btn-safe .layui-form-select dl dd.layui-this,
.btn-group .btn-bddx .layui-form-select dl dd.layui-this,
.btn-group .select-btn .layui-form-select dl dd.layui-this,
.btn-group .select-btn1 .layui-form-select dl dd.layui-this,
.btn-group .btn-public .layui-form-select dl dd.layui-this {
	color: #0066ff;
}
.btn-group .btn-safe .layui-form-select dl dd:hover,
.btn-group .btn-public .layui-form-select dl dd:hover,
.btn-group .select-btn .layui-form-select dl dd:hover,
.btn-group .select-btn1 .layui-form-select dl dd:hover,
.btn-group .btn-bddx .layui-form-select dl dd:hover {
	background-color: #f7f7f7;
}
.btn-group .btn-public .layui-form-select dl dd {
	display: none;
}

.btn-group .btn-safe .layui-input:focus,
.btn-group .select-btn .layui-input:focus,
.btn-group .select-btn1 .layui-input:focus,
.btn-group .btn-public .layui-input:focus,
.btn-group .btn-bddx .layui-input:focus {
	border-color: #0066ff !important;
	box-shadow: 0 0 0 3px rgba(13, 110, 253, 0.25);
}
/* 复选框样式 */
.form-check .form-check-input {
	margin-right: 4px;
	float: none;
}
.badge {
	margin-right: 5px;
	border-radius: 4px 4px 4px 4px;
	border: 1px solid #d1d1d1;
	background-color: #fff !important;
	font-weight: 400;
	font-size: 12px;
	color: #2d3139 !important;
	padding: 5px 8px;
	cursor: pointer;
}
/* .badge:hover {
	border-color: #0066ff !important;
}
.badge:hover a {
	color: #0066ff !important;
	cursor: pointer;
} */
/* 固定查询结果数据到顶部 */
.fixed-to-top-fullscreen {
	position: fixed !important;
	top: 0 !important;
	left: 0 !important;
	right: 0 !important;
	width: 100% !important;
	height: auto !important;
	flex-wrap: wrap;
	margin: 0 !important;
	z-index: 300;
	background: #fff;
	/* box-shadow: 0 2px 10px rgba(0,0,0,0.1); */
	padding: 38px 24px;
	/* 添加过渡效果（可选） */
	transition: all 0.3s ease;
	border-radius: 0 !important;
	gap: 12px 12px;
}
.fixed-to-top-fullscreen .btn-group {
	flex-wrap: wrap;
}
/* .common-use-search-content-results-table .JCLRgrips .JCLRgrip:last-of-type {
	display: none;
} */
/* 滑块样式 */
#cha_cha_cha .gn-slide-rail {
	overflow: hidden !important;
}
#cha_cha_cha .gn-slide-bar {
	height: 44px !important;
	background-position: 8px 10px !important;
}
/* 备案增加删除线 */
.delete-line {
	text-decoration: line-through !important;
	color: #898f98 !important;
}
#resultTable td[data-name=zcs] {
	padding-right: 4px;
}
.show-more-whoistj-text,.show-more-zcs-text {
	cursor: pointer;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	right: 2px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 8px solid #000;
}
#resultTable tr.weixin-l td[data-name="weixin"] {
    color: #dc3545 !important;
}
#resultTable tr.qqjc-l td[data-name="qqjc"] {
    color: #dc3545 !important;
}
#resultTable tr.qiang-q td[data-name="qiang"] {
    color: #dc3545 !important;
}
#resultTable tr.qiang-w td[data-name="qiang"] {
    color: #dc3545 !important;
}
.shoulu td a {
	display: block
}
#resultTable td[data-name="site_tdk"] a:visited{
        color: #ddd !important;
    }
.table_size_small table th,.table_size_small table td {
	font-size: 12px !important;
}
.table_size_big table th,.table_size_big table td {
	font-size: 14px !important;
}

.jucha_en .common-use-search-content-results-processed {
	display: block!important;
}
.jucha_en .common-use-search-content-results-processed-progress {
	margin-bottom: 20px;
}
.jucha_en .btn-setFont {
	width: 90px!important;
}