<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Feedback */
#elevator_item
    {
        width: 130px;
        z-index: 100020;
        position: fixed;
        bottom: 10px;
        display: block;
	left: 0px;
    }
    .elevatorBox
    {
        background-color: #eee;
        -webkit-transition: opacity .4s ease-in-out;
        -moz-transition: opacity .4s ease-in-out;
        -o-transition: opacity .4s ease-in-out;
        -ms-opacity: 1;
        opacity: 1;
    }
    #elevator_item .qr
    {
        display: block;
        width: 130px;
        height: 120px;
    }
    #elevator_item b
    {
        display: block;
        text-align: center;
        color: #333;
        font: normal 14px/25px "Microsoft Yahei" , "simhei";
    }
    #elevator_item2
    {
        width: 32px;
        z-index: 100000;
	left: 0px;
    }
    #elevator_item2
    {
        position: fixed;
        bottom: 10px;
        display: block;
    }
    #elevator_item2 a.showRight
    {
        width: 20px;
        height: 95px;
        display: block;
        border: 1px solid #dbdcdc;
        border-left: 0;
        text-align: center;
        padding: 22px 5px 0 5px;
        cursor: pointer;
        font: normal 14px/18px "Microsoft Yahei" , "simhei";
        background: #eeeeee url("/images/mobileShow.png") no-repeat 3px -26px;
    }
    #elevator_item a.showLeft
    {
        width: 22px;
        height: 22px;
        display: block;
        cursor: pointer;
        background: url("/images/mobileShow.png") no-repeat 0 0;
    }
    *html, * html body
    {
        background-attachment: fixed;
    }
    *html #elevator_item
    {
        position: absolute;
        right: expression(eval(document.documentElement.scrollLeft));
        top: expression(eval(document.documentElement.scrollTop+200));
    }</pre></body></html>