/*侧边栏*/
.f_slide{position: fixed;right: 10px;bottom: 50px;z-index: 999;font-size: 14px;}
.f_slide ul{width: 45px;text-align: center;}
.f_slide ul li{cursor: pointer;position: relative}
.f_slide .item-hover-text{display: none;border-radius:2px;background: #ea544a;margin-bottom: 4px;font-size: 12px;color: #fff;width: 45px; padding-top: 4px;padding-bottom:4px;line-height: 16px;}
.f_slide .icon{height: 45px;width: 45px;border-radius:2px;background: #ccc;margin-bottom: 4px;}
.f_slide .icon1 .icon{background:#ff7b7c url("../../images/newIndex/footer-icon_22.png") no-repeat center center}
.f_slide .icon2 .icon{background:#ff7b7c url("../../images/newIndex/footer-icon_06.gif") no-repeat center center}
.f_slide .icon3 .icon{background:#ff7b7c url("../../images/newIndex/footer-icon_03.png") no-repeat center center}
.f_slide .icon4 .icon{background:#ff7b7c url("../../images/newIndex/footer-icon_25.png") no-repeat center center}
.f_slide .icon5 .icon{background:#ff7b7c url("../../images/newIndex/footer-icon_09.png") no-repeat center center}
.f_slide .icon6 .icon{background:#ff7b7c url("../../images/newIndex/footer-icon_12.png") no-repeat center center}
.f_slide ul li:hover .icon{display: none}
.f_slide ul li:hover .item-hover-text{display: block}
/*微课大赛图标*/
.f_slide .icon0 p{
	position: absolute;
    bottom: 6px;
    right: -10px;
    }
.f_slide{
	bottom: 45px;
}

.app_alert{position: absolute;right: 45px;top:-55px;display: none;}
.weixin_alert{position: absolute;top:-60px;right: 50px;display: none;}
.icon6{
    opacity: 0;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s; z-index:99999;}
.cd-is-visible {
    visibility: visible;
    opacity: 1;
}
.cd-fade-out {
    opacity: 1;
}
.f_slide .item-hover-text{width: 45px; padding-top:7px;padding-bottom:6px;}
.icon2:hover .item-hover-text{width:45px;height:45px;padding:0;background: url("../../images/newIndex/footer-icon_06_hover_03.png") no-repeat center center!important;}

/*add*/
.f_slide .item-hover-text{width: 40px; padding-top:4px;padding-bottom:4px;background: #f43c3d}
.f_slide .icon{width: 40px;height: 40px;}
.f_slide .icon2 .icon{background:#ff7b7c url("../../images/newIndex/qq.gif") no-repeat center center}
.icon2:hover .item-hover-text{width:40px;height:auto;padding-top:4px;padding-bottom:4px;background:#f43c3d!important;}
/*2018.8.3*/
.zixun{
	display: none;
	position: absolute;
	top: -35px;
	right: 14px;
	width: 147px;
	height: 256px;
	background: #fff;
	padding: 15px 15px 0 19px;
	background: url(../../images/newIndex/20180803/zixunbg_03.png) no-repeat;
}
.zixun a{
	width: 90px;
	display: inline-block;
	color: #333;
	font-size: 12px;
	text-align: center;
}
.zixun span{
	display: inline-block;
	margin-top:-16px
}
.zixun span:hover .zixun_title{
	color: #f75d5d!important;
}