﻿.xiaoqiaoinfo {
    display: inline-block;
    position: relative;
}

.tip-box.robotinfo {
    position: absolute;
    right: 115px;
    top: 18%;
    z-index: 999;
    margin: 0 0 0 350px;
    background: #fff;
    line-height: 22px;
    padding: 10px;
    width: 155px;
    /* opacity: 0; */
    box-shadow: initial;
    text-align: left;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    display: none;
}

.tip-box:before,
.tip-box:after {
    position: absolute;
    width: 0;
    height: 0;
    content: '';
    bottom: inherit;
    left: 100%;
    font-size: 0;
    top: 50%;
    margin-top: -10px;
}

.tip-box:before {
    border: 8px dashed transparent;
    border-left-color: #d7d7d7;
    border-left-style: solid;
}

.tip-box:after {
    border: 7px dashed transparent;
    border-left-color: #fff;
    border-left-style: solid;
}

.tip-box span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    width: 170px;
    color: #333;
}

.xiaoqiaoinfo:hover .tip-box {
    /*opacity: 1;*/
    display: block;
}

.robot {
    position: fixed;
    left: 80%;
    top: 59%;
    z-index: 999;
    /*margin: 400px 0 0 500px;*/
}

    .robot:hover {
        text-decoration: none;
    }

.tip-box.tinRightIn2 {
    display: block;
}

@keyframes tinRightIn2 {
    0% {
        opacity: 1;
    }

    50%, 70%, 90% {
        opacity: 1;
    }

    60%, 80%, 100% {
        opacity: 1;
    }
}

.xiaoqiao {
    position: relative;
    height: 119px;
    width: 120px;
    background-size: 100%;
    cursor: pointer;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(img/xiaoqiao.png);
}

.xiaoqiao2 {
    position: relative;
    height: 74px;
    width: 75px;
    background-size: 100%;
    cursor: pointer;
    background-position: center top;
    background-repeat: no-repeat;
    background-image: url(img/xiaoqiao2.png);
}

.tip-box.robotinfo {
    right: 115px;
}
