.navgationDiv,
.headerHoverArea {
	display: none;
}

.detailTitleBox {
	width: 100%;
	padding: 0.2rem;
	box-sizing: border-box;
	overflow: hidden;
	background: linear-gradient(103deg, #1067A6 0%, #32C7A4 99%);
	border-radius: 0.1rem;
}

.titleBox {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
}

.boxCode {
	font-size: 0.24rem;
	color: #fff;
}

.boxTit {
	font-size: 0.22rem;
	color: #fff;
	line-height: 2;
}

.boxTag {
	overflow: hidden;
	display: flex;
	gap: 0.2rem;
}

.detail-risk {
	float: left;
	font-size: 0.14rem;
	color: #333333;
	padding: 0 0.1rem;
	border-radius: 5px 0;
	height: 0.24rem;
	line-height: 0.24rem;
	text-align: center;
	background: rgba(255 255 255 / 0.8);
}

.tag-open,
.tag-collection {
	background: #fdf5e9;
    color: #e79a27;
}

.tag-confirm,
.tag-found {
	background: #e9f4f9;
    color: #2490c7;
}

/* 正文 */
.main {
	width: 100%;
	overflow: hidden;
	background: #f6f6f6;
}

.productInfo {
	width: 16.56rem;
	margin: 0.3rem auto;
	overflow: hidden;
}

.keyField {
	width: 100%;
	margin-top: 0.3rem;
	overflow: hidden;
	display: flex;
	justify-content: space-around;
}

.fieldInfo {
	overflow: hidden;
	text-align: center;
}

.infoVal {
	font-size: 0.18rem;
	color: #fff;
	line-height: 2;
}

.infoKey {
	font-size: 0.14rem;
	color: #fff;
	line-height: 2;
}

.fieldLine {
	width: 0.02rem;
	background: #e9e9e9;
}

#rate {
	display: none;
}

/* 产品信息--历史业绩 */
.infoBox {
	width: 100%;
	overflow: hidden;
	margin-top: 0.3rem;
}

.infoTab {
	width: 100%;
	overflow: hidden;
}

.infoTable .noticeText {
	float: none;
}

.tabAct {
	width: 50%;
	height: 0.72rem;
	line-height: 0.72rem;
	text-align: center;
	font-size: 0.2rem;
	color: #116daa;
	float: left;
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
	cursor: pointer;
}

.tabAct.active {
	background: #116daa;
	border-bottom: 1px solid #116daa;
	color: #fff;
}

.infoCon {
	width: 100%;
	overflow: hidden;

}

.info {
	overflow: hidden;
	background: #fff;
	padding: 0.3rem;
	box-sizing: border-box;
}

.chart {
	width: 9.5rem;
	float: left;
}

.change-chart-button,
.chart-button {
	display: flex;
	margin-bottom: 15px;
	gap: 0.2rem;
	justify-content: space-between;
	padding: 0 5% 0 3%;
	align-items: center;
}

.chart-name{
	width: auto;
	font-size: 0.16rem;
	font-weight: 400;
	color: #333;
	line-height: 0.18rem;
	border-left: 3px solid #009de4;
	padding-left: 5px;
}

.change-chart,
.change-date {
	padding: 0 0.22rem;
	height: 0.32rem;
	line-height: 0.32rem;
	color: #666;
	font-size: 0.16rem;
	border: 1px solid #ccc;
	border-radius: 0.05rem;
	cursor: pointer;
	display: inline-block;
}

.change-chart.active,
.change-date.active {
	background-color: #009de4;
	color: white;
	border-color: #009de4;
}

.chart-detail {
	width: 100%;
	box-sizing: border-box;
	height: 3.8rem;
}

/* 确保图表容器初始状态正确 */
#chart-detail2 {
	display: none;
}

.chart-button {
	justify-content: center;
}

/* 确保X轴有足够空间 */
#chart-detail1,
#chart-detail2 {
	overflow: visible;
	/* 允许内容溢出容器，避免日期被裁剪 */
}

