/*µÇÂ¼ÓÃ»§µ¯²ãÒ³Ãæ½áÊø*/
.login-elastic{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.3);
    z-index: 999999;
}
.login-elastic-container{
    width: 585px;
    height: 220px;
    background: white;
    margin: 200px auto;
    position: relative;
}
.login-elastic-container .click-close{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor:pointer;
}
.login-elastic-container h1{
    color: black;
    font-size: 16px;
    text-align: center;
    padding-top: 25px;
}
.select-login-user{
    text-align: center;
    padding-top: 40px;
}
.select-login-user span{
    display: inline-block;
    width: 155px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border-radius: 5px;
    background: #0054a7;
    color: white;
    font-size: 16px;
    cursor: pointer;
}
.select-login-user span:hover{
    opacity: .8;
}
.select-login-user .set-green-bg{
    background: #04b080;
    margin-left: 50px;
}