<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*�割唱羌��icon*/
.index-right-link{
	position: fixed;
	right: 20px;    
	bottom: 2%;
	width: 50px;
	z-index: 800;
	/**position: fixed;*/
	_position:absolute;
	_right:expression(eval(document.documentElement.scrollLeft+20));
	_top:expression(eval(document.documentElement.scrollTop+80));
}

.index-icon-list{
	width: 50px;
	border-radius: 10px;
	background: #fff;
	box-shadow: 0 0 15px #ededed;
	*border:1px solid #ededed;
	overflow: hidden;
}
.index-right-tringle{
	position: absolute;
	left: -3px;
	top:22px;
	width: 3px;
	height: 6px;
	display: none;
}
.wechat-code-wrapper{
	width: 78px;
	position: absolute;
	left: -121px;
	top:1px;
	display: none;
}
.wechat-code{
	padding:5px;
	box-shadow: 0 0 15px #ededed;
	background: #fff;
	width: 100px;
}
.wechat-code img{
	width: 100px;
	height: 100px;
}
.wechat-code-wrapper p{
    width: 100%;
    height:19px;
    line-height:19px;
    font-size: 12px;
    color: #666;
    text-align: center;
    letter-spacing: 2px;
	overflow: hidden;
}
.index-icon-list li{
	width: 100%;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.index-icon-list li div{
	width: 40px;
    height: 36px;
    padding-top: 13px;
    margin: 0 auto;
    border-bottom: 1px solid #e5e5e5;
}
.index-icon-list li img{
	width: 24px;
	height: 24px;
	display: block;
	margin:0 auto;
}
.index-icon-list li p{	
	width: 100%;
	padding:5px 0;
    height: 40px;
    line-height: 20px;
    font-size: 14px;
    color: #fff;
    text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	background: #d50000;
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 9;
}
.scroll-top{
	width: 100%;
	height: 36px;
    padding-top: 13px;
}
</pre></body></html>