/* 页面内容的高度，以便可以滚动 */
body {
	height: 1500px;
}

.backtop {
	width: 40px;
	height: 40px;
	border-radius: 100%;
	background: #fff;
	position: fixed;
	right: 15px;
	bottom: 80px;
	text-align: center;
	display: none;
	z-index: 9999;
	/* 确保按钮在其他元素之上 */
	box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
	/* 增加一点阴影使按钮更明显 */
}

.backtop i {
	display: inline-block;
	width: 50%;
	height: 50%;
	background: url(../image/qw3343nhxz3_shangla.webp) center no-repeat;
	background-size: 100% 100%;
	margin-top: 10px;
}