.mui-scrollView {
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    -moz-box-flex:1;
    flex: 1;
    position: relative;
    overflow: -moz-scrollbars-none;
    touch-action: pan-y pinch-zoom;
}
.mui-scrollView:after{
	min-height: calc(100% + 1px);
}
.mui-scrollView::-webkit-scrollbar{
	width: 0;
	height: 0;
    display: none;
}

/*公共样式*/
	button:enabled:active{background: none;color: rgb(0,0,0,0.5);}
	.bg-red {
		background: #FF0036;
	}
	
	.text-center {
		text-align: center !important;
	}
	
	.text-right {
		text-align: right !important;
	}
	
	.color-red {
		color: #FF0027 !important;
	}
	
	.color-white {
		color: #FFFFFF !important;
	}
	.img-circle {
		border-radius: 50%;
	}


.divHeight {width: 100%;height: 10px;background: #f5f5f5;position: relative;overflow: hidden;}
.mui-bar .mui-btn-link{color: #FFFFFF;}
.mui-bar .mui-icon-left-nav{font-size: 30px;padding-top: 7px;padding-bottom: 7px;}
.bg-gradient{background: linear-gradient(to right, #FF0066 0, #FF0036 100%);}
.bg-white{background: white;}

/*搜索头部*/
.seach-header, .search-header{    
	background: linear-gradient(to right, #FF0066 0, #FF0036 100%);
	display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: .36rem;}
header .mui-action-back{padding-left: 2%;padding-right: 2%;}
.mui-bar .mui-btn.mui-pull-right{padding-right: 2%;}
.seach-header .btn{color: #fff;margin: 0 1%;line-height: 1;}
.seach-header .btn:last-child{padding-right:2%;}
.seach-header .btn:first-child{padding-left:2%;}
.seach-header .centerflex{display: flex;justify-content: space-around;align-items: center;}
.top-sch-box { height: 2rem;line-height: 2rem;  margin:0rem 1rem;padding:0 0.9rem; font-size: 0.85rem; color: #9e9e9e; background-color: #f8f8f8; -webkit-border-radius: 2rem; border-radius: 2rem;flex: 1; }
.top-sch-box .fdj { color: #ff0000;font-size: 18px;  margin-top: 3px;}
.top-sch-box .sch-input { display: block; padding: 0 0.3rem; margin: 0; height: auto; line-height: 0.9rem; border: none; background: transparent; font-size: 12px; color: #666; }
.top-sch-box .sch-txt { width: 100%; padding: 0 10px; color: #909090;}
.top-sch-box .tag-wrap { position: relative; margin: 0 -.15rem; height: 100%; overflow: hidden; }
.top-sch-box .mui-scroll { width: auto; height: 100%; display: -webkit-box; display: -webkit-flex; display: flex; -webkit-box-align: center; -webkit-align-items: center; align-items: center; }
.top-sch-box .tags { padding-right: 2rem; white-space: nowrap; font-size: 0; }
.top-sch-box .tags .tag { display: inline-block; vertical-align: middle; margin-right: .15rem; padding: 0 .25rem; color: #fff; font-size: .32rem; line-height: .58rem; background-color: #c2c2c2; -webkit-border-radius: 100px; border-radius: 100px; }
.top-sch-box .tags .tag i { font-family: Muiicons; font-weight: 400; font-style: normal; -webkit-font-smoothing: antialiased; display: inline-block; vertical-align: top; height: 1px; line-height: inherit; font-size: .48rem; }
.top-sch-box .tags .tag i:after { content: "\e460"; }
.top-sch-box ~ .sch-submit { display: block; position: static; margin: 0 .3rem; padding: 0 .4rem; font-size: .45rem; line-height: .96rem; border: none !important; -webkit-border-radius: 100px; border-radius: 100px; }
.top-sch-box .mui-icon-clear { margin: 0; padding: 0; font-size: 22px; }


/*底部导航*/
.nav-bottom{padding-bottom: 50px;padding-top: 40px;}

/*公共导航部分*/
.nav-footer{width: 100%;position: fixed;bottom:0;left: 0;z-index:99;display: flex;align-items: center;justify-content: space-around;background: #fff;border-top: solid 1px #e6e6e6;padding-top: 1%;padding-bottom:1%;height: 50px;}
.nav-footer a{width:20%;display: flex;flex-direction: column;align-content: center;align-items: center;font-size: 11px;color: #929292;}
.nav-footer a span.mui-icon{height: 25px;overflow: hidden;font-size: 23px;padding-top: 2px;}
.nav-footer .icon-active{color: #FF0036;}