#leftMenu .left-menu-box {
	position: fixed;
	left: 0;
	top: 100px;
	width: 80px;
	height: calc(100vh - 100px);
	/* background: #3A3D3F; */
	background-color: #000;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	/* padding: 50px 0; */
	z-index: 1;
	visibility: visible;
}

#leftMenu .left-menu-box .call-box{
	position: absolute;
	bottom: 100px;
}

#leftMenu .left-menu-box .call-box>div {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin-top: 40px;
}

#leftMenu .left-menu-box .call-box>div>span {
	color: #fff;
	font-size: 13px;
}

#leftMenu .left-menu-box .call-box .weixin {
	width: 30px;
	height: 30px;
}

#leftMenu .left-menu-box .title {
	color: #ffffff;
	font-size: 17px;
	transform: rotate(-90deg);
	/* height: 40px; */
	line-height: 30px;
	letter-spacing: 2px;
	width: 300px;
	position: absolute;
	top: 150px;
	text-align: center;
}

#leftMenu .model{
	position: fixed;
	width: 300px;
	height: 400px;
	left: calc(50% - 150px);
	top: calc(50% - 200px);
	background-color: #fff;
	z-index: 100;
	border-radius: 20px;
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	box-shadow: 0 0 10px #aaa;
}

#leftMenu .model img{
	width: 300px;
	height: 300px;
}

#leftMenu .model>div{
	height: 50px;
	text-align: center;
	color: #7970AD;
}

#leftMenu .model .close{
	text-align: right;
	padding: 0 30px;
	color: #000;
	opacity: 1;
}

#leftMenu .model .tip{
	font-family: 'youshe';
	font-size: 25px;
}

@media(max-width: 1280px) {
	#leftMenu .left-menu-box {
		visibility: hidden;
	}
}
