﻿/*登录页小桥样式*/
a.faq, a.env-repair {
    display:none;
}

.robot > span {
    position: absolute;
    top: 7px;
    left: -93px;
    display: none;
    box-sizing: border-box;
    padding-right: 5px;
    width: 93px;
    height: 33px;
    line-height: 31px;
    text-align: center;
    color: #26567f;
    background: url("../image/robot/frameAll/dialogwhite2.png") 0 center no-repeat;
}

.robot {
    position: fixed;
    right: -13px;
    bottom: 200px;
    width: 55px;
    height: 87px;
    font-size: 12px;
    color: #fff;
    background: url("../image/robot/frameAll/robot2.png") no-repeat;
    transition: all .2s;
    display:none;
    cursor:pointer;
}

.robot:hover {
    right: 0;
}

.robot:hover > span {
    display: block;
}