
/*右侧悬浮*/
.right_nav_fixed {
	display: none;
	right: 0;
	bottom: 40%;
	position: fixed;
	text-align: left;
	overflow: hidden;
	z-index: 999;

}

.right_nav_fixed li {
	background: #036fc9;
	margin: 4px 0;
	padding: 10px;
	border-top-left-radius: 4px;
	border-bottom-left-radius: 4px;
	cursor: pointer;
	position: relative;
	right: -95px;
	width: 121px !important;
}

.right_nav_fixed li .iconBox {
	text-align: center;
	overflow: hidden;
	display: flex;
	align-items: center;
	justify-content: space-between
}

.right_nav_fixed li img {
	width: 30px;
}

.right_nav_fixed li h4 {
	color: #fff;
	font-size: 14px;
	margin: 2px 0;
	margin-left: 15px
}

.right_nav_fixed li:hover {
	background: #008bff;
}

.right_nav_fixed li .hideBox {
	display: none;
	position: absolute;
	right: 108px;
	padding: 10px;
	padding-right: 15px;
	top: -10px;width: 188px;
	z-index: 999
}

.right_nav_fixed li .hideBox .hb {
	border: 1px solid #ccc;
	background-color: #fff;
	padding: 10px 20px;
	border-top: 2px solid #036fc9;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px
}



.right_nav_fixed li .hideBox .hb h5 {
	padding: 5px 0;
	border-bottom: 2px solid #ccc;
	color: #036fc9;
	font-size: 16px;
	font-weight: 400;
	display: block;
	white-space: nowrap;margin: 0px!important;;
}

.right_nav_fixed li .hideBox .hb p {
	margin-top: 5px;
	font-size: 15px;
	font-weight: 700;
}

.right_nav_fixed li .hideBox .hb .qqtalk {
	margin-top: 10px
}

.right_nav_fixed li .hideBox .hb .qqtalk a {
	display: flex;
	align-items: center
}

.right_nav_fixed li .hideBox .hb .qqtalk img {
	width: 25px;
	height: 25px
}

.right_nav_fixed li .hideBox .hb .qqtalk p {
	font-size: 14px;
	font-weight: 400;
	white-space: nowrap;
	margin-top: -5px;
	margin-left: 5px
}

.right_nav_fixed li:nth-child(3) .hideBox img {
	width: 122px;
	height: 122px;
	margin-top: 10px
}
