@import '/cn/css/public.css';

main {
    background: #F5F5F5;
    padding-top: 27px;
    padding-bottom: 30px;
}

.headerTitle {
    width: 1200px;
    margin: 0 auto;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    margin-bottom: 20px;
}

.headerTitle a {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1) !important;
}

.activeTopBox {
    width: 1200px;
    display: flex;
    align-items: center;
    padding: 25px;
    box-sizing: border-box;
    margin: 0 auto;
    background: #fff;
    margin-bottom: 16px;
}

.detailImg {
    width: 416px;
    height: 195px;
    overflow: hidden;
    margin-right: 38px;
}

.detailImg img {
    width: 100%;
}

.detailRight {
    width: calc(100% - 454px);
}

.detailTitle {
    font-size: 26px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 15px;
}

.detailTips p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
    line-height: 35px;
}

.buyIt {
    display: block;
    width: 126px;
    height: 40px;
    line-height: 40px;
    background: linear-gradient(17deg, rgba(253, 85, 85, 1), rgba(251, 113, 76, 1));
    border-radius: 4px;
    text-align: center;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(255, 255, 255, 1);
    margin-top: 15px;
}

.activeBottomBox {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}

.activeBottomLeft {
    width: 884px;
    background: #ffffff;
}

.bottomNav {
    height: 69px;
    border-bottom: 1px solid #F6F6F6;
    padding-left: 37px;
    box-sizing: border-box;
}

.bottomNav ul {
    display: flex;
    align-items: center;
}

.bottomNav ul li {
    padding: 0px 14.5px;
    border-bottom: 2px solid transparent;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    height: 69px;
    line-height: 69px;
    cursor: pointer;
    margin-right: 40px;
}

.bottomNav ul li.on {
    border-bottom-color: #8454CC;
    color: #8454CC;
}

.classDetail {
    padding: 30px;
    box-sizing: border-box;
}

.classDetail /deep/ img {
    max-width: 100%;
}

.classTeacherList {
    padding: 30px 23px;
    box-sizing: border-box;
}

.teacherBox {
    display: flex;
    align-items: center;
    margin-bottom: 25px;
}

.teacherImg {
    width: 135px;
    height: 154px;
    background: rgba(229, 229, 229, 1);
    border-radius: 10px;
    overflow: hidden;
    margin-right: 24px;
}

.teacherImg img {
    width: 100%;
}

.teacherRight {
    width: calc(100% - 159px);
}

.teacherName {
    width: 100%;
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: rgba(34, 34, 34, 1);
    line-height: 19px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    margin-bottom: 10px;
}

.teacherDetail {
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    line-height: 28px;
    max-height: 112px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}

.activeBottomRight {
    width: 290px;
    max-height: 687px;
    overflow: hidden;
    background: #fff;
    padding: 19px;
    box-sizing: border-box;
    height: auto;
}

.pubTitle {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(132, 84, 204, 1);
    margin-bottom: 20px;
}

.activeBox {
    display: block;
    width: 253px;
    margin-bottom: 25px;
}

.activeBox img {
    width: 253px;
    height: 118px;
}

.activeBox p {
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(34, 34, 34, 1);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-top: 10px;
    margin-bottom: 5px;
}

.activeBox div {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.activeBox div span {
    display: block;
    width: 50%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: rgba(136, 136, 136, 1);
}