.logoutInformBox {
    width: 440px;
    height: 187px;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: white;
    border-radius: 4px;
    z-index: 60;
}

.logoutIformTitle{
	height: 60px;
    line-height: 60px;
    padding-left: 25px;
    display: flex;
    font-size: 18px;
}

.warningTip{
	height: 22px;
	width: 22px;
    margin-top: 20px;
    margin-right: 5px;
	background: url(../images/warning.png) no-repeat;
    background-size: 100% 100%;
}

.logoutIformText{
	margin-left: 55px;
    padding-right: 20px;
}

.logoutIformBtnDiv{
	width: 100%;
    height: 70px;
    line-height: 70px;
    text-align: right;
}

.logoutIformBtn{
    margin-right: 15px;
    width: 80px;
    height: 35px;
    background-color: white;
    border: 1px solid #c0c4cc;
    color: #909399;
}

.logoutIformBtn:hover{
	background-color: #2a90fc;
	color: white;
}

.loginTimeText{
    margin: 0px 2px;
}
