.headerHoverArea {
	display: none;
}

.main {
	width: 100%;
	padding: 0.35rem 1.23rem;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
	background: #f3f3f3;
}

/* 面包屑样式 */
.breadcrumbsSearch {
	display: flex;
	width: 100%;
	justify-content: space-between;
}

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


.breadcrumbs img {
	width: 0.2rem;
	height: 0.2rem;
}

.breadcrumbLink {
	display: flex;
}

.breadcrumbLink,
.breadcrumbLink>a {
	color: #999;
	font-size: 0.16rem;
}

.breadcrumbLink>a,
.breadcrumbLink>span {
	margin-left: 0.05rem;
	display: block;
}

.breadcrumbLink a:hover {
	color: #116daa;
}

.containerLine {
	border: 0;
	display: block;
	width: 100%;
	height: 0.02rem;
	background-color: #ddd;
	margin: 0.25rem auto 0.4rem;
}

/* 产品中心 */
.productMain {
	width: 16.56rem;
	margin: 0 auto;
	overflow: hidden;
}

.productMainUp {
	width: 16.54rem;
	border: solid 1px #c0c0c0;
	overflow: hidden;
	background: #fff;
}

.searchBox {
	width: calc(100% - 0.6rem);
	overflow: hidden;
	padding: 0.1rem 0.3rem;
	border-bottom: 1px solid #ededed;
}

.f_inp {
	width: 4rem;
	height: 0.3rem;
	line-height: 0.3rem;
	padding: 0 0.2rem 0 0.4rem;
	border-radius: 0.265rem;
	border: 0.01rem solid #d6d6d6;
	font-size: 0.14rem;
	color: #999;
	background: url(/eportal/fileDir/hzbankwealth/template/page/product/20250923.png) no-repeat 0.12rem center;
	background-size: 0.18rem 0.18rem;
	color: #056687;
}

.buttons {
	display: flex;
	gap: 0.2rem;
	justify-content: center;
	overflow: hidden;
	margin: 0.25rem 0 0.15rem;
}

.buttons>div {
	padding: 0.05rem 0.45rem;
	text-align: center;
	border: 0.01rem solid #DCDFE6;
	border-radius: 4px;
	background: #fff;
	font-size: 0.16rem;
	color: #333;
	cursor: pointer;
}

.buttons>div.active {
	background: #1e73af;
	border: 0.01rem solid #1e73af;
	color: #fff;
}

/* 筛选 */
.select {
	width: 100%;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap;
	padding: 0 0.3rem;
	box-sizing: border-box;
	justify-content: space-between;
}

.selectBlock {
	width: 47%;
	overflow: hidden;
	display: flex;
	align-items: center;
	gap: 0.1rem;
	margin-top: 0.2rem;
	flex-wrap: wrap;
}

.blockName {
	font-size: 0.16rem;
	color: #333;
	text-align: right;
}

.blockOption {
	display: flex;
	align-items: center;
	overflow: hidden;
	gap: 0.2rem;
}

.blockOption>span {
	padding: 0.05rem 0.15rem;
	font-size: 0.16rem;
	color: #999;
	text-align: center;
	cursor: pointer;
}

.blockOption>span.cur {
	border-radius: 0.2rem;
	color: #116daa;
	border: 0.01rem solid #116daa;
}

/* 排序 */
.orderPage {
	width: 100%;
	overflow: hidden;
	border: solid 1px #e7e7e7;
	margin-top: 0.2rem;
	background: #fff;
	padding: 0.1rem 0.3rem;
	box-sizing: border-box;
	font-size: 19px;
	color: #767676;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.orderBlock {
	overflow: hidden;
	display: flex;
	align-items: center;
}

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

.orderOption>span {
	font-size: 0.16rem;
	color: #999;
	display: flex;
	margin-left: 0.2rem;
	align-items: center;
}

.orderOption img {
	width: 0.16rem;
	height: 0.16rem;
	cursor: pointer;
}

.orderPage .pagination{
	margin-top: 0;
}

