.um-vp {
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    -webkit-text-size-adjust: none;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-user-select: none
}
.um-vp .up {
    top: 0;
    left: 0;
    width: 100%;		
    min-height: 100%;
    max-height: 100%;
    position: absolute;
    border: 0
}
.ub
{
	display: -webkit-box !important;
	display: box !important;
	position:relative;
}
.ub-f1
{
	position:relative;
	-webkit-box-flex: 1; 
	box-flex: 1;
}
.ub-fh
{
	width:100%;
}
.ub-fv
{
	height:100%;
}
.uhide {
    display: none !important;
}
.ub-ac
{
	-webkit-box-align:center;
	box-align:center;
}
.ub-ae
{
	-webkit-box-align:end;
	box-align:end;
}

.ub-pc
{
	-webkit-box-pack:center;
	box-pack:center;
}
.ub-pe
{
	-webkit-box-pack:end;
	box-pack:end;
}
.ub-pj
{
	-webkit-box-pack:justify;
	box-pack:justify;
}

.ub-ver
{
	-webkit-box-orient:vertical;
	box-orient:vertical;
}

.ub-img1
{	
	-webkit-background-size:cover;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center;
}
.hx-bg{
	position: absolute;
	z-index: 200;
	left: 0;
	top: 0;
	right: 0;
	background-image: url(../images/bg.jpg);
}
.umar-a {
    margin: 1.2em;
}

.utab{
  display: -webkit-box !important;
	display: box !important;
	position: relative;
  height:100%;
}
.utab-panel{
	box-sizing: border-box;
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-bottom: 50px;
}
.utab-bar{
  display:-webkit-box;
  display:-webkit-flex;
  display:flex;
  position:absolute;
  z-index: 500;
	left: 0;
	right: 0;
	bottom: 0;
	width: 100%;
	height: 50px;
	background-color: #165b7a;
}
.utab-item{
  display:block;
  -webkit-box-flex:1;
  -webkit-flex:1;
          flex:1;
  padding:5px 0 0;
  font-size:0;
  color:#999999;
  text-align:center;
  -webkit-tap-highlight-color:rgba(0, 0, 0, 0); 
}
.utab-item-label{
	text-align:center;
  color:#fff;
  font-size:18px;
  line-height:0;
}
.utab-item.utab-item-on .utab-item-label{
		color: #d9b451;
}
.backBtn{
	display: block;
	position: absolute;
	width: 40px;
	height: 40px;
	z-index: 300;
	right: .8em;
	top:.8em;
	background-image: url(../images/back.png);
}
.loadingBox{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	z-index: 100;
	background-color: #EEEEEE;
	
}



