[v-cloak] {
    display: none !important;
}
/*flex布局模型 begin*/
.ub {
	position: relative;
	display: -webkit-flex !important;
	display: flex !important;
	flex-direction: row;
}

.ub-wrap {
	flex-wrap: wrap !important;
}

.ub-ver {
	flex-direction: column;
}

.ub-as {
	justify-content: flex-start;
}

.ub-ac {
	justify-content: center;
}

.ub-ae {
	justify-content: flex-end;
}

.ub-aa {
	justify-content: space-around;
}

.ub-ps {
	align-items: flex-start;
}

.ub-pc {
	align-items: center;
}

.ub-pe {
	align-items: flex-end;
}

.ub-con {
	width: 100%;
	height: 100%;
}

.ub-fh {
	width: 100%;
}

.ub-fv {
	height: 100%;
}


.ub-f1 {
	flex: 1;
}

.ub-f2 {
	flex: 2;
}

.ub-f3 {
	flex: 3;
}

.ub-f4 {
	flex: 4;
}

/*flex布局模型 end*/