﻿/*全改版后删除*/
/*按钮至底行(由于有个返回顶部的快捷图标，所以留80的高度防止图标挡住内容)*/
.div_fix_bottom {
    width: 100%;
    left: 0;
    position: fixed;
    bottom: 0em;
    background: rgba(255,255,255,0.7) !important;
    padding-left: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
    z-index:5;
}

