<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
A:link
{
    text-decoration: none;
}
a
{
    color: #333333;
}
body
{
    padding: 0;
    margin: 0;
    font-size: 12px;
    font-family: Microsoft YaHei;
}
form
{
    margin: 0;
    padding: 0;
    text-align: center;
}
.header
{
    background: url(login_top_bg.png) top center no-repeat;
    width: 1920px;
    height: 105px;
}
.main
{
    width: 850px;
    margin: 20px auto;
}
.main h2
{
    font-size: 30px;
    color: #a0a0a0;
    padding: 0;
    margin: 0;
    font-weight: 100;
}
.main h1
{
    font-size: 48px;
    color: #333333;
    padding: 0;
    margin: 0;
    font-weight: 100;
}
.left
{
    width: 400px;
    margin: 50px 20px 0 0;
    float: left; /*background:url(login_split.png) center right no-repeat*/
}
.right
{
    float: left /*;background:url(login_header.png) 47px 30px no-repeat*/;
    margin-top: 60px;
    text-align: left;
    width: 280px;
}
.right tr td input
{
    height: 40px;
    padding: 0px;
    border-radius: 3px;
    padding-left: 40px;
}
.right tr td
{
    padding: 0px;
}
.right td select
{
    width: 140px;
    height: 21px;
}
.right td input
{
    border: solid 1px #ccc;
    width: 250px; /*font-family:Arial; font-weight:bold;font-size:12px;*/
}
.right td button
{
    /*background:url(loginbtn.png); width:61px; height:25px;*/
    border: none;
    cursor: pointer;
    margin-left: 8px;
}
.right td #btn
{
    background: #3577dc;
    width: 300px;
    height: 45px;
    border: none;
    cursor: pointer;
    margin-left: 8px;
    color: #fff;
    font-size: 20px;
    border-radius: 5px;
    font-family: Microsoft YaHei;
}
/*.right td button.hover{ background:url(loginbtn_hover.png);}*/
.clear
{
    clear: both;
}
.button
{
    width: 64px;
    height: 22px;
    padding-top: 2px;
    background: url(btn.png);
    border: solid 1px #bcbcbc;
    cursor: pointer;
    outline: none;
}
.slt
{
    position: relative;
    border: solid 1px #ccc;
    height: 40px;
    line-height: 40px;
    cursor: default;
    border-radius: 3px;
}
.slt span
{
    display: inline-block;
    overflow: hidden;
    padding-left: 15px;
    font-size: 14px;
}
.slt img
{
    position: absolute;
    right: 13px;
    top: 10px;
}
.sltlist
{
    padding: 0;
    margin: 0;
    border: solid 1px #ccc;
    position: absolute;
    background: #fff;
    max-height: 200px;
    min-height: 30px;
    overflow-y: auto;
    overflow-x: hidden;
}
.sltlist li
{
    list-style: none;
    line-height: 30px;
    color: #666;
    overflow: hidden;
    min-width: 280px;
    _width: 280px;
    padding-left: 5px;
}
.sltlist .li
{
    cursor: default;
    color: #000;
}
#valirow td
{
    float: left;
    position: relative;
}
#valirow td .ImgCode
{
    top: 3px;
    right: 5px;
    position: absolute;
}
#login_Pc table .fr label
{
    margin-top: 2px;
    margin-left: -1px;
    height: 15px;
    clear: both;
}

html, body
{
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.main
{
    position: relative;
}
.hide
{
    display: none;
}

#btn:hover
{
    opacity: 0.7;
}


#login_Pc
{
    clear: both; /*text-align: center;*/
}

#logStatusText
{
    font-size: 16px;
    font-family: Microsoft YaHei;
    color: #ff6a00;
}

.header
{
    margin: 0 auto;
}

.auto-style1
{
    width: 58px;
    height: 43px;
}

.auto-style2
{
    height: 43px;
}
.username
{
    background: url(input_icon1.png) 13px center no-repeat #ecf5fa;
}
.userpassword
{
    background: url(input_icon2.png) 13px center no-repeat #ecf5fa;
}
.validatenumber
{
    background: url(key.png) 13px center no-repeat #ecf5fa;
}

#login_Pc table tr
{
    height: 43px;
}

.popMsgInfo
{
    font-size: 14px;
    line-height: 50px;
    text-align: center;
    padding: 20px 40px 20px 40px;
    background-color: #eeeeee;
    filter: alpha(opacity=90); /*IE*/
    -moz-opacity: 0.9; /*MOZ , FF*/
    opacity: 0.9; /*CSS3, FF1.5*/
    border-radius: 20px;
    display: block;
    position: absolute;
    z-index: 9999;
    margin-left: 40%;
    margin-top: 20%;
}

.popMsgInfo span
{
    color: red;
}
.validation-summary-errors
{
    display: none;
}
</pre></body></html>