.loginOut{
    position: fixed;
    width: 340px;
    height: 215px;
    left: 50%;
    top: 50%;
    margin-left: -175px;
    margin-top: -107px;
    background: white;
    border-radius: 10px;
    padding: 15px;
}
.loginOut-hint {
    margin-top: 8px;
}
.loginOut-head{
    width: 100%;
    height: 50px;
    text-align: center;
}
.loginOut-content{
    width: 100%;
    padding:15px 0 20px;
}
.loginOut-content>p:first-child{
    font-size: 16px;
    color: #333333;
    padding-bottom: 5px;
}
.loginOut-content>p:nth-child(2){
    font-size: 12px;
    color: #666666;
}
.loginOut-foot{
    width: 100%;
    text-align: center;
}
.loginOut-foot>button{
    line-height: 1;
    padding: 5px 15px;
    width: 88px;
    height: 35px;
    background: #65a9fc;
    color: #ffffff;
    font-size: 16px;
    outline: none;
    border: none;
    border-radius: 5px;
}