<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* 浜岀淮鐮� */
.QRCodeBox{
    width: 342px;
    display: none;
    position: fixed;
    top: 45%;
    right: 3%;
    background: #F2F2F2;
    border-radius: 4px;
    padding: 10px;
    -webkit-box-shadow: 0 0 10px #999999;
    -moz-box-shadow: 0 0 10px #999999;
    box-shadow: 0 0 10px #999999;
}
.QRCodeBox img{
    width: 100%!important;
}
/*閬僵灞�*/
.maskLayer{
    background: gray;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    filter: alpha(opacity=60);
    opacity: 0.5 !important;
}
.badge {
    padding: 3px 6px;
    position: absolute;
    top: -7px;
    left: 0;
    background-color: #f60;
    font-weight: 100;
    font-size: 1em;
}

.u-flyer {
    position: fixed;
    z-index: 9999;
    display: block;
    width: 50px;
    height: 50px;
    border-radius: 50px
}

/* 渚ц竟鏍� */
.sidebar_box{
    position: fixed;
    top: 0;
    right: 0;
    background:#2A2C37;
    z-index: 11111;
    height: 100%;
    width: 38px;
    color: #ffffff;
}
.sidebar_box .sidebar_list{
    position: absolute;
    top: 406px;
    text-align: center;
}
.sidebar_box .sidebar_list li{
    height: 48px;
    line-height: 48px;
    width: 38px;
    cursor: pointer;
    /*background: no-repeat center;*/
}
.sidebar_box .sidebar_list li:hover{
    background-color: #3F4251;
}
.sidebar_box .sidebar_list li a{
    color: #fff;
    display: block;
    width: 100%;
    height: 48px;
}
.sidebar_box .sidebar_list li img{
    width: 60%;
}</pre></body></html>