.mui-slider{
	height: 3.6rem;
}
.mui-slider .mui-slider-item img{
	width: 100%;
	height: 3.6rem;
}
.select-container{
	width: 100%;
	margin-top: 0.2rem;
}
.select-item{
	margin: 0.1rem;
	height: 2.25rem;
	padding: 0.1rem;
	text-align: center;
	background-color: #fff;
	border-radius: 0.2rem;
}
.item-icon{
	margin: 0.4rem auto 0.2rem auto;
}
.item-icon img{
	width: 0.9rem;
	height: 0.9rem;	
}
.select-item span{
	font-size: 0.28rem;
}

.table-container{
	margin-top: 0.2rem;
	padding: 0.2rem;
	background-color: #fff;
}
.table-container .td{
	border-color: #e6e6e6;
	border-style: solid;
}
.table-container .td1{
	border-width: 0 1px 1px 0;
	padding: 0 0.2rem 0.2rem  0.2rem;
}
.table-container .td2{
	border-width: 0 0 1px 0;
	padding: 0 0.2rem 0.2rem  0.2rem;
}
.table-container .td3{
	border-width: 0 1px 1px 0;
	/* border-width: 0 1px 0 0; */
	padding: 0.2rem 0.2rem 0  0.2rem;
}
.table-container .td4{
	border-width: 0 0 1px 0;
	/* border-width: 0; */
	padding: 0.2rem 0.2rem 0  0.2rem;
}
.table-container .td5 {
    border-width: 0 1px 0 0;
    padding: 0.2rem 0.2rem 0 0.2rem;
}
.table-container .td6 {
    border-width: 0 0 0 0;
    padding: 0.2rem 0.2rem 0 0.2rem;
}
.table-container .mui-pull-left{
	width: 2.4rem;
}

.table-container .mui-pull-left h4{
	font-size: 0.27rem;
	font-weight: normal;
	line-height: 0.36rem;
}
.table-container .mui-pull-left span{
	font-size: 0.2rem;
	color: #798999;
}
.table-container .mui-pull-right {
	width: 0.7rem;
}

.table-container .mui-pull-right img{
	margin: 0.2rem auto;
	width: 0.57rem;
	height: 0.57rem;
}
.branch-container{
	width: 100%;
	margin-top: 0.2rem;
	background-color: #fff;
	padding-left: 0.2rem;
	padding-bottom: 0.3rem;
}
.branch-container .branch-header{
	margin-top: 0.2rem;
	padding: 0.4rem;
	text-align: center;
	font-size: 0.32rem;
	font-weight: normal;
}
.branch-container .branch-header img{
	width: 0.45rem;
	height: 0.45rem;
}

.branch-title {
	padding: 0 0.1rem;
	font-size: 0.28rem;
	color: #000;
}
.branch-title i{
	display:-moz-inline-box;
	display:inline-block;
	background-color: #42B1A7;
	border-radius: 0.02rem;
	width: 0.075rem;
	height: 0.26rem;
	padding: 0;
	margin-right: 0.1rem;
}
.branch-content{
	margin: 0.2rem 0;
}
.branch-content img{
	width: 0.34rem;
	height: 0.34rem;
}
.branch-content .addr{
	font-size: 0.25rem;
	color: #656565;
}
.branch-content .tel{
	border: 1px solid #42B1A7;
	height: 0.48rem;
	line-height: 0.48rem;
	padding: 0 0.3rem;
	font-size: 0.23rem;
	color: #000;
	border-radius: 0.6rem;
	float: right;
	margin-right: 0.4rem;
}
.branch-content .tel img{
	width: 0.3rem;
	height: 0.3rem;
	margin-right: 0.1rem;
}
/* 清楚浮动 */

.clear:after {
    clear: both;
    content: '';
    display: block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.clear {
    zoom: 1
}