
.ztree * {
	font-size: 17px;
}

.ztree li a {
	height: 23px;
	padding-top: 5px;
}

.ztree li a.curSelectedNode {
	height: 23px;
	padding-top: 5px;
}

.ztree li span.button.switch {width:18px; height:18px}
.ztree li span.button.root_open{background-position:-92px -51px}
.ztree li span.button.root_close{background-position:-74px -51px}
.ztree li span.button.roots_open{background-position:-92px 3px}
.ztree li span.button.roots_close{background-position:-74px 3px}
.ztree li span.button.center_open{background-position:-92px -15px}
.ztree li span.button.center_close{background-position:-74px -15px}
.ztree li span.button.bottom_open{background-position:-92px -33px}
.ztree li span.button.bottom_close{background-position:-74px -33px}


/*自助机模式 弹出框去掉右上角的 关闭按钮*/
.ui-dialog-close {
	top: 3px;
	font-size: 50px;
	width: 70px;
	right: 1px;
	font-weight: normal;
	/*display: none;*/
}



.zzj-loading{
    position: absolute;
    z-index: 1000;
    transform: translate(-50%,-50%);
    width: 100%;
    height: 100%;
    background: #F0F0EE;
    opacity: 0.5;
    top: 50%;
    left: 50%;
}

.zzj-loading-img{
    position: absolute;
    top: 35%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 1000;
    border: none;
}
.zzj-loading-img img{
    width: 130px;
    height: 130px;
}

.zzj-loading-tips{
    position: absolute;
    text-align: center;
    height: 10%;
    width: 30%;
    top: 40%;
    left: 37%;
    font-size: 60px;
    color: #000;
    z-index: 1000;
}