/* 未购买页面 */
.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: 535px;
    background: #F5F9FF;
    text-align: left;
    padding: 20px;
    margin: 10px auto;
    border-radius: 5px;
}
.share-reward p {
    padding: 3px 0;
}
.share-reward p label {
    font-size: 20px;
    font-weight: bold;
    color: #ff6600;
}
.share-reward p span {
    color: #888;
}


/* 媒体查询：针对小屏幕设备 */
@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%;
    }

}

