body{
    background: #15182c;
}

.public_head_content{
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 99999;
    background-color: #15182c;
    border-bottom: 1px solid rgba(255,255,255,.04);
}

.public_head_content > a{
    position: absolute;
    height: 44px;
    width: 44px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    color: #fff;
    font-size: 16px;
    position: absolute;
    left: 16px;
    top: 0;
}

.public_head_content .tit{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 44px;
}

.vip_container{
    display: flex;
    flex-direction: column;
    margin-top: 44px;
}

.vip_card_content{
    margin: 16px 16px 0 16px;
    height: 120px;
    border-radius: 16px;
    background-image: url(../imgs/vip_card_bg.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    padding: 8px;
    z-index: 2;
}

.vip_card_content .vip_card_c{
    border-radius: 12px;
    background:none;
    border: 1px solid rgba(255,255,255,.16);
    display: flex;
    align-items: center;
    justify-content: flex-start;
    height: 100%;
}

.vip_card_content .vip_card_c .user_head_c{
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #fff;
    padding: 2px;
    margin: 0 10px;
}

.vip_card_content .vip_card_c .user_head_c .head_pic{
    width: 46px;
    height: 46px;
    border-radius: 50%;
}

.vip_card_content .vip_card_c .user_head_c .vip_tag{
    position: absolute;
    bottom: 0px;
    right: 0px;
    width: 14px;
    height: 14px;
}

.vip_card_content .vip_card_c .user_text_c{
    display: flex;
    flex-direction: column;
}

.vip_card_content .vip_card_c .user_text_c p{
    font-size: 16px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 4px;
}

.vip_card_content .vip_card_c .user_text_c span{
    color: rgba(255,255,255,.6);
    font-size: 14px;
}

.vip_rights_content{
    display: flex;
    flex-direction: column;
    margin: -24px 16px 0 16px;
    background-color: rgba(255,255,255,.04);
    border-radius: 16px;
    z-index: 1;
    padding-top: 24px;
    align-items: center;
}

.vip_rights_content > .title{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 26px;
    display: flex;
    margin: 16px 0 24px 0;
}

.vip_rights_content > .title::after{
    content: '';
    height: 2px;
    width: 32px;
    position: absolute;
    left: -42px;
    top: 12px;
    background-color: rgba(255,255,255,.04);
}

.vip_rights_content > .title::before{
    content: '';
    height: 2px;
    width: 32px;
    position: absolute;
    right: -42px;
    top: 12px;
    background-color: rgba(255,255,255,.04);
}

.vip_rights_content .rights_icon_list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vip_rights_content .rights_icon_list .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 24px;
    width: 25%;
}

