.footer-help {
	position: fixed;
	width: 180px;
	height: 46px;
	bottom:2px;
	right: 2px;
	font-size: 14px;
	z-index:99999999999;
}

.footer-help-btn {
	width: 180px;
	height: 46px;
	line-height: 42px;
	text-align: center;
	background: #c42028;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
}

.footer-help-btn .iconfont {
	font-size: 24px;
	vertical-align: middle;
}

.footer-help-btn span {
	vertical-align: middle;
}

.footer-help-btn .dot {
	display: inline-block;
	width: 4px;
	height: 4px;
	background: #fff;
	border-radius: 50%;
}

.footer-help-top {
	display: none;
	position: absolute;
	left: -66px;
	top: 0;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	background: rgba(108, 108, 108, 0.3);
	background: rgb(108, 108, 108)\9;
	border-radius: 4px;
	color: #fff;
	font-size: 20px;
	cursor: pointer;
}

.footer-help-top .iconfont {
	display: none\9;
}

.footer-help-top span {
	font-size: 14px;
}

.footer-help-container {
	display: none;
	position: absolute;
	bottom: 46px;
	left: -10px;
	width: 197px;
	height: 280px;
	background: url(help-container.png) no-repeat;
}

.footer-help-container .help-list {
	padding: 25px 0 0 30px;
}

.footer-help-container .help-list li {
	height: 40px;
	margin-bottom: 20px;
}

.footer-help-container .help-list a {
	color: #666;
	display: block;
}

.footer-help-container .help-list .help-icon {
	float: left;
}

.footer-help-container .help-list .help-icon .iconfont {
	font-size: 22px;
}

.footer-help-container .help-list .help-text {
	float: left;
	margin-left: 10px;
}

.footer-help-container .help-list .help-title {
	font-weight:500;
}

.footer-help-container .help-list .help-phone {
	margin-top: 5px;
	font-size: 12px;
	font-weight: bold;
	color: #c42028;
}

.footer-help-container .help-list .help-desc {
	margin-top: 2px;
	font-size: 12px;
	color: #bbb;
}
 @media screen and (max-width:768px) {
.footer-help {
	display: none;
}
}