<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#mask_layer {
    display: none;
    position: absolute;
    top:0%;
    left: 0%;
    width: 100%;
    height: 100%;
    z-index: 1001;
    opacity: 0.5;
    border-color:rgb(0,0,0);
    border-style: solid;
}

#guide_model{
    position: absolute;
    z-index: 1002;
    left: 0%;
    top: 0%;
    border: 2px solid white;
    border-radius: 5px;
    line-height: 18px;
    vertical-align: middle;
    font-size: 12px;
    font-family: "Microsoft YaHei";
    width: 400px;
    background-color: rgba(255, 255, 255, 1)
}

#model_header{
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
}

h5#notification {
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 500;
    line-height: 20px;
}

@media all and (max-width: 576px) {
    #guide_model{
        position: absolute;
        z-index: 1002;
        left: 0%;
        top: 0%;
        border: 2px solid white;
        border-radius: 5px;
        line-height: 18px;
        vertical-align: middle;
        font-size: 12px;
        font-family: "Microsoft YaHei";
        width: 320px;
        background-color: rgba(255, 255, 255, 1)
    }
  }
  
  button#guide_ok_btn {
    background-color: #0099cc;
    color: #ffffff;
    border-style: none;
    font-size: 12px;
    border-radius: 0px;
    padding: 8px 16px;
    height: 32px;
    line-height: 14px;
    border: 1px solid #09c;
    display: inline-block;
    margin-bottom: 0;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    cursor: pointer;
    background-image: none;
    user-select: none;
    border-radius: 3px;
    min-width: 80px;
}

.popModal_footer {
    text-align: right;
    padding: 20px 20px 30px 20px;
}

div#guide_content {
    font-size: 14px;
    font-stretch: 100%;
    font-style: normal;
    font-variant-caps: normal;
    font-variant-east-asian: normal;
    font-variant-ligatures: normal;
    font-variant-numeric: normal;
    font-weight: 500;
    line-height: 20px;
    padding: 20px;
    font-family:"PingFangSC"
}

#root{
    position: relative;
}</pre></body></html>