.overlay-wrap {
			@include flex;
			justify-content: center;
			align-items: center;
			flex: 1;
	
			&__box {
				width: 200rpx;
				height: 200rpx;
				 
			}
		}