@charset "UTF-8";

.teacher-top-info {
    display: flex;
}

.teacherd-img {
    width: 200px;
    min-width: 200px;
    max-width: 200px;
}

.teacherd-info {
    width: 100%;
    padding-left: 50px;
}

.teacherd-info .title {
    font-size: 30px;
    font-weight: 600;
}

.teacherd-text {
    margin: 20px 0;
    font-size: 15px;
    text-align: justify;
    font-weight: 500;
}

.t-detail1.teacher-list-detail p {
    margin-top: 30px;
}

.st-progress-area {
    display: flex;
    align-items: center;
    position: relative;
    min-width: 100px;
    height: 24px;
}

.st-center-ct .st-progress-area {
    justify-content: center;
}

.st-progress {
    display: flex;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    display: flex;
    color: var(--site-yellow);
}

.st-progress.prog-sys-active span {
    cursor: pointer;
}

.st-progress.prog-sys-active .star-icon.selected {
    background-color: var(--site-yellow) !important;
}

.st-progress.prog-sys-active .star-icon.active {
    background-color: #a3720d;
}

.st-progress.prog-sys-active .prog-sys-ct:first-child {
    padding-left: 0;
}

.st-progress.prog-sys-active .prog-sys-ct:last-child {
    padding-right: 0;
}

.st-progress.st-progress-clone.fill-gray {
    color: #808080;
}

.star-icon {
    width: 20px;
    height: 20px;
}

.prog-sys-active {
    pointer-events: none
}

.st-progress.prog-sys-active .star-icon.selected {
    background-color: var(--site-yellow) !important;
}

.st-progress.prog-sys-active .star-icon.active {
    background-color: #a3720d;
}

.star-icon svg {
    overflow: hidden;
    width: 20px;
    height: 20px;
    fill: currentColor;
    flex-shrink: 0;
    display: block;
}

.hover-icons .star-icon {
    cursor: pointer;
}

.star-icon.selected {
    color: var(--site-yellow);
}
.teacher-star-area {
    display: flex;
}

.tsa-star-info {
    font-size: 12px;
    white-space: nowrap;
}

.tsa-count {
    display: block;
    font-weight: 600;
    font-size: 22px;
}

.tsa-star {
    display: flex;
}

.tsa-right {
    width: 100%;
    padding-left: 20px;
}

.review-rw {
    display: flex;
    font-size: 15px;
    align-items: center;
}

.review-rw .progress {
    width: 100%;
    margin: 0 5px;
}

.progress-answer {
    white-space: nowrap;
}

.progress-bar {
    background-color: var(--site-blue);
}
.review-rw-left {
    width: 10px;
}

.tsa-item {
    margin-bottom: 5px;
}

.trw-top {
    display: flex;
    justify-content: space-between;
}

.trw-review-right {
    display: flex;
    align-items: center;
}

.trw-review-right .tsa-count {
    margin-left: 15px;
}

.trw-review-name {
    font-size: 20px;
    font-weight: 600;
}

.trw-date {
    font-size: 13px;
    font-weight: 400;
    display: block;
    line-height: 20px;
}

.trw-comment {
    margin-top: 20px;
    font-size: 14px;
}

.tvc-top {
    position: relative;
}

.tvc-top img {
    width: 100%;
}

.teacher-video-content {
    background-color: #fff;
    padding: 20px;
    border-radius: 15px;
    border: 1px solid var(--site-blue);
    position: sticky;
    top: 25px;
    margin-bottom: 10px;
}

.tvc-top {
    border-radius: 15px;
    border: 1px solid var(--site-blue);
    overflow: hidden;
    position: relative;
    margin-bottom: 10px;
}

.tvc-bottom .teacher-price {
    margin-right: -21px;
}

.tvc-lesson {
    border: 1px solid var(--site-blue);
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
    font-size: 18px;
    color: #000;
}

.lesson-success {
    background-color: #0f0;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    color: #000;
}
.lesson-danger {
    background-color: #f00;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 500;
    color: #fff;
}

.tvc-lesson.tvc-v-item {
    height: 39px;
}

.tvc-lesson.tvc-v-item a {
    color: #fff;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: center;
}

.teacher-page-title {
    font-size: 20px;
    margin-top: 30px;
    margin-bottom: 20px;
    font-weight: 600;
}
.teacher-cv-title {
    border-bottom: 1px solid var(--site-yellow);
    margin-bottom: 10px;
    font-weight: 400;
    padding-bottom: 3px;
}

.teacher-cv-item img {
    width: 70px;
}
.teacher-cv-item a {
    display: inline-block;
    margin-bottom: 15px;
}
