<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.pop-layer .pop-container {
    padding: 20px 25px;
}

.pop-layer p.ctxt {
    color: #666;
    line-height: 25px;
}

.pop-layer .btn-r {
    width: 100%;
    margin: 10px 0 20px;
    padding-top: 10px;
    border-top: 1px solid #DDD;
    text-align: right;
}

.pop-layer {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 40%;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 100;
}

.front-pop-layer {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 100;
}

.front-pop-layer2 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 100;
}

.front-pop-layer3 {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 90%;
    height: auto;
    background-color: #fff;
    border: 5px solid #3571B5;
    z-index: 100;
}

.dim-layer {
    display: none;
    position: fixed;
    _position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 200;
}

.dim-layer .dimBg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    opacity: .5;
    filter: alpha(opacity=50);
}</pre></body></html>