@import url(../lib/mui.min.css);
@import url(../lib/font-awesome.min.css);
@import url(../lib/layer_mobile/need/layer.css);
* {
	margin: 0;
	padding: 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: 0;
	-webkit-font-smoothing: antialiased;
	/*抗锯齿*/
}

html {
	-webkit-text-size-adjust: none;
	font-size: 62.5%;
	height: 100%;
	position: relative;
}

@media screen and (max-width:320px) {
	html {
		font-size: 10px
	}
}

@media screen and (min-width:321px) and (max-width:375px) {
	html {
		font-size: 10px
	}
}

@media screen and (min-width:376px) and (max-width:413px) {
	html {
		font-size: 70%;
	}
}

@media screen and (min-width:414px) and (max-width:639px) {
	html {
		font-size: 75%;
	}
}

@media screen and (min-width:640px) {
	html {
		font-size: 100%;
	}
}

body {
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	background: #fff;
	font-size: 1.4rem;
	height: 100%;
	color: #333;
	/*font-family: "Microsoft Yahei,PingFangSC-Regular, sans-serif";*/
}

a {
	color: #333;
	text-decoration: none;
}

a,
a:hover {
	text-decoration: none;
}

ol,
ul {
	list-style: none;
}

em,
i {
	font-style: normal;
}

h1,
h2,
h3,
h4 {
	font-weight: normal;
}

.clearfix:before,
.clearfix:after {
	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;
}

.clearfix:after {
	clear: both;
}

.clearfix {
	zoom: 1;
}

.right {
	float: right;
}

.left {
	float: left;
}

.btn {
	display: block;
	background: #287aab;
	color: #fff;
	border-radius: 6px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 1.7rem;
}

.btn a {
	color: #fff;
}

.disble {
	background: #999;
}

.mui-action-back {
	color: #333;
}

.header {
	height: 44px;
	width: 100%;
}

.header.mui-bar.mui-bar-nav {
	max-width: 640px;
	margin: 0 auto;
}

.bg {
	display: none;
	background: rgba(0, 0, 0, 0.5);
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 200;
	top: 0;
	left: 0;
}

.navigation {
	position: fixed;
	bottom: 0;
	width: 100%;
	height: 51px;
	border-top: solid #eee 1px;
	background: #fff;
	z-index: 1001;
	overflow: hidden;
}

#bt {
	position: absolute;
	top: -75px;
	right: 0;
}

.navigation .mui-tab-item {
	width: 50%;
}

.navigation .mui-tab-item .mui-icon {
	position: relative;
	width: 18px;
	height: 20px;
	top: 5px;
}

.navigation .mui-tab-item span {
	color: #333;
	font-size: 1.2rem;
}

.navigation .mui-tab-item .mui-icon-myhome {
	background: url("../images/icon/home.png");
	background-size: 100% 100%;
}

.navigation .mui-tab-item .mui-icon-Shopping {
	width: 20px;
	background: url("../images/icon/chongdian_a.svg");
	background-size: 100% 100%;
}

.navigation .mui-tab-item .mui-icon-my {
	background: url("../images/icon/wode.png");
	background-size: 100% 100%;
}

.navigation a.muiActive span {
	color: #01458c;
}

.navigation a.muiActive span span {
	color: #fff;
}

.navigation a.muiActive .mui-icon-myhome {
	background: url("../images/icon/home_a.png");
	background-size: 100% 100%;
}

.navigation a.muiActive .mui-icon-Shopping {
	background: url("../images/icon/chongdian.svg");
	background-size: 100% 100%;
}

.navigation a.muiActive .mui-icon-my {
	background: url("../images/icon/wode_a.png");
	background-size: 100% 100%;
}


/*mui重写*/

.mui-bar {
	background: #fff;
	box-shadow: none;
	border-bottom: solid 1px #d9d9d9;
}

.mui-bar-tab .mui-tab-item .mui-icon~.mui-tab-label {
	font-size: 1rem;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
}

.mui-table-view-cell {
	position: relative;
	overflow: hidden;
	padding: 13px 15px;
	-webkit-touch-callout: none;
}

.mui-navigate-right::after,
.mui-push-left::after,
.mui-push-right::after {
	font-family: Muiicons;
	font-size: 18px;
	line-height: 1;
	position: absolute;
	top: 50%;
	display: inline-block;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-decoration: none;
	color: #aaa;
	-webkit-font-smoothing: antialiased;
	font-weight: bold;
}

.mui-table-view-cell::after {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 15px;
	height: 1px;
	content: '';
	-webkit-transform: scaleY(1);
	transform: scaleY(1);
	background-color: #f5f5f5;
}