﻿.main-part
{
    background: url(../image/user_bg.jpg) no-repeat;
    background-size: 100%;
}
.login-mod h2
{
    background-position: -252px -36px;
}
.text-mod
{
    position: absolute;
    left: 45px;
    top: 64px;
    width: 274px;
    height: 38px;
}
.text-mod p
{
    width: 100%;
    height: 100%;
    background: url(../image/user_text.gif) no-repeat;
    display: none;
    text-indent: -999em;
    overflow: hidden;
}
.text-mod p.text2
{
    background-position: 0 -41px;
}
.text-mod-1 .text1, .text-mod-2 .text2
{
    display: block;
}
.m-loginbox-list
{
    height: 200px;
}
.m-loginbox-title
{
    padding: 11px 25px 3px;
    font-size: 18px;
    line-height: 26px;
    text-align: left;
}
.login-account-list
{
    width: 336px;
    margin: 0 auto;
    color: #4e5a70;
    max-height: 150px;
    overflow-y: scroll;
}
.login-account-list li.disable
{
    color: #c0c8d6;
}
.login-account-list li.disable:hover
{
    background-color: #fff;
}
.login-account-list li
{
    height: 42px;
    line-height: 42px;
    border-radius: 4px;
    text-align: left;
    padding: 0 14px;
}
.login-account-list li:hover
{
    background-color: #f9fafb;
}
.login-account-list .list-tag
{
    display: inline-block;
    width: 60px;
    height: 24px;
    margin: 8px 0 8px 26px;
    line-height: 24px;
    text-align: center;
    background: #f0f3f5;
    border-radius: 4px;
    font-size: 12px;
    color: #a9b2c2;
}
.login-account-list li
{
    cursor: pointer;
}