﻿
/*====================================================返回顶部===========================================================*/
.goTop{
	position: fixed;
	bottom: 80px;
	right:0px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	z-index: 999;
}

.goTop .btn {
	width: 45px;
	height: 45px;
	cursor: pointer;
	border-radius: 0px;
}

.goTop .btn-top {
	background: url(../images/fh.png) no-repeat;
	background-size: 100% 100%;
	border: 1px #e9e9e9 solid;
	display: none;
    border-top:none;
}
.goTop .btn-top:hover{
	background:#ff4c4c;
	border: 1px #ff4c4c solid;
	padding: 3px 9px;
    font-size:12px;
}
.goTop .btn-top:hover:before{
	content: "返回顶部";
    color: #fff;
    display: inline-block;
    white-space: normal;
}
.fk-box{
	position: fixed;
	bottom: 125px;
	right:0px;
	cursor: pointer;
	width: 45px;
	height: 45px;
	z-index: 999;
	background: url(../images/fk.png) no-repeat;
	background-size: 100% 100%;
	border: 1px #e9e9e9 solid;
	display: block;
}
.fk-box:hover{
	background:#ff4c4c;
	border: 1px #ff4c4c solid;
	padding: 3px 9px;
    font-size:12px;
}
.fk-box:hover:before{
	content: "意见反馈";
	color: #fff;
}
