.wrapper {
    background-image url('./imgs/memberBuyBg@2x.png');
    background-size cover
    height 590px;
    overflow hidden
    padding-top 127px;
    box-sizing: border-box;
    margin-bottom 72px;
}

.wrapperTop {
    text-align center
    font-size:30px;
    font-family:PingFangTC-Light;
    color:rgba(40,40,40,1);
    line-height:42px;
}

.logo {
    height 58px;
    margin-bottom 16px;
}

.line {
    height 2px;
}

.carousel {
    margin-top 70px;
    overflow-x scroll;
    white-space: nowrap;
    padding 2px 34px;
    -webkit-overflow-scrolling: touch;
}

.card {
    position relative;
    height:226px; 
    background:linear-gradient(115.8deg,rgba(247,247,247,1),rgba(235,235,235,1));
    // opacity:0.02; 
    background dark-color
    width 540px;
    border-radius 16px;
    display: inline-block;
    padding 52px 40px 0;
    box-sizing: border-box;

    h3 {
        font-size:38px;
        font-family:SourceHanSerifCN-SemiBold;
        color:rgba(255,255,255,1);
        line-height:38px;
        font-weight: 100;
        margin-bottom 26px;
    }

    & + & {
        margin-left 20px;
    }
}

::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
}

.price {
    font-size:26px;
    font-family:PingFangTC-Light;
    color:rgba(255,255,255,0.4);
    line-height:26px;

    b{
        font-weight: 100;
        font-size:40px;
        font-family:PingFangTC-Medium;
        color:rgba(247,227,210,1);
        line-height:40px;
    }
}

.buyImage {
    width 140px;
    position absolute
    right 40px;
    top 40px;    
}

.discount {
    width 145px;
    position absolute
    right: 0px;
    top: 0px;
}
