<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
[v-cloak] {
    display: none !important;
}








.wuli-guanbi {
    font-size: 40px;
    color: #4c6072;
    cursor: pointer;
}
.notice-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.6);
    display: none;
    z-index: 1000;
    align-items: center;
    justify-content: center;
}

.notice-dialog-mask.show {
    display: flex;
}

.notice-dialog {
background: #1e2831;
    border-radius: 20px;
    width: 90%;
    max-width: 700px;
    max-height: 80vh;
    overflow-y: auto;
    position: relative;
    animation: dialogFadeIn 0.3s ease;
}

.notice-dialog-header {
padding: 20px;
    border-bottom: 1px solid #28333d;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.notice-title {
    font-size: 25px;
    font-weight: bold;
    color: #c2d7ea;
    text-align: center;
}

.notice-content {
    padding: 20px;
    line-height: 1.6;
    color: #95aec5;
}

.notice-content p {
    margin-bottom: 10px;
    font-size: 18px;
    color: #ff5858;
}

.notice-checkbox {
    padding: 0 20px;
    margin-bottom: 20px;
}

.custom-checkbox {
    display: flex;
    align-items: center;
    cursor: pointer;
}

.custom-checkbox input[type="checkbox"] {
    margin-right: 8px;
    padding: 20px;
    width: 30px;
    height: 30px;
}

.checkbox-text {
    color: #ffde93;
    font-size: 24px;
    font-weight: 700;
}

.notice-buttons {
    padding: 20px;
    display: grid;
    gap: 10px;
    border-top: 1px solid #293642;
    align-items: center;
    grid-template-columns: 2fr 1fr;
}

.notice-buttons button {
    padding: 18px 20px;
    border-radius: 15px;
    border: none;
    cursor: pointer;
        font-size: 22px;
    font-weight: 700;
        width: 100%;
}

.notice-buttons .queding-btn {
    background: #ffde93;
    color: #000000;
}
.notice-buttons .queding-btn:hover {
    background: #ffd100;
}
.notice-buttons .queding-btn:disabled {
    background: #2d3c4a;
    cursor: not-allowed;
    color: #5d778e;
}

