.discount {
    min-height: 396px;
    background: #FFFFFF;
    margin-top: 30px;
    margin-bottom: 30px;
    border: 1px solid #e7e7e7;
}

.discountTitleBox {
    width: 100%;
    height: 60px;
    display: flex;
    align-items: center;
    background: #FAFAFA;

    border-bottom: none;
}

.discountTitle {
    width: 100px;
    height: 60px;
    background: #FAFAFA;
    /* box-shadow: 0px 1px 0px 0px #42B4C9; */
    color: #333;
    font-weight: 500;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    line-height: 60px;
    cursor: pointer;
}

.activeDiscountTitle {
    width: 100px;
    height: 60px;
    background: #fff;
    border-top: 1px solid #42b4c9;
    box-sizing: border-box;
    color: #42B4C9;
    font-weight: 500;
    font-size: 16px;
    font-family: SourceHanSansCN-Regular;
    text-align: center;
    cursor: pointer;
    line-height: 60px;
}

.discountInfo {
    width: 100%;
    min-height: 336px;
    position: relative;
}

.whiteRound {
    position: absolute;
    z-index: 10000;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
    background-color: #FFF;
    border-right: 1px solid #EC3A4B;
}

.discountSonBoxLeft {
    width: 105px;
    height: 100%;
    background: #47D8F3;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;




}

.discountPrice {
    font-size: 20px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 500;
    color: #FFFFFF;


}

.label {
    font-size: 14px;
    font-family: SourceHanSansCN-Bold;
    font-weight: 500;
    color: #FFFFFF;
}

.discountTitle1 {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #FFFFFF;
    margin-top: 16px;
}

.discountSonBox {
    width: 376px;
    height: 110px;
    background: #E5FBFF;
    border-radius: 10px;
    position: relative;
    display: flex;
    margin-right: 10px;
    margin-bottom: 20px;
}
.discountSonBox:nth-child(3n){
    margin-right: 0;
}

.discountSonBoxRight {
    height: 100%;
    width: 280px;
    display: flex;
    flex-direction: column;
    padding: 14px 20px;
    box-sizing: border-box;






}

.rightTitle {
    font-size: 18px;
    font-family: SourceHanSansCN-Bold;
    font-weight: bold;
    color: #333333;
    margin-bottom: 20px;
}

.rightTips {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.rightXiaoQi {
    font-size: 12px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #999999;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 5px;
}

.selectDiscount {
    width: 100%;
    height: 150px;
    padding: 20px 25px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.buyDiscount {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 69px;
    height: 26px;
    background: rgba(235, 248, 250, 0);
    border: 1px solid #42B4C9;
    border-radius: 13px;
    font-size: 13px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #42B4C9;
    text-align: center;
    line-height: 26px;
    cursor: pointer;
}
.changePage{
    width: 1200px;
    height: 50px;
    /* background-color: #000; */
    position: absolute;
    bottom: 10px;
    left: 0;
    text-align: center;
}