/* 日期查询 */

.tableDate {
	width: 5.9rem;
	overflow: hidden;
	float: right;
}

.selectDate {
	width: 100%;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 0.15rem;
	margin-bottom: 0.2rem;
}

.inputDate {
	width: 2.4rem;
	height: 0.32rem;
	border: 1px solid #dcdfe6;
	color: #666666;
	border-radius: 2px;
	display: flex;
	align-items: center;
	cursor: pointer;
}

.inputDate>img {
	width: 0.22rem;
	height: 0.22rem;
	margin-left: 0.05rem;
}

.inputDate>input {
	width: 1.5rem;
	height: 0.32rem;
	line-height: 0.32rem;
	color: #666;
	font-size: 0.16rem;
	text-align: left;
	border: none;
	outline: none;
	padding-left: 0.1rem;
}

.dateFont {
	font-size: 0.18rem;
	color: #666;
}

.pointer {
	width: 0.52rem;
	height: 0.32rem;
	line-height: 0.32rem;
	background: #009de4;
	color: white;
	font-size: 0.16rem;
	text-align: center;
	cursor: pointer;
}

.tableDetail,
.detailThead {
	width: 100%;
	overflow: hidden;
}

.detailThead {
	background: linear-gradient(180deg, rgba(0, 157, 228, 0.04) 0%, rgba(245, 246, 248, 0) 100%);
	border-top: 1px solid #dcdfe6;
	border-bottom: 1px solid #dcdfe6;
	display: flex;
}

.detailTheadTh {
	width: 33.33%;
	font-size: 0.16rem;
	color: #666;
	text-align: center;
	height: 0.56rem;
	display: flex;
	align-items: center;
	justify-content: center;
}

.detailTheadTh>img {
	width: 0.1rem;
	height: 0.13rem;
	padding: 0 0.05rem;
	cursor: pointer;
}

.detailTbody {
	width: 100%;
	height: 3.6rem;
	overflow-y: scroll;
}

/* 滚动条整体样式 */
.detailTbody::-webkit-scrollbar {
	width: 6px;
}

/* 滚动条轨道 */
.detailTbody::-webkit-scrollbar-track {
	background: #f1f1f1;
	/* 轨道背景色 */
	border-radius: 10px;
	/* 轨道圆角 */
}

/* 滚动条滑块 */
.detailTbody::-webkit-scrollbar-thumb {
	background: #888;
	/* 滑块背景色 */
	border-radius: 10px;
	/* 滑块圆角 */
	height: 6px;
}


.detailTr {
	width: 100%;
	height: 0.5rem;
	border-bottom: 1px solid #dcdfe6;
	display: flex;
	align-items: center;
}

.detailTd {
	width: 33.33%;
	text-align: center;
	font-size: 0.16rem;
	color: #666;
}

.noticeText {
	width: 100%;
	float: left;
	font-size: 0.16rem;
	color: #666;
	display: flex;
	margin-top: 0.2rem;
}

.noticeText>img {
	width: 0.2rem;
	height: 0.2rem;
	margin-right: 0.1rem;
}

.infoTable {
	margin-top: 0.3rem;
}

.tableCon {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	margin-top: 0.2rem;
}

.tableCon td {
	font-size: 0.16rem;
	color: #666;
	border: 1px solid #ddd;
	line-height: 1.5;
	padding: 0.1rem;
}

.tooltipLink {
	font-size: 0.16rem;
	color: #009de4;
	line-height: 1.5;
	cursor: pointer;
}

/* 销售商弹出框 */
.tooltip-seller {
	width: 3.66rem;
	min-height: 1.53rem;
	max-height: 1.9rem;
	padding: 0.1rem;
	text-align: left;
	border-radius: 0.1rem;
	box-shadow: 0px 0.03rem 0.13rem 0px rgba(0, 0, 0, 0.3);
	position: absolute;
	bottom: 1.9rem;
	left: 0px;
	z-index: 98;
	background: white;
	font-size: 0.16rem;
	color: #666;
}

