<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#XbMask {
    position: fixed;
    _position: absolute;
    width: 100%;
    background: #000000;
    left: 0;
    top: 0;
    opacity: 0.3;
    filter: alpha(opacity=30);
    z-index: 1000;
    height: 100%;
}

#loading {
    position: absolute;
    top: 100px;
    width: 280px;
    min-height: 65px;
    z-index: 1001;
    background: white;
    padding: 40px;
}

.okaction {
    text-align: right;
    padding-top: 30px;
}

    .okaction span {
        display: inline-block;
        background: #27a9e3;
        width: 67px;
        height: 25px;
        text-align: center;
        line-height: 25px;
        font-weight: 700;
        cursor: pointer;
    }


.validCode {
    background-color: #eee;
}
    .validCode * {
        float: none !important;
    }
    .validCode div{        
        display: block !important;
    }

    .validCode .icon {
        background-image: url(/Images/icon/loginIcons.png);
        background-repeat: no-repeat;
    }

    .validCode .tip {
        position: relative;
        font-size: 14px;
        height: 24px;
        float: none;
    }
        .validCode .tip .refresh {
            background-position: -58px -44px;
            width: 16px;
            height: 16px;
            position: absolute;
            right: 16px;
            top: 9px;
            float: none;
        }
        .validCode .tip label {
            color: #888;
            position: absolute;
            left: 16px;
            top: 9px;
            float: none;
        }

.validCodeIpt .inpt .txt {
    width: 240px;
}

.validCode .img {
    position: relative;
    width: 200px;
    margin: auto;
    height: auto;
    border: none;
    float: none;
}

.validCodeImage {
    margin: auto !important;
    height: auto !important;
    border: none !important;
    float: none !important;
}
    .validCode .img .mark {
        background-position: -40px -44px;
        width: 16px;
        height: 16px;
        position: absolute;
    }

        .validCode .img .mark.close {
            background-position: -21px -44px;
        }

.click {
    cursor: pointer;
    color: #5ca5eb;
}</pre></body></html>