<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">li
{
    list-style: none;
}
.tab_menu
{
    width: 100%;
    height: auto;
}
.tab_menu li
{
    cursor: pointer;
}
.tab_menu li a
{
    font-family: "黑体";
    font-size: 16px;
    font-weight: normal;
    height: 70px;
    line-height: 70px;
    color: #8a8989;
    text-decoration: none;
}
.tab_menu li:hover
{
    background: #fff;
    border-left: 4px solid #fff;
}
.tab_menu li:hover a
{
    color: #f0880e;
}
.tab_menu li.current a
{
    color: #f0880e;
}
.tab_menu li
{
    text-align: center;
}
.tab_menu li.current
{
    background: #fff;
    border-left: 4px solid #f0880e;
    color: #f0880e;
}
.tab_menu li.current a
{
    color: #f0880e;
}
.divContent
{
    height: 900px;
    width: 996px;
    margin: 0 auto;
}
.divDaohang
{
    width: 230px;
    height: 100%;
    float: left;
    background: #f6f6f6;
}
.divForget
{
    height: 400px;
    width: 996px;
    margin: 0 auto;
}
.divInfo
{
    width: 766px;
    height: 100%;
    float: right;
}
.pwd-con-three
{
    width: 645px;
    height: 98px;
    background: url('../Images/pwd-question.png') no-repeat;
    margin-top: 30px;
    margin-left: 15px;
    color: #4d4d4d;
    font-size: 12px;
    padding-top: 20px;
}
.pwd-con-three ul
{
    margin-left: 20px;
}
.pwd-con-three ul li
{
    line-height: 20px;
}
.pwd-con-four
{
    width: 643px;
    height: 90px;
    background: #f3f3f3;
    border: 1px solid #eaeaea;
    margin-top: 30px;
    margin-left: 15px;
}
.safe
{
    width: 100px;
    text-align: center;
    margin-top: 15px;
    float: left;
}
.safe p
{
    color: #2a9bd9;
    font-size: 12px;
}
.pwd-line
{
    background: url('../Images/allbgs.png') no-repeat 0px -458px;
    width: 6px;
    height: 70px;
    float: left;
    margin-top: 10px;
}
.pwd-con-four ul
{
    float: left;
    height: 70px;
    width: 537px;
}
.pwd-con-four ul li
{
    width: 512px;
    margin-top: 10px;
    margin-left: 25px;
    color: #4d4d4d;
    font-size: 11px;
}
</pre></body></html>