.help{
	display: block;
	width: 80px;
	position:fixed;
	right: 0;
	top:41%;
	z-index: 10000;
	border: 1px solid #f8f8f8;
	border-left: none;
}
.help ul li{
	width: 100%;
	height: 90px;
	border-bottom: 1px solid #f8f8f8;
	cursor: pointer;
	border-left:1px solid #f8f8f8;
}
.help ul li:nth-of-type(1){
	background: url(../image/tel@2x.png) no-repeat;
	background-color: #fff;
	background-size:30% 30%;
	background-position: 50% 30%;
}
.help ul li:nth-of-type(1):hover{
	background: url(../image/tel@2x_act.png) no-repeat;
	background-color: #fff;
	background-size:30% 30%;
	background-position: 50% 30%;
}
.help ul li:nth-of-type(2){
	background: url(../image/QQ@2x.png) no-repeat;
	background-color: #fff;
	background-size:30% 30%;
	background-position: 50% 30%;
}
.help ul li:nth-of-type(2):hover{
	background: url(../image/QQ@2x_act.png) no-repeat;
	background-color: #fff;
	background-size:30% 30%;
	background-position: 50% 30%;
}
.help ul li:nth-of-type(3){
	background: url(../image/wechat@2x.png) no-repeat;
	background-color: #fff;
	background-size:30% 30%;
	background-position: 50% 30%;
}
.help ul li:nth-of-type(3):hover{
	background: url(../image/wechat@2x_act.png) no-repeat;
	background-color: #fff;
	background-size:30% 30%;
	background-position: 50% 30%;
}
.help ul li:nth-of-type(4){
	background: url(../image/top@2x.png) no-repeat;
	background-color: #fff;
	background-size:30% 30%;
	background-position: 50% 30%;
	margin-top: 30px;
	border-top:1px solid #f8f8f8;
}
.help ul li:nth-of-type(4):hover{
	background: url(../image/top@2x_act.png) no-repeat;
	background-color: #fff;
	background-size:30% 30%;
	background-position: 50% 30%;
}
.help ul li p{
	font-size:14px;
	font-family:PingFangSC-Medium;
	color:#999;
	text-align: center;
	padding-top: 61px;
}
.help_show{
	display: block;
	width: 186px;
	position:fixed;
	right: 85px;
	top:41%;
	z-index: 10000;
	display: flex;
	flex-direction: column;
	display: none;
}
.help_tel{
	width: 120px;
	height: 90px;
	background: url(../image/call@2x.png) no-repeat;
	background-color: #f8f8f8;
	background-size:25% 33.333%;
	background-position: 50% 20%;
	border-bottom: 1px solid #fff;
	display: none;
	float: right;
}
.help_tel P:nth-of-type(1){
	font-size:12px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:#666;
	text-align: center;
	padding-top: 51px;
}
.help_tel P:nth-of-type(2){
	font-size:10px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:#B9CED7;
	text-align: center;
	padding-top: 2px;
}
.help_qq{
	width: 120px;
	height: 90px;
	background: url(../image/QQ@2x.png) no-repeat;
	background-color: #f8f8f8;
	background-size:25% 33.333%;
	background-position: 50% 20%;
	border-bottom: 1px solid #fff;
	display: none;
	margin-top: 91px;
	float: right;
}
.help_qq P:nth-of-type(1){
	font-size:12px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:#666;
	text-align: center;
	padding-top: 51px;
}
.help_qq P:nth-of-type(2){
	font-size:10px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:#B9CED7;
	text-align: center;
	padding-top: 2px;
}
.help_wechat{
	width: 186px;
	height: 93px;
	display: flex;
	background: #f8f8f8;
	display: none;
	margin-top: 182px;
}
.help_wechat div:nth-of-type(1){
	width: 99px;
	height: 93px;
	background: url(../image/wechat@2x.png) no-repeat;
	background-color: #f8f8f8;
	background-size:30.3% 33.333%;
	background-position: 50% 20%;
}
.help_wechat div:nth-of-type(1) P:nth-of-type(1){
	font-size:12px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:#666;
	text-align: center;
	padding-top: 51px;
}
.help_wechat div:nth-of-type(1) P:nth-of-type(2){
	font-size:10px;
	font-family:PingFangSC-Medium;
	font-weight:500;
	color:#B9CED7;
	text-align: center;
	padding-top: 2px;
}
.help_wechat div:nth-of-type(2){
	width: 85px;
	height: 93px;
	background: url(../image/shouhou.png) no-repeat;
	background-size:75.2941% 68.8172%;
	background-position: center center;
}