<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.guide-div {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 999;
    display: none;
}
.guide-div.display-block{
     display: block;

} 
.guide-banner {
    width: 500px;
    height: 260px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -130px;
    margin-left: -250px;
    background: url('../images/bg.png') center no-repeat;
    background-size: 500px 260px;
    cursor: pointer;
}

.guide-text {
    margin-top: 50px;
    text-align: center;

    color: #FFFFFF;
    font-weight: bold;
    line-height: 44px;
    font-size: 30px;
}
.guide-close{
    width: 40px;
    height: 40px;
     position: absolute;
    top: 50%;
    left: 50%;
    margin-top: 170px;
    margin-left: -20px;
    cursor: pointer;
}
.guide-close img{
 width: 40px;
    height: 40px;

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