@charset "utf-8";

/*kefu css*/
.izl-rmenu {
    position: fixed;
    right: 0;
    margin-right: 2px;
    bottom: 30%;
    z-index: 999;
}

.izl-rmenu .btn {
    width: 72px;
    height: 73px;
    margin-bottom: 3px;
    cursor: pointer;
    position: relative;
    border-radius: 5px;
}

.izl-rmenu .btn-qq {
    background-color: #00a0e9;
    position: relative;
}

.izl-rmenu .btn-qq span {
    position: absolute;
    top: -8px;
    height: 55px;
    font-size: 35px;
    color: #fff;
    line-height: 73px;
    padding-left: 15px;

}

.izl-rmenu .btn-qq p {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-top: 51px;
}


.izl-rmenu .btn-qq:hover {
    background-color: #00a0e9;
}

.izl-rmenu a.btn-qq,
.izl-rmenu a.btn-qq:visited {
    background-color: #00a0e9;
    text-decoration: none;
    display: block;
}

.izl-rmenu .btn-wx {
    background-color: #00a0e9;
}

.izl-rmenu .btn-wx span {
    position: absolute;
    top: -8px;
    font-size: 40px;
    color: #fff;
    line-height: 73px;
    padding-left: 15px;
}
.izl-rmenu .btn-wx p {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-top: 51px;

}

.izl-rmenu .btn-wx:hover {
    background-color: #00a0e9;
}

.izl-rmenu .btn-phone {
    background-color: #00a0e9;
}

.izl-rmenu .btn-phone:hover{
    background-color: #00a0e9
}

.izl-rmenu .btn-phone .phone {
    position: absolute;
    left: -60px;
    top: -5px;
    display: none;
    width: 90px;
    height: 90px;
}
.izl-rmenu .btn-phone span {
    position: absolute;
    top: -5px;
    font-size: 40px;
    color: #fff;
    line-height: 73px;
    padding-left: 15px;

}

.izl-rmenu .btn-phone p {
    font-size: 13px;
    color: #fff;
    text-align: center;
    padding-top: 51px;
}

.izl-rmenu .btn-top {
    background-color: #00a0e9;
}

.izl-rmenu .btn-top span {
    position: absolute;
    font-size: 40px;
    color: #fff;
    line-height: 73px;
    padding-left: 15px;
}
