@charset "utf-8";

/* 特权卡详情页--竖版 */
body{
    background: #171717;
}
body::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}
.tip-act-wrap {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.tip-act-banner {
    width: 7.5rem;
    height: 6.26rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/2020/a20201027privilegecard/banner.png) no-repeat center center;
    background-size: contain;
}

/* tab */
.tip-act-tab-wrap {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    width: 100%;
    padding: 0 .32rem;
    z-index: 2;
}
.tip-act-tab-item {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: .32rem;
    font-weight: 600;
    color: #ffe0c5;
    padding-bottom: .14rem;
    padding-top: .22rem;
}
.tip-act-tab-bg {
    background: #000;
}
.tip-act-tab-active {
    color: #f5e7bc;
}
.tip-act-tab-active::after {
    position: absolute;
    left: 50%;
    bottom: 0;
    display: block;
    content: '';
    width: .48rem;
    height: .04rem;
    background: #f5e7bc;
    transform: translateX(-50%);
}

/* 特权权益项 */
.tip-act-game-para {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: .32rem .23rem .16rem;
}
.tip-act-game-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    flex: 1;
}
.tip-act-game-item img {
    display: block;
    max-width: none;
    width: .96rem;
    height: .96rem;
    margin-bottom: .08rem;
}
.tip-act-game-item img + p {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.36rem;
    height: .4rem;
    line-height: .4rem;
    text-align: center;
    padding: 0;
    font-size: .24rem;
    color: rgba(245,231,188, .8);
    background: #000;
    border-radius: .4rem;
}

/* 详情 */
.tip-act-info {
    padding: 0 .32rem .32rem;
    font-size: .24rem;
    color: rgba(255,224,197,.6);    
}
.tip-act-info-bg {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-bottom: .32rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/2020/a20201027privilegecard/diwen.png) no-repeat center center;
    background-size: contain;
}
.tip-act-info p{
    padding-bottom: .16rem;
    word-break: break-all;
    line-height: .36rem;
}
.tip-act-title {
    position: relative;
    font-size: .24rem;
    font-weight: 600;
    color: #f5e7bc;
    padding-left: .12rem;
    padding-bottom: .24rem;
    margin-bottom: .24rem;
    border-bottom: .02rem solid rgba(255,224,197,.2);
}
.tip-act-title::before {
    position: absolute;
    top: .04rem;
    left: 0;
    display: block;
    content: '';
    width: .04rem;
    height: .24rem;
    background: #f5e7bc;
}
.tip-act-info-item {
    display: flex;
}
.tip-act-info-item p:first-child {
    position: relative;
    padding-left: .12rem;
}
.tip-act-info-item p:first-child::before {
    position: absolute;
    top: .18rem;
    left: 0;
    display: block;
    content: '';
    width: .04rem;
    height: .04rem;
    border-radius: 50%;
    background: rgba(255,224,197,.8);
}
.tip-act-info-item p:last-child {
    flex: 1;
}

.tip-act-game {
    width: 100%;
    height: 3rem;
    margin-bottom: .24rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/2020/a20201027privilegecard/game-img.png) no-repeat center center;
    background-size: contain;
}

.tip-act-game-icon {
    width: 4.08rem;
    height: .72rem;
    margin: 0 auto;
    margin-top: .36rem;
    margin-bottom: .16rem;
    background: url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/2020/a20201027privilegecard/game-title.png) no-repeat center center;
    background-size: contain;
}
.tip-act-text-underline{    
    display: block;
    font-size: .24rem;
    color: rgba(255,224,197,.6);
    padding-bottom: .16rem;
    word-break: break-all;
    line-height: .36rem;
    text-decoration: underline;
}

/* btn */
.tip-act-btn-wrap {
    padding-bottom: 1.44rem;
    padding-bottom: calc(1.44rem + constant(safe-area-inset-bottom));
    padding-bottom: calc(1.44rem + env(safe-area-inset-bottom));
}
.tip-act-btn {
    position: fixed;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 1.44rem;
    height: calc(1.44rem + constant(safe-area-inset-bottom));
    height: calc(1.44rem + env(safe-area-inset-bottom));
    background: #000 url(https://image-1251917893.cos.ap-guangzhou.myqcloud.com/2020/a20201027privilegecard/btn.png) no-repeat center center;
    background-size: 5.24rem .8rem;
}