* {
	box-sizing: border-box; /* 确保所有元素内部尺寸计算包括padding和border */
}
html
{
	/* max-width: 1080px !important; */
	margin:0 auto;
}
body{
	/* max-width: 1080px !important; */
	margin:0 auto;
	font-size: 14px;
}
.content{
	/* max-width: 1080px !important; */
	margin:0 auto;
	/* background-color: #FFFFFF; */
	min-height: 100vh;
	text-align: center;

}

.custom-page{
	margin-bottom: 60px;
}

.copy-button {
	background-color: #4CAF50;
	border: none;
	color: white;
	padding: 4px 10px;
	text-align: center;
	text-decoration: none;
	display: inline-block;
	/*font-size: 16px;*/
}

.kefu{
	position: fixed;
	bottom: 6rem;
	right: 5%;
	background-color: #FFFFFF;
	border-radius:50%;
	box-shadow: 8px 8px 4px 1px rgba(0, 0, 0, 0.5);

}
.kefu img{
	width: 4rem;
	height: 4rem;
	border-radius:50%;
}

.kefu span{
	position:absolute;
	top: 4rem;
	left: 0rem;
	width: 4rem;
	color: #e81123;
	font-weight: 800;
}