body{
    background: #FAFAFA;
}

.detail-body {
    width: 100%;
    margin-top: 70px;
}

.detail-body .detail-content {
    width: 100%;
    min-height: 200px;
    height: auto;
    position: relative;
}

.detail-body .detail-content-img {
    width: 100%;
}

.detail-body .detail-content-info {
    position: absolute;
    left: 15%;
    bottom: 2%;
    display: flex;
    align-items: flex-end;
    align-items: center;
    gap: 35px;
}

.detail-body .detail-content-info .detail-content-avatar {
    border-radius: 100%;
}

.detail-body .detail-content-info .detail-content-name {
    margin-left: 50px;
    font-size: 28px;
    font-weight: bold;
    color: #fff1f0;
}

.detail-body .detail-content-text {
    font-family: "Times New Roman", Times, serif;
    width: 70%;
    margin: 25px auto;
    font-size: 16px;
    line-height: 25px;
}

.detail-body .detail-content .follow {
    width: 120px;
    height: 45px;
    border: none;
    border-radius: 100px;
    font-size: 20px;
    color: #ffffff;
}

.detail-body .detail-content .add-follow {
    background-color: #1F453D;
}

.detail-body .detail-content .remove-follow {
    background-color: #a1a1a1;
}

.detail-body .detail-course {
    width: 70%;
    margin: 0 auto;
}

.detail-body .detail-course .detail-course-title {
    margin-top: 30px;
    color: #23453E;
    font-weight: 700;
    font-size: 25px;
    line-height: 80px;
}

.teachers_content{
    width: 100%;
    padding: 50px 0;
    background-color: #DDE3E2;
}

.teachers_content .title {
    width: 80%;
    margin: 0 auto;
    color: #23453E;
    font-weight: 700;
    font-size: 50px;
    line-height: 120px;
}

.teachers_content .school-list {
    width: 80%;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    grid-row-gap: 50px;
}

.teachers_content .school-list .school-item {
    height: auto;
    margin: 25px 25px;
    position: relative;
    border-right: 3px solid #A8AFAE;
    border-bottom: 4px solid #A8AFAE;
    border-radius: 12px;
    background-color: #ffffff;
    overflow: hidden;
}

.teachers_content .school-list .school-item .school-background {
    width: 100%;
    height: 150px;
}

.teachers_content .school-list .school-item .school-icon {
    width: 80px;
    height: 80px;
    position: absolute;
    top: 90px;
    left: 10%;
    border-radius: 100%;
}

.teachers_content .school-list .school-title {
    width: 80%;
    margin-top: 30px;
    font-size: 16px;
    font-weight: bold;
    padding: 0 25px;
    height: 25px;
    overflow: hidden;
}

.teachers_content .school-list .describe {
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 75px;
    color: #616161;
    padding: 0 25px;
    height: 45px;
    overflow: hidden;
}

.teachers_content .school-list .school-item .school-name {
    width: 80%;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 150px;
    overflow: hidden;
}

.teachers_content .school-list .school-item .school-name p {
    line-height: 20px;
    font-size: 16px;
    color: #272727;
    /*text-shadow: 2px 1px #2E2E2E;*/
}

.teachers_content .school-list .school-item .operate {
    position: absolute;
    bottom: 20px;
    left: 10%;
    width: 60%;
    height: 30px;
    border-radius: 100px;
    background-color: #4C6A64;
    font-size: 12px;
    color: #ffffff;
    border: none;
}

.teachers_content .left{
    float: left;
    width: 180px;
    background: #fff;
    padding-bottom: 20px;
    border-radius: 10px;
}
.teachers_content .left .top{
    width: 100%;
    text-align: center;
    font-size: 20px;
    background: #38DAA6;
    height: 60px;
    line-height: 60px;
    color: #FFFFFF;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.teachers_content .left .li{
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 15px 0 15px 0;
    display: inline-block;
    border-radius: 10px;
}

