/* 两侧动画菜单 */
.ani-menu{
    position: fixed;
    bottom: 180px;
    width: 100%;
    /*height: 125px;*/
    z-index: 100;
}
.ani-menu .menu-right .icon, .ani-menu .menu-left .icon{
    cursor: pointer;
}
.ani-menu .menu-left{
    position: absolute;
    left: 0;
    height: 70px;

}
.ani-menu .hong-left{
    position: absolute;
    left:-40px;
    top: -185px;
    height: 200px;
}
.ani-menu .hong-right{
    position: absolute;
    right:-38px;
    top: -115px;
    height: 200px;
}
.ani-menu .menu-left .icon{
    position: absolute;
    height: 70px;
    top: -10px;
    left: -3px;
    z-index: 5;
}
.ani-menu .menu-left .img{
    position: relative;
    left: 3px;
    height: 50px;
}

.ani-menu .menu-right{
    position: absolute;
    top: 70px;
    right: 0;
    height: 70px;
}
.ani-menu .menu-right .icon{
    position: absolute;
    height: 70px;
    top: -10px;
    right: -4px;
    z-index: 5;
}
.ani-menu .menu-right .img{
    position: relative;
    right: 3px;
    height: 50px;
}



