.mescroll{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	background-color: #f6f6f6;
}

.nav-sticky{
	z-index: 999;
	position: -webkit-sticky;
	position: static;
	top: 0;
}

.nav-fixed{
	z-index: 999;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
}

/* 返回 */
.return-btn-wrapper {
	width: 40px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	border-radius: 0 15px 15px 0;
	background: rgba(1, 1, 1, 0.5);
	position: fixed;
	left: 0;
	top: 10px;
	z-index: 110;
}

.return-btn-wrapper a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
}

.top{
     width: 100%;
}

.selkill-data{
	width: 100%;
	height: 0.9rem;
	background-color: #e7f3fd;
	display: flex;
	overflow: scroll;
}
.selkill-data::-webkit-scrollbar{
	display: none;
}

.selkill-data div{
	display: flex;
	 flex-shrink: 0;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.selkill-data .wait{
	width: 35%;
	background: url(../image/kuang.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	margin: 0 -0.05rem;
}
.selkill-data .start{
	width: 35%;
	background: url(../image/kuang2.png) no-repeat;
	background-position: center;
	background-size: 100% 100%;
	z-index: 100;
	margin-right: -0.3rem;
}
.selkill-data .start p{
	font-size: 0.3rem;
}
.selkill-data .start .text{
	color: #f52242;
	font-weight: bold;
}

.hdifftime{
	width: 100%;
	height: 1.7rem;
	background-color: #f7f7f7;
	display: flex;
	justify-content: center;
	align-items: center;
}

#countdown{
	width: 5.8rem;
	height: 0.9rem;
	background-color: #F2F2F2;
	font-size: 0.33rem;
	border-radius: 0.4rem;
	letter-spacing: 0.02rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.number{
	display: inline-block;
	width: 0.6rem;
	height: 0.4rem;
	background-color: #f52242;
	font-size: 0.3rem;
	letter-spacing: 0;
	text-align: center;
	line-height: 0.4rem;
	margin-right: 0.05rem;
	margin-left: 0.07rem;
	border-radius: 0.1rem;
	color: #FFFFFF;
}

.shop-list{
    width: 88%;
	margin: 0 auto;
}

.shopping{
	width: 100%;
	height: 2.8rem;
	background-color: #FFFFFF;
	padding: 0.2rem;
	border-radius: 0.3rem;
	margin-bottom: 0.4rem;
}
.shopping a{
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}

.shopping:last-child{
	margin-bottom: 0;
}

.shopping-img img{
	width: 2.4rem;
	height: 2.4rem;
	margin-right: 0.2rem;
	border-radius: 0.16rem;
}
.shopping-content{
	width: 3.6rem;
	position: relative;
}
.shop-name{
	width: 100%;
	height: 0.72rem;
	font-size: 0.26rem;
	overflow: hidden;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
}

.progressbox{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.progressbar{
	width: 2.2rem;
	height: 0.21rem;
	background-color: #ffe3e9;
	margin: 0.1rem 0;
	border-radius: 0.2rem;
}
.progress{
	width: 60%;
	height: 100%;
	background-color: #f52242;
	border-radius: 0.2rem;
}
.p-v{
	font-size: 0.2rem;
	color: #F52242;
	margin-left: 0.01rem;
	white-space: nowrap;
}
.seckill-price{
	font-size: 0.29rem;
	color: #f52242;
}

.purbtn{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.original-price{
	font-size: 0.23rem;
	color: #b1b1b1;
	text-decoration: line-through;
}
.purchase{
	display: inline-block;
	width: 1.1rem;
	height: 0.5rem;
	background-color: #f52242;
	border-radius: 0.35rem;
	text-align: center;
	line-height: 0.5rem;
	color: #FFFFFF;
	font-size: 0.25rem;
	letter-spacing: 0.02rem;
}

.mescroll-empty .empty-icon{
    width: 3.5rem;
    height: 3.5rem;
	margin: 0 auto;
}

.mescroll-totop {
    z-index: 9990;
    position: fixed;
    right: 0.2rem;
    bottom: 0.6rem;
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    opacity: 0;
}