
@font-face
{
    font-family: myFirstFont;
    src: url('../fonts/RuiZi.ttf');
}
.fix {
    position: fixed;
    width: 50px;
    height: 275px;
    right: 0;
    top: 300px;
    z-index: 10000;
}
.fix li {
    width: 50px;
    height: 50px;
    float: left;
    position: relative;
    margin-bottom: 2px;
}
.fix li .x {
    position: absolute;
    width: 50px;
    height: 50px;
    border-radius: 5px 0 0 5px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #e85b12;
    color: #fff;
    font: 16px/50px "Î¢ÈíÑÅºÚ";
    overflow: hidden;
    transition: 0.5s;
}
.fix li .x:hover {
  width: 175px; 
  background: #bc5e2d; 
  padding-left: 17px; 
  overflow: hidden;

}

.fix li .x img {
    float: right;
}
.fix1 {
    position: fixed;
    width: 50px;
    right: 0px;
    z-index: 10000;
    top: 402px;
    height: 80px;
}
.fix1 li {
    width: 50px;
    height: 50px;
    font: 16px/50px "Î¢ÈíÑÅºÚ";
    margin-top: 3px;
}
.fix1 li a {
    display: block;
    background: #e85b12;
    color: #fff;
    height: 50px;
    width: 50px;
    text-align: center;
    line-height: 50px;
    border-radius: 5px 0 0 5px;
}
.fix1 li a img {
    vertical-align: middle;
    display: inline-block;
    padding: 15px 0;
}


.fix1 li:hover a{
    background-color:#bc5e2d; 
}

.fix1 li:hover i{
      display: block;
}
.fix1 li a {
    display: block;
}
.fix1 li .e {

    position: relative;
}
.fix1 li i {
   
    position: absolute;
   top: -45px;
    right: 60px;
    display: none;
}
.fix1 li  i img {
    width: 150px;
    height: auto;
    padding: 15px 0;

}
.fix1 li  .e:hover i {
    display: block;
}