.activity_container{
    display: flex;
    flex-direction: column;
    background-color: rgb(68, 12, 140);
}

.activity_container .top_bg{
    width: 100%;
    height: 100vh;
    position: relative;
    background-image: url(../imgs/coupon/top_bg.jpg?ver=1.3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
}

.coupon_top_container{
    position: relative;
    width: 1200px;
    height: 100%;
}

.coupon_top_container > a{
    position: absolute;
    left: 0;
    top: 0;
}

.coupon_top_container > a img{
    height: 64px;
    width: 212px;
}

.coupon_top_container .coupon_top_djs{
    width: 673px;
    height: 98px;
    background-image: url(../imgs/coupon/djs_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    bottom: 80px;
    left: 50%;
    transform: translateX(-50%);
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 40px 10px 40px;
    justify-content: center;
}

.coupon_top_container .coupon_top_djs > p{
    font-size: 24px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 32px;
}

.coupon_top_container .coupon_top_djs span{
    display: inline-flex;
    width: 58px;
    height: 58px;
    border-radius: 9px;
    background-color: red;
    margin: 0 8px;
    align-items: center;
    justify-content: center;

    background-image: linear-gradient(rgb(255,255,255,1), rgba(0,0,0,1));
}

.coupon_top_container .coupon_top_djs span strong{
    width: 56px;
    height: 56px;
    background: #060624;
    box-shadow: inset 0px 0px 11px 0px rgba(241,31,31,0.7);
    border-radius: 8px 8px 8px 8px;

    font-size: 32px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 40px;
    text-align: center;
    line-height: 56px;
}

.coupon_top_container .coupon_top_djs_tips{
    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
}

.coupon_seation{
    width: 1200px;
    display: flex;
    flex-direction: column;
    position: relative;
    margin: 80px auto 160px;
}

.coupon_seation .title{
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    margin-bottom: 48px;
}

.coupon_seation .title p{
    font-size: 48px;
    font-weight: 500;
    background: linear-gradient(#fff, #FFC9A1);    
    -webkit-background-clip: text;
    color: transparent;
}

.coupon_seation .title span{
    width: 248px;
    height: 10px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    margin: 0 16px;
}

.coupon_seation .title .title_left_bg{
    background-image: url(../imgs/coupon/title_left_bg.png);
}

.coupon_seation .title .title_right_bg{
    background-image: url(../imgs/coupon/title_right_bg.png);
}

.coupon_vip_content{
    width: 1200px;
    background: rgba(55,14,107,0.46);
    border-radius: 32px 32px 32px 32px;
    border: 1px solid rgba(255,255,255,0.24);
    box-sizing: border-box;
}

.coupon_vip_content_c{
    width: 1168px;
    height: 606px;
    background: #FFFFFF;
    border-radius: 24px 24px 24px 24px;
    margin: 16px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.coupon_vip_content_c .cvc_head{
    width: 100%;
    height: 88px;
    background-image: url(../imgs/coupon/head_bg.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 0 32px;
}

.coupon_vip_content_c .cvc_head .no_login_c{
    display: flex;
    position: relative;
    align-items: center;
}

.coupon_vip_content_c .cvc_head .no_login_c .head_c{
    width: 56px;
    height: 56px;
    border-radius: 50%;
    background: #373752;
    position: relative;
    overflow: hidden;
}

.coupon_vip_content_c .cvc_head .no_login_c .head_c img{
    width: 48px;
    height: 48px;
    object-fit: cover;
    margin: 8px 4px 0 4px;
}

.coupon_vip_content_c .cvc_head .no_login_c > p{
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 22px;
    margin: 0 8px 0 16px;
}

.coupon_vip_content_c .cvc_head .no_login_c > a{
    width: 104px;
    height: 32px;
    background: linear-gradient(62deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 100px 100px 100px 100px;

    font-size: 14px;
    font-weight: 400;
    color: #3D2109;
    line-height: 32px;
    text-align: center;
}

.coupon_vip_content_c .cvc_head .login_c{
    display: flex;
    align-items: center;
}

.coupon_vip_content_c .cvc_head .login_c .head_c{
    height: 56px;
    width: 56px;
    position: relative;
}

.coupon_vip_content_c .cvc_head .login_c .head_c .head_pic{
    width: 56px;
    height: 56px;
    border-radius: 50%;
}

.coupon_vip_content_c .cvc_head .login_c .head_c .vip_icon{
    width: 16px;
    height: 16px;
    position: absolute;
    bottom: 0px;
    right: 0px;
}

.coupon_vip_content_c .cvc_head .login_c .user_text{
    margin-left: 16px;
    display: flex;
    flex-direction: column;
}

.coupon_vip_content_c .cvc_head .login_c .user_text p:first-child{
    font-size: 16px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 24px;
    margin-bottom: 4px;
}

.coupon_vip_content_c .cvc_head .login_c .user_text p:last-child{
    font-size: 12px;
    font-weight: 400;
    color: rgba(255,255,255,0.7);
    line-height: 20px;
}

.coupon_vip_content_c .cvc_head > a{
    margin-left: 40px;
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 400;
    color: rgba(255,255,255,0.9);
    line-height: 24px;
}

.coupon_vip_content_c .cvc_head > a span{
    margin-right: 4px;
}

.coupon_invoice_content{
    width: 1200px;
    background: rgba(55,14,107,0.46);
    border-radius: 32px 32px 32px 32px;
    border: 1px solid rgba(255,255,255,0.24);
    box-sizing: border-box;
}

.coupon_invoice_c{
    width: 1168px;
    height: 423px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E9E1FF 100%);
    border-radius: 24px 24px 24px 24px;
    margin: 16px;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    padding: 40px 56px;
}

.coupon_invoice_c > img{
    width: 525px;
    height: 343px;
    border-radius: 16px;
}

.coupon_invoice_text {
    display: flex;
    flex-direction: column;
    margin-left: 140px;
}

.coupon_invoice_text > p{
    font-size: 18px;
    font-weight: 400;
    color: #16172F;
    line-height: 26px;
    margin-top: 16px;
}

.coupon_invoice_text .icon_c{
    display: flex;
    align-items: center;
    margin-top: 40px;
}

.coupon_invoice_text .icon_c .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.coupon_invoice_text .icon_c .item img{
    width: 44px;
    height: 44px;
    margin-bottom: 16px;
}

.coupon_invoice_text .icon_c .item p{
    font-size: 14px;
    font-weight: 400;
    color: #16172F;
    line-height: 22px;
}

.coupon_invoice_text .icon_c .crow{
    display: flex;
    margin-bottom: 24px;
    margin: 0 22px 34px 22px
}

.coupon_invoice_text .icon_c .crow span{
    font-size: 14px;
    color: #6730FF;
    display: inline-block;
    margin-right:2px;
}

.coupon_invoice_text .icon_c .crow span:nth-child(1){
    opacity: 0.24;
}

.coupon_invoice_text .icon_c .crow span:nth-child(2){
    opacity: 0.56;
}

.coupon_invoice_text .icon_c .crow span:nth-child(3){
    opacity: 1;
    margin-right: 0;
}

.coupon_invoice_text > a{
    width: 184px;
    height: 48px;
    background: #6730FF;
    border-radius: 100px 100px 100px 100px;
    font-size: 18px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 26px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}

.coupon_rule_content{
    width: 1200px;
    background: rgba(55,14,107,0.46);
    border-radius: 32px 32px 32px 32px;
    border: 1px solid rgba(255,255,255,0.24);
    box-sizing: border-box;
}

.coupon_rule_c{
    width: 1168px;
    background: linear-gradient(180deg, #FFFFFF 0%, #E9E1FF 100%);
    border-radius: 24px 24px 24px 24px;
    opacity: 1;
    margin: 16px;
    box-sizing: border-box;
    padding: 40px 50px;
    display: flex;
    align-items: flex-start;
}

.coupon_rule_c_text{
    width: calc(100% - 330px);
}

.coupon_rule_c_qrcode{
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 330px;
}

.coupon_rule_c_qrcode img{
    width: 164px;
    height: 164px;
    margin:6px;
    border-radius: 8px;
    border: 1px solid #6730FF;
}

.coupon_rule_c_qrcode p{
    font-size: 20px;
    font-weight: 500;
    color: #16172F;
    line-height: 28px;
    margin: 12px 0 4px 0;
}

.coupon_rule_c_qrcode span{
    font-size: 12px;
    font-weight: 400;
    color: #737482;
    line-height: 20px;
}

.coupon_rule_c .tit_{
    position: relative;
    font-size: 20px;
    font-weight: 500;
    color: #16172F;
    line-height: 28px;
    margin-bottom: 24px;
    display: inline-block;
}

.coupon_rule_c .tit_::before{
    content: '';
    width: 100%;
    height: 10px;
    background: rgba(103,48,255,0.24);
    bottom: 0;
    position: absolute;
    left: 0;

}

.coupon_rule_c > p{
    font-size: 12px;
    font-weight: 400;
    color: #16172F;
    line-height: 20px;
}

.coupon_rule_c > p strong{
    font-weight: bold;
}


.coupon_bottom{
    width: 100%;
    height: 334px;

    background-image: url(../imgs/coupon/coupon_bottom_bg.jpg);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    overflow: hidden;
}

.coupon_bottom_c{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.coupon_bottom_c > img{
    width: 615px;
    height: 345px;
    margin-top: 32px;
}

.coupon_bottom_c .coupon_bottom_text{
    display: flex;
    flex-direction: column;
    margin-bottom: 32px;
}

.coupon_bottom_c .coupon_bottom_text h2{
    font-size: 64px;
    color: #fff;
    margin-bottom: 4px;
    line-height: 82px;
    font-weight: 400;
}

.coupon_bottom_c .coupon_bottom_text p{
    font-size: 24px;
    margin-bottom: 40px;
    line-height: 32px;
    color: #fff;
}

.coupon_bottom_c .coupon_bottom_text p span{
    color: #D6B540;
}

.coupon_bottom_c .coupon_bottom_text a{
    width: 232px;
    height: 64px;
    background: #6730FF;
    border-radius: 8px 8px 8px 8px;

    font-size: 20px;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.cvc_body{
    height: calc(100% - 88px);
    display: flex;
}

.cvc_body .cvc_body_left{
    width: 320px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    border-right: 1px solid #EDF0F9;
    padding: 16px 16px 0 16px;
}

.cvc_body .cvc_body_left .tit_{
    font-size: 18px;
    font-weight: 500;
    color: #16172F;
    line-height: 26px;
    margin-bottom: 16px;
}

.cvc_body .cvc_body_left .tit_ span{
    color: #8C531F;
}

.cvc_body .cvc_body_left .icon_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.cvc_body .cvc_body_left .icon_list .item{
    width: 88px;
    height: 102px;
    display: flex;
    flex-direction: column;
    align-items: center;
    box-sizing: border-box;
    padding: 4px 0;
    margin-bottom: 16px;
}

.cvc_body .cvc_body_left .icon_list .item img{
    width: 40px;
    height: 40px;
    margin-bottom: 8px;
}

.cvc_body .cvc_body_left .icon_list .item .data{
    display: flex;
}

.cvc_body .cvc_body_left .icon_list .item .data{
    display: flex;
    align-items: flex-end;
    font-size: 14px;
    color: #16172F;
    line-height: 20px;
}

.cvc_body .cvc_body_left .icon_list .item .data span{
    font-size: 16px;
    color: #EB465C;
    font-weight: bold;
    line-height: 24px;
}

.cvc_body .cvc_body_left .icon_list .item .data i{
    font-style: normal;
    font-size: 12px;
    line-height: 20px;
    color: #737482;
}

.cvc_body .cvc_body_left .icon_list .item > p{
    margin-top: 4px;
    font-size: 12px;
    font-weight: 400;
    color: #A2A2AB;
    line-height: 20px;
}

.cvc_body .cvc_body_left .rights_c{
    width: 288px;
    height: 82px;
    position: relative;
    overflow: hidden;
    border-radius: 8px;

    background-image: url(../imgs/coupon/rights_pic.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;

    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: auto;
    margin-bottom: 24px;
}

.cvc_body .cvc_body_left .rights_c::after{
    content: '';
    width: 100%;
    height: 100%;
    z-index: 2;
    background-color: rgba(0,0,0,.65);
    left: 0;
    top: 0;
    position: absolute;
}

.cvc_body .cvc_body_left .rights_c > a{
    background: none;
    width: 104px;
    height: 33px;
    border-radius: 100px 100px 100px 100px;
    border: 1px solid #FFFFFF;

    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 10;
}


/*public_coupon_list style start*/
.public_coupon_list .item{
    display: flex;
    align-items: center;
    background-color: rgb(253,241,240);
    width: 371px;
    height: 92px;
    position: relative;
    border-radius: 8px;
}

.public_coupon_list .item::after{
    content: '';
    position: absolute;
    bottom: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    left: 82px;
}

.public_coupon_list .item::before{
    content: '';
    position: absolute;
    top: -8px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #fff;
    z-index: 1;
    left: 82px;
}

.public_coupon_list .item .sale_price{
    width: 90px;
    box-sizing: border-box;
    padding: 8px 0;
    border-right: 1px dashed rgba(288,74,66,0.16);
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.public_coupon_list .item .sale_price p{
    display: flex;
    align-items: flex-end;
    font-size: 24px;
    font-weight: 600;
    color: #E44A42;
    line-height: 32px;
}

.public_coupon_list .item .sale_price p i{
    font-size: 14px;
    font-weight: 400;
    color: #E44A42;
    line-height: 22px;
    font-style: normal;
    margin-bottom: 2px;
}

.public_coupon_list .item .sale_price > span{
    font-size: 12px;
    font-weight: 400;
    color: #E44A42;
    line-height: 20px;
    margin-top: 8px;
}

.public_coupon_list .item .sale_other{
    box-sizing: border-box;
    margin-left: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.public_coupon_list .item .sale_other P:first-child{
    font-size: 18px;
    font-weight: 500;
    color: #16172F;
    line-height: 26px;
    margin-bottom: 8px;
}

.public_coupon_list .item .sale_other P:last-child{
    font-size: 12px;
    font-weight: 400;
    color: #737482;
    line-height: 20px;
}

.public_coupon_list .item .use_status{
    margin-left: auto;
}

.public_coupon_list .item .use_status button{
    width: 80px;
    height: 32px;
    background: #FFFFFF;
    border-radius: 100px 100px 100px 100px;

    font-size: 14px;
    font-weight: 500;
    color: #E44A42;
    line-height: 24px;
    margin-right: 16px;
}

.public_coupon_list .item .use_status span{
    display: flex;
    width: 20px;
    height: 20px;
    background-color: #E44A42;
    border-radius: 50%;
    position: relative;
    margin-right: 24px;
    cursor: pointer;
}

.public_coupon_list .item .use_status span::after{
    content: "";
    position: absolute;
    width: 4px;
    height: 8px;
    top: 3px;
    left: 7px;
    border-color: #fff;
    border-style: solid;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}


/*public_coupon_list style end*/


.cvc_body_right{
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    position: relative;
    width: 100%;
}

.cvc_body_right .price_item{
    display: flex;
    width: 100%;
    padding: 24px 24px 32px 24px;
    box-sizing: border-box;
}

.cvc_body_right .price_item .item{
    position: relative;
    margin-right: 16px;
    cursor: pointer;
}

.cvc_body_right .price_item .item:last-child{
    margin-right: 0;
}

.cvc_body_right .price_item .item .item_c{
    width: 147px;
    height: 154px;
    display: flex;
    flex-direction: column;
    
}

.cvc_body_right .price_item .item .item_c .item_c_text{
    background-color: #F6F7FC;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 8px 8px 0 0;
    flex: 1;
}

.cvc_body_right .price_item .item .item_c .item_c_text p{
    font-size: 14px;
    font-weight: 400;
    color: #16172F;
    line-height: 24px;
}

.cvc_body_right .price_item .item .item_c .item_c_text .price_t{
    font-size: 32px;
    font-weight: bold;
    color: #E44A42;
    line-height: 40px;
    display: flex;
    align-items: flex-end;
    margin: 8px 0 4px 0;
}

.cvc_body_right .price_item .item .item_c .item_c_text .price_t span{
    font-size: 14px;
    font-weight: 400;
    color: #E44A42;
    line-height: 22px;
    margin-bottom: 4px;
}

.cvc_body_right .price_item .item .item_c .item_c_text i{
    font-size: 14px;
    font-weight: 400;
    color: #16172F;
    line-height: 22px;
    font-style: normal;
}

.cvc_body_right .price_item .item .item_c .day_t{
    width: 100%;
    height: 24px;
    background: #FDF5E4;
    border-radius: 0px 0px 8px 8px;

    font-size: 12px;
    font-weight: 400;
    color: #9C7960;
    line-height: 24px;
    text-align: center;
}

.cvc_body_right .price_item .item .tag{
    position: absolute;
    top: -16px;
    left: 0;
    width: 84px;
    height: 24px;
    background: #E44A42;
    border-radius: 8px 2px 8px 0px;
    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 24px;
    text-align: center;
}

.cvc_body_right .price_item .item.active {
    pointer-events: none;
}

.cvc_body_right .price_item .item.active .item_c .item_c_text{
    border: 2px solid #D69A40;
    border-bottom: none;
}

.cvc_body_right .price_item .item.active .item_c .day_t{
    color: #fff;
    background: linear-gradient(133deg, #F6AD3F 0%, #F41A5B 100%);
}

.cvc_body_right .price_item .item.active .item_c .item_c_text{
    background: #FFF4DD;
}

.coupon_select_content .coupon_select{
    display: flex;
    margin-bottom: 54px;
    align-items: center;
    box-sizing: border-box;
    padding: 0 16px;
    border-radius: 4px;
    border: 1px solid rgba(228,74,66,0.16);
    background: rgba(228,74,66,0.16);
    height: 40px;
    transition: all .3s;
    cursor: pointer;
}

.coupon_select_content .coupon_select:hover{
    border: 1px solid #d7dae5;
}

.coupon_select_content .coupon_select > p{
    font-size: 14px;
    font-weight: 400;
    color: #5C2608;
    line-height: 22px;
}

.coupon_select_content .coupon_select > p span{
    color: #E44A42;
}

.coupon_select_content .coupon_select .select_djs{
    margin-left: 16px;

    font-size: 14px;
    font-weight: 400;
    color: #E44A42;
    line-height: 22px;
}

.coupon_select_content .coupon_select > span{
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 12px;
    color: #16172F;
    text-align: center;
    line-height: 16px;
    transition: all .3s;
}

.cvc_body_right .coupon_select_content{
    padding: 0 24px;
    box-sizing: border-box;
    position: relative;
}

.coupon_select_content .coupon_select_list{
    position: absolute;
    width: calc(100% - 48px);
    background: #FFFFFF;
    box-shadow: 0px 7px 12px 0px rgba(22,23,47,0.16);
    border-radius: 0px 0px 16px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 16px 16px 8px 16px;
    left: 24px;
    top: 40px;
    z-index: 10;
    overflow-y: auto;
    max-height: 240px;
}

.coupon_select_content .coupon_select_list .item{
    margin-bottom: 16px;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 20px, 0);
        transform: translate3d(0, 20px, 0)
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.cvc_body_right .bottom_content{
    display: flex;
    align-items: center;
    margin-top: 24px;
    padding: 0 24px;
}

.cvc_body_right .bottom_content a{
    font-size: 14px;
    font-weight: 400;
    color: #16172F;
    line-height: 22px;
    text-decoration: underline;
    margin: 0 4px;
}

.cvc_body_right .bottom_content .agree_t{
    color: #A2A2AB;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
}

.tts_apply_kf_model{
    width: 300px;
    height: 330px;
    border-radius: 16px;
    background: #ffffff;
    overflow: hidden;
    display: none;
}
.tts_apply_kf_model .layer_title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 56px;
    width: 100%;
    box-sizing: border-box;
    padding: 0 24px;
    color: #333333;
    border-bottom: 1px solid rgb(0 0 0 / 8%);
}
.tts_apply_kf_model .layer_title p {
    font-size: 16px;
}
.tts_apply_kf_model .close_layer {
    font-size: 22px;
    color: #333333;
}
.tts_apply_kf_model .layer_content img {
    width: 200px;
    display: block;
    margin: 40px auto;
}

.cvc_body_right .qrcode_content{
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    padding: 0 24px;
}

.cvc_body_right .qrcode_content .qrcode_content_c{
    display: flex;
}

.cvc_body_right .qrcode_content .qrcode_content_c .apply_explan{
    display: flex;
    align-items: center;
    margin-top: auto;
}

.cvc_body_right .qrcode_content .qrcode_content_c .apply_explan .apply_icon{
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 4px;
    overflow: hidden;
    margin-right: 12px;
}

.cvc_body_right .qrcode_content .qrcode_content_c .apply_explan p{
    font-size: 14px;
    font-weight: 400;
    color: #16172F;
    line-height: 22px;
}

.cvc_body_right .qrcode_content .qrcode_content_c .real_price_c{
    margin-left: 24px;
    height: 120px;
}

.cvc_body_right .qrcode_content .qrcode_content_c .real_price_c > p{
    display: flex;
    align-items: flex-end;

    font-size: 12px;
    font-weight: 400;
    color: #16172F;
    line-height: 20px;
}

.cvc_body_right .qrcode_content .qrcode_content_c .real_price_c > p span{
    font-size: 16px;
    font-weight: 400;
    color: #E44A42;
    line-height: 24px;
}

.cvc_body_right .qrcode_content .qrcode_content_c .real_price_c > p strong{
    font-weight: bold;
    font-size: 28px;
    line-height: 36px;
    color: #E44A42;
}

.cvc_body_right .qrcode_content .qrcode_content_c .real_price_c > span{
    height: 24px;
    background: #F6F7FC;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    font-weight: 400;
    color: #16172F;
    text-align: center;
    line-height: 24px;
    margin-top: 8px;
    margin-bottom: 24px;
    display: inline-block;
    padding: 0 8px;
}

.apply_icon > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cvc_body_right .qrcode_content .qrcode_content_c .qrcode_c{
    width: 120px;
    height: 120px;
    position: relative;
}

.cvc_body_right .qrcode_content .qrcode_content_c .qrcode_c .border_line{
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

.cvc_body_right .qrcode_content .qrcode_content_c .qrcode_c .border_line span{
    background: none;
    box-sizing: border-box;
    width: 8px;
    height: 8px;
    position: absolute;
}

.cvc_body_right .qrcode_content .qrcode_content_c .qrcode_c .border_line .line1{
    border-top: 1px solid #C39028;
    border-left: 1px solid #C39028;
    left: 0;
    top: 0;
}

.cvc_body_right .qrcode_content .qrcode_content_c .qrcode_c .border_line .line2{
    border-top: 1px solid #C39028;
    border-right: 1px solid #C39028;
    right: 0;
    top: 0;
}

.cvc_body_right .qrcode_content .qrcode_content_c .qrcode_c .border_line .line3{
    border-bottom: 1px solid #C39028;
    border-left: 1px solid #C39028;
    left: 0;
    bottom: 0;
}

.cvc_body_right .qrcode_content .qrcode_content_c .qrcode_c .border_line .line4{
    border-bottom: 1px solid #C39028;
    border-right: 1px solid #C39028;
    right: 0;
    bottom: 0;
}


/*popup start*/
.coupon_popup{
    display: none;
    background: none;
    position: relative;
}

.coupon_popup_model{
    background: none !important;
    box-shadow: none !important;
}

.coupon_popup > a{
    position: absolute;
    width: 32px;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 32px;
    box-sizing: border-box;
    border: 1px solid rgba(255,255,255,.56);
    background-color: rgba(255,255,255,.24);
    right: -32px;
    top: -32px;
    border-radius: 50%;
}

.coupon_popup > a span{
    color: rgba(255,255,255,.64);
    font-size: 24px;
}

.coupon_popup_content{
    width: 295px;
    /* height: 429px; */
    background-image: url(../imgs/coupon/coupon_popup_bg.png?ver=1.3);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
}

.coupon_popup_content .top_text{
    height: 96px;
    display: flex;
    flex-direction: column;
    box-sizing: border-box;
    padding-left: 22px;
    justify-content: center;
}

.coupon_popup_content .top_text p{
    font-size: 18px;
    font-weight: 500;
    color: #3D2109;
    line-height: 26px;
    margin-bottom: 4px;
}

.coupon_popup_content .top_text p:last-child{
    margin-bottom: 0;
}

.coupon_popup_content .other_text{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
}

.coupon_popup_content .other_text > p{
    display: flex;
    align-items: center;

    font-size: 16px;
    font-weight: 500;
    color: #E44A42;
    line-height: 24px;
    margin-bottom: 16px;
    margin-top: 8px;
}

.coupon_popup_content .other_text > p span{
    display: flex;
    align-items: center;
    justify-content: center;

    font-size: 12px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 20px;
    margin:0 8px;

    width: 24px;
    height: 24px;
    background: #E44A42;
    border-radius: 4px;
}

.coupon_popup_content .other_text .tick_list{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 24px;
    width: 100%;
    justify-content: center;
}

.coupon_popup_content .other_text .tick_list .item{
    width: 82px;
    height: 89px;
    background-image: url(../imgs/coupon/popup_sale.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-right: 8px;
    margin-bottom: 8px;
}

.coupon_popup_content .other_text .tick_list .item:last-child{
    margin-right: 0;
}

.coupon_popup_content .other_text .tick_list .item > p{
    font-size: 28px;
    font-weight: 500;
    color: #E44A42;
    line-height: 36px;
    display: flex;
    align-items: flex-end;
    height: 44px;
}

.coupon_popup_content .other_text .tick_list .item > p span{
    font-size: 14px;
    color: #E44A42;
    line-height: 22px;
    font-weight: 500;
    margin-bottom: 2px;
}

.coupon_popup_content .other_text .tick_list .item span{
    font-size: 12px;
    font-weight: 500;
    color: #16172F;
    line-height: 24px;
    margin-top: auto;
}

.coupon_popup_content .other_text > button{
    width: 252px;
    height: 48px;
    background: linear-gradient(62deg, #E3B668 0%, #FCECC5 100%);
    border-radius: 100px 100px 100px 100px;

    font-size: 18px;
    font-weight: 500;
    color: #3D2109;
    line-height: 26px;

    margin-top: auto;
    margin-bottom: 24px;
}

.coupon_popup_content .other_text > button.disable{
    pointer-events: none;
    opacity: .7;
}

/*popup end*/




.vip_layer_content_bottom_right {
    height: 84px;
    overflow: hidden;
    width: auto !important;
}

.rand_list{
    display: flex;
    align-items: center;
    border-radius:100px;
    background: #F6F8FC;
    margin-bottom: 4px;
    padding: 0 24px;
    height: 24px;
}

.rand_list img{
    width: 20px;
    height: 20px;
    border-radius: 50%;
    margin-right: 8px;
}

.vip_layer_content_bottom .swiper-slide{
    width: auto !important;
}

.rand_list p{
    font-size: 12px;
    color: #737482;
    font-size: 400;
}

.rand_list .name{
    margin-right: 16px;
}

.qrcode_c_noLogin{
    background-color: rgba(0,0,0,.64);
    width: 112px;
    height: 112px;
    position: absolute;
    left: 4px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.qrcode_c_noLogin > p{
    font-size: 12px;
    margin-bottom: 8px;
    color: rgba(255,255,255,.85);
}

.qrcode_c_noLogin button{
    padding: 0 8px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    color: #060624;
    font-size: 12px;
}

.qrcode_c_over_time{
    background-color: rgba(0,0,0,.9);
    width: 112px;
    height: 112px;
    position: absolute;
    left: 4px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.qrcode_c_over_time > p{
    font-size: 12px;
    margin-bottom: 8px;
    color: rgba(255,255,255,.85);
}

.qrcode_c_over_time button{
    padding: 0 8px;
    height: 22px;
    border-radius: 4px;
    background-color: #fff;
    color: #060624;
    font-size: 12px;
}

.qrcode_c_pic{
    width: 112px;
    height: 112px;
    position: absolute;
    left: 4px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.qrcode_c_none{
    background-color: rgba(0,0,0,.98);
    width: 112px;
    height: 112px;
    position: absolute;
    left: 4px;
    top: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.qrcode_c_none p{
    font-size: 12px;
    color: rgba(255,255,255,.85);
}


.pay_success_layer > .close_layer{
    display: inline-block;
    line-height: 1;
    white-space: nowrap;
    cursor: pointer;
    background: #fff;
    border: 1px solid #dcdfe6;
    color: #606266;
    -webkit-appearance: none;
    text-align: center;
    box-sizing: border-box;
    outline: none;
    transition: .1s;
    font-weight: 500;
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    padding: 12px 20px;
    font-size: 14px;
    border-radius: 4px;
    margin: 8px 0 32px 0;
}

.pay_success_layer{
    width: 560px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
    display: none;
    text-align: center;
    position: relative;
}

.pay_success_layer > img {
    width: 200px;
    margin: 64px 0 32px 0;
}

.pay_success_layer .text{
    font-size: 14px;
    color: #606266;
    font-weight: bold;
    margin-bottom: 8px;
    text-align: center;
}

.pay_success_layer .text.active{
    color: rgb(144, 147, 153);
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    font-weight: 400;
}

.pay_success_layer .title{
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pay_success_layer .title a{
    display: inline-flex;
    align-items: center;
    justify-content:center;
    height: 40px;
    height: 40px;
    color: rgba(0, 0, 0, .9);
}

.pay_success_layer .title a span{
    font-size: 20px;
}

.coupon_vip_content_c .used_over_coupon_text{
    line-height: 160px;
    text-align: center;
    font-size: 16px;
}

.public_coupon_list .item.disable{
    background-color: #e5e5e5;

}

.public_coupon_list .item.disable .sale_price p,
.public_coupon_list .item.disable .sale_price p i,
.public_coupon_list .item.disable .sale_price span,
.public_coupon_list .item.disable .use_status button{
    color: #777;
}

.activity_price_c_text{
    display: flex;
    align-items: center;
    margin-left: auto;
    font-size: 16px;
    font-weight: 400;
    color: #D69A40;
    line-height: 24px;
}

.activity_price_c_text span{
    margin-right: 10px;
    color: #D69A40;
    font-size: 18px;
}


.cvc_body_right .qrcode_content .qrcode_content_c .real_price_c > p i{
    font-size: 12px;
    font-weight: 400;
    color: #16172F;
    line-height: 20px;
    margin-bottom: 2px;
    margin-left: 4px;
    font-style: normal;
}

.cvc_body_right .qrcode_content .qrcode_content_c .real_price_c .activity_bottom_apply_desc{
    display: flex;
    align-items: center;
    margin-top: 8px;
    margin-bottom: 16px;
}

.cvc_body_right .qrcode_content .qrcode_content_c .real_price_c .activity_bottom_apply_desc p{
    display: inline-block;
    border-radius: 4px;
    background-color: rgba(228,74,66,0.12);
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    color: #E44A42;
    margin-right: 16px;
    padding: 0 8px;
    font-weight: 500;
}

.cvc_body_right .qrcode_content .qrcode_content_c .real_price_c .activity_bottom_apply_desc span{
    height: 24px;
    background: #F6F7FC;
    border-radius: 4px 4px 4px 4px;
    font-size: 12px;
    font-weight: 400;
    color: #16172F;
    text-align: center;
    line-height: 24px;
    display: inline-block;
    padding: 0 8px;
}

.activity_end_layer{
  display: none;
  width: 560px;
  height: 400px;
  background: #fff;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.activity_end_layer_model{
  border-radius: 16px !important;
}

.activity_end_layer > button{
  background: none;
  border: none;
  position: absolute;
  width: 24px;
  height: 24px;
  color: #737482;
  display: flex;
  align-items: center;
  justify-content: center;
  top: 16px;
  right: 24px;
  z-index: 100;
}

.activity_end_content{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: absolute;
  flex-direction: column;
}

.activity_end_content img{
  width: 96px;
  height: 96px;
}

.activity_end_content h2{
  font-size: 32px;
  font-weight: 500;
  color: #16172F;
  line-height: 40px;
  margin: 16px 0;
  font-weight: bold;
}

.activity_end_content p{
  font-size: 14px;
  font-weight: 400;
  color: #16172F;
  line-height: 22px;
}

.activity_end_content a{
  width: 256px;
  height: 64px;
  background: linear-gradient(62deg, #E3B668 0%, #FCECC5 100%);
  border-radius: 100px 100px 100px 100px;
  font-size: 24px;
  font-weight: 500;
  color: #16172F;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 40px;
}

.activity_end_time_content{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  flex-direction: column;
}

.activity_end_time_content h2{
  font-size: 40px;
  font-weight: 500;
  color: #D69A40;
  line-height: 48px;
}

.activity_end_time_content p{
  font-size: 14px;
  font-weight: 400;
  color: #16172F;
  line-height: 22px;
  margin-top: 16px;
}

.activity_end_time_content img{
  margin: 16px 0 24px 0;
  width: 160px;
  height: 160px;
}

.activity_end_time_content a{
  width: 168px;
  height: 48px;
  background: linear-gradient(62deg, #E3B668 0%, #FCECC5 100%);
  border-radius: 100px 100px 100px 100px;
  font-size: 20px;
  font-weight: 500;
  color: #16172F;
  line-height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
}





















