/*��ģ��*/
.ub
{
	display: -webkit-flex !important;
	display: flex !important;
	position:relative;
}
.ub-no
{
	display: -webkit-flex;
	display: flex;
	position:relative;
}

.ub-rev
{
	-webkit-flex-direction: row-reverse;
	flex-direction: row-reverse;
}

.ub-fh
{
	width:100%;
}

.ub-fv
{
	height:100%;
}

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

.ub-as
{
	-webkit-align-items: flex-start;
	align-items: flex-start;
}

.ub-ac
{
	-webkit-align-items: center;
	align-items: center;
}
.ub-ae
{
	-webkit-align-items: flex-end;
	align-items: flex-end;
}
.ub-ps
{
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}

.ub-pc
{
	-webkit-justify-content: center;
	justify-content: center;
}
.ub-pe
{
	-webkit-justify-content: flex-end;
	justify-content: flex-end;
}
.ub-pj
{
	-webkit-justify-content: space-between;
	justify-content: space-between;
}

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

.ub-f1
{
	position:relative;
	-webkit-flex: 1;
	flex: 1;
}

.ub-f2
{
	position:relative;
	-webkit-flex: 2;
	flex: 2;
}

.ub-f3
{
	position:relative;
	-webkit-flex: 3;
	flex: 3;
}

.ub-f4
{
	position:relative;
	-webkit-flex: 4;
	flex: 4;
}

.ub-img
{
	-webkit-background-size:contain;
	-moz-background-size: contain;
	background-size:contain;
	background-repeat:no-repeat;
	background-position:center;
}

.ub-img1
{	
	-webkit-background-size:cover;
	-moz-background-size: cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img2
{
	background-repeat:repeat-x;
	background-size:auto 100%
}
.ub-img3
{
	background-repeat:repeat-y;
	background-size:100% auto
}

.ub-img4
{
	-webkit-background-size:100% auto;
	-moz-background-size: 100% auto;
	background-size:100% auto;
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img5
{
	-webkit-background-size:auto 100%;
	-moz-background-size: auto 100%;
	background-size:auto 100%;
	background-repeat:no-repeat;
	background-position:center;
}

.ub-img6
{
	background-repeat:no-repeat;
	background-position:center;
}
.ub-img7
{
	-webkit-background-size:100% 100%;
	-moz-background-size: 100% 100%;
	background-size:100% 100%;
	background-repeat:no-repeat;
	background-position:center;
}

