﻿@charset "utf-8";



/* side */
.side {
    position: fixed;
    width: 54px;
    height: 275px;
    right: 0;
    bottom: 60px;
    z-index: 100;
}

.side ul li {
    width: 54px;
    height: 54px;
    float: left;
    position: relative;
    border-bottom: 1px solid #444;
}

.side ul li .sidebox {
    position: absolute;
    width: 54px;
    height: 54px;
    top: 0;
    right: 0;
    transition: all 0.3s;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    color: #fff;
    font: 14px/54px "微软雅黑";
}
.side ul li .sidebox span{display: none;}

.side ul li:hover .sidebox{
    background:#000 !important;
    width:240px !important;
}
.side ul li:hover .sidebox span{display: block;}
.side ul li .sidetop {
    width: 54px;
    height: 54px;
    line-height: 54px;
    display: inline-block;
    background: #000;
    opacity: 0.8;
    filter: Alpha(opacity=80);
    transition: all 0.3s;
}

.side ul li .sidetop:hover {
    background: #000;
    opacity: 1;
    filter: Alpha(opacity=100);
}


.side ul li img {
    float: left;
}
.side ul li .sidetop img{
    width:48px;
}
/* .side ul li .erweimaLeft{
    position:relative;
} */
.side ul li .erweima-left{
    display: none;
    position:absolute;
    left:-200px;
    top:0;
    max-width: unset;
    width:200px;
}
.side ul li:hover .erweimaLeft{
    background:#000 !important;
    width:100% !important;
}
.side ul li:hover  .erweima-left{
    display: block;
}
