<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">dl, dd, dt {
    margin: 0;
    padding: 0;
}

.floating_ck {
    position: fixed;
    right: 20px;
    top: 30%;
}

.floating_ck a {
    text-decoration: none;
}

.floating_ck dl dd {
    position: relative;
    width: 65px;
    height: 77px;
    text-align: center;
    cursor: pointer;
}
.consult, .words, .qrcord,.return {
    background-color: #646577;
    border-bottom: solid 1px #555666;
    background-repeat: no-repeat;
    background-position: center 20%;

}
.consult:hover, .words:hover, .qrcord:hover, .return:hover {
    background-color: #e40231;
    border-bottom: solid 1px #a40324;
}

    .consult:hover .floating_left, .words:hover .floating_left, .qrcord:hover .floating_left, .return:hover .floating_left {
        display: block;
    }

.floating_ck .consult {
    background-image: url(../../Content/img/icon0701/kficon.png);
}

.floating_ck .words {
    background-image: url(../../Content/img/icon0701/zxicon.png);
}

.floating_ck .quote {
    background-image: url(../../Content/img/icon0701/kficon.png);
}

.floating_ck .qrcord {
    background-image: url(../../Content/img/icon0701/erweima.png);
}

.floating_ck .return {
    background-image: url(../../Content/img/icon0701/fanhui.png);
}

.floating_ck dd span {
    color: #fff;
    display: block;
    padding-top: 54px;
}

.floating_ck .floating_left {
    position: absolute;
    left: -160px;
    top: 0px;
    width: 160px;
    height: 80px;
    background-color: #e40231;
    border-bottom: solid 1px #a40324;
    display: none;
}

.floating_ck .floating_left a {
    color: #fff;
    line-height: 80px;
}

.floating_ck .floating_ewm {
    height: 200px;
    top: -120px;
}

.floating_ck .floating_ewm i {
    background-image: url(../../Content/img/icon0701/weixin.jpg);
    background-repeat: no-repeat;
    display: block;
    width: 110px;
    height: 144px;
    margin: auto;
    margin-top: 7px;
}

.floating_ck .floating_ewm p {
    color: #fff;
    margin-top: 5px;
}

.floating_ck .floating_ewm .qrcord_p01 {
    font-size: 12px;
    line-height: 20px;
}

.floating_ck .floating_ewm .qrcord_p02 {
    font-size: 18px;
}
</pre></body></html>