/* 产品列表 */
.product-list {
	width: 100%;
	overflow: hidden;
	margin-top: 0.3rem;
}

.no-data {
	font-size: 0.2rem
}

/* 加载中 */
.loading {
	text-align: center;
	font-size: 0.2rem;
	line-height: 2;
	color: #333;
	width: 16.56rem;
	position: absolute;
	z-index: 9;
	padding: 1rem 0;
}

.spinner {
	width: 0.5rem;
	height: 0.5rem;
	border: 0.05rem solid rgba(26, 42, 108, 0.2);
	border-top: 0.05rem solid #1a2a6c;
	border-radius: 50%;
	animation: spin 1s linear infinite;
	margin: 0.2rem auto;
}

@keyframes spin {
	0% {
		transform: rotate(0deg);
	}

	100% {
		transform: rotate(360deg);
	}
}

.cp-list li {
	width: 16.54rem;
	margin-top: 0.25rem;
	overflow: hidden;
	border: solid 1px #e5e5e5;
	background: #fff;
}

.cp-list li:first-child {
	margin-top: 0;
}

.webTitle {
	padding: 0.2rem 0.35rem;
	border-bottom: solid 0.01rem #f6f6f6;
	display: flex;
	align-items: center;
}

.webTitle a {
	font-size: 0.2rem;
	color: #4f4e4e;
	padding-left: 0.4rem;
	background: url(/eportal/fileDir/hzbankwealth/template/page/product/icon-tt.jpg) left center no-repeat;
	background-size: contain;
	cursor: pointer;
}

.webTitle a:hover {
	color: #ff5953;
}

.webTitle img {
	width: 0.31rem;
}

.appNumber {
	display: none;
}

.webCon {
	display: flex;
	width: 100%;
	padding: 0.3rem 0;
}

.webConFl {
	width: 23%;
	height: auto;
	text-align: center;
	position: relative;
	display: flex;
	justify-content: center;
	flex-direction: column;
	border-right: solid 1px #f0f0f0;
	padding: 0.2rem;
	box-sizing: border-box;
}

.nianzengzhang {
	font-size: 0.18rem;
	color: #333333;
	text-align: center;
	line-height: 1.5;
}

.webYeji {
	color: #999;
	font-size: 0.16rem;
	margin-top: 0.2rem;
}

.tooltipTrigger {
	color: #c4c4c4;
	margin-top: 0.1rem;
	cursor: pointer;
	font-size: 0.16rem;
	position: relative;
	cursor: pointer;
}

.tooltipProduct {
	width: 100%;
	display: none;
	position: absolute;
	top: -1.1rem;
	z-index: 9;
	font-size: 0.14rem;
	line-height: 1.5;
	padding: 2%;
	background: #fff;
	border: 0.01rem solid #ccc;
	border-radius: 0.05rem;
	box-shadow: 0px 0.03rem 0.13rem 0px rgba(0, 0, 0, 0.3);
}

.tooltipProduct::after {
	content: "";
	position: absolute;
	bottom: -0.08rem;
	left: 49%;
	border-left: 0.1rem solid transparent;
	border-right: 0.1rem solid transparent;
	border-top: 0.08rem solid white;
}

.tooltipTrigger:hover .tooltipProduct {
	display: block;
}

.tooltipQrcode {
	position: absolute;
	top: -0.2rem;
	left: 2%;
	width: 96%;
	height: auto;
	display: none;
	z-index: 9;
}

.tooltipQrcode>img {
	box-shadow: 0px 3px 13px 0px rgba(0, 0, 0, 0.3);
	margin: 0% auto;
	width: 100%;
}

.cart {
	width: 0.48rem;
	margin: 0.2rem auto 0;
}

.webConFr {
	width: 77%;
	display: flex;
	padding: 0.2rem;
	box-sizing: border-box;
	justify-content: space-evenly;
}

.pull20 {
	overflow: hidden;
}

.pull20:last-child {
	display: none;
}

.pullVal,
.pullKey {
	font-size: 0.16rem;
	margin-top: 0.2rem;
}

