/* 首图 start */
.huaban{
    width: 100%;
    height: auto;
    position: relative;
}
.huaban_img_bj{
    width: 100%;
    height: auto;
}
.huaban_text_blue{
    text-align: left;
    position: absolute;
    bottom: 1rem;
    left: 2rem;
}
.huaban_text_blue p{
    font-size: 0.18rem;
    color: rgb(0,46,89);
}
/* 首图 end */
/* 教师简介 start */
.class_introduce{
    width: 100%;
}
.weizhi{
    width: 12rem;
    margin: 0.1rem auto 0;
    font-size: 0.12rem;
    color: #000000;
}
.class_teacher_flex{
    width: 10.5rem;
    margin: 0.1rem auto 0;
    display: flex;
    justify-content: center;
}
.class_teacher_flex img{
    width: 2.8rem;
    height: 100%;
}
.class_teacher_text{
    width: 8rem;
    margin-left: 0.3rem;
}
.class_teacher_flex .p1{
    font-size: 0.25rem;
    color: rgb(0,46,89);
    font-weight: bold;
}
.class_teacher_flex .py{
    font-size: 0.16rem;
    color: rgb(255,173,0);
    font-weight: bold;
    margin-top: 0.04rem;
}
.class_teacher_flex .p2{
    font-size: 0.16rem;
    color: rgb(0,46,89);
    font-weight: bold;
    margin-top: 0.03rem;
}
.class_teacher_flex .p3{
    font-size: 0.12rem;
    color: rgb(0,46,89);
    margin-top: 0.05rem;
}
.class_jieshao_content{
    width: 10.5rem;
    font-size: 0.14rem;
    color: #000000;
    margin: 0.3rem auto 0;
}
.teacher_daoyu{
    width: 100%;
    padding: 0.12rem 0;
    background-color: rgb(0,46,89);
    font-size: 0.38rem;
    color: rgb(255,197,1);
    font-weight: bold;
    text-align: center;
    margin-top: 0.3rem;
}
/* 教师简介 end */