.teachers_content .right{
    /* float: right; */
    width: 1200px;
}
.teachers_content .right .tips{
    margin-top: 35px;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    color: #323232;
}
.teachers_content .right .tips .leftimg{
    width: 20px;
    margin-right: 8px;
}
.teachers_content .right .tips .rightimg{
    width: 20px;
    margin-left: 7px;
}
.teachers_content .right .tit{
    font-size: 18px;
    font-weight: 400;
    text-align: center;
    color: #646464;
    margin-top: 20px;
}
.teachers_content .right .mess{
    clear: both;
    overflow: hidden;
    width: 95.6%;
    margin: 0 auto;
    padding: 10px;
    padding-bottom: 25px;
}
.teachers_content .right .mess .li{
    display: flex;
    width: 24%;
    float: left;
    height: 260px;
    margin-top: 20px;
    background: #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,0.04);
    flex-direction: column;
    justify-content: space-between;
}
.teachers_content .right .mess .li:nth-of-type(4n){
    margin-left: 1.33%;
}
.teachers_content .right .mess .li:nth-of-type(4n-1){
    margin-left: 1.33%;
}
.teachers_content .right .mess .li:nth-of-type(4n-2){
    margin-left: 1.33%;
}
/*.teachers_content .right .mess .li .avatar{*/
/*    width: 80px;*/
/*    height: 80px;*/
/*    !*margin: 0 auto;*!*/
/*    background: #ddd;*/
/*    border-radius: 50px;*/
/*    margin-top: 22px;*/
/*    margin-left: 10px;*/
/*    left: 10px;*/
/*    !*padding: 10px;*!*/
/*    !*background-color: #0C0C0C;*!*/
/*}*/

.teachers_content .right .mess .li .avatar .img1{
    border-radius: 50px;
    width: 60px;
    height: 60px;
    margin: 0 auto;
    display: block;
    position: relative;
    margin-top: 22px;
    margin-left: 10px;
    top: 5px;
    /*left: 10px;*/
}
.teachers_content .right .mess .li .avatar .img2{
    width: 17px;
    position: relative;
    bottom: 6px;
    left: 50px;
}

.teachers_content .right .mess .li .name{
    /*text-align: center;*/
    /*margin-top: 12px;*/
    font-size: 14px;
    margin-left: 10px;
}
.teachers_content .right .mess .li .lskd{
    text-align: center;
    margin-top: 5px;
    height: 28px;
}
.teachers_content .right .mess .li .lskd .iden{
    display: inline-block;
    color: #fff;
    transform: scale(0.8);
    background: #fc602b;
    border-radius: 5px;
    font-size: 14px;
    padding: 5px 15px;
}

.teachers_content .right .mess .li .bottom{
    font-size: 14px;
    padding-bottom: 20px;
    padding-left: 10px;



}
.teachers_content .right .mess .li .bottom .a1{
    flex: 1;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    /*color: #38DAA6;*/
    color: #fff1f0;
    font-weight: bold;
    background-color: #6D88FF;
    height: 30px;
    width: 75%;
    border-radius: 100px;
}
.teachers_content .right .mess .li .bottom .a1_0{
    flex: 1;
    /*text-align: center;*/
    display: inline-block;
    color: #969696;
}
.teachers_content .right .mess .li .bottom .a2{
    flex: 1;
    /*text-align: center;*/
    display: inline-block;
    color: #969696;
}

.teachers_content .look_more{
    width: 120px;
    height: 35px;
    border: 1px solid #9e9a9a;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #9e9a9a;
    margin-bottom: 20px;
}





/*****æ•™å¸ˆè¯¦æƒ…é¡µé¢***/
.detail_teacher{
    margin-top: 30px;
}
.detail_teacher .top{
    background: #fff;
    height: 130px;
    width: 1200px;
    margin: 0 auto;
}
.detail_teacher .top .avatar{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    float: left;
    margin-top: 35px;
    margin-left: 40px;
}

.detail_teacher .top .new_avatar{
    width: 60px;
    height: 60px;
    border-radius: 50px;
    float: left;
    margin-top: 35px;
    margin-left: 40px;
    background-position: center;
    background-size: cover;
}
.detail_teacher .top .content{
    float: left;
    margin-top: 40px;
    margin-left: 15px;
}
.name{

}
.detail_teacher .top .content .text1{
    font-size: 17px;
}
.detail_teacher .top .content .text2{
    color: #fff;
    padding: 1px 5px 1px 5px;
    border-radius: 3px;
    display: inline-block;
    font-size: 12px;
    margin-left: 5px;

}
.detail_teacher .top .content .fans{
    color: #969696;
    margin-top: 4px;
    font-size: 15px;
}
.detail_teacher .top .attent{
    float: right;
    margin-right: 50px;
    margin-top: 48px;
    font-size: 16px;
}
.detail_teacher .top .attent .attented{
    color: #969696;
}