.notice-buttons .cancel-btn {
background: #2c3b48;
    color: #6a869e;
}
.notice-buttons .cancel-btn:hover {
    background: #141b21;
}
@keyframes dialogFadeIn {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.video-filters {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 10px 0;
}

.filter-tag {
    padding: 5px 12px;
    background: var(--primary-beijing-shen);
    border-radius: 8px;
    color: var(--primary-wenzi);
    font-size: 14px;
}

/* 图片查看器样式 */
.preview-container {
    width: 100%;
    aspect-ratio: 16/9;
    position: relative;
    overflow: hidden;
        height: 684px;
}

.preview-nav {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    display: flex;
    justify-content: space-between;
    padding: 0 20px;
    pointer-events: none;
    z-index: 3;
}

.nav-btn {
    width: 80px;
    height: 120px;
    border-radius: 30px;
    background: rgb(40 51 61 / 54%);
    border: none;
    color: #fff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: auto;
    transition: all 0.3s;
    box-shadow: 0px 5px 15px 0px rgb(0 0 0 / 26%);
}

.nav-btn:hover {
    background: rgba(0,0,0,0.8);
}
.nav-btn:active {
    background: #ffde93;
}
.nav-btn .wmiao {
    font-size: 24px;
    color: #fff;
}

.preview-thumbnails {
    width: calc(100% - 40px); /* 减去左右padding的宽度 */
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px;
    padding-right: 40px; /* 右侧额外内边距 */
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

/* 隐藏滚动条 */
.preview-thumbnails::-webkit-scrollbar {
    display: none;
}

.thumbnail-item {
    display: inline-block;
    width: 150px;
    height: 100px;
    margin-right: 10px;
    border: 4px solid transparent;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
}

.thumbnail-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-item.active {
    border-color: #ffde93;
}

.thumbnail-item:hover {
    border-color: #ffde93;
}

.preview-content {
    width: 100%;
    height: 100%;
    position: relative;
    aspect-ratio: 16/9;
}

.video-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.video-wrapper video {
    width: 100%;
    height: 100%;
}

.preview-image {
    width: 100%;
    height: 100%;
    object-fit: contain;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    border-radius: 20px 20px 0 0;
}

.video-suolve {
    position: relative;
    width: 100%;
    height: 100%;
}

.video-suolve .wmiao {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 24px;
    z-index: 1;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

.video-suolve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.thumbnail-item .video-suolve {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
        padding-top: 0px !important;
}

.thumbnail-item .video-suolve img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.thumbnail-item .video-suolve .wmiao.wuli-shipin {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-size: 50px;
    z-index: 2;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
    pointer-events: none;
}

/* 添加外层容器样式 */
.thumbnails-container {
    width: 100%;
    padding: 0 20px;
    border-top: 3px solid #1c252d;
}

.preview-thumbnails {
    overflow-x: auto;
    white-space: nowrap;
    padding: 20px 0;
    -ms-overflow-style: none;  /* IE and Edge */
    scrollbar-width: none;  /* Firefox */
}

.preview-thumbnails::-webkit-scrollbar {
    display: none;
}



.thumbnail-item {
    display: inline-block;
    width: 150px;
    height: 100px;
    margin-right: 10px;
    border: 4px solid transparent;
    border-radius: 15px;
    cursor: pointer;
    overflow: hidden;
    flex-shrink: 0;
}

.thumbnail-item:last-child {
    margin-right: 0;
}




.wuli-xiazai,.wuli-liulan {
    font-size: 34px;
    vertical-align: middle;
    margin-right: 10px;
}

.frame-counter .press-p-tip {
    display: none !important;
}

/* 购买弹窗样式 */
.buy-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}

.buy-dialog-mask.show {
    display: flex;
}

.buy-dialog {
    background: #1e2831;
    border-radius: 8px;
    width: 90%;
    max-width: 600px;
    max-height: 90vh;
    overflow-y: auto;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    color: #72889d;
}

.buy-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #28333d;
}

.buy-title {
    font-size: 18px;
    font-weight: bold;
    color: #72889d;
}
.xiazaianzhuang{
    display: flex;
    gap: 20px;
}
.xiazaianzhuang &gt; .az-button {
    font-size: 22px !important;
}
.close-btn {
    cursor: pointer;
    padding: 0px;
}

.close-btn i {
    font-size: 30px;
    color: #72889d;
}

.close-btn:hover i {
    color: #8ca0b6;
}

.license-options {
    display: flex;
    flex-direction: row;
    gap: 20px;
    justify-content: space-between;
    padding: 20px 0;
}

.license-option {
    flex: 1;
    border: 3px solid #28333d;
    background: #28333d;
    border-radius: 8px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s;
    position: relative;
}

.license-option:hover {
    background: #2c3a45;
    border-color: #3a4a59;
}

.license-option.active {
    border-color: #ffde93;
    background: #2c3a45;
}

.license-option input[type="radio"] {
    position: absolute;
    top: 15px;
    right: 15px;
}

.license-content h4 {
    font-size: 18px;
    margin-bottom: 10px;
    color: #72889d;
}
.wuli-guanbi{
    font-size: 30px;
}
.price {
    font-size: 24px;
    color: #009fdf;
    margin-bottom: 15px;
    font-weight: bold;
}

.license-desc {
    font-size: 13px;
    color: #72889d;
}

.license-desc ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.license-desc li {
    position: relative;
    padding-left: 15px;
    margin: 8px 0;
    line-height: 1.4;
}

.license-desc li:before {
    content: "";
    position: absolute;
    left: 0;
    color: #72889d;
}

.buy-dialog-footer {
    margin-top: 20px;
    text-align: center;
}

.confirm-btn {
    background: #28333d;
    color: #72889d;
    padding: 10px 30px;
    border-radius: 10px;
    cursor: pointer;
    font-size: 16px;
    transition: all 0.3s;
}

.confirm-btn:hover {
    background: #2c3a45;
    color: #8ca0b6;
}

.confirm-btn:disabled {
    background: #1e2831;
    border-color: #28333d;
    color: #4a5d70;
    cursor: not-allowed;
}

/* 支付弹窗样式 */
.payment-dialog-mask {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: none;
    align-items: center;
    justify-content: center;
    z-index: 1001;
}

.payment-dialog-mask.show {
    display: flex;
}

.payment-dialog {
    background: #1e2831;
    border-radius: 20px;
    width: 400px;
    padding: 20px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
    color: #72889d;
}

.payment-dialog-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #28333d;
}

.payment-title {
font-size: 22px;
    font-weight: bold;
    color: #94aabf;
}

.payment-type {
    display: flex;
    justify-content: center;
    gap: 30px;
    margin-bottom: 20px;
}

.payment-type label {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 10px 40px;
    background: #28333d;
    border-radius: 15px;
    transition: all 0.3s ease;
    border: 3px solid #28333d;
}

.payment-type label:hover {
    background: #2c3a45;
}

.payment-type label.wxactive {
background: #407c4373;
    border: 3px solid #4CAF50;
    color: #abf3ae;
}
.payment-type label.zfbactive {
background: #03a9f44d;
    border: 3px solid #2196F3;
    color: #9ce0ff;
}
.payment-type label i {
    font-size: 24px;
}

.payment-type label i.wechat-icon {
    color: #2aae67;
}

.payment-type label i.alipay-icon {
    color: #009fdf;
}

