/* pages/discount-group/discount-group.wxss */
::-webkit-scrollbar {
    display: none;
  }

.discount-group {
    height: 100%;
    width: 100%;
    background:rgba(240,241,245,1);
}

scroll-view {
    height: 100%;
}

.group-container {
    width: 100%;
}

.less-group {
    width: 100%;
}

.group-box {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 12rpx;
    padding: 28rpx 18rpx; 
    box-sizing: border-box;
}

.group-item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.group-item image {
    width: 214rpx;
    height: 278rpx;
}

.group-item view:nth-child(2) {
    font-size: 32rpx;
    color: #E51C23;
}

.group-item view:nth-child(3) {
    font-size: 28rpx;
    color: #969595;
    margin-top: 18rpx;
}


.group-item text {
    margin-left: 10rpx;
}

.group-item #grade {
    margin-top: 20rpx;
    color: #000;
    text-align: center;
    font-size: 28rpx;
}

.Collage-bottom {
 display: flex;
 justify-content: space-around;
 align-items: center;
 height: 102rpx;
}

.Collage-bottom image {
    width: 42rpx;
    height: 50rpx;
    vertical-align: middle;
    margin-right: 30rpx;
}

.Collage-bottom text {
    vertical-align: middle;
}

.group-item .group-num {
    position: absolute;
    left: 0;
    top: 14rpx;
    width: 100rpx;
    height: 40rpx;
}

.group-item .group-num image {
    width: 100%;
    height: 100%;
}

.group-item .group-num text {
    color: #fff;
    position: absolute;
    left: 6rpx;
    top: 4rpx;
    z-index: 3;
    font-size: 24rpx;
}