.ke-content {
    color: #24292e;
}

.ke-content a {
    padding: 0;
    margin: 0 2px;
    color: #0099ff;
    vertical-align: baseline;
    text-decoration: none;
}

.ke-content img {
    max-width: 100%;
    cursor: pointer;
}

.ke-content a:hover {
    text-decoration: none;
    color: #ff6600;
}

.ke-content h1,
.ke-content h2,
.ke-content h3,
.ke-content h4,
.ke-content h5,
.ke-content dl {
    padding: 0;
    margin-top: 20px;
    margin-bottom: 15px;
}

.ke-content p {
    margin-top: 0;
    margin-bottom: 15px;
    line-height: 1.8em;
}

.ke-content p:last-child {
    margin-bottom: 0;
}

.ke-content h1 {
    font-size: 2em;
}

.ke-content h1,
.ke-content h2,
.ke-content h3 {
    font-weight: 600;
}

.ke-content h2 {
    font-size: 1.5em;
}

.ke-content h3 {
    font-size: 1.25em;
}

.ke-content h4 {
    font-size: 1em;
}

.ke-content h5 {
    font-size: .875em;
}

.ke-content h6 {
    font-size: .85em;
}

.ke-content hr {
    text-align: left;
    color: #999;
    height: 2px;
    padding: 0;
    margin: 15px 0;
    background-color: #e7e7e7;
    border: none;
}

.ke-content ul,
.ke-content ol {
    padding-left: 20px;
    margin-bottom: 15px;
}

.ke-content ul li {
    list-style: disc;
}

.ke-content ol li {
    list-style: decimal;
}

.ke-content li {
    line-height: 1.8em;
}

.ke-content dl {
    padding: 0;
}

.ke-content dl dt {
    padding: 10px 0;
    margin-top: 15px;
    font-size: 1em;
    font-style: italic;
    font-weight: bold;
}

.ke-content dl dd {
    padding: 0 15px;
    margin-bottom: 15px;
}

.ke-content dd {
    margin-left: 0;
}

.ke-content table {
    border-spacing: 0;
    border: solid #ccc 1px;
    width: 100%;
}

.ke-content table thead {
    background: #f7f7f7;
}

.ke-content table thead tr:hover {
    background: #f7f7f7
}

.ke-content table td,
.ke-content .table th {
    text-align: left;
    border-left: 1px solid #ccc;
    border-top: 1px solid #ccc;
    padding: 10px;
}

.ke-content table tr:hover {
    background: #fbf8e9;
    -o-transition: all 0.1s ease-in-out;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.ke-content table th {
    border-top: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, .5);
    border-left: 1px solid #ccc;
    padding: 5px;
}

.ke-content table td:first-child,
.ke-content table th:first-child {
    border-left: none;
}

.ke-content table tr:first-child td {
    border-top: none;
}

.ke-content code,
.ke-content pre {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    background-color: #f7f7f7;
    color: inherit;
}

.ke-content code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    margin: 0 2px;
}

.ke-content pre {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    line-height: 1.7em;
    overflow: auto;
    padding: 15px 10px;
    margin-bottom: 15px;
    border-left: 5px solid #6CE26C;
}

.ke-content code {
    color: #666555;
}

.ke-content pre>code {
    font-family: Consolas, Monaco, Andale Mono, monospace;
    display: inline;
    max-width: initial;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: initial;
    line-height: 1.6em;
    font-size: .95em;
    white-space: pre;
    background: 0 0;
}

.ke-content blockquote {
    border-left: .5em solid #eee;
    padding: 0 0 0 2em;
    margin-left: 0;
}

.ke-content blockquote cite {
    font-size: 14px;
    line-height: 20px;
    color: #bfbfbf;
}

.ke-content blockquote cite:before {
    content: '\2014 \00A0';
}

.ke-content blockquote p {
    color: #666;
}

.ke-content pre {
    position: relative;
}

.ke-content pre>span.kg-copy {
    position: absolute;
    top: 10px;
    right: 10px;
    padding: 0 10px;
    color: #fff;
    font-size: 12px;
    border-radius: 3px;
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
}

.ke-content pre:hover>span.kg-copy {
    display: block;
}


