<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
}
.table, thead, tbody, tfoot, tr, td, th {
    padding: 0px !important;
    display: block;
    min-width: 300px;
}

a {
    text-decoration: unset;
}
.illustrate {
    white-space: pre-line!important;
}

.create-icon-div {
    width: 50px;
    height: 50px;
    left:10px;
/*    position: fixed;
    bottom: 10px;
    right: 10px;*/
}

.create-icon-img {
    width: 50px;
    height: 50px;
}
.personal-img{
    width:50px;
    height:50px;
}
.video-wrapper {
    display: grid;
    grid-template-columns:1fr;
    grid-template-rows: auto auto 25px;
    grid-auto-rows: 60px;

}

    .video-wrapper .box1 {
        grid-column-start: 1;
        grid-row-start: 1;
        grid-row-end: 2;
    }

    .video-wrapper .box2 {
        grid-column-start: 1;
        grid-row-start: 1;
        /*    grid-row-end: 3;*/
        font-size: 15px;
        padding-right: 18px;
    }
        .video-wrapper .box2 p {
            overflow: hidden;
            display: -webkit-box;
            text-overflow: ellipsis;
            -webkit-line-clamp: 3; /*行數*/
            -webkit-box-orient: vertical;
            white-space: normal;
        }
    .video-wrapper .box3 {
        grid-column-start: 1;
        grid-row-start: 2;
    }
    .video-wrapper .box4 {
        grid-column-start: 1;
        grid-row-start: 3;
    }
    .video-wrapper .box6 {
        grid-column-start: 1;
        grid-row-start: 3;
    }
    .video-wrapper.box5 img {
        width: 100%;
        max-width: 800px;
        max-height: 800px;
    }
    .video-wrapper.box5 .media {
        display: block !important;
        max-width: 800px;
        max-height: 800px;
    }
.video-container iframe {
    width: 100%;
}
.stock-news-area {
    position: relative;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
}
.popularity-img {
    width: 20px;
    height: 20px;
    margin-bottom: 5px
}

.popularity-img-area {
    /*    position: absolute;
    right: 10px*/
}



.read-more-area {
 /*   position: absolute;*/
    /* bottom: -30px;*/
    left: 0px;
    z-index: 99;
    background: linear-gradient(180deg,rgba(255,255,255,0),#fff);
    width: 100%;
}

    .read-more-area:hover {
        cursor: pointer;
    }

.read-more-text {
    display: block;
    font-size: 20px;
    text-align: center;
    font-weight: bold;
}

.option-img {
    width: 20px;
    height: 20px;
}

.option-img-area {
    position: absolute;
    right: 0px
}
#YT-table-tbody {
    --bs-gutter-x: 0rem!important;
}
.video-card-body {
    background-color: white;
    width: 390px;
    margin: 5px;
    position: relative;
}
</pre></body></html>