﻿/*main css*/
.izl-rmenu {
    position: fixed;
    right: 5px;
    bottom: 20px;
    background: url(/images/r_b.png) 0px bottom no-repeat;
    z-index: 999;
}

    .izl-rmenu .btnF {
        width: 72px;
        height: 73px;
        margin-bottom: 1px;
        cursor: pointer;
        position: relative;
    }

    .izl-rmenu .btn-qq {
        background: url(/images/r_qq.png) 0px 0px no-repeat;
        background-color: #1a8bbd;
    }

        .izl-rmenu .btn-qq:hover {
            background-color: #b9eddb;
        }

        .izl-rmenu .btn-qq .qqlist {
            background-color: #b9eddb;
            position: absolute;
            width: 100px;
            height: 230px;
            left: -100px;
            top: 0px;
            line-height: 10px;
            color: #0c50dd;
            font-size: 12px;
            font-family: 'Microsoft YaHei';
            text-align: center;
            display: none;
        }

    .izl-rmenu .btn-wx {
        background: url(/images/r_wx.png) 0px 0px no-repeat;
        background-color: #78c340;
    }

        .izl-rmenu .btn-wx:hover {
            background-color: #58a81c;
        }

        .izl-rmenu .btn-wx .pic {
            position: absolute;
            left: -160px;
            top: 0px;
            display: none;
            width: 160px;
            height: 160px;
        }

    .izl-rmenu .btn-jzd {
        background: url(/images/r_jzd.png) 0px 0px no-repeat;
        background-color: #b1835a;
    }

        .izl-rmenu .btn-jzd:hover {
            background-color: #84572e;
        }

        .izl-rmenu .btn-jzd .pic {
            position: absolute;
            left: -160px;
            top: 0px;
            display: none;
            width: 160px;
            height: 160px;
        }

    .izl-rmenu .btn-phone {
        background: url(/images/r_phone.png) 0px 0px no-repeat;
        background-color: #fbb01f;
    }

        .izl-rmenu .btn-phone:hover {
            background-color: #ff811b;
        }

        .izl-rmenu .btn-phone .phone {
            background-color: #ff811b;
            position: absolute;
            width: 160px;
            left: -160px;
            top: 0px;
            line-height: 36.5px;
            color: #FFF;
            font-size: 14px;
            text-align: center;
            display: none;
        }

    .izl-rmenu .btn-top {
        background: url(/images/r_top.png) 0px 0px no-repeat;
        background-color: #666666;
        display: none;
    }

        .izl-rmenu .btn-top:hover {
            background-color: #444;
        }

/*********************************************���������***********************************************/
.top_m {
    position: fixed;
    left: 1px;
   bottom: 0px;
    font-size: 14px;
    /*margin-top: 0px;*/
    width: 100%;
    background-color: #adedca;
    font-family: 'Microsoft YaHei';
    font-weight: 500;
    color: #373232;
}
