<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
ol,li{margin: 0;padding: 0;list-style: none;}
.v-left{
    width: 80%;
}
.v-right{
    width: 20%;
}
.breadcrumb{
    width: 1400px;
    margin: 0 auto;
    display: flex;
    margin-top: 15px;
    list-style: none;
    font-size: 12px;
    color: #666;
}

.breadcrumb li a{
    color: #000;
}
.breadcrumb li a::after{
    content: "/";
    color: #000;
    margin: 0 15px;
}
.v-left{
    box-sizing: border-box;
    padding-right: 20px;
}

.v-left .head-intro {
    padding: 10px;
    margin-bottom: 20px;
    border: 2px solid #9894d9;
}

.v-brand{
    display: flex;
    flex-wrap: wrap;
    list-style: none;
    font-size: 12px;
    background-color: #ff3f7a;
    padding: 5px;
    color: #fff;
    gap: 10px;
}

.v-brand li{
    padding: 10px;
    border: 1px solid transparent;
}

.v-brand li.active{
    background-color: #d91954;
    border: 1px solid #fff;
}

.v-brand li:hover{
    cursor: pointer;
    background-color: #d91954;
    border: 1px solid #fff;
    box-shadow: 0px 0px 1px 1px #fff;
}

.v-brand li::before{
    content: '';
}

.v-list{
    margin-top: 15px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 10px;
}

