﻿ul,li{
	list-style: none;padding: 0;margin: 0;
}
img{
	width: 100%;
}
.clearBoth{
	clear: both;overflow: hidden;
}

/*mui-content在有底部选项卡时使用*/
.mContentBottom50{
	padding-bottom: 65px;
}
.mContentBottom87{
	padding-bottom: 87px;
}
/*没有内容*/
.searchEmpty{
    position: absolute;left: 0;top:0;right: 0;bottom: 0;margin: auto;width: 140px;height: 140px;
}
.searchEmptyBox{
	position: relative;width: 80px;height: 84px;border: 4px solid #e5e5e5;border-radius: 6px;left: 50%;transform: translateX(-50%);
}
.searchEmptyBox:after, .searchEmptyBox:before{
	content: "";box-sizing: border-box;position: absolute;top: 11px;width: 10px;height: 10px;border: 4px solid #e5e5e5;border-radius: 50%;
}
.searchEmptyBox:before{
	left: 9px;
}
.searchEmptyBox:after{
	right: 9px;
}
.searchEmptyLine{
	position: absolute;top: 3px;left: 13px;width: 46px;height: 46px;border: 4px solid #e5e5e5;border-top-color: transparent;
	border-left-color: transparent;border-radius: 50%;transform: rotate(45deg);
}
.searchEmpty-text{
	font-size: 14px;color: #a3a3a3;text-align: center;line-height: 1.5;position: absolute;margin-top: 10px;
}

/*分割线*/
.splitLine{
	background: url(../images/bg_order01.jpg) no-repeat;width: 100%;height: 70px;background-size: 100% 100%;margin-top: -1px;
}
/*购物车开始*/
.storeImg {
	width: 65px;
    height: 65px;
    position: fixed;
    z-index: 10;
    bottom: 100px;
    right: 5px;
    border-radius: 50%;
    text-align: center;
}

.storeImg a {
	width: 65px;
    height: 65px;
    border-radius: 50%;
    display: block;
    color: #000000;
}

.storeImg img {
	width: 40px;
    height: 40px;
    position: relative;
    top: -39px;
}

.storeImg p {
	margin-top: -2px;
}

a:active {
	background-color: #ffffff11;
}
/*购物车结束*/
.mui-popup-title{
	display: none;
}