.go-top{
	position: fixed;
	right: 50px;
	bottom: 120px;
	width: 70px;
	height: 178px;
	z-index: 9999;
	/*display: none;*/
}
.level-tips{
	display: none;
	width: 160px;
    height: 96px;
    margin-left: -170px;
    margin-top: -96px;
    line-height: 48px;
    background: white;
}
.level-tips.currently{
	display: block;
}
.level-tips a{
    padding-left: 20px;
    display: block;
    width: 140px;
    height: 48px;
    color: #fff;
    background:rgba(0,0,0,0.3)
}
.level-tips a i{
	background: url(../Images/btn_web_right_qq_s_highlight.png)no-repeat center/18px;
	width: 25px;
	height: 25px;
	display: inline-block;
	vertical-align: top;
	margin-top: 11.5px;
	margin-right: 8px;
}
/*.level-tips a:hover i{
	background:  url(../Images/btn_web_right_qq_s_highlight.png)no-repeat center/18px;
}*/
.level-tips a:hover{
	background: #FFAD38;
	color: white;
}
.level2 .level-tips{
	height: 48px;
	line-height: 48px;
	text-align: center;
	margin-top: -48px;
	background: #FFAD38;
	color: white;	
}
.level ul li{
	/*position: relative;*/
	width: 48px;
	height: 48px;
	padding-left: 22px;
	margin-bottom: 8px;
}
.level ul li:last-of-type{
	margin-bottom: 0;
}
.level ul li>a >i {
	display: block;
	width: 48px;
	height: 48px;	
	background: url(../Images/btn_web_right_top_highlight.png);
}
.level ul li>a {
	display: block;
	background: rgba(0,0,0,0.3);
    -webkit-box-shadow:0 1px 5px rgba(0,0, 0, .3);
    -moz-box-shadow:0 1px 5px rgba(0,0, 0, .3);
    box-shadow:0 1px 5px rgba(0,0, 0, .3);	
}
.level ul li:hover> a{
	background: #FFAD38;
}
.level ul li:first-of-type >a >i{
	background: url(../Images/btn_web_right_qq_highlight.png);
}
/*.level ul li:first-of-type:hover>a >i{
	background: url(../Images/btn_web_right_qq_highlight.png);
}*/
.level ul li:nth-of-type(2)>a >i{
	background: url(../Images/btn_web_right_phone_highlight.png);
}
.level ul li:nth-of-type(3){
	display: none;
}
/*.level ul li:nth-of-type(2):hover >a >i{
	background: url(../Images/btn_web_right_phone_highlight.png);
}
.level ul li:nth-of-type(3):hover >a >i{
	background: url(../Images/btn_web_right_top_highlight.png);
}*/

/*2019-06-28 new version*/
.level ul li:hover> a{
	background: #FFAB3F;
}
