@charset "gb2312";
body {
	min-width: 320px;
	max-width: 640px;
	margin: 0 auto;
}

.bar-fixed ~ .mui-content {
	padding-bottom: 44px;
}

.heading {
	margin-top: 15px;
}

.heading h4 {
	font-weight: 700;
}

.outstanding {
	overflow: hidden;
	height: 29px;
	line-height: 29px;
	background-color: #fff;
}

.outstanding > [class*=mui-col-] {
	display: block;
	font-size: 13px;
	text-align: center;
}

.outstanding > [class*=mui-col-] span {
	display: block;
	position: relative;
}

.outstanding > [class*=mui-col-] span:after {
	content: ' ';
	width: 4px;
	height: 4px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -2px;
	background-color: #c8c7cc;
	border-radius: 100%;
	border-top-left-radius: 100%;
	border-top-right-radius: 100%;
	border-bottom-left-radius: 100%;
	border-bottom-right-radius: 100%;
}

.outstanding > [class*=mui-col-]:last-child span:after {
	width: 0;
}

.navigation {
	overflow: hidden;
	padding: 5px;
	background-color: #fff;
}

.navigation > [class*=mui-col-] a {
	display: block;
	text-align: center;
	padding: 5px 0;
}

.navigation > [class*=mui-col-] a img {
	width: 45px;
	height: 45px;
}

.navigation > [class*=mui-col-] a p {
	color: #000;
	font-size: 13px;
}

@media (min-width: 768px) {
	.navigation > [class*=mui-col-] a img {
		width: 65px;
		height: 65px;
	}
}

.index-tag-row {
	padding: 0 10px;
	overflow: hidden;
}

.index-tag-row > [class*=mui-col-] a {
	display: block;
	padding: 3px 5px;
	margin: 0 10px 15px 10px;
	font-size: 13px;
	text-align: center;
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border: 1px solid #777;
	background-color: transparent;
	background-clip: padding-box;
	-webkit-transition: all;
	transition: all;
	-webkit-transition-timing-function: linear;
	transition-timing-function: linear;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
}

.mui-goods-list > [class*=mui-col-]:nth-child(1) a,
.mui-goods-list > [class*=mui-col-]:nth-child(2) a {
	margin-top: 0;
}

.hot-list-row {
	overflow: hidden;
	background-color: #fff;
}

.hot-list-row > [class*=mui-col-] a {
	position: relative;
	display: block;
	padding: 15px 5px;
	text-align: center;
	font-size: 15px;
	border-right: 1px solid #efeff4;
	border-top: 1px solid #efeff4;
}

.hot-list-row > [class*=mui-col-]:nth-child(3n) a {
	border-right: 0;
}

.hot-list-row > [class*=mui-col-] a .mui-icon-flower {
	display: block;
	font-size: 32px;
	margin-bottom: 5px;
	color: #8f8f94
}

.hot-list-row > [class*=mui-col-] a .mui-icon-hot-slae {
	position: absolute;
	right: 0;
	top: 0;
	font-size: 32px;
	color: #f04848;
}

@media (max-width: 320px) {
	.hot-list-row > [class*=mui-col-] a {
		font-size: 15px;
		
	}	
}
.hide-msg {
	position: fixed;
	z-index: 99;
	left: 0;
	right: 0;
	top: -44px;
	height: 44px;
	-webkit-transition:top 0.1s;
	transition:top 0.1s;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden
}

.hide-msg:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 98;
	width: 100%;
	height: 100%;
	background-color: #000;
	opacity: .7;
}

.hide-content {
	position: absolute;
	z-index: 199;
	width: 100%;
	height: 44px;
	color: #fff;
	overflow: hidden;
}

.hide-content .hide-msg-title {
	position: absolute;
	right: 44px;
	left: 44px;
	display: inline-block;
	overflow: hidden;
	width: auto;
	text-overflow: ellipsis
}

.hide-content .hide-msg-title p {
	color: #fff;
	font-size: 13px;
}

.hide-content .hide-msg-title p.p1 {
	font-size: 11px;
	margin-top: 4px;
}

.hide-content .mui-pull-left,
.hide-content .mui-pull-right {
	display: block;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}

.hide-content .mui-pull-left .mui-icon {
	display: block;
	width: 26px;
	height: 26px;
	line-height: 26px;
	text-align: center;
	margin: 9px auto;
	font-size: 18px;
	color: #fff;
	border: 1px solid transparent;
	background-color: #00cf34;
	border-radius: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}

.hide-content .mui-pull-right .mui-icon {
	line-height: 44px;
	color: #c8c7cc;
	font-size: 18px;
}

.hide-content a {
	display: block;
	height: 44px;
	width: auto;
	position: absolute;
	left: 0;
	top: 0;
	right: 44px;
	z-index: 200;
}

.show-msg {
	top: 0;
}