.mContentBottom50 {
	background-color: #fff;
}


/*搜索区域点击前*/

.search1Wrap {
	background: rgb(178, 226, 231);
	padding: 5px 15px;
}

.search1Wrap .search1Text {
	background: #fff;
	color: #999;
	line-height: 28px;
	height: 28px;
	border-radius: 20px;
	padding-left: 10px;
}

.search1Wrap .search1Text .mui-icon-search {
	font-size: 16px;
	margin-right: 10px;
}


/*搜索区域点击后*/

.search2Wrap {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
	width: 100%;
	height: 100%;
	background: #fff;
}

.search2Wrap .mui-input-row {
	height: 50px;
	background: #F2F2F2;
	padding: 5px 15px;
}

.search2Wrap .mui-input-row .mui-icon-search {
	font-size: 16px;
	position: absolute;
	left: 25px;
	top: 17px;
}

.search2Wrap .mui-input-row input {
	border: 0;
	border-radius: 3px;
	padding: 10px 15px 10px 35px;
	height: 40px;
	background: #fff;
}

.search2Wrap .mui-input-row .mui-icon-clear {
	top: 15px;
	right: 60px;
}

.search2Wrap .mui-input-row #searchCancel {
	margin-left: 10px;
	color: #06bf04;
	height: 40px;
	line-height: 40px;
	display: inline-block;
}


/*历史搜索*/

.searchHistory {
	font-size: 12px;
	color: #666;
}

.searchHistoryTitle {
	color: #999;
	font-size: 12px;
	padding: 15px;
	line-height: 1;
}

#searchHistoryList {
	padding: 0 10px;
}

#searchHistoryList li {
	float: left;
	margin: 0 10px 10px 0;
	padding: 0 10px;
	height: 32px;
	line-height: 32px;
	background: #f6f6f6;
	text-align: center;
	border-radius: 2px;
}

.searchHistoryClear {
	margin: 10px auto;
	width: 140px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #e5e5e5;
	border-radius: 16px;
	text-align: center;
}

.searchHistoryClear img {
	width: 16px;
	vertical-align: sub;
	margin-right: 5px;
}


/*通知公告*/

.noticeWrap {
	padding: 0 15px;
	background: rgb(242, 242, 242);
	line-height: 40px;
	height: 40px;
}

.noticeIcon {
	width: 16px;
	height: 16px;
	display: inline-block;
	margin-right: 10px;
	vertical-align: middle;
}

.noticeCon {
	display: inline-block;
	color: rgb(66, 117, 194);
	vertical-align: middle;
	float: right;
}


/*广告*/

.adOne img {
	width: 100%;
	display: block;
}

.adFour img {
	width: 25%;
	float: left;
}

.adTwo img {
	width: 50%;
	float: left;
}


/*领券按钮*/

#getCoupon {
	position: fixed;
	top: 180px;
	right: 15px;
	z-index: 999;
	width: 40px;
}

#couponPop {
	background: #fefefe;
	color: #e62129;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#couponPop .popTop {
	background: #f08519 url(../images/bg07.png) no-repeat bottom;
	background-size: contain;
	height: 100px;
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
}

#couponPop .popTop h4 {
	color: #fff;
	letter-spacing: 2px;
	line-height: 3;
	text-align: center;
	margin-top: 0;
}

#couponPop .popMain {
	color: #e62129;
}

#couponPop .popMain li {
	margin-bottom: 20px;
}

#couponPop .popMain li table {
	width: 300px;
	height: 76px;
	background: url(../images/bg06.png) no-repeat;
	background-size: cover;
	margin: 0 auto;
	font-size: 12px;
}

#couponPop .popMain .money {
	font-size: 28px;
	text-align: center;
	padding-top: 10px;
}

#couponPop .popMain .moneyNum {
	font-size: 40px;
}

#couponPop .couponTit {
	font-size: 14px;
	letter-spacing: 1px;
	vertical-align: bottom;
	padding-top: 5px;
}

#couponPop .couponTit2 {
	vertical-align: top;
}

#couponPop .couponTime {
	padding-left: 15px;
}

#couponPop .getNow {
	width: 87px;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}

#couponPop #getOKBtn {
	background: #f08519;
	border: 1px solid #f08519;
	border-radius: 20px;
	padding: 8px 0;
	letter-spacing: .5em;
	margin: 20px 10px;
	width: calc(100% - 20px);
}


/*商品列表（热卖、套餐）*/

.goodsListWrap img {
	display: block;
}


/*.goodsList{
	padding: 0 10px;
}*/

.goodsList li {
	width: 50%;
	float: left;
	position: relative;
}

.goodsList li a {
	/*border-radius: 8px;margin: 5px;*/
	display: block;
	position: relative;
}

.goodsList li a .goodsMark {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	width: 36px;
	height: 36px;
}

.goodsList li a .goodsImg {
	position: relative;
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 21px;
}

.activity2 .goodsList li a .goodsImg img {
	/*border-top-left-radius: 8px;border-top-right-radius: 8px;max-height: 100%;*/
	max-height: 100%;
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 21px;
}