.vip_rights_content .rights_icon_list .item i{
    position: absolute;
    font-size: 12px;
    color: #9f722a;
    background: linear-gradient(180deg, #f4d10b 0%, #f2e07f 100%);
    padding:0 4px;
    height: 16px;
    border-radius: 40px;
    right: -6px;
    top: -6px;
    font-style: normal;
}

.vip_rights_content .rights_icon_list .item .icon_c{
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    background-color: rgba(255,255,255,.04);
    
}

.vip_rights_content .rights_icon_list .item .icon_c span{
    font-size: 34px;
    background-image: -webkit-linear-gradient(top,#fcf7ee,#ffd4a4);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.vip_rights_content .rights_icon_list .item > p{
    font-size: 14px;
    color: rgba(255,255,255,.6);
    margin-top: 8px;
}

.vip_price_content{
    display: flex;
    margin:0 16px 96px 16px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.vip_price_content .item{
    margin-top: 16px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border: 1px solid rgba(255,255,255,.04);
    width: calc(50% - 8px);
    border-radius: 8px;
    padding-left: 16px;
    background-color: #1e2134;
}

.vip_price_content .item.retain{
    display: none;
}

.vip_price_content .item i{
    position: absolute;
    font-size: 12px;
    color: #9f722a;
    background: linear-gradient(180deg, #f4d10b 0%, #f2e07f 100%);
    padding:0 4px;
    height: 16px;
    border-radius: 40px;
    right: -6px;
    top: -8px;
    font-style: normal;
    border-radius: 4px 2px 4px 2px;
}

.vip_price_content .item .top_t{
    font-size: 14px;
    color: #fff;
    margin-top:12px;
    line-height: 24px;
}

.vip_price_content .item .bottom_t{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    color: rgba(255,255,255,.4);
}

.vip_price_content .item .price_c{
    display: flex;
    align-items: baseline;
    margin: 8px 0;
}

.vip_price_content .item .price_c .unit{
    color: #e6cb81;
    font-size: 14px;
}

.vip_price_content .item .price_c .unit_t{
    color: #e6cb81;
    font-size: 12px;
}

.vip_price_content .item .price_c strong{
    font-size: 34px;
    color: #e6cb81;
    font-weight: 400;
    margin: 0 2px;
}

.vip_price_content .item.active{
    border-color: #fc504f;
    background: linear-gradient(90deg, #4c2634 0%, #4d3024 100%);
    pointer-events: none;
}

.vip_footer{
    position: fixed;
    z-index: 99999;
    width: 100%;
    height: 72px;
    background-color: #272a3d;
    bottom: 0;
    left: 0;
    border-top: 1px solid #34374a;
    padding: 0 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.vip_footer .foot_left{
    display: flex;
    flex-direction: column;
}

.vip_footer .foot_left .price_c{
    display: flex;
    align-items: baseline;
    margin-bottom: 4px;
}

.vip_footer .foot_left .price_c .text{
    color: rgba(255,255,255,.6);
    font-size: 12px;
}

.vip_footer .foot_left .price_c .unit{
    color: #e6cb81;
    font-size: 12px;
}

.vip_footer .foot_left .price_c strong{
    font-size: 28px;
    color: #e6cb81;
    font-weight: 400;
    margin-left: 2px;
}

.vip_footer .foot_left .price_desc{
    font-size: 12px;
    color: rgba(255,255,255,.6);
}

.vip_footer > a{

    background-color:#e6cb81;
    color: #9f722a;
    font-weight: bold;
    font-size: 16px;
    height: 50px;
    border-radius: 200px;
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-left: 24px;
}

.hongbao_layer{
    width: 64vw;
    height: 87.5vw;
    background-image: url(../imgs/hongbao.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:center;
    display: none;
}

.hongbao_layer > a{
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 20px;
    z-index: 100;
}

.hongbao_model{
    background: none !important;
    box-shadow: none !important;
    overflow-y: hidden !important;
}

.hongbao_layer_content{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
}

.hongbao_layer_content .hongbao_top{
    display: flex;
    flex-direction: column;
    margin-top: 16.6vw;
}

.hongbao_layer_content .hongbao_top span{
    font-size: 16px;
    color: rgb(157,70,28);
}

.hongbao_layer_content .hongbao_top p{
    font-size: 32px;
    font-weight: bold;
    color: rgb(157,70,28);
    margin-top: 8px;
    text-align: center;
}

.hongbao_layer_content .hongbao_pay{
    margin-bottom: 5.1vw;
    width: 90%;
    height: 12.2vw;
    line-height: 12.2vw;
    display: flex;
    align-items: center;
    justify-content: center;
    color: rgb(157,70,28);
    font-size: 20px;
    font-weight: bold;
}

.vip_foot_pay.disabled{
    pointer-events: none;
    opacity: .3;
}

.get_activity_share_skin{
    background: none !important;
    box-shadow: none !important;
}

.get_activity_share_model{
    width: 327px;
    height: 340px;
    overflow: hidden;
    position: relative;
    display: none;
}

.get_activity_share_model > a{
    width: 32px;
    height: 32px;
    font-size: 24px;
    border: 1px solid rgba(255,255,255,.56);
    background-color: rgba(255,255,255,.24);
    border-radius: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
}

.get_activity_share_model_c{
    width: 295px;
    height: 308px;
    position: absolute;
    left: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    border-radius: 16px;
    align-items: center;
}

.get_activity_share_model_c > img{
    width: 123px;
    height: 67px;
    margin-top: 12px;
}

.get_activity_share_model_c > h2{
    color: #16172F;
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
}

.get_activity_share_model_c > p{
    color: #16172F;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    margin-top: 26px;
}

.get_activity_share_model_c .input_c{
    width: 232px;
    height: 32px;
    border-radius: 6px;
    border: 2px solid #C4C4CA;
    display: flex;
    align-items: center;
    box-sizing: border-box;
    margin-top: 12px;
    overflow: hidden;
}

.get_activity_share_model_c .input_c > p{
    color: #16172F;
    font-size: 12px;
    font-weight: 400;
    line-height: 18px;
    padding-left: 8px;
}

.get_activity_share_model_c .input_c > .icon_c{
    width: 32px;
    height: 28px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #16172F;
    margin-left: auto;
    cursor: pointer;
}

.get_activity_share_model_c .input_c > .icon_c img{
    width: 20px;
    height: 20px;
}

.get_activity_share_model_c .activity_tips{
    color: #737482;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin-top: 25px;
}

.get_activity_share_model_c button{
    width: 240px;
    height: 48px;
    border-radius: 200px;
    background-color: #16172F;
    color: #fff;
    font-size: 18px;
    margin-top: 4px;
}

.vip_price_content .item .price_c strong span,
.vip_price_content .item .price_c strong div,
.vip_price_content .item .price_c strong p{
    font-weight: 700;
    color: #e6cb81;
    font-size: 34px;
    line-height: 28px;
    font-family: 'akrobat_text' !important;
}

.foot_left .price_c strong span,
.foot_left .price_c strong div,
.foot_left .price_c strong p{
    font-size: 28px;
    color: #e6cb81;
    font-weight: 400;
    font-family: 'akrobat_text' !important;
}

.vip_price_content .item del{
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #737482;
    text-align: left;
    width: 100%;
    margin-bottom: 12px;
    color: rgba(255,255,255,.55);
}

.vip_price_content .item.always  .price_c del{
    color: rgba(255,255,255,.72);
}

.vip_price_content .item .other_tag{
    font-size: 12px;
    line-height: 20px;
    margin-bottom: 8px;
    color: rgba(255,255,255,.4);
}

.get_activity_content{
    margin: 16px 16px 0 16px;
}

.get_activity_content button{
    width: 100%;
    height: 42px;
    font-size: 16px;
    background-color: #e6cb81;
    color: #9f722a;
    border-radius: 8px;
    font-weight: bold;
}