#teacherSum-head{
    height: 220px;
    width: 100%;
    display: flex;
    justify-content: center;
    background: #11a2fd;
    overflow: hidden;
}

#teacherSum-head-zhuti{
    height: 100%;
    width: 1195px;
    display: flex;
    color: white;
}

#teacherSum-head-zhuti img:nth-child(1){
    height: 118px;
    width: 118px;
    border-radius: 50%;
    border: 5px solid white;
    margin: 30px 0 0 30px;
    object-fit:contain;
    background: white;


}

#teacherSum-head-zhuti div{
    margin-left: 75px;
    width: 635px;
}

#teacherSum-head-zhuti div p:nth-child(1){
    font-size: 26px;
    color: white;
    margin-top: 30px;
}

#teacherSum-head-zhuti div ul{
    margin-top: 20px;
}

#teacherSum-head-zhuti div ul li{
    display: inline-block;
    height: 22px;
    line-height: 22px;
    font-size: 13px;
    text-align: center;
    background: white;
    color: #11a2fd;
    border-radius: 11px;
    margin-right: 16px;
    padding: 0 20px;

}

#teacherSum-head-zhuti div p:nth-child(3){
    font-size: 13px;
    margin-top: 27px;
}

#teacherSum-head-zhuti img:nth-child(3){
    height: 294px;
    width: 288px;
    margin: -11px 0 0 25px;
    opacity: 0.4;

}

#teacherSum-class{
    height: 765px;
    background: #f5f5f5;
    display: flex;
    justify-content: center;
}

#teacherSum-class-zhuti{
    width: 1195px;
    height: 100%;
    display: flex;

}


#teacherSum-class-list{
    width: 904px;
    position: relative;


}


#teacherSum-class-list-title p{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
}

#line{
    height: 2px;
    width: 691px;
    background: #d7d7d7 ;
    margin: 19px 0 34px 0;
}

#teacherSum-class-list ul{

    display: flex;
    width: 100%;
    justify-content: left;
    flex-wrap: wrap;

}


#teacherSum-class-list ul li{
    display: inline-block;
    height: 290px;
    width: 277px;
    background: white;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    margin: 0 10px 25px 10px;
}

#teacherSum-class-list ul li:hover{
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

#teacherSum-class-list ul li a{
    text-decoration: none;
}

#teacherSum-class-list ul li a h3{

    position: absolute;
    top: 0;
    right: 0;
    color: white;
    background: rgba(0,0,0,0.3);
    border-radius: 10px 0 0 10px;
    height: 20px;
    width: 50px;
    font-size: 15px;
    font-weight: normal;
    text-align: center;
    line-height: 20px;
}



#teacherSum-class-list ul li a img{
    height: 147px;
    width: 100%;
}

#teacherSum-class-list ul li a h1:nth-child(2) {

    padding: 0 12px;
    color: #5b5d62;
    font-size: 15px;
    font-weight: normal;
}

#teacherSum-class-list ul li a h1:nth-child(3) {
    width: 100%;
    padding: 0 12px;
    color: #abaeb5;
    font-size: 10px;
    font-weight: normal;
}

.teacherSum-class-list-jiage{
    height: 42px;
    position: absolute;
    bottom: 10px;
    color: red;

}

.teacherSum-class-list-jiage p:nth-child(1){
    font-size: 15px;
    color: red;
    width: 100%;
    padding: 0 12px;
}

.teacherSum-class-list-jiage p:nth-child(1) span{
    font-size: 12px;
    color: #a0a4a7;
    text-decoration: line-through;
    margin-left: 17px;
}

.teacherSum-class-list-jiage p:nth-child(2){
    height: 25px;
    line-height: 25px;
    background: #fdf1f3;
    font-weight: bold;
    font-size: 10px;
    margin: 0 12px;
    padding: 0 5px;

}

.teacherSum-class-list-jiage p:nth-child(2) span{
    font-weight: normal;
}


#teacher-class-other{
    display: flex;
    flex-direction: column;
    margin-left: 15px;
}

#teacher-class-other h1{
    font-size: 16px;
    font-weight: bold;
    margin-top: 20px;
    margin-bottom: 23px;
}

#teacher-class-other ul{
    list-style-type: none;
    height: 650px;
    scrollbar-width: none;
    -ms-overflow-style: none;
    overflow-y: auto;

}

#teacher-class-other ul::-webkit-scrollbar {
    display: none; /* Chrome Safari */
}


#teacher-class-other ul li{
    height: 61px;
    width: 276px;
    background: #11a2fd;
    border-radius: 10px;
    margin-bottom: 15px;

}

#teacher-class-other ul li a{
    display: flex;
    flex-direction: row;
    align-items: center;
    text-decoration: none;
    color: white;
    height: 100%;
    width: 100%;
}

#teacher-class-other ul li a  img{
    height: 39px;
    width: 39px;
    border: 1px solid white;
    border-radius: 50%;
    margin-left: 14px;
    object-fit:contain;
    background: white;
}

#teacher-class-other ul li a div:nth-child(2){
    margin-left: 12px;
    width: 109px;
}

#teacher-class-other ul li a div:nth-child(2) p:nth-child(1){
    font-size: 12px;
    font-weight: bold;
}

#teacher-class-other ul li a div:nth-child(2) p:nth-child(2){
    font-size: 12px;
}

#teacher-class-other ul li a div:nth-child(3){
    height: 52px;
    width: 1px;
    background: white;

}

#teacher-class-other ul li a div:nth-child(4){
    width: 95px;
    text-align: center;
}


#teacher-class-other ul li a div:nth-child(4) p:nth-child(1){
    font-size: 8px;
}

#teacher-class-other ul li a div:nth-child(4) p:nth-child(2){
    font-size: 17px;
}


#teacherSum-class-list-yema{
    width: 100%;
    font-size: 0;
    display: flex;
    justify-content: center;
    position: absolute;
    bottom: 15px;
}
#teacherSum-class-list-yema li{
    display: inline-block;
    height: 35px;
    width: 35px;
    background: white;
    line-height: 35px;
    text-align: center;
    font-size: 12px;
}