.bg-qyc {
	background: #c6c6c6!important;
}
.td-div-online {
	width: auto;
    height: auto;
    padding: 5px;
    min-width: 40px;
    min-height: 30px;
    border-radius: 50%;
    background-color: orange;
    text-align: center;
    line-height: 30px;
    color: white;
}
.td-div-offline {
	width: auto;
    height: auto;
    padding: 5px;
    min-width: 40px;
    min-height: 30px;
    border-radius: 50%;
    background-color: #555d66;
    text-align: center;
    line-height: 30px;
    color: white;
}
.loading {
	margin: 400px auto;
}
.loading-body {
	width: 100px!important;
	height: 100px;
}