.compareBtn {
	top: calc(120px + 324px) !important;
}
.float-left {
	position: fixed;
	top: 120px;
	width: 115px;
	height: 302px;
	background: url("https://www.hbzhan.com/images/live/version/2022/float-left.png") no-repeat;
	background-size: cover;
	z-index: 999;
}
.float-left.float-yg {
	background: url(https://www.hbzhan.com/images/live/version/2022/float-left-yg.png) no-repeat;
	background-size: 100% 100%;
	display: none;
}
.float-left-close {
	position: absolute;
	font-size: 12px;
	bottom: -18px;
	left: 8px;
	color: #999;
}
.float-left-close i {
	color: #999;
	font-size: 16px;
}
.float-left ul {
	margin-top: 82px;
}
.float-left ul li {
	height: 44px;
	line-height: 44px;
	font-size: 16px;
	text-align: center;
}
.float-left ul li a {
	color: #e0eaa1;
	font-weight: bold;
}
@media only screen and (min-width: 1401px) and (max-width:1919px){
	.compareBtn {
		top: calc(120px + 255px) !important;
	}
	body .float-left {
		width: 92px;
		height: 248px;
	}
	body .float-left.float-yg {
		background-size: 100% auto;
	}
	body .float-left ul {
		margin-top: 64px;
	}
	body .float-left ul li {
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
}
@media only screen and (max-width:1400px) {
	.compareBtn {
		top: calc(120px + 205px) !important;
	}
	body .float-left {
    	width: 76px;
    	height: 205px;
    }
	body .float-left.float-yg {
		background-size: 100% auto;
	}
	body .float-left ul {
    	margin-top: 54px;
    }
	body .float-left ul li {
    	height: 29px;
    	line-height: 29px;
    	font-size: 13px;
    }
}
