
/*右侧浮层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;
}
.index-right-community{
	position: absolute;
	left: -3px;
	top:124px;
	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;
}
.community-code-wrapper{
	width: 78px;
	position: absolute;
	left: -121px;
	top:90px;
	display: none;
}
.community-code{
	padding:5px;
	box-shadow: 0 0 15px #ededed;
	background: #fff;
	width: 100px;
}
.community-code img{
	width: 100px;
	height: 100px;
}
.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%;
}


/* 挂件样式 */
.fixed-quick-menu{
    position: fixed;
    z-index: 998;
    right: 0;
    bottom: 140px;
    width: 60px;
}
.fixed-quick-tab{
    padding-top: 5px;
    border-radius: 2px;
    background-color: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(215,224,230,0.3);
}
.fixed-quick-tab li{
    width: 60px;
    height: 50px;
    padding-bottom: 5px;
    cursor: pointer;
}
.fixed-quick-tab li img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.fixed-quick-tab li .fixed-quick-default{
    display: block;
}
.fixed-quick-tab li .fixed-quick-active{
    display: none;
}
.fixed-quick-tab li:hover .fixed-quick-default{
    display: none;
}
.fixed-quick-tab li:hover .fixed-quick-active{
    display: block;
}
.fixed-scroll-top{
    width: 60px;
    margin-top: 8px;
    padding: 10px 0;
    border-radius: 2px;
    background: #FFFFFF;
    box-shadow: 0px 2px 10px 0px rgba(215,224,230,0.3);
    cursor: pointer;
    opacity: 0;
    transition: all .5s;
}
.fixed-scroll-top img{
    display: block;
    width: 16px;
    height: 10px;
    margin: 0 auto;
}

.fixed-quick-content{
    position: absolute;
    bottom: -52.5px;
    right: 80px;
}
.fixed-quick-content li{
    display: none;
    width: 284px;
    border-radius: 2px;
    background-color: #676E8B;
    box-shadow: 2px 6px 20px 0px rgba(171,177,181,0.3);
}
.fixed-quick-header{
    width: 268px;
    padding: 18px 0 16px 16px;
}
.fixed-quick-header h3{
    color: #FFFFFF;
    font-size: 20px;
    font-weight: bold;
    line-height: 30px;
}
.fixed-quick-header p{
    color: #FFFFFF;
    font-size: 14px;
    font-weight: 400;
    line-height: 20px;
}

.fixed-quick-content li img{
    display: block;
    width: 284px;
    height: 284px;
    margin: 0 auto;
}
.fixed-quick-content li .fixed-quick-text{
    position: absolute;
    width: 100%;
    bottom: 15px;
    color: #333333;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    text-align: center;
}