/* 未购买页面 */
.sck-section {
    background: #fff;
    text-align: center;
    padding: 20px;
}
.sck-section img {
    max-width: 720px;
}
.sck-section button {
    margin: 15px 10px;
    padding: 10px 30px;
}
.sck-section .tips {
    font-size: 14px;
    color: #888;
}


/* 已购买页面 */
.sck-section .content {
    font-size: 18px;
    padding: 10px;
}

.share-reward {
    max-width: 600px;
    background: #F5F9FF;
    text-align: left;
    padding: 20px;
    margin: 10px auto;
    border-radius: 5px;
}
.share-reward p {
    padding: 8px 0;
}
.share-reward p label {
    font-size: 20px;
    font-weight: bold;
    color: #ff6600;
}
.share-reward p span {
    color: #888;
}


/* 标题区 */
.zlb-header {
    padding: 10px 20px 5px;
}
.zlb-header h3 {
    color: #222;
}
.zlb-header p {
    font-size: 18px;
    color: #555;
    line-height: 1.6;
    margin-bottom: 16px;
}

/* Swiper 轮播区 */
.zlb-carousel {
    max-width: 720px;
    margin: 0 auto;
}
.zlb-swiper {
    border-radius: 6px;
    overflow: hidden;
}
.zlb-slide-img {
    display: block;
    width: 100%;
    cursor: pointer;
}
.zlb-swiper .swiper-pagination-bullet-active {
    background: #2DA9FA;
}

/* 全屏放大 lightbox */
.zlb-lightbox {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.9);
    z-index: 9999;
    text-align: center;
    cursor: zoom-out;
}
.zlb-lightbox img {
    max-width: 95%;
    max-height: 95%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
}
.zlb-lightbox-close {
    position: absolute;
    top: 16px;
    right: 24px;
    font-size: 40px;
    color: #fff;
    cursor: pointer;
    z-index: 1;
    font-family: Arial, sans-serif;
    line-height: 1;
}
.zlb-lightbox-close:hover {
    color: #ccc;
}


/* 媒体查询：针对小屏幕设备 */
@media (max-width: 768px) {
    /* 头部隐藏个人信息，放出首页菜单 */
    body .menu-h5 {display: none;}
    body header .menu {display: block !important;}
    body header .menu li {display: none;}
    body header .menu li.sck-show {display: block !important; margin-left: -35px;}
    body header .btn-vip,
    body header .btn-share {
        display: none !important;
    }

    .sck-section img {
        width: 100%;
    }

    .sck-section button {
        width: 100%;
    }

}
