<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*å¼¹çª—æ&nbsp;·å¼*/
#masking{
    display: none;
    z-index: 999;
    position: fixed;
    left: 0px;
    top: 0px;
    background: rgb(0,0,0,0.7);
    width: 100%;
    height: 100%;
}
.dialog{
    position: absolute;
    background-color: #FFFFFF;
    width: 500px;
    height: 410px;
    border-radius: 5px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}
#header-right{
    position: absolute;
    width: 25px;
    height: 25px;
    color: #6e7b8e;
    right: 15px;
    top: 0px;
    text-align: center;
    cursor: pointer;
}
#header{
    position: absolute;
    height: 50px;
    width: 100%;
    line-height: 50px;
    font-size: 18px;

}
#header span{
    margin-left: 30px;
}
.dialog-body{
    position: absolute;
    top: 50px;
    /*background-color: #0a58ca;*/
    width: 100%;
    height: 360px;
}

/*è¡¨å•æ&nbsp;·å¼*/
.dialog .basic-grey .form-body .form-item{
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    /*height: 50px;*/
}
.dialog .basic-grey .form-body .form-item label{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
    height: 30px;
    padding: 3px 6px;
    text-align: right;
    width: 100px;
    top: 0px;
}
.dialog .basic-grey .form-body .form-input{
    right: 30px;
    border: 1px solid #00b1db;
    width: 252px;
    min-height: 30px;
}
.dialog .basic-grey .form-body .form-input.empty{
    color: gray;
}

.dialog .basic-grey .form-foot{
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
}

.button{
    cursor: pointer;
    text-align: center;
    padding: 5px 10px;
    background-color: #009688;
    border: 1px solid #00b1db;
    border-radius: 5px;
    color: #FFFFFF;
}
</pre></body></html>