.container {
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 200rpx 0;
  box-sizing: border-box;
} 
.flex{
  display:flex;
}
.flexone {
	  display: flex;
	  align-items: center;
	}
	
	.flextwo {
	  display: flex;
	  align-items: center;
	  justify-content: space-between;
	}
	
	.flexthree {
	  display: flex;
	  align-items: center;
	  justify-content: center;
	}
	.flex {
  display: flex;
}

.flexone {
  display: flex;
  align-items: center;
}

.flextwo {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.flexthree {
  display: flex;
  align-items: center;
  justify-content: center;
}


.empty {
  font-size: 36rpx;
  font-family: PingFang SC;
  font-weight: 400;
  color: #ccc;
  margin-top: 200rpx;
  text-align: center;
}
.oldprice{
  color:#BDC4CE;
  font-size: 24rpx;
  text-decoration: line-through
}
::-webkit-scrollbar {
    width: 0;
    height: 0;
    color: transparent;
  }
  .lineprice{
    color:#8E8E8E;
    text-decoration: line-through;
    font-size:28rpx;
    margin-left:20rpx;
  }
/*优惠券列表  */
.couponpageitem{
  width:686rpx;
  height:276rpx;
  background: linear-gradient(135deg,#d6b17d 1%, #cda263);
border-radius: 8rpx;
margin:24rpx auto 0;
}
.couponpageitem{
  display:flex;
  align-items: center;
  padding: 52rpx 24rpx;
  box-sizing: border-box;
}
.finishling{
  width:208rpx;
  height:46rpx;
  font-size: 0;
  position: relative;
}
.finishling image{
  width:100%;
  height: 100%;
}
.coupontop{
  display:flex;
}
.couponright{
  display:flex;
  padding-left: 16rpx;
  box-sizing: border-box;
}
.bigmoney{
  color:#fff;
  font-size: 70rpx;
}
.smalltext{
  color:#fff;
  font-size: 24rpx;
  margin-bottom: 20rpx;
}
.coupontitle{
  color:#fff;
  font-size: 32rpx;
}
.afterling{
  color:#CEA365;
  font-size: 22rpx;
  position: absolute;
  top:8rpx;
  right:10rpx;
}
.fullmoney{
  color:#fff;
  font-size: 28rpx;
  margin-top:20rpx
}
.useright{
  width: 160rpx;
height: 64rpx;
background: #ffffff;
border-radius: 200rpx;
box-shadow: 0px 16rpx 16rpx 0px rgba(82,48,0,0.17); 
color:#CEA467;
font-size: 28rpx;
text-align: center;
line-height: 64rpx;
margin-top:46rpx
}
.rightright{
  margin-left:32rpx;
}
.couponleft{
  display:flex;
  align-items: baseline;
  width:99rpx;
  position: relative;
  padding-right: 10rpx;
  /* box-sizing:border-box; */
  flex:0 0 auto;
  /* border-right:1rpx solid #fff; */
}
.couponleftk{
  display:flex;
  align-items: baseline;
  width:240rpx;
  position: relative;
  padding-right: 10rpx;
  /* box-sizing:border-box; */
  flex:0 0 auto;
  /* border-right:1rpx solid #fff; */
}
.couponleft::after{
  display:block;
  content:'';
  width:1rpx;
  height:104rpx;
  background: #ffff;
  position: absolute;
  top:0;
  right:1rpx;

}
.couponleftk::after{
  display:block;
  content:'';
  width:1rpx;
  height:104rpx;
  background: #ffff;
  position: absolute;
  top:0;
  right:1rpx;
}
.nodata{
  color:#999;
  font-size:32rpx;
  text-align: center;
  margin-top:100rpx
}
.flextwo{
  display:flex;
  align-items: center;
  justify-content: space-between;
}
.flexthree{
  display:flex;
  align-items: center;
  justify-content: flex-end;
}