html,body,.mui-content{
	background-color:#ebebeb;
}
.mui-input-row label{
}
.order-header.mui-bar{
	background: #00aaee;
}
.order-header a,
.order-header h1 {
	color: white !important;
	font-weight: bold !important;
}

.order-header .mui-icon span {
	font-size: 1.1rem;
}
.mui-bar-tab .mui-tab-item{
	color: #4d4d4d;
}
.mui-bar-tab .mui-tab-item.mui-active {
	color: #00aaee;
}
.mui-bar{
	background-color: white;
}
.mui-bar-tab {
	height: 50px;
}
.mui-bar-tab .mui-tab-item .iconfont {
	top: 3px;
	width: 24px;
	height: 24px;
	padding-top: 0;
	padding-bottom: 0
}

.mui-bar-tab .mui-tab-item .iconfont~.mui-tab-label {
	font-size: .8rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis
}

.mui-bar.mui-bar-tab img{
	max-height: 1.6rem;
	height: 1.6rem;
    margin-top: 5px;
}

/**
 * 首页轮播图
 */
.mui-slider-item span {
	background-color: rgba(0, 170, 238, .3);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	line-height: 37px;
	font-size: 15px;
	color: #FFFFFF;
	text-indent: 15px;
    width: 100%;
    height: 30px;
    line-height: 30px;	
}	
.mui-slider-indicator{
    bottom: 6px;
}
.mui-slider-indicator .mui-active.mui-indicator{
    background: #00aaee;
}
.mui-slider-indicator .mui-indicator{
	box-shadow: 0 0 1px 1px rgba(255, 252, 252, 0.7);
	-webkit-box-shadow: 0 0 1px 1px rgba(255, 252, 252, 0.7);
	background: white;
    width: 7px;
    height: 7px;
}
.mui-slider .mui-slider-group .mui-slider-item img {
	height: 11rem;
}
@media screen and (device-width: 320px) and (device-height: 568px) and (-webkit-device-pixel-ratio: 2){ 
.mui-slider .mui-slider-group .mui-slider-item img {
	height: 9rem;
}
/* iphone5*/
} 
@media only screen and (min-device-width: 375px) and (max-device-width: 667px) and (orientation : portrait) { 
.mui-slider .mui-slider-group .mui-slider-item img {
	height: 12rem;
}
/* iphone6竖屏*/
}	

/**
 * 布局参数
 */
.col-5{
	float: left;
	width: 50%;
}
.col-3{
	float: left;
	width: 25%;	
}
.col-4{
	float: left;
	width: 33.333333%;	
}
.col-8{
	float: left;
	width: 66.666666%;	
}
.col-9{
	float: left;
	width: 75%;	
}

.gohome {
	float: right;
	width: 20px;
	margin-top: 12px;
}
/**
 * 首页头部样式
 */
.col-5 .head-img{
    height: 33px;
    margin-left: -4px;	
}    
.col-5 .info{
    float: right;
    width: 30px;
    margin-top: 5px;
}   
.order-header .col-5{padding-top: 5px;}
.red-dot{
    position: absolute;
    right: 0;
    top: 0;
    color: red;
}
/**
 * 功能列表图片
 */
.func-list img{
    max-height: 2.5rem;
    height: 2.5rem;
}
.func-list span{
    position: absolute;
    top: 33%;
    left: 5rem;
    color: #525252;
}
.text-right{
    right: 2rem;
    text-align: right;
    color: #9e9e9e !important; 		
}
/**
 *退出登录
 */
.logout{
    margin-top: 15px;
    text-align: center;	
    margin-bottom: 60px;			
}
.logout .mui-table-view-cell:after{
	left: 0;
}

/*
 * tab页样式
 */
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item.mui-active{
    color: #00aaee;
    border-bottom: 2px solid #00aaee;
}
.mui-segmented-control.mui-segmented-control-inverted .mui-control-item{
	color: #6b6b6b;
	border-bottom: 1px solid #eee;
}
.mui-control-item .title{
    height: 15px;
    border-right: 1px solid #eee;
    float: right;
    margin-top: 12px;
}
/**
 * 搜索框
 */
.mui-search input[type=search]{
	margin-bottom: 0;
    background: #ebebeb;
    border-radius: 0;
}
.mui-search.mui-active:before{
	margin-top: -10px;
}
.mui-table-view:after,.mui-table-view-cell:after{
	background-color: #ebebeb;
}
.mui-btn span {
	color: #ffffff;
	font-size: 17px;
}

/**
 * popover
 */
.mui-popover .mui-table-view .mui-table-view-cell:first-child, .mui-popover .mui-table-view .mui-table-view-cell:first-child>a:not(.mui-btn){
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.mui-popover .mui-table-view .mui-table-view-cell:last-child, .mui-popover .mui-table-view .mui-table-view-cell:last-child>a:not(.mui-btn){
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

/**
 * list 查询无结果样式，使用p标签
 * <p class="no-result">暂无结果</p>
 */
.no-result {
	background: transparent;
	padding: 1rem 0;
	text-align: center;
}

@media screen and (device-width: 320px) and (-webkit-device-pixel-ratio: 2){ 
	.mui-table-view-cell>a:not(.mui-btn){
		    margin: -15px -15px;
	}
} 

#namePopover{position: fixed;}

.mui-picker-inner{
    mask-image: linear-gradient(to top, transparent, #fff);
    -webkit-mask-image: linear-gradient(to top, transparent, #fff);
    background-color: #fff;
}
@supports (font-variant-alternates: styleset(nice-style)) {
    .mui-pciker-list {
        transform-origin-z: 0 !important;
    }
}
.info-content {
    padding: 6px;
    max-height: 300px;
    overflow: auto;
}