<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.categories {
    width: 100%;
    height: auto;
    float: left;
    padding: 30px 30px 15px 30px;
    background-color: #f2f2f2;
    border-radius: 15px;
    margin-top: 30px;
}

.categories &gt; .category1, .categories &gt; .category2 {
    width: 100%;
    height: auto;
    float: left;
}

.categories &gt; .category1 &gt; .item, .categories &gt; .category2 &gt; .item {
    width: auto;
    height: auto;
    float: left;
    padding: 5px 10px;
    border-radius: 5px;
    line-height: 20px;
    margin-right: 10px;
    margin-bottom: 15px;
}

.categories &gt; .category1 &gt; .item.label, .categories &gt; .category2 &gt; .item.label {
    margin-right: 15px;
    font-size: 14px;
}

.categories &gt; .category1 &gt; .item.active, .categories &gt; .category2 &gt; .item.active {
    background-color: #0b76de;
    color: white;
}

/* 璇剧▼鍒楄〃椤� */
.zhibo-course-list-box {
    display: block;
    width: 100%;
    height: auto;
    float: left;
    margin-top: 30px;
}

.zhibo-course-list-box &gt; .zhibo-course-item {
    display: block;
    width: 277.5px;
    height: 290px;
    float: left;
    margin-left: 30px;
    margin-bottom: 30px;
    background-color: white;
    border-radius: 5px;
}

.zhibo-course-list-box &gt; .zhibo-course-item:hover {
    box-shadow: 0 4px 25px 0 rgba(0, 0, 0, 0.1);
}

.zhibo-course-list-box &gt; .zhibo-course-item.first {
    margin-left: 0;
}

.zhibo-course-list-box &gt; .zhibo-course-item &gt; .zhibo-course-thumb {
    width: 100%;
    height: 202.2px;
    float: left;
}

.zhibo-course-list-box &gt; .zhibo-course-item &gt; .zhibo-course-thumb &gt; img {
    width: 100%;
    height: 202.2px;
    float: left;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
}

.zhibo-course-list-box &gt; .zhibo-course-item &gt; .zhibo-course-title {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    font-size: .9rem;
    color: #333333;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.zhibo-course-list-box &gt; .zhibo-course-item &gt; .zhibo-course-info {
    width: 100%;
    height: auto;
    float: left;
    padding: 10px;
    display: flex;
}

.zhibo-course-list-box &gt; .zhibo-course-item &gt; .zhibo-course-info &gt; .videos-count {
    flex: 1;
    text-align: left;
    font-size: .9rem;
    color: #aaaaaa;
}

.zhibo-course-list-box &gt; .zhibo-course-item &gt; .zhibo-course-info &gt; .charge {
    flex: 1;
    text-align: right;
}

.zhibo-course-list-box &gt; .zhibo-course-item &gt; .zhibo-course-info &gt; .charge &gt; .free {
    padding: 2px 5px;
    background-color: rgba(0, 128, 0, .3);
    color: rgba(0, 128, 0, .8);
    border-radius: 3px;
    font-size: .8rem;
}

.zhibo-course-list-box &gt; .zhibo-course-item &gt; .zhibo-course-info &gt; .charge &gt; .charge-text {
    color: #ff0000;
    font-size: 1.1rem;
}

.zhibo-course-list-box &gt; .zhibo-course-item &gt; .zhibo-course-info &gt; .charge &gt; .charge-text &gt; small {
    font-size: .7rem;
}

.zhibo-courses-pagination {
    width: 100%;
    height: auto;
    float: left;
    margin-bottom: 100px;
}

/* 璇剧▼璇︽儏椤� */
.video-duration {
    width: 200px !important;
}

.zhibo-record-back-button {
    position: absolute;
    top: 30px;
    left: 30px;
    z-index: 9999;
    background-color: rgba(255, 255, 255, .2);
    color: #000;
    padding: 5px 10px;
    border-radius: 15px;
}

.zhibo-record-back-button:hover {
    color: #000;
    text-decoration: none;
}</pre></body></html>