<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.enterWindBanner{
    background: url("/img/goWind/goWind.jpg") center top no-repeat;
    background-size: cover;
   width: 100%;
    height: 150px;
}
img{
    width: 100%;
    height: auto;
}
.enterWindContent{
    width: auto;
    height: auto;
    border: 15px solid #ffffff;
    border-bottom:0;
}
.enterNav{
    width: 188px;
    min-height: 340px;
    background: rgba(0,0,0,0.5);
    position: fixed;
    right: 0;
    border-radius: 5px;
}
.enterNavLi{
    color: #ffffff;
    width: 140px;
    height: 100px;
    /*background: #ff0000;*/
    border-bottom: 1px solid #ffffff;
    text-align: center;
    font-size: 24px;
    line-height: 100px;
    cursor: pointer;
}</pre></body></html>