/*新增*/
#backTop {
	position: fixed;
	right: 0px;
	top: 50%;
	transform: translateY(-50%);
	z-index: 888;
}
#backTop ul li {
	cursor: pointer;
	background: rgba(0,0,0,0.2);
	width: 50px;
	height: 50px;
	color: #fff;
	display: block;
	position: relative;
	margin: 0px 0;
	right: 0;
}
#backTop ul li#gttop {
	display: none;
	float: left;
}
#backTop ul li i {
	z-index: 1
}
#backTop ul li.ft-qq i {
	background: #1ea6e9;
}
#backTop ul li.ft-wx i {
	background: #46be8a;
}
#backTop ul li.ft-tel i {
	background: #DA0023;
}
#backTop ul li.ft-tel a{color:#333;}
#backTop ul li small {
	width: 160px;
	height: 160px;
	position: absolute;
	left: -220px;
	top: 0;
	padding: 10px;
	box-shadow: 0 0 10px rgba(0,0,0,.2);
	visibility: hidden;
	opacity: 0;
	background: #fff;
	z-index: 0;
	-webkit-transition: all .2s ease;
	-o-transition: all .2s ease;
	transition: all .2s ease;
}
#backTop ul li small.telTop {
	width: auto;
	height: 50px;
	line-height: 50px;
	padding: 0 15px;
	text-align: center;
	font-size: 22px;
	color: #333;
	right: 70%;
	left: auto;
	visibility: hidden;
	white-space: nowrap;
}
#backTop ul li:hover.ft-tel small.telTop {
	visibility: visible;
	opacity: 1;
	right: 100%;
}
#backTop ul li:hover.ft-wx small.weixin {
	visibility: visible;
	opacity: 1;
	left: -175px;
}
#backTop ul li.ft-qq small.qqlist {
	visibility: hidden;
	opacity: 0;
	left: -190px;
	padding: 12px 15px 12px 15px;
	width: 150px;
	height: auto;
}
#backTop ul li.ft-qq small.qqlist a, #backTop ul li.ft-qq small.qqlist a i {
	-webkit-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
}
#backTop ul li.ft-qq small.qqlist a {
	color: #666;
	display: inline-block;
	height: 30px;
	line-height: 30px;
	padding-left: 30px;
	position: relative;
}
#backTop ul li.ft-qq small.qqlist a i {
	font-size: 18px;
	position: absolute;
	width: 20px;
	height: 20px;
	line-height: 20px;
	text-align: center;
	color: #1ea6e9;
	background: none;
	top: 5px;
	left: 2px;
	margin: 0;
}
#backTop ul li.ft-qq small.qqlist em {
	width: 100%;
	height: 30px;
	line-height: 30px;
	color: #999;
	font-style: normal;
	display: inline-block;
	padding: 5px 0 10px 0;
}
#backTop ul li:hover.ft-qq small.qqlist {
	visibility: visible;
	opacity: 1;
	left: -165px;
}
#backTop ul li.ft-qq small.qqlist a:hover, #backTop ul li.ft-qq small.qqlist a:hover i {
	color: #F4CE58;
}
#backTop ul li i {
	text-align: center;
	color: #fff;
	width: 50px;
	height: 50px;
	font-style: inherit;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -25px;
	margin-left: -25px;
	font-size: 22px;
	display: flex;
    align-items: center;
    justify-content: center;
}
#backTop a {
	color: #fff;
	display: block;
	cursor: pointer
}
#backTop ul li small b {
	width: 25px;
	height: 35px;
	position: absolute;
	top: 2px;
	right: -10px;
	z-index: 999;
	font-size: 35px;
}
#backTop ul li small img{ width:100%; height:auto;}
#backTop ul li{display: flex;
    align-items: center;
    justify-content: center;}
#backTop ul li .icon img{ width:20px; height:auto;}
#backTop ul li.ft-tel .icon img{ width:19px;}
#backTop ul li.ft-wx .icon img{width:24px;}

.Online{ 
	position: fixed;
    right: 0;
    top: 30%;
    z-index: 100;
    border-right: 0;
	width:10.66667%;
	max-width:100px;
	min-width:40px;
}

.Online .kfbtn{
	display:block;
	padding:0;
	margin-bottom:1px;
	cursor:pointer;
	position:relative;
}

.Online .kfbtn img{
	width:100%;
	height:auto;
}

.Online .kfbtn .qrcode{
	position:absolute;
	width:120px;
	top:0;
	right:100%;
	max-width:unset;
	visibility:hidden;
	opacity:0;
	transition:all .5s;
	-webkit-transition:all .5s;
}

.Online .kfbtn .qrcode.show{
	opacity:1;
	visibility:visible;
}

.mobile-menu-area{
	position:sticky;
	top:0;
	z-index:99;
	max-height:100vh;
	overflow:auto;
}