.sa-statusbar-support
{
    position: fixed;
    height: 18px;
    bottom: 3px;
    line-height: 18px;
    right: 0px;
    width: 75px;
    cursor: pointer;
    z-index: 999;		
}

.sa-statusbar-supporticon
{
    width: 18px;
    height: 16px;
    background-repeat: no-repeat;
    top: 1px;
    position: relative;
    float: right;
    margin-right: 2px;
    background-position: center;
}

.sa-statusbar-supporttip
{
   font-size: 12px;
    color: #666;
    position: relative;
    float: right;
    height: 16px;
    line-height: 18px;
    margin-right: 6px;
}

.sa-statusbar-support:hover .sa-statusbar-supporttip
{
	color: #2B87F3;
}

.sa-ctrl-modallayer
{
   	z-index: 999999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(226,231,239,0.5);
}

.sa-ctrl-loading-modallayer
{
	z-index: 999999;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(255,255,255,0.4);
}
.sa-ctrl-loading-icon
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 40px;
	height: 40px;
	margin-left: -20px;
	margin-top: -20px;
	border-radius: 10px;
	background-color: #f7f7f7;
	background-repeat: no-repeat;
	background-position: center center;
}
.sa-ctrl-loading-text
{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 120px;
	height: 20px;
	margin-left: -60px;
	margin-top: 28px;
	text-align: center;
	font-size: 14px;
}

.sa-supportcontentbox
{
	background: #FFFFFF;
	box-shadow: 0 2px 6px 0 rgba(0,0,0,0.10);
	border-radius: 6px;
	position: absolute;
	width: 581px;
	height: 286px;
	top: 50%;
	left: 50%;
 	margin-top: -143px; 
    margin-left: -290px;
}

.sa-networkanomaly-icon
{
    width: 32px;
    height: 32px;
    position: absolute;
    top: 50%;
    margin-top: -16px;
    left: 50%;
    margin-left: -115px;
}

.sa-networkanomaly-text
{
	position: absolute;
	width: 220px;
    height: 14px;
    top: 50%;
    left: 50%;
    color: rgb(55, 55, 55);
    font-style: normal;
    font-variant: normal;
    font-weight: normal;
    font-stretch: normal;
    font-size: 14px;
    line-height: 14px;
    font-family: 微软雅黑;
    margin: -7px;
    margin-left: -65px;
}