:root {
    --nav-bg: #2b2b2b;
    --page-bg: #222;
    --container-width: auto;
    --primary-orange: #ff8c00;
    --vip-1: #FF6666;
    --vip-2: #D9D919;
    --vip-3: #9966FF;
    --vip-4: #fd4374;
    --text-light: #ffffff;
    --text-gray: #aaaaaa;
}
.global{background: none;}

body{ background: #111 url(../../video/template/img/hdbg.jpg?3) no-repeat !important;
    background-position: 70% -50px !important;
    background-size: auto 500px !important;}
.wp{width: auto;}
.foot{display: none;}
main{background: none;}

.v_wp{width: auto; margin: 0 auto;}
.v_hd{ padding-bottom: 20px;    }
.v_hd .vcard_bm{ padding:40px 0 0 0;}
.v_cards{ overflow: hidden;}


.vbuy_vds{color: #fff; padding: 20px 60px; box-sizing: border-box;}
.vd_box{margin-bottom: 20px; position: relative;}
.vbuy_vds img{width: 100%;height: 100%; background-size: cover;}
.vd_por{position: absolute; color: #fff; margin: 20px 0 0 20px; display: none;}

.vd_tt{font-size: 14px;}
.vd1 .vd_tt{color: #ff6666;}
.vd2 .vd_tt{color: #d9d919;}
.vd3 .vd_tt{color:#9966ff;}
.vd_days{color: #e8e8e8;}
.vd_jg{font-size: 20px; color:#ffcf9d;}
.vd_jg span{font-size: 16px;}


.v_container { min-width: auto;
    display: flex;
    justify-content: space-between;
    gap: 20px;

}
.vcard_top{height: 200px;}
.v_card {
    flex: 1;
    min-width: 150px;
    aspect-ratio: 16 / 10;  
    background-color: rgba(255,255,255,0.1);
    border-radius: 8px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.v_card img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.vbfbtm{padding-bottom: 100px; background: #222 url(../../video/template/img/vfbg.jpg) no-repeat !important;  background-position: center top !important; background-size: auto 600px !important; }
.vcard_bm{text-align: center; padding:80px 0 30px 0;}
.vh_t{height: 30px; font-size: 18px; color: #fff; margin-bottom: 18px;  font-weight: bold;position: relative;}
.vh_t::after {
    content: '';
    position: absolute;
    width: 70px;
    height: 4px;
    background: #ff8c00;
    bottom: -15px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 2px;
}
.vh_b{color: #e9e9e9; font-size: 12px; padding: 20px 10px 0 10px;}
.vh_bt{
    -webkit-background-clip: text;
    background-clip: text;
    color: #ff8c00;
    text-shadow: 0 0 15px rgba(255, 140, 0, 0.3);
    letter-spacing: 1px;}

.vbuy_lst{ padding: 0; font-family: 'Segoe UI', 'Microsoft YaHei', sans-serif;}
.v_bflst{}
.benefit_title {
    color: #fff;
    text-align: center;
    margin-bottom: 30px;
    font-size: 28px;
    font-weight: 700;
}

.benefit_cards {
    display: flex;  
    justify-content: center;  
    gap: 25px;  
    flex-wrap: wrap;  
}

.benefit_card {
    flex: 1;  
    min-width: 250px;  
    max-width: 300px;  
     
    border-radius: 12px;
    padding: 30px 25px;
     
     
    transition: all 0.3s ease;
}

.benefit_card:hover {
     
     
     
     
}

.bf_ico {display: none;
    width: 60px;
    height: 60px;
    background-color: #e50914;
    border-radius: 50%;
     
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    color: white;
    font-size: 24px;
    font-weight: bold;
}

.bf_title {
    color: #cecece;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    line-height: 1.3;
}

.bf_desc {
    color: #a8a8a8;
    font-size: 14px;
    line-height: 1.6;
}
 
.vip_pay{border-radius: 10px; padding: 20px;}
.paypal_pay{background: #191818;}
.paypal_pay img{ padding-top: 50px;}
.vcard-layer{background: #111 url(../../video/template/img/hdbg.jpg?3) no-repeat !important;
    background-position: 70% -50px !important;
    background-size: auto 500px !important;}
.vcard-layer .layui-layer-title,.paypal_pay .layui-layer-title{color: #fff; border: none; position: absolute;}
.vcard-layer .layui-layer-setwin span,.paypal_pay .layui-layer-setwin span{color: #fff;}
.vcard-layer .layui-icon-close:before,.paypal_pay .layui-icon-close:before {
    content: "\1006";
    display: inline-block;
    width: 24px;
    height: 24px;
    background-color: #666 !important;
    border-radius: 4px;
    font-size: 20px;
    line-height: 24px;
    text-align: center;
    color: #fff;
}
 
.layui-layer.vip_pay .layui-layer-setwin {
    position: absolute !important;
    right: -14px !important;
    top: -14px !important;
    width: 28px !important;
    height: 28px !important;
    z-index: 9999;
    margin: 0 !important;
    padding: 0 !important;
    float: none !important;
    display: block;
}
.vip_pay .layui-layer-setwin .layui-layer-close2 {
    opacity: 1 !important;
    background-color: #999 !important;
    background-image: none !important;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff !important;
    padding: 0 !important;
    border: 2px solid #fff !important;
    border-radius: 50% !important;
    width: 28px !important;
    height: 28px !important;
    min-width: 28px;
    min-height: 28px;
    font-size: 16px !important;
    font-weight: normal !important;
    margin: 0 !important;
    display: -webkit-box;
    display: -moz-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    box-shadow: 0 2px 6px rgba(0,0,0,0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-indent: 0 !important;
    line-height: 1 !important;
    float: none !important;
}
.vip_pay .layui-layer-close .layui-icon-close:before {
    content: "\2715" !important;
    display: inline-block !important;
    width: auto !important;
    height: auto !important;
    background-color: transparent !important;
    background-image: none !important;
    border-radius: 0 !important;
    font-size: 16px !important;
    line-height: 1 !important;
    text-align: center !important;
    color: #fff !important;
    border: none !important;
    box-shadow: none !important;
    padding: 0 !important;
    margin: 0 !important;
    position: static !important;
    top: auto !important;
    right: auto !important;
    text-indent: 0 !important;
}
.vcard-layer .layui-layer-content{ height: 100vh !important;}


.cards-container {
    width: var(--container-width);
    margin: 0 auto;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 30px;
}

 
.vip-card {
    margin: 50px auto 100px auto;
    box-sizing: border-box;
    color: #fff;
    opacity: 1;
    background: rgba(20, 20, 20, 0.8);
    border-radius: 20px;
    width: 90%;
    padding: 40px 30px;
    position: relative;
    overflow: hidden;

    box-shadow: 0 20px 40px rgba(0, 0, 0, 0.7);
    border: 1px solid rgba(255, 255, 255, 0.05);
    z-index: 1;

    transition: transform 0.4s, box-shadow 0.4s;
}


.vip-card::before {
    content: '';
    position: absolute;
    top: -50%;
    left: -50%;
    width: 200%;
    height: 200%;
    background: radial-gradient(circle, rgba(255, 255, 255, 0.1) 0%, transparent 70%);
    z-index: -1;
    transition: opacity 0.4s;
    opacity: 1;
}


.vip-card::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: radial-gradient(circle at center, var(--primary-orange) 0%, transparent 70%);
    z-index: -1;
    opacity: 0.2;
    transition: opacity 0.4s;
}

 
.vip-card.vip-1::after {
    background: radial-gradient(circle at center, #e8e8e8 0%, rgba(180,180,180,0.3) 50%, transparent 70%);
}
.vip-card.vip-2::after {
    background: radial-gradient(circle at center, var(--vip-2) 0%, transparent 70%);
}
.vip-card.vip-3::after {
    background: radial-gradient(circle at center, var(--vip-3) 0%, transparent 70%);
}
.vip-card.vip-4::after {
    background: radial-gradient(circle at center, var(--vip-4) 0%, transparent 70%);
}
 
.vcard-header {
    text-align: center;
    margin-bottom: 30px;
    position: relative;
}

.vip-icon {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 30px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}
.vip-icon img{  width: 100%;
    height: 100%;
    object-fit: cover;}

.vip-1 .vip-icon {
    background: linear-gradient(135deg, var(--vip-1), #b34747);
    color: white;
}

.vip-2 .vip-icon {
    background: linear-gradient(135deg, var(--vip-2), #b3b347);
    color: #333;
}

.vip-3 .vip-icon {
    background: linear-gradient(135deg, var(--vip-3), #7047b3);
    color: white;
}

.vip-4 .vip-icon {
    background: none;
    color: white;
}
.vip-4 .vip-icon img {
    position: absolute;
    width: auto;
    height: 120px;
}

.vip-name {
    font-size: 26px;
    font-weight: 700;
    margin-bottom: 5px;
}

.vip-duration {
    color: var(--text-gray);
    font-size: 16px;
}

.price {
    text-align: center;
    margin: 25px 0;
}

.price-amount { color: #ffcf9d;
    font-size: 30px; margin: 0 0 0 5px;
    line-height: 1;
}

.price-amount span {
    font-size: 30px;
     
}

.price-desc {display: none;
    color: var(--text-gray);
    font-size: 16px;
    margin-top: 5px;
}

.features { height: 420px; font-size: 15px;
    list-style: none;
    padding: 0 15px;
    margin-bottom: 40px;
}

.features li {
    padding: 10px 0;
    display: flex;
    align-items: center;
    border-bottom: 1px dashed rgba(255, 255, 255, 0.1);
}

.features li:last-child {
    border-bottom: none;
}

.features li i {
    margin-right: 12px;
    color: var(--primary-orange);
    width: 20px;
}

.buy-button { position: fixed; overflow: hidden; bottom: 20px;
    display: block;
    width: calc(100vw - 20% - 60px);
    padding: 16px;
    border-radius: 30px;
    border: none;
    font-size: 18px !important;
    font-weight: 600 !important;
    cursor: pointer;
    transition: all 0.3s;
    letter-spacing: 1px;
}

.vip-1 .buy-button {
    background: linear-gradient(to right, var(--vip-1), #cc5555);
    color: white;
    box-shadow: 0 5px 15px rgba(255, 102, 102, 0.4);
}

.vip-2 .buy-button {
    background: linear-gradient(to right, var(--vip-2), #c4c417);
    color: #333;
    box-shadow: 0 5px 15px rgba(217, 217, 25, 0.4);
}

.vip-3 .buy-button {
    background: linear-gradient(to right, var(--vip-3), #8844ff);
    color: white;
    box-shadow: 0 5px 15px rgba(153, 102, 255, 0.4);
}

.vip-4 .buy-button {
    background: linear-gradient(to right, var(--vip-4), #e03360);
    color: white;
    box-shadow: 0 5px 15px rgba(253, 67, 116, 0.4);
}

.buy-button:hover {
    transform: translateY(-3px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.4);
}
.buy-button::before {
    content: '';
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.2), transparent);
    transition: 0.5s;
}

.buy-button:hover::before {
    left: 100%;
}
 
.vip-card::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 1px;
    background: linear-gradient(90deg, transparent 0%,   rgba(255, 119, 0, 0.5) 40%,   rgba(255, 200, 0, 1) 50%,   rgba(255, 119, 0, 0.5) 60%,   transparent 100%  );
    box-shadow: 0 0 10px rgba(255, 119, 0, 0.7);
}


 
@media (max-width: 1350px) {
    .nav-container, .cards-container, .benefits-container, .footer-content {
        width: 95%;
        max-width: 1200px;
    }
}

@media (max-width: 1100px) {
    .cards-container {
        flex-direction: column;
        align-items: center;
    }

    .vip-card {
        width: 80%;
        max-width: 500px;
    }

    .hero-content h1 {
        font-size: 2.8rem;
    }
}

@media (max-width: 768px) {
    .nav-links {
        display: none;
    }

    .hero-section {
        height: 70vh;
    }

    .hero-content h1 {
        font-size: 2.2rem;
    }

    .section-title h2 {
        font-size: 2.2rem;
    }

    .vip-section, .benefits-section {
        padding: 60px 0;
    }
}

 
.mylist{ padding: 10px 0 50px}
.mylist .v_wp{ padding: 0 12px}
.mylist nav ul{ margin: 0; padding: 0; list-style: none}
.mylist nav ul li{ box-sizing: border-box; margin: 0 0 12px; padding: 14px 15px; background: #1e1e1e; border: 1px solid rgba(255,255,255,.07); border-radius: 10px; line-height: 22px; font-size: 14px; color: #c9c9c9}
.mylist nav ul li .pup{ font-size: 15px; color: #fff; font-weight: 600; overflow: hidden}
.mylist nav ul li .pup span{ float: right; color: #ffcf9d; font-weight: 700}
.mylist nav ul li .pup span img{ width: 18px; height: 18px; margin-right: 3px; vertical-align: -3px}
.mylist nav ul li .pup b.dur{ color: #9a9a9a; font-size: 13px; font-weight: 400}
.mylist nav ul li .dow{ font-size: 12px; color: #a8a8a8; line-height: 24px; word-break: break-all}
.mylist nav ul li .dow span{ float: none; color: #a8a8a8}
.mylist nav ul li .dow b.sn{ font-weight: 400; color: #8a8a8a; margin-left: 8px}
.mylist nav ul li .dow b.sn::before{ content: '|'; margin-right: 8px; color: rgba(255,255,255,.2)}
.mylist nav ul li .dow.dows{ margin-top: 8px; padding: 6px 10px; background: rgba(255,255,255,.05); border-radius: 6px}
.mylist nav ul li .dow.dows span{ margin-right: 2px}
.mylist nav ul li i.yxz{ font-style: normal; color: #ff8c00}
.mylist nav ul li.nolist{ text-align: center; color: #888; font-size: 15px; line-height: 50px; margin-top: 40px; background: none; border: none}
.mylist .multipage{ margin-top: 15px; text-align: center}
.mylist .multipage a, .mylist .multipage strong{ display: inline-block; padding: 4px 10px; margin: 0 3px; border: 1px solid rgba(255,255,255,.15); border-radius: 4px; color: #c9c9c9; font-size: 13px}
.mylist .multipage strong{ background: #ff8c00; border-color: #ff8c00; color: #fff}
 
.mylist .mygro li{ overflow: hidden}
.mylist .mygro li .groico{ float: left; margin-right: 12px}
.mylist .mygro li .groico img{ width: 40px; height: 40px; border-radius: 50%}
.mylist .mygro li .rsw{ float: right; margin-top: 8px}
.mylist .mygro li .rsw a{ color: #ff8c00; border: 1px solid #ff8c00; padding: 2px 10px; border-radius: 14px; font-size: 13px; margin-left: 8px}
.mylist .mygro li .rsw a.hightline{ background: #ff8c00; color: #fff}
.mylist .mygro li .pup{ font-weight: 600}
.mylist .mygro li .dow{ color: #a8a8a8}
.mylist .mygro li.sele{ border-color: rgba(255,140,0,.45)}
 
.myvip-cta{ padding: 5px 12px 0}
.myvip-cta a{ display: flex; align-items: center; justify-content: center; gap: 6px; padding: 12px; border-radius: 24px; background: linear-gradient(90deg, #ff8c00, #ff5500); color: #fff; font-size: 15px; font-weight: 600; letter-spacing: 1px; box-shadow: 0 4px 14px rgba(255,110,0,.35)}
.myvip-cta a:active{ opacity: .85}