.v-list .v-item {
    box-sizing: border-box;
    display: block;
    width: calc(20% - 8px);
    border-radius: 5px;
    padding: 5px;
    background-color: #f1f1f1;
    transition: all .3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.v-item figure div {
    height: 260px;
    position: relative;
    overflow: hidden;
}

.v-list .v-item figure div::before{
    content: '';
    opacity: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
    background-image: url(/static/images/play.png);
    background-position: center center;
    backdrop-filter: blur(3px);
    background-repeat: no-repeat;
    background-color: rgba(255,255,255,.2);
    transition: all .3s;
}

.v-list .v-item:hover figure div::before{
    opacity: 1;
}

.v-left .v-video-container{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 20px;
}

.v-video-container .play-video{
    width: 50%;
}

.play-video video{
    min-height: 100%;
    width: 100%;
    background-color: #ccc;
    max-height: 340px;
}

.v-left .other-info{
    display: flex;
    flex: 1;
    border: 1px solid #f3f3f3;
    flex-wrap: wrap;
}

.v-left .other-info li{
    display: flex;
    width: 100%;
    border-bottom: 1px solid #f3f3f3;
}

.v-left .other-info li:last-child{
    border-bottom: none;
}

.other-info .key,.other-info .value{
    padding: 10px;
    box-sizing: border-box;
    display: inline-block;
    font-size: 14px;
}

.other-info .key {
    width: 120px;
    border-right: 1px solid #f3f3f3;
    background-color: #bbb;
}

.other-info .value{
    flex: 1;
}

.other-info .other-title{
    border-bottom: 1px solid #eee;
    background: #ccc;
}

.other-info .other-title:last-child{
    border-bottom: 0;
    background: #ccc;
}

.other-info .other-detail{
    border-left: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.other-info .other-detail:nth-of-type(1){
    border-top: 1px solid #ccc;
}

.v-left .sidebar-title {
    padding: 15px;
    box-sizing: border-box;
    background: #9894d9;
    margin-top: 20px;
    color: #fff;
}

.v-left .other-brand-video {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-top: 20px;
}

.v-left .other-brand-video li{
    width: calc((100% - 60px) / 4);
}



.v-left .other-brand-video li img{
    width: 100%;
}

.v-left .other-brand-video li a{
    padding: 10px;
    display: inline-block;
    color: #fff;
    background-color: #9894d9;
}

.v-left .other-brand-video a span{
    margin-top: 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    font-size: 16px;
    -webkit-box-orient: vertical;
}

.v-item figure div img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
}

.v-item:hover {
    box-shadow: 5px 5px 10px 0px #9b9b9b;
    transform: translate(-5px, -5px);
}

.v-item:hover img{
    transform: scale(1.1) rotate(5deg);
}

.v-item figure figcaption{
    padding-top: 5px;
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.v-left .pagination{
    margin: 20px 0;
    display: flex;
    flex-wrap: nowrap;
    gap: 7px;
    justify-content: center;
}

.pagination li{
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    border: 1px solid #ff3f7a;
    text-align: center;
    border-radius: 5px;
}

.pagination li.active{
    background-color: #ff3f7a;
    color: #fff;
}

.pagination li a{
    width: 100%;
    color: #ff3f7a;
    display: inline-block;
}

.v-right .list{
    padding: 10px;
    background-color: #f1f1f1;
    margin-bottom: 20px;
    overflow: hidden;
}

.v-right .sidebar-title{
    margin: -10px;
    margin-bottom: 10px;
    font-size: 24px;
    padding: 3px;
    padding-left: 20px;
    line-height: 36px;
    color: #fff;
    background-color: #9894d9;
}

.v-right .siderbar {
    margin-bottom: 20px;
    padding: 10px;
    border: 1px solid #ccc;
}

.v-right .siderbar h4{
    font-size: 18px;
    padding-bottom: 20px;
}

.v-right .blur-box h4{
    color: #fff;
    text-shadow: 1px 1px black;
}

.v-right .siderbar.blur-box{
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.v-right .blur-box .blur-block{
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0;
    left: 0;
    background-size: cover;
    filter: blur(5px);
    background-position: center center;
    background-repeat: no-repeat;
}

.blur-box a,.blur-box p{
    color:#fff;
    text-shadow: 1px 1px black;
}

.v-right .siderbar figure{
    display: flex;
    gap: 10px;
}

.v-right .siderbar figcaption{
    width: calc(100% - 90px);
    font-size: 14px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.siderbar figcaption .pname-link{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 60px;
    line-height: 20px;
    overflow: hidden;
}

.v-right .siderbar .img-wrapper {
    width: 80px;
    display: inline-flex;
}

.img-wrapper img{
    width: 100%;
}

.sidebar-title svg{
    vertical-align: middle;
}

.v-right .siderbar-plist{
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    margin-bottom: 5px;
}

.siderbar-plist img{
    width: 30%;
    max-width: 30%;
    margin-right: 10px;
    height: 100% !important;
    object-fit: cover;
}

.siderbar-plist p{
    border-bottom: 1px solid #dbdbdb;
}

.v-right .siderbar-plist:last-child{
    margin-bottom: 0;
}


.btn{
    color: #fff;
    display: block;
    padding: 10px;
    text-align: center;
    box-sizing: border-box;
    background-image: linear-gradient(45deg, #8bcfcc 0%, #edaec2 100%);
    /* background-image: linear-gradient(35deg, rgba(255, 255, 255, 0), #4487 20%, #f1c2f1); */
    border-radius: 5px;
    transition: all .3s;
}

.btn:hover{
    opacity: 0.9;
    box-shadow: 0px 0px 8px #8bcfcc;
}

@media screen and (max-width: 768px) {
    .breadcrumb,.index-content {
        padding: 10px;
        max-width: 100%;
    }

    .index-content .v-left{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .index-content .v-left{
        width: 100%;
        padding: 0;
        margin: 0;
    }

    .v-list .v-item {
        box-sizing: border-box;
        display: block;
        width: calc(50% - 5px);
        border-radius: 5px;
        padding: 5px;
        background-color: #f1f1f1;
        transition: all .3s cubic-bezier(0.55, 0.09, 0.68, 0.53);
    }
    
    .v-item figure div {
        height: 260px;
        position: relative;
        overflow: hidden;
    }
    
    .v-list .v-item figure div::before{
        content: '';
        opacity: 0;
        z-index: 1;
        position: absolute;
        width: 100%;
        height: 100%;
        background-image: url(/static/images/play.png);
        background-position: center center;
        backdrop-filter: blur(3px);
        background-repeat: no-repeat;
        background-color: rgba(255,255,255,.2);
        transition: all .3s;
    }
    
    .v-list .v-item:hover figure div::before{
        opacity: 1;
    }
    
    .v-left .v-video-container{
        display: flex;
        flex-direction: row;
        gap: 5px;
        flex-wrap: nowrap;
    }
    
    .v-video-container .play-video{
        width: 50%;
    }
    
    .play-video video{
        width: 100%;
        min-height: 100%;
        border-radius: 5px;
        object-fit: cover;
        background-color: #ccc;
    }

    .v-brand li{
        padding: 5px;
        font-size: 12px;
    }

    .v-left .other-info{
        border: 1px solid #f2f3f4;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        overflow: hidden;
        flex: 1;
    }

    .v-left .other-info li{
        font-size: 12px;
        display: flex;
        flex-wrap: nowrap;
        border-bottom: 1px solid #f2f3f4;
    }

    .v-left .other-info li:last-child{
        border-bottom: none;
    }

    .v-left .other-info li .key{
        width: 70px;
        padding: 5px;
        margin-right: 0;
        display: flex;
        align-items: center;
        color: #444;
        background-color: #c0c0c0;
    }

    .v-left .other-info li .value {
        flex: 1;
        padding: 5px;
    }

    .v-left .sidebar-title{
        padding: 10px;
        margin-top: 10px;
        font-size: 18px;
        color: #fff;
        background-color: #9894d9;
    }

    .v-left .other-brand-video{
        margin-top: 10px;
        gap: 10px;
    }

    .v-left .other-brand-video li{
        width: calc(50% - 10px);
    }

    .v-left .other-brand-video li a{
        padding: 5px;
        box-sizing: border-box;
        background: #9894d9;
        display: inline-block;
        color: #fff;
    }

    .v-left .other-brand-video li a span{
        padding-top: 5px;
        font-size: 13px;
    }

    .index-content .v-right{
        width: 100%;
        margin: 0;
    }

    .v-right .siderbar.blur-box{
        margin-top: 10px;
    }

    .v-right .list {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }

    .v-right .siderbar-plist{
        width: calc(50% - 5px);
        flex-direction: column;
    }

    .v-right .siderbar-plist img {
        width: 100%;
        max-width: 100%;
        margin-right: 0;
    }

    .siderbar-plist p {
        padding: 10px 0;
        border: none;
        font-size: 14px;
    }

}</pre></body></html>