/*main css*/
.izl-rmenu {
    position: fixed !important;
    top: 330px;
    right: 0;
    _position: absolute;
    bottom: 10px;
    padding-bottom: 73px;
    background: url(/images/img/r_b.png) 0px bottom no-repeat;
    z-index: 999;
    overflow: visible;
}
.izl-rmenu .btns {
    width: 72px;
    height: 73px;
    margin-bottom: 1px;
    cursor: pointer;
    position: relative;
}

/* 说明 */
.izl-rmenu .btn-explain {
    background: url(/images/img/explain.png) no-repeat center 7px;
    box-sizing: border-box;
    padding-top: 22px;
    background-size: 63%;
    color: #fff;
    background-color: #1f86fb;
    overflow: visible;
    line-height: 73px;
    text-align: center;
}
.izl-rmenu .btn-explain:hover {
    background-color: #0077ff;
}
.izl-rmenu .btn-explain .explain {
    background-color: #1f86fb;
    position: absolute;
    width: 250px;
    left: -250px;
    top: 0px;
    line-height: 73px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    display: none;
}
.izl-rmenu .btn-explain .explain a {
    color: #FFF;
}
.izl-rmenu .btn-explain .explain a:hover { color: red; }

/* QQ1 */
.izl-rmenu .btn-qq {
    background: url(/images/img/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
}
.izl-rmenu .btn-qq:hover {
    background-color: #488bc7;
}
.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background: url(/images/img/r_qq.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
}

/* QQ2 */
/* .izl-rmenu .btn-qq2 {
    background: url(/images/img/r_qq2.png) 0px 0px no-repeat;
    background-color: #6da9de;
}
.izl-rmenu .btn-qq2:hover {
    background-color: #488bc7;
}
.izl-rmenu a.btn-qq2,
.izl-rmenu a.btn-qq2:visited {
    background: url(/images/img/r_qq2.png) 0px 0px no-repeat;
    background-color: #6da9de;
    text-decoration: none;
    display: block;
} */

/* 电话 */
.izl-rmenu .btn-phone {
    background: url(/images/img/r_phone.png) 0px 0px no-repeat;
    background-color: #fbb01f;
    overflow: visible;
}
.izl-rmenu .btn-phone:hover {
    background-color: #ff811b;
}
.izl-rmenu .btn-phone .phone {
    background-color: #ff811b;
    position: absolute;
    width: 250px;
    left: -250px;
    top: 0px;
    line-height: 30px;
    color: #FFF;
    font-size: 14px;
    text-align: center;
    display: none;
}

/* 微信 */
.izl-rmenu .btn-wx {
    background: url(/images/img/ewm.png) 0px 0px no-repeat;
    background-color: #78c340;
    width: 72px;
    height: 72px;
    background-size: 100% 100%;
}
.izl-rmenu .btn-wx:hover {
    background-color: #58a81c;
}
.izl-rmenu .btn-wx .pic {
    position: absolute;
    left: -260px;
    top: 0px;
    display: none;
    width: 260px;
    height: 260px;
}

/* 返回顶部 */
.izl-rmenu .btn-top {
    background: url(/images/img/r_top.png) 0px 0px no-repeat;
    background-color: #f0f1f2;
    display: none;
}
.izl-rmenu .btn-top:hover {
    background-color: #CCC;
}