.detail_teacher .bcontent{
    width: 1200px;
    margin: 0 auto;
    background: #fff;
    margin-top: 15px;
    margin-bottom: 40px;
    padding-bottom: 30px;
}
.detail_teacher .bcontent .nav{
    display: flex;
    height: 40px;
    font-size: 16px;
}
.detail_teacher .bcontent .nav .text{
    flex: 1;
    text-align: center;
    line-height: 40px;
}
.detail_teacher .bcontent .tip{
    padding-left: 5px;
    border-left: 3px solid #38DAA6;
    height: 17px;
    font-size: 16px;
    font-weight: 600;
    margin-top: 30px;
    margin-left: 20px;
}
.detail_teacher .bcontent .tip text{
    position: relative;
    bottom: 3px;
    left: 2px;
}
.detail_teacher .bcontent .detail{
    width: 95%;
    margin: 0 auto;
    margin-top: 20px;
    font-size: 15px;
}
.detail_teacher .bcontent .detail span{
    color: #969696;
}

.detail_teacher .bcontent .classlist{
    width: 95%;
    margin: 0 auto;
}
.detail_teacher .bcontent .li{
    border: 1px solid #EBEBEB;
    margin-top: 15px;
    height: 120px;
}
.detail_teacher .bcontent .li .thumbdiv{
    width: 130px;
    height: 90px;
    float: left;
    margin-top: 15px;
    margin-left: 15px;
}
.detail_teacher .bcontent .li .thumbdiv .tips{
    display: inline-block;
    padding: 3px 10px 3px 10px;
    background: #000;
    color: #fff;
    border-radius: 0 0 10px 0;
    font-size: 10px;
    opacity: 0.6;
    transform: scale(0.8);
    position: relative;
    bottom: 2px;
    right: 4px;
}

.detail_teacher .bcontent .li .mess{
    float: left;
    width: 530px;
    margin-top: 15px;
    margin-left: 20px;
    height: 90px;
}
.detail_teacher .bcontent .li .mess .des{
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    white-space: nowrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}
.detail_teacher .bcontent .li .mess .msg{
    margin-top: 8px;
    height: 18px;
}
.detail_teacher .bcontent .li .mess .msg .text1{
    color: #969696;
}
.detail_teacher .bcontent .li .mess .msg .text2{
    margin-left: 20px;
}
.detail_teacher .bcontent .li .mess .msg .text2 .book{
    width: 12px;
    position: relative;
    top: 1px;
}
.detail_teacher .bcontent .li .mess .msg .text2 .tips{
    color: #38E1AB;
    margin-left: 5px;
}
.detail_teacher .bcontent .li .mess .bottom{
    margin-top: 13px;
    width: 190px;
}
.detail_teacher .bcontent .li .mess .bottom .img1{
    width: 25px;
    height: 25px;
    border-radius: 50px;
}
.detail_teacher .bcontent .li .mess .bottom .name{
    position: relative;
    left: 10px;
    bottom: 7px;
}
.detail_teacher .bcontent .li .mess .bottom .img2{
    width: 25px;
    height: 25px;
    border-radius: 25px;
    margin-left: 8px;
}
.detail_teacher .bcontent .li .mess .bottom .mian{
    font-size: 14px;
    color: #38E1AB;
    position: relative;
    float: right;
    top: 4px;
}
.detail_teacher .bcontent .li .mess .bottom .mi{
    font-size: 14px;
    color: #1B8CFF;
    position: relative;
    float: right;
    top: 4px;
}
.detail_teacher .bcontent .li .mess .bottom .money{
    font-size: 14px;
    color: #FF1B20;
    position: relative;
    float: right;
    top:4px;
}

.detail_teacher .look_more{
    width: 120px;
    height: 35px;
    border: 1px solid #9e9a9a;
    margin: 0 auto;
    border-radius: 20px;
    text-align: center;
    line-height: 35px;
    font-size: 15px;
    color: #9e9a9a;
    margin-top: 20px;
}



.b_fff{
    background: #fff;
    color: #000;
}
.b_f6f6{
    background: #F6F6F6;
    color: #646464;
}
.new_header_img{
    border-radius: 50px;
    width: 72px;
    height: 72px;
    margin: 0 auto;
    display: block;
    position: relative;
    top: 4px;
    background-size: cover;
    background-position: center;
}