.payment-type label span {
    font-size: 18px;
}

.qrcode-area {
    text-align: center;
    padding: 20px;
    background: #28333d;
    border-radius: 20px;
    margin-top: 15px;
}

.qrcode-container {
    width: 200px;
    height: 200px;
    margin: 0 auto 15px;
    background: #fff;
    padding: 10px;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    margin-top: 30px;
}

.payment-amount {
font-size: 44px;
    color: #ff5f07;
    font-weight: bold;
    margin: 15px 0;
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
        gap: 10px;

}
.payment-amount .shua{
    padding: 12px 8px;
    font-size: 14px;
    border: none;
    background: #ffde93;
    border-radius: 10px;
    cursor: pointer;
    color: #000;
}
.payment-tips {
    color: #72889d;
    font-size: 14px;
    margin-top: 10px;
}



.close-btn:hover i {
    color: #8ca0b6;
}

/* 相关视频样式 */
.related-videos-section {
    margin-top: 30px;
    border-radius: 20px;
}

.xiangguan-title {
    font-size: 25px;
    color: #b6cade;
    margin-bottom: 20px;
    font-weight: bold;
}

.related-videos-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));
    gap: 20px;
}

.related-video-item {
    cursor: pointer;
    transition: transform 0.2s;
    border-radius: 15px;
    overflow: hidden;
    background: #1e2831;
}

.related-video-item:hover {
    transform: translateY(-2px);
}
 
.video-thumbnail {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 比例 */
    overflow: hidden;
}

.video-thumbnail img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.video-duration {
    position: absolute;
    bottom: 8px;
    right: 8px;
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 2px 6px;
    border-radius: 4px;
    font-size: 12px;
}

.video-info {
    padding: 12px;
}

.video-info .donghua-title {
font-size: 20px;
    color: #cde2f5;
    margin-bottom: 8px;
    line-height: 1.4;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 600;
    min-height: 30px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.video-price {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 8px;
}

.video-price .donghuajiage {
    color: #ff6b00;
    font-weight: bold;
    font-size: 25px;
}

.video-price .view-count {
    color: #4a5d70;
    font-size: 16px;
}

/* 新增视频信息和授权区域样式 */
.video-info-license {
display: grid;
    gap: 20px;
    margin: 20px 0;
    border-radius: 20px;
    grid-template-columns: 1fr 2fr;
}

.video-details, .license-pricing {
    flex: 1;
    padding: 20px;
    background: #1e2831;
    border-radius: 20px;
}

.video-details h3, .license-pricing h3 {
color: #b4c9dd;
    font-size: 23px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #283540;
    font-weight: 700;
}
.video-details h3 bj{
 float: right;
}
.info-item {
    display: flex;
    margin-bottom: 15px;
    color: #72889d;
    padding: 7px 7px;
    background: #212b36;
    border-radius: 10px;
    font-size: 15px;
}
.info-item:last-child {
    margin-bottom: 0;
}
.info-item label {
    min-width: 80px;
    color: #adc9e6;
    background: #28333d;
    padding: 5px 10px;
    border-radius: 10px;
    font-weight: 700;
    text-align: center;
}

.info-item span {
min-width: 80px;
    color: #7a91a9;
    padding: 5px 20px;
    border-radius: 10px;
    font-weight: 700;
}

.license-option {
    padding: 15px;
    margin-bottom: 15px;
    background: #242f3a;
    border-radius: 15px;
    cursor: pointer;
    transition: all 0.3s ease;
    border: 3px solid transparent;
}
.license-option:last-child {
    margin-bottom: 0;
}
.license-option:hover {
    background: #2c3a45;
    border-color: #3a4a59;
}

.license-option.active{
    background: #3b362a;
    border-color: #ffde93;
    color: #ffde93;
}
.license-option.active .license-desc{
    color: #ffde93;
}
.license-option.active .license-header h4{
    color: #ffde93;
}
.license-header {
    display: flex;
    justify-content: space-between;
}

.license-header h4 {
 color: #dfedfa;
    font-size: 20px;
    margin: 0;
    font-weight: 700;
}

.license-header .price {
    color: #ffde93;
    font-size: 20px;
    font-weight: bold;
}

.license-desc {
    color: #72889d;
    font-size: 14px;
}


.buy-button,.az-button {
    width: 100%;
    padding: 22px;
    background: #ffde93;
    color: #000;
    border: none;
    border-radius: 15px;
    font-size: 22px;
    cursor: pointer;
    transition: all 0.3s ease;
    font-weight: 700;
}

.az-button {
    background: #8fcfc1 !important;
}
.az-button:hover {
    background: #29d2ad !important;
}

.buy-button:hover {
    background: #FFC107;
}


.buy-button:disabled,.az-button:disabled  {
    cursor: not-allowed;
}
</pre></body></html>