.fix_box{
	position: fixed;
	right: 10px;
	bottom: 20px;
	width: 60px;
	/* transform: translateY(-50%); */
	z-index: 99;
}
.fix_box li{
	width: 100%;
	height: 60px;
	background-color: #d7241a;
	border-radius: 10px;
	margin-bottom: 8px;
}
.fix_box li a{
	color: #fff;
	line-height: 1;
	height: 100%;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.fix_box li a .img{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
	margin: -10px auto 0;
}
.fix_box li a .img img{
	max-width: 80%;
	max-height: 80%;
	display: inline-block;
	vertical-align: middle;
}
.fix_box li a .tit{
	font-size: 16px;
	font-weight: 700;
}
.fix_box li.fix-tel{
	position: relative;
	width: 95px;
	right: 0;
	overflow: hidden;
	cursor: pointer;
}
.fix_box li.fix-tel .box{
	position: absolute;
	top: 0;
	left: 0;
	width: 95px;
	color: #fff;
	line-height: 1;
	height: 95px;
	text-align: center;
	display: flex;
	justify-content: center;
	flex-direction: column;
}
.fix_box li.fix-tel .box .img{
	width: 50px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 0;
	margin: -10px auto 0;
}
.fix_box li.fix-tel .box .img img{
	max-width: 100%;
	max-height: 100%;
	display: inline-block;
	vertical-align: middle;
}
.fix_box li.fix-tel .box .tit{
	font-size: 16px;
	font-weight: 700;
}
.fix_box li.fix-tel .tel{
	position: absolute;
	left: 95px;
	right: 0;
	width: 165px;
	height: 95px;
	color: #fff;
	line-height: 95px;
	font-weight: 700;
	font-size: 20px;
	text-indent: 10px;
	overflow: hidden;
}
.fix_box li.fix-tel:hover{
	width: 260px;
	right: 165px;
	border-radius: 10px;
}
.fix_box li a .top{
	font-size: 22px;
	line-height: 1.1;
	font-weight: 700;
}
.fix_box li.back_to_top{
	margin-top: 50px;
	opacity: 0;
}
.fix_box li.back_to_top .img{
	margin: 0 auto;
}
.fix_box li:hover{
	border-radius: 0;
}