@import url(//cdn.bootcss.com/ionicons/1.5.1/css/ionicons.css);
#sideBar{
float:right !important;
}
#navigator{
text-align:center;
}
#navigator ul{
width:inherit;
float:none;
margin:0;
display：inline-block;
}
#navigator li{
float:none;
display:inline-block;
}
#navList a{
transition: all .5s cubic-bezier(0.39, 0.58, 0.57, 1) ;
}
#navList a:hover{
background-color:rgba(34, 147, 205, 0.82);
color:#fff;
padding:0 40px;
}
#footer{
display:none;
}
#footer2{
text-align:center;
width:1200px;
margin:0 auto;
}
#footer2 a{
color:#FF5050;
text-decoration:none;
}
#footer2 .footer2-title{
transiton:all .3s cubic-bezier(0.39, 0.58, 0.57, 1) ;
}
#footer2 .footer2-title:hover{
transform:scale(1.1);
color:#2D0D0D;
}
#footer2 .footer2-top{
position:fixed;
right:10px;
bottom:10px;
font-size:25px;
}
#footer2 .footer2-top p{
height:0;
}
#footer2 .footer2-top:hover  p{
animation: flyTop 1.2s infinite;
}
@keyframes flyTop{
0%{
height:0 px;
color:#eee;
}
25%{
height:0 px;
color:#FFD350;
}
50%{
height:100px;
color:#FF5050;
}
75%{
height:100px;
color:#FF50D8;
}
100%{
height:0px;
color:#000;
}
}