.pullVal {
	color: #333;
}

.pullVal:first-child {
	margin-top: 0;
}

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

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

.productMain>.pagination {
	border: solid 1px #e7e7e7;
	background: #fff;
	padding: 0.15rem 0.35rem;
}

.pagination-info {
	color: #999;
	font-size: 0.16rem;
}

.pagination-info>span {
	color: #116daa;
	font-weight: 600
}

.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;
}

.pagination-controls {
	display: flex;
	align-items: center;
	gap: 0.1rem;
}

.page-btn {
	min-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;
	font-size: 0.16rem;
	color: #333;
	padding: 0 0.05rem;
}

.page-btn:hover {
	color: #409eff;
}

.page-btn.active {
	background: #116daa;
	color: white;
	border-color: #116daa;
}

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

.ellipsis {
	display: flex;
	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;
	align-items: center;
}

.jump-container {
	display: flex;
	align-items: center;
	gap: 0.1rem;
	color: #999;
	font-size: 0.16rem;
}

.jump-input {
	width: 0.7rem;
	height: 0.28rem;
	border: 1px solid #ced4da;
	border-radius: 0.05rem;
	font-size: 0.16rem;
	text-align: center;
	/* 禁用数字输入框的上下箭头 */
	-moz-appearance: textfield;
}

.jump-input::-webkit-outer-spin-button,
.jump-input::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.jump-input:focus {
	outline: none;
	border-color: #1a2a6c;
}

/* 状态条样式 */



/* 响应式布局 */
@media only screen and (max-width: 1200px) {
	
	.main{
		padding: 0;
	}

	.productMain {
		width: 96%;
		margin:0.3rem auto;
	}
	
	.productMainUp {
		width: calc(100% - 2px);
	}

	.select {
		flex-direction: column;
	}

	.selectBlock {
		display: flex;
		width: 100%;
	}
	
	.blockName {
		width: auto;
	}
    
    .loading {
        width: calc(100% - 2px);
    }

	.cp-list li {
		width: calc(100% - 2px);
	}

	.orderPage .pagination{
		display:none;
	}

}

@media (max-width: 767px) {

	.searchBox {
	    flex-direction: column;
	}

	.f_inp {
		width: 100%;
		box-sizing: border-box;
		height: 0.5rem;
		line-height: 0.5rem;
		background-size: 0.24rem 0.24rem;
	}

	.buttons {
		justify-content: center;
	}

	.buttons>div {
		/* width: 1.5rem; */
	}

	.selectBlock {
		display: flex;
		align-items: flex-start;
		flex-direction: column;
	}

	.blockName {
		text-align: right;
		height: 0.42rem;
		line-height: 0.42rem;
	}

	.blockOption {
		width: 100%;
		display: flex;
		flex-wrap: wrap;
		gap: 2%;
	}

	.blockOption>span {
		margin-bottom:5px;
	}

	.webTitle {
		align-items: flex-start;
	}

	.webTitle a {
		background-size: 0.2rem 0.2rem;
	}

	.webCon {
		flex-direction: column;
		padding-top: 0;
	}

	.webConFl,
	.webConFr {
		width: 100%;
	}

	.webConFr {
		justify-content: space-between;
	}

	.tooltipTrigger>span{
		display:none;
	}

	.tooltipProduct {
		display: block;
		position: relative;
		top: 0;
		left: 10%;
		border: none;
		box-shadow: none;
		background: #f5f5f5;
		height: auto;
		padding: 0.1rem;
		box-sizing: border-box;
		margin-top: 0.2rem;
		width: 80%;
		font-size: 0.16rem;
	}

	.pullVal,
	.pullKey {
		text-align: center;
	}

	.page-size-select,
	.jump-container {
		display: none;
	}

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

@media (max-width: 500px) {

	.webConFr {
		flex-wrap: wrap;
	}

	.pull20 {
		width:32%;
		margin-top: 0.2rem;
	}

	.pull20:last-child {
		display: block;
	}
}