<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*在线客户点击跳转qq*/
.wpa-container {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    width: 104px;
    height: 165px;
    border-radius: 2px;
    position: fixed;
    font-family: "microsoft yahei";
    font-size: 14px;
    background: #fff;
    border: 1px solid #dadee7;
    box-shadow: 0 1px 15px rgba(0, 0, 0, 0.15);
    cursor: pointer;
    text-align: center;
    top: 385px;
    right: 10px;
}

.title {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    color: #000;
    margin-top: 9px;
    color: #1e2330;
}

.avatar {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin-top: 9px;
}

.btn-area {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 106px;
    height: 35px;
    line-height: 35px;
    position: absolute;
    bottom: -1px;
    left: -1px;
    text-align: center;
    margin-right: 6px;
    border-bottom-left-radius: 2px;
    border-bottom-right-radius: 2px;
}

.icon-qq {
    display: inline-block;
    *zoom: 1;
    *display: inline;
    width: 22px;
    height: 22px;
    vertical-align: middle;
    background: url("../images/1_1_2.png") no-repeat;
    margin-top: 1px;
}

.btn-text {
    word-break: break-all;
    word-wrap: break-word;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    color: #fff;
    max-width: 100px;
}
#checkqqopen {
display:none;
}

</pre></body></html>