.fixed-right-phone {
	display: none !important;
}

/*右悬浮*/
.fixed-right {
	display: block !important;
	position: fixed;
	right: 0;
	/* bottom: 1.05rem; */
	bottom: 100px;
	width: 60px;
	background: rgba(0, 0, 0, 0.45);
	text-align: center;
	z-index: 1002;
	/* border: 1px solid #fff; */
}

.mian-index {
	bottom: 50px;
}

.fixed-right .li {
	position: relative
}

.fixed-right .li .a {
	display: block;
	height: 60px;
	overflow: hidden;
	border-top: 1px solid rgba(255, 255, 255, 0.8);
	font-size: 12px;
	color: rgba(255, 255, 255, 0.8);
	cursor: pointer;
	text-decoration: none;
}

.fixed-right .li:first-child .a {
	border-top: none;
}

.fixed-right .li .a i {
	display: block;
	width: 24px;
	height: 24px;
	background-size: 100%;
	margin: 6px auto
}

.fixed-right .yuyue .a i {
	background: url(../images/yuyue.png) no-repeat center center;
	background-size: 120%;
}

.fixed-right .kanche-icon .a i {
	background-size: 100% !important;
	background: url(../images/kanche.png) no-repeat center center
}

.fixed-right .app .a i {
	background: url(../images/app.png) no-repeat center center;
	background-size: 100%;
}

.fixed-right .gzh .a i {
	background: url(../images/gzh.png) no-repeat center center;
	background-size: 100%;
}

.fixed-right .webo .a i {
	background: url(../images/webo.png) no-repeat center center;
	background-size: 100%;
}

.fixed-right .to-top .a i {
	background: url(../images/to-top.png) no-repeat center center;
	background-size: 100%;
}

.fixed-right .dianzi .a i {
	background: url(../images/dianzi.png) no-repeat center center;
	background-size: 100%;
}

.fixed-right .kefu .a i {
	background: url(../images/kefu.png) no-repeat center center;
	background-size: 100%;
}

.fixed-right .li .img {
	width: 120px;
	height: 120px;
	position: absolute;
	right: 60px;
	top: -30px;
	max-width: none;
	padding: 5px;
	background: #fff;
	border-radius: 5px;
	display: none
}

.fixed-right .li:hover .img {
	display: block
}

.fixed-right .li .a:hover {
	background: #7d7c7c
}

.header-h {
	min-height: 50px
}

@media screen and (max-width:980px) {
	.fixed-right {
		display: none !important;
	}

	.fixed-right-phone {
		display: block !important;
		position: fixed;
		right: 2vw;
		bottom: 20vh;
		width: 60px;
		height: 60px;
		z-index: 1002;
	}
	.fixed-right-phone img{
		width: 60px;
		height: auto;
	}
}