@media (max-width:767px) {
.home-tool-bar {
	display: none;
}
}
.home-tool-bar {
	position: fixed;
	bottom: 70px;
	right: 0;
	z-index: 99
}
.home-tool-bar .item {
	position: relative;
	display: block;
	width: 85px;
	height: 90px;
	margin-top: -1px;
	background-color: #fff;
	border: 1px solid #f5f5f5;
	text-align: center
}
.home-tool-bar .item:hover .text {
	color: #ff6700
}
.home-tool-bar .item:hover .static {
	opacity: 0
}
.home-tool-bar .item:hover .hover {
	opacity: 1
}
.home-tool-bar .item:hover .pop-content {
	-webkit-transform: translate3d(-110%, 0, 0);
	transform: translate3d(-110%, 0, 0);
	opacity: 1;
	visibility: visible
}
.home-tool-bar .item .ticon {
	position: relative;
	width: 30px;
	height: 30px;
	margin: 0 auto 8px;
	padding-top: 45px
}
.home-tool-bar .item .ticon img {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 30px;
	height: 30px;
	-webkit-transition: opacity .3s;
	transition: opacity .3s
}
.home-tool-bar .item .static {
	opacity: 1
}
.home-tool-bar .item .hover {
	opacity: 0
}
.home-tool-bar .item .text {
	color: #757575;
	-webkit-transition: color .3s;
	transition: color .3s
}
.home-tool-bar .item .pop-content {
	position: absolute;
	left: 0;
	top: 0;
	padding: 14px;
	background: #fff;
	border: 1px solid #f5f5f5;
	-webkit-transition: opacity .3s;
	transition: opacity .3s;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 0;
	visibility: hidden
}
.home-tool-bar .item .pop-content:after, .home-tool-bar .item .pop-content:before {
	content: "";
	position: absolute;
	top: 21%;
	width: 0;
	height: 0;
	border-width: 10px;
	border-style: solid;
	overflow: hidden
}
.home-tool-bar .item .pop-content:after {
	right: -18px;
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #fff;
	z-index: 2
}
.home-tool-bar .item .pop-content:before {
	right: -19px;
	border-color: rgba(0,0,0,0) rgba(0,0,0,0) rgba(0,0,0,0) #f5f5f5;
	z-index: 1
}
.home-tool-bar .item .pop-content img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 6px auto
}
.home-tool-bar .item .pop-content .desc {
	display: block;
	width: 82px;
	margin: 14px auto 0;
	color: #757575;
	text-align: center
}
.home-tool-bar .item .cart-num {
	position: absolute;
	right: 14px;
	top: 18px;
	padding: 0 5px;
	height: 14px;
	line-height: 14px;
	color: #fff;
	font-size: 10px;
	background-color: #ff6700;
	border: 2px solid #fff;
	border-radius: 9px
}
.home-tool-bar .backtop {
	margin-top: 14px;
	border-top: 1px solid #f5f5f5;
	visibility: hidden
}
.home-tool-bar .backtop.active {
	visibility: visible
}
