<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#tanchuang-box{
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0;
    z-index: 999999;
}
.tanchuang-box-cot{
    position: absolute;
    left: 50%;
    top: 44%;
    transform: translate(-50%,-50%);
}
#tanchuang-box img{
    width: 100%;
} 
#close-tanchuang {
    display: block;
    width: 50px;
    height: 51px;
    position: absolute;
    top: 22px;
    right: 37px;
} 
#right-close-tanchuang{
display: block;
    width: 52px;
    height: 33px;
    position: absolute;
    top: 0px;
    right: 2px;
}

.rightsidebar{ position: fixed;
    top: 50%;
    right: -8px;
    z-index: 99999992;
    width: 140px !important;
    min-width: auto;
    transform: translateY(-50%);}

 @media(max-width:1366px){
.rightsidebar{
    right: -29px;
}
.rightsidebar img{
width:80% !important;
}

}


#LRdiv0{
    display: none !important;
}</pre></body></html>