body {
    font-size: 12px;
}

.qs-tipsWrap, .qs-in, .qs-close {
    display: inline-block;
}

.qs-tipsWrap {
    background: #F4FBFF;
    line-height: 1.5em;
    padding: 5px 15px;
    border: 1px solid #2192D3;
    position: absolute;
    text-align: left;
    z-index:99999;
}

.qs-in {
    position: absolute;
    zoom: 1;
    border: 10px dashed transparent;
    width: 0px;
    height: 0px;
}

    .qs-in span {
        zoom: 1;
        width: 0px;
        height: 0px;
        overflow: hidden;
    }

.qs-close {
    position: absolute;
    text-decoration: none;
    color: #000;
    font-size: 14px;
    height: 15px;
    width: 15px;
    overflow: hidden;
    line-height: 0.5em;
    right: -7px;
    top: -7px;
    cursor: pointer;
}

    .qs-close:hover {
        color: #39F;
    }

.qs-top {
    border-top: 10px solid #2192D3;
    bottom: -20px;
    left: 3px;
}

    .qs-top span {
        border-top: 10px solid #F4FBFF;
        margin: -11px 0 0 -10px;
    }

.qs-right {
    border-right: 10px solid #2192D3;
    left: -20px;
    top: 3px;
}

    .qs-right span {
        border-right: 10px solid #F4FBFF;
        margin: -10px 0 0 -9px;
    }

.qs-bottom {
    border-bottom: 10px solid #2192D3;
    top: -20px;
    left: 3px;
}

    .qs-bottom span {
        border-bottom: 10px solid #F4FBFF;
        margin: -9px 0 0 -10px;
    }

.qs-left {
    border-left: 10px solid #2192D3;
    right: -20px;
    top: 3px;
}

    .qs-left span {
        border-left: 10px solid #F4FBFF;
        margin: -10px 0 0 -11px;
    }

    .qs-left ~ .qs-close {
        left: 0;
    }
.qs-tipsWrap {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 2px 2px 3px #eee;
    -moz-box-shadow: 2px 2px 3px #eee;
}
