/*会员标签页*/
.tab-2 li{width:50%}
.tab-3 li{width:33.33%}
.tab-4 li{width:25%}
.tab-5 li{width:20%}

.p1{padding:1px}
.p2{padding:2px}
.bgc-ffd{background-color:#FFD759;}


.user-card{background:url("../../img/vip/img_userinfo_card_background.png") no-repeat;padding:16px;background-size: 100% 192px;height:192px;}
.user-card-inner{background:url("../../img/vip/img_userinfo_card_cover.png") no-repeat;border-radius:8px;height:150px;background-size: 100% 150px;}

.renew-btn{display:inline-block;border:1px solid rgba(0,0,0,0.1);background:#ffffff11;padding:3px 8px;border-radius:100px;}
.user-card-line{width:1px;height:12px;display:block;background:rgba(0,0,0,0.08)}
.content-list{border-radius:10px 10px 0 0;margin-top:-10px;padding:20px 0px 15px 0px; background:#fff;}

.tab-underline li{display:flex;flex-direction: column;align-items: center;}
.tab-underline li.active::after{width:15px;height:4px;background:#FDD965;content:""}

.live-item-list{overflow-x: auto;  overflow-y: hidden; scroll-behavior: smooth;scrollbar-width: none;-ms-overflow-style: none; }
.live-item-card{width: 310px;height: 100px;border-radius: 8px;opacity: 1;background: #FFFFFF;box-sizing: border-box;border: 1px solid #F1F1F1;box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.05);flex-shrink: 0; padding:12px  }


.jiemu-item-card{background: #FFFFFF;box-sizing: border-box;border: 1px solid #F7F7F7;border-radius: 4px;}

.dot-red{width:8px;height:8px;background:#CC3729;border-radius:4px;display:inline-block;}
.dot-green{width:8px;height:8px;background:#32B16C;border-radius:4px;display:inline-block;}
.dot-yellow{width:8px;height:8px;background:#FFD759;border-radius:4px;display:inline-block;}

.vip-pagination .van-pagination__item{color:#323233;}
.vip-pagination .van-pagination__item:active{background:#FFD759!important;}
.vip-pagination .van-pagination__item--active{background:#FFD759;}

.vip-switch{background:#FFD759;color:#333;padding:2px;border-radius:4px;}
.vip-switch a{color:#333;padding:4px;border-radius:4px;display:inline-block;font-size:12px;}
.vip-switch a.active{background:#fff;}

.zvip-pu-thumb-card{width:120px;height:170px;display:block;position:relative;}
.zvip-pu-mask{background: rgba(182, 154, 119, 0.4);width:100%;height:100%;left:0;top:0;position:absolute;}
.zvip-pu-mask-num{background: rgba(0, 0, 0, 0.4);padding: 1px 2px;border-radius: 2px;display:inline-block;color: rgba(255, 255, 255, 0.8);right:10px;bottom:10px;position:absolute;}
.nandu-star{ display: inline-block; vertical-align: middle; width: 14px; height: 14px; background: url("../../img/nandu.png") no-repeat; margin-right: 3px;}
.nandu-star-active{background-position:0 -19px;}