.mui-indexed-list {
	position: relative;
	border-top: solid 1px #e3e3e3;
	border-bottom: solid 1px #e3e3e3;
	overflow: hidden;
	/*background-color: #fafafa;*/
	height: 300px;
	cursor: default;
}
.mui-indexed-list-inner {
	margin: 0px;
	padding: 0px;
	overflow-y: auto;
	border: none;
	position: relative;
}
.mui-indexed-list-inner::-webkit-scrollbar {
	width: 0px;
	height: 0px;
	visibility: hidden;
}
.mui-indexed-list-empty-alert,
.mui-indexed-list-inner.empty ul {
	display: none;
}
.mui-indexed-list-inner.empty .mui-indexed-list-empty-alert {
	display: block;
}
.mui-indexed-list-empty-alert {
	padding: 30px 15px;
	text-align: center;
	color: #ccc;
	padding-right: 45px;
}
.mui-ios .mui-indexed-list-inner {
	/*width: calc(100% + 10px);*/
}
.mui-indexed-list-group,
.mui-indexed-list-item {
	padding-right: 45px;
}
.mui-ios .mui-indexed-list-group,
.mui-ios .mui-indexed-list-item,
.mui-ios .mui-indexed-list-empty-alert {
	padding-right: 55px;
}
.mui-indexed-list-group {
	background-color: #f2f2f8;
	font-size: 0.26rem;
	color: #333;
}
.mui-indexed-list-group {
	padding-top: 0;
	padding-bottom: 0;
	height: 0.6rem;
	line-height: 0.6rem;
}
.mui-indexed-list-search {
	border-bottom: solid 1px #e3e3e3;
	z-index: 15;
}
.mui-indexed-list-search.mui-search:before {
	margin-top: -10px;
}
.mui-indexed-list-search input {
	border-radius: 0.4rem;
	margin: 0px;
	background-color: #fff;
	width: 5.7rem;
	height: 0.6rem;

}
.mui-indexed-list-bar {
	width: 23px;
	/*background-color: lightgrey;*/
	position: absolute;
	height: 100%;
	z-index: 10;
	right: 0px;
	-webkit-transition: .2s;
}
.mui-indexed-list-bar a {
	display: block;
	text-align: center;
	font-size: 11px;
	padding: 0px;
	margin: 0px;
	line-height: 15px;
	font-size: 0.26rem;
	color: #10bac6;
}
.mui-indexed-list-bar.active {
	/*background-color: rgb(200,200,200);*/
}
.mui-indexed-list-bar.active a {
	color: #333;
}
.mui-indexed-list-bar.active a.active {
	color: #007aff;
}
.mui-indexed-list-alert {
	position: absolute;
	z-index: 20;
	background-color: rgba(0, 0, 0, 0.5);
	width: 80px;
	height: 80px;
	left: 50%;
	top: 50%;
	margin-left: -40px;
	margin-top: -40px;
	border-radius: 40px;
	text-align: center;
	line-height: 80px;
	font-size: 35px;
	color: #fff;
	display: none;
	-webkit-transition: .2s;
}
.mui-indexed-list-alert.active {
	display: block;
}

.mui-table-view-cell {

}

.mui-table-view {
	margin: 0 0.24rem;
	padding-bottom: 0.3rem;
	position: initial;
}

.mui-indexed-list-item{
	font-size: 0.28rem;
	color: #666;
}

/*添加*/
.mui-bar {-webkit-box-shadow: none;box-shadow: none;}
.mui-icon-back:before, .mui-icon-left-nav:before{content: '\e460';color: #000;}
.mui-indexed-list-bar{top: 1.5rem;width: 40px;}
.mui-indexed-list-bar.active{}
.mui-indexed-list-bar.active a{color: #10bac6;}
.mui-indexed-list-bar a{height:0.35rem !important;color: #10bac6;}

.mui-table-view-divider:after,.mui-table-view-divider:before,.mui-table-view:before{height: 0;}
.mui-indexed-list,.mui-indexed-list-search{border: none;}
/*添加class*/
.module-indexed-box{
	/*padding-right: 50px;*/
	margin: 0 0.24rem;
}
.module-address{
	font-size: 0.26rem;
	color: #999;
	padding: 0.24rem 0 0 0.24rem;
	position: relative;
}
.module-address span{
	display: block;
	font-size: 0.28rem;
	color: #4dccd5;
	border: 0.02rem solid #f1f1f1;
	border-radius: 0.4rem;
	width: 1.9rem;
	height: 0.64rem;
	margin: 0.24rem 0 0.16rem 0;
	text-align: center;
	line-height: 0.64rem;
}
.trading-area,.recent-area{padding: 0.24rem 0.24rem 0;font-size: 0;}
.trading-area li{
	float: left;
	color: #999999;
	background: #f5f5f5;
	border: 1px solid #f5f5f5;
	font-size: 16px;
	padding: 5px 8px;
	border-radius: 16px;
	margin: 10px 15px 10px 0;
}
.trading-area li.active{
	background: #fff;
	color: #000;
	border: 1px solid #ffd401;
}
.recent-area li{
	display: inline-block;
	font-size: 0.28rem;
	color: #666;
	border: 0.02rem solid #f1f1f1;
	border-radius: 0.4rem;
	width: 1.9rem;
	height: 0.64rem;
	margin-right: 0.3rem;
	margin-bottom: 0.24rem;
	text-align: center;
	line-height: 0.64rem;
}
.recent-area li:nth-child(3n){margin-right: 0;}
.hot-area li{ }

.mui-table-view-cell {
	padding: 0 0.3rem;
	height: 0.64rem;
	line-height: 0.64rem;
}

.mui-input-row.mui-search .mui-icon-clear{
	top: 0.2rem;
	right: 1.65rem;
	background: url("../images/icon-close1.png") no-repeat;
	background-size: 100% 100%;
	width: 0.2rem;
	height: 0.2rem;
}
.mui-indexed-list-search.mui-search:before{
	background: url("../images/icon-search.png") no-repeat;
	background-size: 100% 100%;
	width: 0.25rem;
	height: 0.25rem;
}