.goodsList li a .goodsImg img {
	/*border-top-left-radius: 8px;border-top-right-radius: 8px;max-height: 100%;*/
	max-height: 100%;
}

.goodsList li a .goodsInfo {
	padding: 0 10px;
}

.goodsList li a .goodsInfo p {
	margin: 10px 0 0;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.activity2 .goodsName {
	color: #fff;
	font-size: 15px;
	font-weight: 800;
}

.goodsList li a .goodsInfo .goodsPrice {
	color: #fff;
	font-size: 18px;
	padding-left: 6px;
}

.goodsList li a .goodsInfo font {
	margin-right: 2px;
	color: #fff;
	/*font-size: 22px;*/
}

.goodsList li a .goodsInfo .goodsBuy {
	margin: 7px 0;
}

.goodsList li .goodsGoBuy,
.goodsList li .goodsGoCart {
	position: absolute;
	bottom: 18px;
	right: 15px;
	z-index: 10;
}

.goodsList li .goodsGoBuy {
	height: 21px;
	border-radius: 102px;
	background: #197ef2;
	font-size: 14px;
	padding: 0px 6px;
	color: #fff;
	display: block;
	border: 1px dashed #04367c;
	bottom: 10px;
}

.goodsList li .goodsGoCart {
	border-radius: 50%;
	border: 1px solid #4a90e2;
	font-size: 12px;
	padding: 2px;
	color: #4a90e2;
}

.goodsList .goodsInfo .tip {
	margin: 0;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #197ef2;
	font-size: 13px;
}

#goodsContent {
	background-size: 100% 100%;
}

#goodsOdds li {
	/*border-top-left-radius: 8px;
	border-top-right-radius: 8px;*/
	max-height: 100%;
	padding-top: 15px;
	border-top-left-radius: 26px;
	border-top-right-radius: 26px;
	border-bottom-right-radius: 26px;
	border-bottom-left-radius: 26px;
}

#goodsOdds li a {
	background-color: #ffffff;
}

.activity2 ul {
	background-repeat: no-repeat;
	background-size: 100% 100%;
	padding: 0px 15px;
	margin-top: -15px;
	padding-bottom: 15px;
}

.activity2 ul li:nth-child(odd) {
	padding-right: 5.5px;
}

.activity2 ul li:nth-child(even) {
	padding-left: 5.5px;
}


/*.activity2 ul li a{
	border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
}*/

.activity2 ul li a {
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 21px;
	border: 1px dashed #2dd6fc;
}

.goodsListTop {
	padding: 20px 0 15px;
}

.tt {
	position: absolute;
	top: -118px;
	left: 0px;
	border: 0 solid #2ad4ff;
	z-index: 9;
	box-shadow: 0 0 0 0px #2ad4ff;
	overflow: hidden;
	width: 100%;
	height: 119px;
	display: block;
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
}

.tt:before {
	content: '';
	width: 101%;
	height: 100%;
	border: 187px solid #2ad4ff;
	position: absolute;
	left: -188px;
	top: -187px;
	bottom: -181px;
	box-shadow: 0 0 0 0px #ffffff;
	border-bottom-right-radius: 212px;
	border-bottom-left-radius: 212px;
}

.activity2 .goodsInfo {
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-color: #2ad4ff;
	width: 101.3%;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 21px;
}

.activity2 #goodsOdds li:nth-last-child(-n+2) .goodsInfo {
	position: absolute;
	bottom: -1px;
	left: -1px;
	background-color: #197ef2;
	width: 101.3%;
	border-bottom-right-radius: 21px;
	border-bottom-left-radius: 21px;
}

.activity2 #goodsOdds li:nth-last-child(-n+2) .tt {
	position: absolute;
	top: -118px;
	left: 0px;
	border: 0 solid #197ef2;
	z-index: 9;
	box-shadow: 0 0 0 0px #197ef2;
	overflow: hidden;
	width: 100%;
	height: 119px;
	display: block;
	border-top-left-radius: 21px;
	border-top-right-radius: 21px;
}

.activity2 #goodsOdds li:nth-last-child(-n+2) .tt:before {
	content: '';
	width: 101%;
	height: 100%;
	border: 187px solid #197ef2;
	position: absolute;
	left: -188px;
	top: -187px;
	bottom: -181px;
	box-shadow: 0 0 0 0px #ffffff;
	border-bottom-right-radius: 212px;
	border-bottom-left-radius: 212px;
}

.activity2 #goodsOdds li:nth-last-child(-n+2) .goodsGoBuy {
	height: 21px;
	border-radius: 102px;
	background: #2ad4ff;
	font-size: 14px;
	padding: 0px 6px;
	color: #fff;
	display: block;
	border: 1px dashed #04367c;
	bottom: 10px;
}

.activity2 #goodsOdds li:nth-last-child(-n+2) .goodsInfo .tip {
	margin: 0;
	max-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	color: #2ad4ff;
	font-size: 13px;
}

#load {
	position: absolute;
	z-index: 1000;
	width: 100%;
	height: 100%;
	top: 0;
	background-color: rgba(0,0,0,0.25);
}