.broadsite {
	position: fixed;
	width: 0.96rem;
	background-color: #fff;
	right: 0;
	top: 2.2rem;
	color: rgb(5 81 169);
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	font-size: 0.12rem;
	padding: 0.1rem 0;
	z-index: 2;
}
.item {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0.1rem;
	cursor: pointer;
}
.wechart, .phone {
	position: relative;
}
.gzh, .h-phone {
	width: 1.5rem;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: -1.7rem;
	border-radius: 5px;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), -2px -2px 3px rgba(0, 0, 0, 0.2);
	display: none;
}

.broadsite .gzh img {
	width: 1.5rem;
	height: 1.5rem;
}
.gzh-show, .h-phone-show {
	display: block;
}
.h-phone {
	height: 1.5rem;
	background-color: #fff;
	line-height: 0.3rem;
	font-size: 0.18rem;
	text-align: center;
	color: #333;
	/* width: 2rem;
	left: -2.2rem;
	border-radius: 5px;
	padding: 0.1rem 0;
	color: #333;
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.2), -2px -2px 3px rgba(0, 0, 0, 0.2); */
}

.broadsite img {
	height: 0.5rem;
}
.broadsite a {
	color: rgb(5 81 169);
}