/*修改mui 框架样式*/
body{
	background-color: #fff;
	line-height: normal;
}
#tabBar {
	display: none !important;
}
.mui-bar {
	box-shadow: none;
	background-color: #fff;
/* 	padding-top: 18px; */
	height: 50px;
}
.mui-bar .mui-pull-left .mui-icon {
	padding-right: 5px;
	font-size: 28px;
}
.mui-bar .mui-btn {
	font-weight: normal;
	font-size: 17px;
}
.mui-bar .mui-btn-link {
	top: 1px;
}
.mui-content {
	background: url(../stepImg/AOP_img_bg@2x.png);
	background-repeat: no-repeat;
	background-size: 100% 2rem;
	/* margin-top: 44px; */
	padding-top: .2rem !important;
	padding: 0 .12rem;
}
p{
	color: #282828;
	font-size: .14rem;
	margin-bottom: .1rem;
}
.con1{
	text-indent: 2em;
}
.title{
	font-size: .16rem;
	margin: .2rem 0;
}
.child{
	text-indent: initial;
}

