.section-container{
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.detail-nav-box {
    display: flex;
    width: 733px;
    align-items: flex-start;
    background-color: #fff;
}

.detail-nav-item {
    display: flex;
    width: 136px;
    height: 40px;
    padding: 10px 2px;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid rgba(149, 149, 149, 0.20);
}

.nav-span{
    cursor: pointer;
}

.detail-nav-fixed-position{
    height: 50px;
}

.section-title-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    align-self: stretch;
}

.section-title-text-box{
    display: flex;
    width: 710px;
    padding: 4px 0px 4px 10px;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
    border-left: 4px solid #3F8DFC;
}

.section-title-text{
    color: #666;
    font-size: 20px;
    font-weight: 700;
}

.section-title-tips{
    font-style: italic;
}

.section-title-line{
    width: 728.003px;
    height: 1px;
    background: rgba(149, 149, 149, 0.40);
}

.desc-box{
    display: flex;
    padding: 10px 4px 10px 8px;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.resume-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.resume-section-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.resume-section-detail-box{
    display: flex;
    width: 680px;
    flex-direction: column;
    align-items: center;
    flex-shrink: 0;
}

.resume-section-detail-item-box{
    display: flex;
    padding: 0px 0px 10px 0px;
    align-items: center;
    align-self: stretch;
    gap: 16px;
}

.blue-circle{
    width: 10px;
    height: 10px;
    flex-shrink: 0;
    border-radius: 100px;
    border: 2px solid var(--Primary-6, #1890FF);
    background: var(--Neutral-1, #FFF);
}

.detail-main-div
{
    display: flex;
    padding: 0px 40px;
    justify-content: center;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
}

.detail-left-part{
    display: flex;
    width: 920px;
    padding: 0px 20px 0px 40px;
    flex-direction: column;
    align-items: flex-start;
    gap: 40px;
    background-color: #FFF;
}

.detail-right-part{
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 22px;
    border-radius: 4px;
}

.detail-teacher-card-box{
    display: flex;
    padding: 20px 20px 30px 20px;
    align-items: flex-start;
    gap: 20px;
    border-radius: 4px;
}

.teacher-avatar-box{
    display: flex;
    padding: 10px;
    align-items: flex-start;
    gap: 10px;
    height: 180px;;
    width: 180px;
}

.teacher-info-box{
    display: flex;
    width: 610px;
    padding: 0px 10px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
}

.nav-link.active {
    color: #0d6efd !important; 
}

.nav-link {
    color: #495057;
}

.avatar-img
{
    border-radius:100%;
    width: 160px;
    height: 160px;
}

.info-title-box{
    display: flex;
    width: 600px;
    padding-right: 20px;
    align-items: center;
    justify-content: space-between;
}

.name-flag-box{
    display: flex;
    height: 28px;
    padding: 2px 0px;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
}

.share-fav-box{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.share-icon{
    width: 16px;
    height: 14px;
}

.subject-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.fav-icon
{
    width: 16px;
    height: 16px;
    color: red;
    cursor: pointer;
}

.fav-icon-not-clickable
{
    width: 16px;
    height: 16px;
    color: red;
}

.speak-teach-box{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 4px;
}

.speak-box-content{
    display: flex;
    padding: 0px 4px;
    align-items: flex-end;
    gap: 4px;
    overflow: hidden;
}

.speak-item-box{
    display: flex;
    height: 24px;
    align-items: center;
    gap: 2px;
}

.speak-text{
    display: flex;
    width: 60px;
    height: 24px;
    flex-direction: column;
    justify-content: center;
    flex-shrink: 0;
    font-size: 14px;
    font-weight: 700;
    color: var(---, #666);
}

.teach-box-content{
    display: flex;
    width: 520px;
    align-items: flex-start;
    align-content: flex-start;
    gap: 4px 6px;
    flex-shrink: 0;
    flex-wrap: wrap;
    overflow: hidden;
}

.teach-item-box{
    display: flex;
    padding: 2px 6px;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(---, #F5F5F5);
}

.speak-box{
    display: flex;
    width: 600px;
    align-items: flex-start;
    gap: 8px;
}

.teach-box{
    display: flex;
    width: 590px;
    align-items: flex-start;
    gap: 8px;
}

.video-container{
    width: 340px;
    height: 250px;
    flex-shrink: 0;
    border-radius: 4px;
    padding: 8px;
    background-color: #FFF;
}

.video-box{
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    border-radius: 4px;
}

.video-control
{
    width: 100%;
    height: 100%;
    background-color: rgb(243,248,254);  
}

.right-btn-box{
    display: flex;
    width: 300px;
    height: 38px;
    padding: 6px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: var(---, #F5F5F5);
    box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
    cursor: pointer;
}

.right-book-box{
    background: var(---, #3F8DFC) !important;
}

.right-label
{
    text-align:right;
}

.small-label
{
    font-size: 12px;
    font-weight:550; 
}

.subject-label
{
    color: rgb(46,181,205);
    border: rgb(46,181,205) solid;
    border-radius: 20px;
    border-width: 2px;
    margin-top: 20px;
    font-weight:600; 
    float:right;
    /* width: 68px; */
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

.avatar-circle
{
    border: rgb(161,164,224) 5px solid;
    border-right-color: transparent;
    border-radius: 100%;
    height: 190px;
    width: 190px;
    transform: rotateZ(-45deg);
}

.desc{
    font-size: 12px;
    color: rgba(79, 79, 79, 1);
}

.resume-tab{
    font-size: 14px;
    color: rgba(79, 79, 79, 1);
}

.tabs-btn{
    width: 180px;
}

.btn-book-or-buy{
    width:75px;
    height: 37px;
    margin-left: 6px;
}

.content-box{
    margin: 0px auto;
    margin-top: 20px; 
    width: 100%;
}

.schedule-container{
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.schedule-div{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
}

.view-full-btn-div{
    width: 710px;
    display: flex;
    /* padding-top: 20px; */
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    gap: 10px;
    align-self: stretch;
}

.view-full-btn-box{
    display: flex;
    width: 190px;
    padding: 6px 28px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 1px solid var(---hover, #D9D9D9);
    background: var(---, #F5F5F5);
    cursor: pointer;
}

.view-full-btn{
    background-color: #D9D9D9;
    margin-left: 232px;
    height: 23px;
}

#table_container{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 10px;
    width: 710px;
    /* min-height: 300px; */
    max-height: 300px;
    overflow-x: hidden;
    overflow-y: hidden;
}

.highlight-text{
    color: rgb(46,181,205);
}

.review-highlight-text{
    color: var(---, #3F8DFC);
    font-family: "Inria Sans";
    font-size: 16px;
    font-style: italic;
    font-weight: 700;
}

.review-avatar{
    border-radius:100%; 
    width: 40px;
    height: 40px;
    margin-left: 10px;
}

.nav-link.active {
    color: #495057 !important; 
}

.reply-container {
    align-items: center;
    margin-top: 10px;
}

.like-reply-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.like-box{
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 4px;
}

.like-count-text{
    color: var(--character-secondary-45, rgba(0, 0, 0, 0.45));
    font-family: Roboto;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 20px;
}

.replay-avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
}

.reply-input {
    flex-grow: 1;
    margin-left: 10px;
    height: 50px;
}

.publish-btn {
    margin-left: 10px;
}

.review-comment-section{
    align-items: center;
}

.comment-box{
    margin-top: 15px;
}

.comment-avatar{
    width: 32px;
    height: 32px;
    border-radius: 100%;
}

.one-group-box{
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    width: 40%;
    height: 60px;
    line-height: 20px;
    border-radius: 4px;
    background-color: rgba(231, 231, 231, 0.2);
    text-align: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.4);
}

.one-group-box-selected {
    border: 2px solid rgb(2, 202, 185) !important; /* 选中时的绿色外框 */
}

#video_list_container{
    display: flex;
    width: 705px;
    max-height: 470px;
    gap: 20px;
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: hidden;
}

.video-lesson-item{
    display: flex;
    width: 220px;
    height: 225px;
    padding: 10px 8px;
    flex-direction: column;
    align-items: flex-start;
    gap: 20px;
    flex-shrink: 0;
    cursor: pointer;
    overflow: hidden;
}

.video-lesson-control{
    width: 200px;
    height: 148px;
    border-radius: 12px;
}

.video-lesson-poster{
    width: 200px;
    height: 148px;
    border-radius: 12px;
}

.video-lesson-modal-box{
    width: 900px; 
    height: 600px;
    margin: auto;
}

.video-text{
    width: 80%;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}