@import '../../assets/theme/index';

.@{mk-prefix}-loadingMask{
	font-family: "Microsoft Yahei","Helvetica Neue",Helvetica,Arial,sans-serif;
    &-1{
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    left: 0px;
	    z-index: 999999;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	    // background-color: rgba(55, 55, 55, 0.6);
	}

	&-2{
	    position: absolute;
	    width: 100%;
	    height: 100%;
	    top: 0px;
	    left: 0px;
	    z-index: 999999;
	    display: flex;
	    justify-content: center;
	    align-items: center;
	}
	&-3{
			background-color: rgba(55, 55, 55, 0.6);
	}
}
