
.fixed-right {
	position: fixed;
	right: 0;
	bottom: 50px;

	height: 120px;
	background-color: rgba(255,255,255,.8);
	z-index: 999
}
.fixed-right .links {
	display: block;
	position: relative;
	right: 0;
	width: 40px;
	height: 40px;
	overflow: hidden;
	text-indent: -9999px;
	color: #fff;
	background-color: #4575d4;
	border-bottom: 1px solid #fff;
	background-position: center center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.fixed-right .online {
	background-image: url("../images/icon_phone.png")
}
.fixed-right .gift {
	background-image: url("../images/icon_gift.png")
}
.fixed-right .scroll-top {
	text-align: center;
	background-color: transparent;
	background-image: url("../images/gotop.png");
	-webkit-background-size: cover;
	-o-background-size: cover;
	background-size: cover
}
@media only screen and (min-width:992px) {
.fixed-right {
	width: 145px;
	height: 180px;
	background-color: transparent
}
.fixed-right .links {
	display: block;
	position: relative;
	right: -85px;
	padding-left: 60px;
	width: 165px;
	height: 60px;
	text-indent: 0;
	text-decoration: none;
	line-height: 60px;
	-webkit-background-size: 60px 60px;
	-o-background-size: 60px 60px;
	background-size: 60px 60px;
	background-position: 0 0
}
.fixed-right .links span{
	background-color: #FFF;
	font-size: 18px;
	font-weight: bold;
	padding: 5px;
	border-radius:99em;
	height: 10px;
	width: 10px;
	color: #4575d4;
}
.fixed-right .scroll-top {
	padding: 0;
	padding-right: 70px;
	-webkit-background-size: 60px 30px;
	-o-background-size: 60px 30px;
	background-size: 60px 35px;
	border-bottom: none;
	text-align: center;
	background-color: transparent
}
.fixed-right .scroll-top span {
	line-height: 90px;
	color: #1b1b1b;
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	-ms-transition: all .3s ease-in-out;
	-o-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out
}
.fixed-right .links:hover {
	right: 0
}
.fixed-right .scroll-top:hover {
	right: -65px
}
.fixed-right .scroll-top:hover span {
	opacity: 1
}
}
