/** 图标大小 **/
.user-ui-btn .ui-icon:after{
	width:32px;
	height:32px;
}
/** 设置字体大小，由于图标变大，所以文字适当的调大一些 **/
.user-ui-btn  .ui-btn-text{
	line-height:32px;
	font-size:20px;
}

/** 无文字按钮 **/
.user-ui-btn  .ui-btn-icon-notext{
	width:32px;
	height:32px;
	webkit-border-radius: 2em;
	border-radius: 2em;
	border:none;
	padding:12px 12px;
}

/** 图标左边 **/
.user-ui-btn .ui-btn-icon-left .ui-btn-inner {
	padding-left: 50px;
}

.user-ui-btn  .ui-btn-icon-left .ui-icon{
	left:10px;
	margin-top: -18px;
}
/** 图标在右边 **/
.user-ui-btn .ui-btn-icon-right .ui-btn-inner {
	padding-right: 50px;
}

.user-ui-btn  .ui-btn-icon-right .ui-icon{
	right:10px;
	margin-top: -18px;
}

/** 图标在上边 **/
.user-ui-btn .ui-btn-icon-top .ui-btn-inner {
	padding-top: 50px;
}

.user-ui-btn  .ui-btn-icon-top .ui-icon{
	top:10px;
	margin-left: -18px;
}
/** 图标在下边 **/
.user-ui-btn .ui-btn-icon-bottom .ui-btn-inner {
	padding-bottom: 50px;
}

.user-ui-btn  .ui-btn-icon-bottom .ui-icon{
	bottom:10px;
	margin-left: -18px;
}

/** 定义自己的图标 **/
.user-ui-btn .ui-icon-flat-demo1:after {
	background:url('images/9.png') no-repeat;background-size: 90%;
}

.user-ui-btn .ui-icon-demo2:after {
	background:url('images/9.png') no-repeat 0px 0px;
}

.user-ui-btn .ui-icon-demo3{
	background:url('images/9.png') no-repeat 0px 0px;
}

.user-ui-btn .ui-icon-demo4{
	background:url('images/9.png') no-repeat 0px 0px;
}

.user-ui-btn .ui-icon-demo5{
	background:url('images/9.png') no-repeat 0px 0px;
}

.user-ui-btn .ui-icon-flat-demo1:after {
	background: none;
	background:url('images/9.png') no-repeat;background-size: 90%;
}

.ui-icon-flat-tel:after {
	background:url('images/038.png') no-repeat 2px 2px;background-size: 18px;
}
.ui-icon-flat-homeindex:after {
	background:url('images/001.png') no-repeat 2px 2px;background-size: 18px;
}
.espcms_tel {
	background:url('images/menu.png') no-repeat 0px 0px;
}
.espcms_footer{text-align: center;padding:5px 0px;margin: 0 auto;}
.espcms_footer a{padding:0px 0px;margin: 0px;}
.espcms_footer img{height:45px;width:56px}
.ui-page { -webkit-backface-visibility: hidden; }

/*自定义LOGO*/
.nav-glyphish-example .ui-btn { padding-top: 40px !important; }
.nav-glyphish-example .ui-btn:after { width: 30px!important; height: 30px!important; margin-left: -15px !important; box-shadow: none!important; -moz-box-shadow: none!important; -webkit-box-shadow: none!important; -webkit-border-radius: 0 !important; border-radius: 0 !important; }
#tel:after { background:  url("images/007.png") 50% 50% no-repeat; background-size: 24px 22px; }
#sms:after { background:  url("images/003.png") 50% 50% no-repeat; background-size: 24px 22px; }
#home:after { background:  url("images/002.png") 50% 50% no-repeat; background-size: 24px 22px; }
#map:after { background:  url("images/001.png") 50% 50% no-repeat; background-size: 24px 22px; }
#email:after { background:  url("images/006.png") 50% 50% no-repeat; background-size: 24px 22px; }
#ding:after { background:   url("images/ding.png") 50% 50% no-repeat; background-size: 24px 22px; }
