html{
	font-size: 62.5%;/*10 ÷ 16 × 100% = 62.5%*/
}
ul,li{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
body,header{
	max-width: 640px;
	min-width: 320px;
	margin: 0 auto;
	padding: 0;
}
.mui-bar{
	padding: 0;
	height: auto;
}
.clear:after{
	content: "";
	display: block;
	visibility: hidden;
	clear: both;
}
.mui-search.mui-active:before{
	top: 10px;
}
.mui-bar-nav~.mui-content{
	max-width: 640px;
	margin: 0 auto;
	height: 100%;
}
.mui-bar-nav~.mui-content{
	padding-top: 87px;
}
.mui-content-padded{
	margin: 0;
}
.mui-content{
	height: 100%;
}
.img-auto{
	display: block;
	width: 100%;
	height: 100%;
}
/*--------------------------------------------------*/
header.mui-bar{
	background-color: #fff;
	z-index: 555;
	box-shadow: none;
}
header .top-col{
	position: relative;
}
header .top-col .mui-action-back,
header #showMenu{
	padding: 0!important;
	margin: 0;
	height: 45px;
	line-height: 45px;
	width: 45px;
	text-align: center;
}
header .top-col > a{
	color: #f00;
	text-align: center;
	margin: 0!important;
}
header .search-col{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	padding: 8px 45px 10px;
	height: 45px;
	line-height: 45px;
}
header .search-col a{
	display: block;
	height: 100%;
	width: 100%;
	border-radius: 6px;
	background-color: rgba(0, 0, 0, .1);
	color: #999;
	text-align: center;
	line-height: 30px;
	font-size: 1.5rem;
}
header .search-col a span{
	padding: 0!important;
	margin: 0!important;
	font-size: 2rem!important;
}
.search-sort .mui-row{
	padding: 0;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background-color: #fff;
	text-align: center;
}
.search-sort .mui-table-view-cell>a:not(.mui-btn){
	margin: 0;
}
.search-sort li{
	position: relative;
}
.search-sort .mui-row div:last-child{
	border-right: none;
}
.search-sort li a{
	display: block;
	text-align: center;
	color: #999;
	height: 40px!important;
	line-height: 40px;
	font-size: 1.4rem;
}
.search-sort li>a.mui-active{
	color: #f00!important;
	background-color: #fff!important;
}
.search-sort li a#offCanvasShow.mui-active{
	color: #999!important;
}
.search-sort li a span.mui-icon-arrowup{
	font-size: 1.8rem;
	top: 0!important;
}
.search-sort li a.mui-active span.active{
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); /* Internet Explorer */
	-moz-transform:rotate(180deg); /* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); /* Opera */
}
.search-sort li a span{
	width: auto!important;
	height: auto!important;
	margin: 0!important;
	padding: 0!important;
	transform:rotate(0deg);
	-ms-transform:rotate(0deg); /* Internet Explorer */
	-moz-transform:rotate(0deg); /* Firefox */
	-webkit-transform:rotate(0deg); /* Safari 和 Chrome */
	-o-transform:rotate(0deg); /* Opera */
}
header .search-sort.mui-bar-tab{
	height: 40px;
}
/*搜索弹出样式*/
.search-main{
	display: none;
	background-color: #fff;
	position: relative;
	z-index: 666;
	box-shadow: 0 1px 15px rgba(0, 0, 0, .8);
}
.search-main .search-hd{
	position: relative;
}
.search-main .search-hd .search-go{
	position: absolute;
	right: 0;
	top: 1px;
	width: 45px;
	line-height: 45px;
	color: #666;
	text-align: center;
	font-size: 1.4rem;
}
.search-main .search-hd .mui-icon-arrowleft{
	position: absolute;
	left: 0;
	top: 0;
	width: 45px;
	line-height: 45px;
	color: #666;
	text-align: center;
	font-size: 2rem;
	margin: 0;
	padding: 0;
}
.search-main .search-hd .search-frame{
	color: #666;
	padding-right: 35px;
	font-size: 1.4rem;
	height: 29px;
	margin: 6px 0;
}
.search-main .search-hd{
	position: relative;
	width: 100%;
	height: 45px;;
	line-height: 45px;
}
.search-main .search-bd h3{
	position: relative;
	text-align: center;
	font-size: 1.6rem;
	color: #848484;
	font-weight: normal;
	padding-bottom: 10px;
	margin: 0;
	border-bottom: 1px solid #eee;
}
.search-main .search-bd h3 span{
	position: absolute;
	top: 0px;
	right: 0;
	font-size: 2rem;
	margin: -5px 0 0!important;
	padding: 0 0!important;
}
.search-main .search-bd h3 span i{
	float: left;
	font-style: normal;
	font-size: 1.2rem;
	padding-top: 4px;
}
.search-main .search-wrap{
	width: 100%;
	display: inline-block;
	padding-right: 45px;
	padding-left: 45px;
}
.search-main .search-wrap .mui-icon-clear{
	top: 3px!important;
}
.search-main .search-close{
	position: absolute;
	left: 45%;
	text-align: center;
	bottom: -5rem;
	width: 10%;
	color: #fff;
	line-height: 22px;
	font-size: 1.4rem;
}
.search-main .mui-icon-closeempty{
	text-align: center;
	padding: 0!important;
	margin: 0 0 5px!important;
	font-weight: bold;
	font-size: 3rem;
	border: 2px solid #fff;
	border-radius: 50%;
}
.search-main .search-hd .mui-placeholder{
	top: 3px;
}
.search-main .search-hd .mui-placeholder span{
	color: #999;
}
.search-main .search-bd{
	margin-top: 1.5rem;
	position: relative;
	z-index: 55;
	padding: 10px;
}
.search-main .search-bd ul{
	padding: 10px;
}
.search-main .search-bd li{
	float: left;
	width: 31.33%;
	text-align: center;
	margin: 1% 1%;
}
.search-main .search-bd li.hot a{
	color: #c00;
}
.search-main .search-bd li a{
	display: block;
	font-size: 1.4rem;
	line-height: 32px;
	color: #383636;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding: 0 1rem;
	border-radius: 18px;
	background-color: #f2f1f1;
}
.search-main .search-bd .search-his{
	margin-bottom: 20px;
}
.search-main .search-bd .search-his .txt{
	text-align: center;
	font-size: 1.2rem;
	margin: 0;
}
.search-mask{
	display: none;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: rgba(0, 0, 0, .6);
	z-index: 25;
	opacity: 1;
}
/*滚动顶部按钮*/
.fixed-btn{
	display: none;
	position: fixed;
	bottom: 15px;
	right: 15px;
	width: 38px;
	text-align: center;
	z-index: 20;
}
.fixed-btn a{
	display: block;
	width: 38px;
	height: 38px;
	line-height: 38px;
	color: #f34c4c;
	border-radius: 50%;
	border: 1px solid #f34c4c;
	background-color: rgba(255, 255, 255, .8);
}
/*列表主体*/
.brand-list{
	padding: 2% 2% 0;
}
.brand-list .brand-item{
	background-color: #fff;
	position: relative;
	width: 49%;
	float: left;
	margin-bottom: 2%;
}
.brand-list .brand-item:nth-child(odd){
	margin-right: 1%;
}
.brand-list .brand-item:nth-child(even){
	margin-left: 1%;
}
.brand-list .brand-item a{
	display: block;
	overflow: hidden;
}
.brand-list .brand-item p{
	margin: 0;
}
.brand-list .brand-item .info{
	padding: .5rem 0;
}
.brand-list .brand-item .info .logo img{
	display: block;
	max-width: 10rem;
	max-height: 4.6rem;
	margin: 0 auto;
}
.brand-list .brand-item .info .name{
	text-align: center;
	font-size: 1.2rem;
	line-height: 1.6rem;
	color: #666;
	padding: 0 1rem;
	margin-top: .5rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
/*侧边栏样式*/
.aside-cont{
	position: fixed;
	width: 0;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 1500;
	height: 100%;
	background-color: #fff;
}
.aside-cont.show{
	width: 90%;
	transition: width .4s;
	-webkit-transition: width .4s;
}
.aside-cont .select-list{
	padding: 0 2%;
	padding-right: 0;
	padding-bottom: 40px;
}
.aside-cont .tit{
	margin: 0 2% 10px;
	height: 44px;
	line-height: 44px;
	font-size: 1.6rem;
	color: #333;
	font-weight: normal;
	border-bottom: 1px solid #eaeaea;
}
.aside-cont .tit .mui-icon-closeempty{
	float: right;
	width: 44px;
	height: 44px;
	line-height: 44px;
	text-align: center;
}
.aside-cont .select-item{
	float: left;
	width: 31%;
	margin-right: 2%;
}
.aside-cont .select-item a{
	display: block;
	padding: 0 15px;
	height: 30px;
	line-height: 30px;
	margin-bottom: 10px;
	background-color: #444;
	text-align: center;
	color: #fff;
	font-size: 1.3rem;
}
.mui-scroll-wrapper{
	left: auto;
}
.mui-backdrop{
	background-color: rgba(0, 0, 0, .5);
}
/*加载提示样式*/
.hint{
	text-align: center;
	font-size: 1.4rem;
	margin: 0 auto 1rem;
	clear: both;
}
/*快捷菜单样式*/
.menu-wrap{
	display: none;
	position: fixed;
	bottom: 25%;
	left: 0;
	right: 0;
	margin: 0 auto;
	z-index: 150;
	text-align: center;
	padding: 10px;
	z-index: 1200;
}
.menu-wrap .nav-btn{
	display: inline-block;
	width: 60px;
	height: 60px;
	padding-top: 10px;
	margin: 0 4% 4%;
	border-radius: 50%;
	background-color: #fff;
	text-align: center;
	color: #f34c4c;
	box-shadow: 0 0 10px rgba(0, 0, 0, .2);
}
.menu-wrap.active{
	display: block;
}
.menu-wrap.active .nav-btn{
	width: 80px;
	height: 80px;
	animation:enlarge .5s;
	transform: scale(1);
}
.menu-wrap .nav-btn span{
	font-size: 3.0rem;
	padding-top:6px;
}
.menu-wrap .nav-btn .txt{
	font-size: 1.4rem;
	line-height: 1.4rem;
	color: #666;
	padding-top:2px;
}
@keyframes enlarge{
	0%{
		transform: scale(0);
	}
	50%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
-webkit-@keyframes enlarge{
	0%{
		transform: scale(0);
	}
	50%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}
-moz-@keyframes enlarge{
	0%{
		transform: scale(0);
	}
	50%{
		transform: scale(1.2);
	}
	100%{
		transform: scale(1);
	}
}