.course-introduction {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.course-introduction .title {
    font-size: 30px;
    font-weight: 600;
    margin: 10px 0 16px;
    line-height: 28px;
}


.course-introduction .player-wrap {
    width: 694px;
    height: 413px;
    border-radius: 8px;

    background: #000;
}

.info {
    font-size: 16px;
    width: 528px;
    line-height: 28px;
    letter-spacing: 0em;

    font-variation-settings: "opsz" auto;
}


.teacher {
    color: #767676;
    font-size: 16px;
    margin-top: 28px;
}

.module .title {
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.tab {
    padding-bottom: 23px;
    border-bottom: 1px solid #000000;

    margin: 51px 0 0;
}

.tab .checked {
    color: #0070C0;
}

.tab text {
    cursor: pointer;
}

.module {
    padding: 80px 0 0;
    border-bottom: 1px solid #000000;
}

.lessons-wrap {
    display: flex;
    flex-wrap: wrap;
}

.lessons-wrap .lesson {
    width: 50%;
    margin-top: 30px;
    cursor: pointer;
    padding: 0 40px 65px 0;
    box-sizing: border-box;

    border-bottom: 1px #DEDEDE solid;
}

.lesson.equal-3 {
    width: 33%;
}

.lesson img {
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.lesson .info {
    width: auto;
    height: 80px;

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    /* 可以设置为所需的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}



/* 教师团队 */
.teachTeamTab {
    padding: 70px 0;
    display: flex;
    flex-wrap: wrap;

}

.teacher-card {

    width: calc(33% - 10px);
    height: 537px;
    opacity: 1;
    background: linear-gradient(164deg, #FBFCFF 3%, #F2F6FF 86%);

    margin: 0 10px 10px 0;
    box-sizing: border-box;

    padding: 40px;

    font-size: 12px;
    line-height: 20px;
    color: #3D3D3D;

    position: relative;
}

.teacher-card .titles {
    height: 80px;
    overflow: hidden;
}


.teacher-card img {
    width: 190px;
    height: 190px;
}

.teacher-card .name {
    font-size: 30px;
    font-weight: 600;

    margin-top: 48px;
    margin-bottom: 18px;
}

.teacher-card .en-name {
    font-size: 18px;
    font-weight: 500;
}

.teacher-card .summary {

    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    /* 可以设置为所需的行数 */
    overflow: hidden;
    text-overflow: ellipsis;

    margin-top: 15px;
}

.teacher-card .detail-btn {
    position: absolute;
    bottom: 25px;
    right: 30px;

    font-family: PingFang SC;
    font-size: 14px;

    /* 正文色/正文辅助色 */
    color: #767676;
    cursor: pointer;
}

.teacher-card .detail-btn:hover {
    color: #0070C0;
}


.layui-layer {
    /* min-width: 62.5%;
    min-height: 67%; */
    border-radius: 12px;


}

.layui-layer-content {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;

    box-sizing: border-box;
}

.teacher-detail-modal {
    font-size: 12px;
    line-height: 20px;
    color: #3D3D3D;

    width: 800px;

    padding-top: 40px;

}

.teacher-detail-modal .info {
    display: flex;
    margin-bottom: 41px;
    width: auto;

    /* margin-left: 191px; */

}

.teacher-detail-modal .name-wrap {
    font-size: 16px;
    line-height: 34px;
    flex-grow: 1;

    display: flex;
    flex-direction: column;
    justify-content: space-between;

}

.teacher-detail-modal .name {
    font-size: 36px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 5px;
}

.teacher-detail-modal .en-name {
    font-size: 18px;
    font-weight: 500;
    line-height: 22px;

    margin-bottom: 20px;
}

.teacher-detail-modal img {
    width: 250px;
    height: 250px;

    margin-right: 69px;
}

.teacher-detail-modal .title-wrap {
    height: 160px;
    overflow: auto;
}

.teacher-detail-modal .summary {

    font-family: PingFang SC;
    font-size: 16px;
    font-weight: normal;
    line-height: 33px;

    height: 280px;
    overflow: auto;

    padding: 25px 15px 40px 0;
}

/* .teacher-detail-modal .summary:hover {
    overflow-y: auto;
} */

.teacher-detail-modal .summary-item {
    text-indent: 2em;
    margin: 10px 0;
}

/* 滚动条样式 */
.teacher-detail-modal .summary::-webkit-scrollbar,
.teacher-detail-modal .title-wrap::-webkit-scrollbar {
    width: 5px;
}

.teacher-detail-modal .summary::-webkit-scrollbar-track,
.teacher-detail-modal .title-wrap::-webkit-scrollbar-track {
    background-color: #EEEFF0;
}

.teacher-detail-modal .summary::-webkit-scrollbar-thumb .teacher-detail-modal .title-wrap::-webkit-scrollbar-thumb {
    background: #CDD3DF;
    border-radius: 25px;
}

.teacher-detail-modal .layui-icon-close {
    position: absolute;
    top: 20px;
    right: 20px;

    cursor: pointer;
}

/* 公共样式 */
.f12 {
    font-size: 12px;
}

.f16 {
    font-size: 16px;
}

.f18 {
    font-size: 18px;
}

.f28 {
    font-size: 28px;
}

.f30 {
    font-size: 30px;
}

.f60 {
    font-size: 60px;
}

/* font-weight */
.fw-600 {
    font-weight: 600;
}

.red {
    color: #EE1E44;
    margin: 10px 0 15px;
}

/* margin */
.mgt-10 {
    margin-top: 10px;
}

.mgb-10 {
    margin-bottom: 10px;
}

.mgb-16 {
    margin-bottom: 16px;
}

.mgb-30 {
    margin-bottom: 30px;
}

.mgr-73 {
    margin-right: 73px;
}

.mgr-14 {
    margin-right: 14px;
}