<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">a:hover {
    text-decoration: none;
}
a {
    text-decoration: none;
}

#pop-content {
        display: none;
        font-family: 'Microsoft Yahei';
        position: fixed;
        top: 122px;
        left: 50%;
        margin-left: -360px;
        z-index: 99999;
    }

        #pop-content .content-wrap {
            width: 700px;
            height: 350px;
            background: #fff;
            border: 10px solid #d7d7d9;
        }

            #pop-content .content-wrap .content-head {
                height: 60px;
                line-height: 60px;
                background: #f7f7f7;
            }

                #pop-content .content-wrap .content-head &gt; p {
                    font-size: 19px;
                    color: #000564;
                    height: 100%;
                    padding-left: 180px;
                    margin: 0;
                    background: url(#) 8px 6px no-repeat;
                }

            #pop-content .content-wrap .content-body {
                padding: 10px 10px 10px 20px;
            }

                #pop-content .content-wrap .content-body &gt; div.left {
                    width: 420px;
                    float: left;
                    font-size: 12px;
                    color: #626262;
                    line-height: 22px; /* text-indent: 2em; */
                }

                    #pop-content .content-wrap .content-body &gt; div.left p.pcheckbox {
                        text-indent: 0;
                        margin-top: 15px;
                    }
                    #pop-content .content-wrap .content-body &gt; div.left p.pcheckbox label {
                        display: block; float: left; width: 390px;
                    }
    #ch_checkok {
        float: left;
    }

    #ch_hgtzz {
        float: left;
    }

    #pop-content .content-wrap .content-body &gt; div.right {
        float: right; width: 240px; height: 270px; background: #f4f4f4; font-size: 12px;
    }
    #pop-content .content-wrap .content-body &gt; div.right p.pcheckok {
        padding: 59px 12px 2px; line-height: 1.5;
    }
    #pop-content .content-wrap .content-body &gt; div.right p.plogin {
        height: 45px; line-height: 45px; margin-top: 20px; padding-left: 18px;
    }
    #pop-content .content-wrap .content-body &gt; div.right p.pback {
        height: 45px; line-height: 45px; margin-top: 10px; padding-left: 18px; /* border-radius: 4px; */
    }
    #pop-content div.content-wrap div.content-body&gt;div.right p.plogin a#enterMainPage {
        display: inline-block; width: 200px; height: 45px; line-height: 45px; background: #ff4400; color: #fff; font-size: 16px; text-align: center; cursor: pointer; border-radius: 3px;
    }
    #pop-content .content-wrap .content-body &gt; div.right p.pback a {
        display: inline-block; width: 200px; height: 45px; line-height: 45px; background: #949599; color: #fff; font-size: 16px; text-align: center; cursor: pointer; border-radius: 3px;
    }
    .clear {
        clear: both;
    }
    .span-highlight {
        color: #ff8400;
    }
    #pop-content input[type=checkbox] {
        padding: 4px;
    }
    #pop-content {
        text-align: left;
    }</pre></body></html>