.home-fixed {
	position: fixed;
	bottom: 15px;
	right: 10px;
	width: 80px;
	z-index: 99
}
.home-fixed li {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	cursor: pointer;
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 80px;
	border: 1px solid #a1a1a1;
	border-top: 0;
	background-position: center;
	background-repeat: no-repeat
}
.home-fixed li>a {
	display: block;
	height: 100%
}
.home-fixed li:hover .text-con {
	display: block
}
.home-fixed li:hover .img-con {
	display: block
}
.home-fixed .text-con {
	display: none;
	position: absolute;
	top: -1px;
	right: 78px;
	line-height:40px;
	height: 81px;
	background-color: #fd9d1e;
	border: 1px solid #a1a1a1;
	border-right: 0
}
.home-fixed .text-con a {
	float: left;
	height: 100%;
	padding-top: 20px;
	text-align: center;
	color: #fff;
	border-right: 1px solid #febb62;
	-moz-box-sizing: border-box;
	box-sizing: border-box
}
.home-fixed .text-con a p {
	font-size: 16px
}
.home-fixed .img-con {
	display: none;
	position: absolute;
	top: -58px;
	right: 78px;
	width: 280px
}
.home-fixed .top {
	border-radius: 40px 40px 0 0;
	border-top: 1px solid #a1a1a1;
	background-image: url("../images/home-top.png")
}
.home-fixed .top:hover {
	background-color: #fd9d1e
}
.home-fixed .cat {
	background-image: url("../images/home-fixed-img01.png")
}
.home-fixed .cat:hover {
	background-color: #fd9d1e;
	background-image: url("../images/home-cat.png")
}
.home-fixed .dog {
	background-image: url("../images/home-fiexd-img02.png")
}
.home-fixed .dog:hover {
	background-color: #fd9d1e;
	background-image: url("../images/home-fiexd-img07.png")
}
.home-fixed .lion {
	background-image: url("../images/home-fiexd-img03.png")
}
.home-fixed .lion:hover {
	background-color: #fd9d1e;
	background-image: url("../images/home-fiexd-img05.png")
}
.home-fixed .phone {
	background-image: url("../images/fixed-img05.png")
}
.home-fixed .phone:hover {
	background-color: #fd9d1e;
	background-image: url("../images/fixed-w-img05.png")
}
.home-fixed .weixin {
	background-image: url("../images/home-fiexd-img04.png")
}
.home-fixed .weixin:hover {
	background-color: #41ad40;
	background-image: url("../images/home-weixin-icon.png")
}
#pack-btn {
    font-size: 20px;
    line-height: 80px;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#pack-btn {
	font-size: 20px;
	line-height: 80px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}
#pack-btn.on {
	border: 1px solid #a1a1a1
}