.tooltip-seller::after {
	content: "";
	position: absolute;
	bottom: -0.08rem;
	left: 1.73rem;
	border-left: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
	border-top: 0.08rem solid white;
}


.tooltip-title {
	font-weight: bold;
	margin-bottom: 0.15rem;
}

.tooltip-bottom {
	border: 1px solid #dcdfe6;
	border-radius: 5px;
	padding: 8px;
	background: #f6f7fa;
}

.tooltip-address {
	padding-bottom: 10px;
	border-bottom: 1px dashed #dcdfe6;
}

.tooltip-phone {
	padding-top: 10px;
}

.tag {
	color: #a7abb2;
}

.copy {
	width: 0.13rem;
	color: gray;
	margin-left: 0.04rem;
	cursor: pointer;
}

.seller-address,
.seller-phone {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

.copySuccessTip {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: rgba(0, 0, 0, 0.7);
	color: white;
	padding: 0.1rem 0.2rem;
	border-radius: 0.05rem;
	z-index: 9999;
	font-size: 16px;
}

/* 进度条 */
.ruleDiv {
	width: 100%;
	height: 1.2rem;
	position: relative;
	margin-top: 0.3rem;
}

.redemptionRuleLines {
	width: 100%;
	display: flex;
	position: absolute;
	top: 0.59rem;
	z-index: 9;
}

.redemptionRuleLines .line {
	width: 50%;
	flex: 1;
	height: 0;
	border: 1px solid #dcdfe6;
}

.redemptionRuleLines .line.active {
	border: 1px solid #009de4;
}

.redemptionRule {
	width: 100%;
	overflow: hidden;
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
	font-size: 0.16rem;
	color: #999;
	justify-content: space-between;
}

.item {
	height: 1.2rem;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	width: 0px;
	white-space: nowrap;
}

.itemCenter {
	align-items: center;
}

.itemRight {
	align-items: flex-end;
}

.circle {
	width: 0.2rem;
	height: 0.2rem;
	line-height: 0.2rem;
	text-align: center;
	border: 0.01rem solid #999;
	border-radius: 50%;
	font-size: 0.14rem;
	margin: 0.1rem 0;
	background: #fff;
}

.redemptionRule>.active {
	color: #009de4;
}

.redemptionRule>.active .circle {
	color: #fff;
	background: #009de4;
}

/* 相关文件 */
.documents {
	width: 100%;
	overflow: hidden;
	background: #fff;
	margin-top: 0.3rem;
}

.documentsTab {
	display: flex;
	width: 100%;
	border-bottom: 1px solid #f6f6f6;
}

/* 子级 div 样式 */
.documentsType {
	flex: 1;
	box-sizing: border-box;
	height: 0.5rem;
	line-height: 0.5rem;
	text-align: center;
	font-size: 0.18rem;
	color: #fff;
	cursor: pointer;
	background: #1372AF;
}

.documentsType.active {
	background: #009de4;
}

.documentsCon {
	width: 100%;
	overflow: hidden;
	padding: 0.2rem;
	box-sizing: border-box;
}

.documentsList {
	display: none;
	width: 100%;
	overflow: hidden;
}

.documentsList:first-child {
	display: block;
}

.documentsList>a {
	display: flex;
	width: 100%;
	margin-top: 10px;
	box-sizing: border-box;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: space-between;
}

.listDate {
	font-size: 0.14rem;
	color: #666;
}

.listTitle {
	font-size: 0.16rem;
	color: #333;
	width: 76%;
	text-align: left;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/* 分页样式 */
.pagination-controls {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0.15rem;
	justify-content: flex-end;
	margin: 0.1rem 0.3rem 0.3rem 0;
}

.page-btn {
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 0.05rem;
	border: 1px solid #ced4da;
	background: transparent;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transition: all 0.2s ease;
	font-size: 0.16rem;
	color: #333;
}

.page-btn:hover,
.ellipsis:hover {
	background: #e9ecef;
	border-color: #adb5bd;
}

.page-btn.active {
	background: #009de4;
	color: white;
	border-color: #009de4;
}

.page-btn:disabled {
	cursor: not-allowed;
	background: #f1f3f5;
}

.total-count {
	color: #999;
	font-size: 0.16rem;
}

/* 分页下拉框样式（替换原有伪下拉框样式） */
.page-size-select {
	width: 1.2rem;
	height: 0.3rem;
	text-align: center;
	border: 1px solid #ced4da;
	border-radius: 0.05rem;
	font-size: 0.16rem;
	cursor: pointer;
	background-color: #fff;
	cursor: pointer;
}

.page-numbers {
	display: flex;
	align-items: center;
	gap: 5px;
}

.ellipsis {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 0.3rem;
	height: 0.3rem;
	border-radius: 0.05rem;
	border: 1px solid #ced4da;
	background: transparent;
	color: #333;
	font-size: 0.16rem;
	cursor: pointer;
}

/* 页面锚点 */
.detailMenu {
	z-index: 1;
	position: fixed;
	bottom: 0.2rem;
	right: 0.1rem;
	width: 1.2rem;
	background: white;
	border-radius: 8px;
	padding: 0 0.1rem;
	box-shadow: 1px 1px 10px -4px;
}

.menuTab {
	padding: 0.15rem 0.2rem;
	position: relative;
	text-align:center;
	border-bottom: 1px dashed #dcdfe6;
	cursor: pointer;
}

.menuTab:last-child {
	border-bottom: 0;
}

.detailMenu .color {
	display: block;
	width: 1.5rem;
	height: 0.32rem;
	line-height: 0.32rem;
	text-align: center;
	position: relative;
	left: -0.35rem;
}

.menuTab.active .color {
	background: linear-gradient(90deg, #1067a6 0%, #32c7a4 100%);
	color: white;
}


@media (max-width: 1200px) {
	.titleBox{
		flex-direction: column;
		align-items: flex-start;
	}

	.selectDate {
		justify-content: flex-end;
	}

	.productInfo {
		width: 96%;
	}

	.chart {
		width: 100%;
	}

	.tableDate {
	    width: 100%;
	    margin-top: 0.3rem;
	}

	.inputDate {
		width: 2.1rem;
		height: 0.38rem;
	}

	.inputDate>input {
		width: 1.7rem;
		height: 0.38rem;
		line-height: 0.38rem;
	}

	.pointer {
		width: auto;
		padding: 0 2%;
		height: 0.4rem;
		line-height: 0.4rem;
	}

	.detailMenu {
		display: none;
	}

}

@media (max-width: 767px) {
	.detailTitleBox {
		min-height: 2rem;
	}

	.detailTitleBox>img{
		height: 100%;
	}

	.boxCode {
		font-size: 0.2rem;
	}

	.boxTit {
		font-size: 0.24rem;
	}

	.boxTag>span {
		padding: 0.05rem;
	}

	.productInfo{
		width: 100%;
	}
	
	.keyField{
		flex-wrap: wrap;
	}
	
	.fieldInfo{
		width: 33%;
	}

	.fieldInfo:nth-child(1), .fieldInfo:nth-child(3), .fieldInfo:nth-child(11) {
		display: none;
	}

	.fieldLine:nth-child(2),.fieldLine:nth-child(4),.fieldLine:nth-child(10){
		display: none;
	}
	
	.chart,.tableDate{
		width: 100%;
	}

	.change-chart-button, .chart-button {
		padding: 0;
	}
	
	.chart-detail{
		padding: 0;
	}

	.tooltip-seller {
		width: 3.8rem;
		max-height: max-content;
	}

	.copy {
		width: 0.18rem;
	}

	.page-size-select{
		width: auto;
		height: 0.6rem;
	}

	.page-btn {
		height: 0.6rem;
		line-height: 0.6rem;
	}
}