.kf-navs {
    z-index: 10;
    position: fixed;
    bottom: 0px;
    display:none;
    left: 0;
    width: 100%;
    padding: 2px 0;
    background-color: #0c695f;
    text-align: center;
}

.kf-navs div {
    float: left;
    display: inline;
    line-height: 40px;
    text-align: center;
}

.kf-navs span {
    color: #fff;
    display:block;
    font-size: 14px;
}

.kf-navs img {
    width: 24px;
    height: auto;
    vertical-align: top;
}

#m_wrap .title{
    text-align: center;
}
#m_wrap .title>h3{
    color:#181818;
    font-size: .95rem;
}
#m_wrap .title>p{
    color:#666666;
    font-size: .6rem;
    margin-top:10px;
}
#m_wrap .more_btn{
    display: block;
    width:150px;
    line-height: 32px;
    background: #f7e04d;
    border-radius: 16px;
    color:#000000;
    font-size: .65rem;
    text-align: center;
    margin:0 auto;
    box-shadow: 0 8px 16px 0 rgba(237,177,43,0.34);
}
/* 教师大咖 */
#m_wrap .teacher.swiper-container{
    padding-bottom: 40px;
    margin:25px 0 10px;
}
#m_wrap .teacher .swiper-slide>ul{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding:0 15px;
}
#m_wrap .teacher .swiper-slide>ul>li{
    width:48.5%;
    margin-bottom: 30px;
}
#m_wrap .teacher .swiper-slide>ul>li:nth-child(n+3){
    margin-bottom: 0;
}
#m_wrap .teacher .swiper-slide>ul>li img{
    display: block;
    width:100%;
    height: 168px;
}
#m_wrap .teacher .swiper-slide>ul>li h3{
    font-size: .7rem;
    color:#363636;
    margin:15px 0 5px;
    padding-bottom:5px;
    border-bottom: 1px solid #666666;
}
#m_wrap .teacher .swiper-slide>ul>li p{
    font-size: .6rem;
    color:#666666;
}
/*????????? */
#m_wrap .qa-box{
    margin-top:20px;
    box-shadow: 0 6px 10px 0 rgba(128,203,118,0.15);
    display: flex;
    position: relative;
}
#m_wrap .qa-box>img{
    display: block;
    width:66px;
    height: 375px;
}
#m_wrap .qa-box>div{
    width:82%;
    box-sizing: border-box;
    padding:15px 15px 0 5px;
    background: #ffffff;
}
#m_wrap .qa-box>div>p{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:15px;
}
#m_wrap .qa-box>div>p>a:first-child{
    margin-right: 20px;
}
#m_wrap .qa-box .info_box>ul>li{
    margin-bottom:15px;
}
#m_wrap .qa-box .info_box>ul>li>div{
    position: relative;
    padding-left: 20px;
}
#m_wrap .qa-box .info_box>ul>li>div>span{
    display: block;
    width:14px;
    height: 14px;
    background: #3b6960;
    font-size: .55rem;
    color:#ffffff;
    text-align: center;
    line-height: 14px;
    border-radius: 2px;
    position: absolute;
    top:0;
    left: 0;
}
#m_wrap .qa-box  .wen_box{
    margin-bottom: 5px;
}
#m_wrap .qa-box  .wen_box>div{
    line-height: 1;
    color:#363636;
    font-size: .65rem;
    position: relative;
}
#m_wrap .qa-box  .wen_box>div>span{
    display: block;
    color:#aeaeae;
    font-size: .5rem;
    position: absolute;
    right: 0;
    top:0;
    line-height: 1;
}
#m_wrap .qa-box  .wen_box>div>p{
    width:70%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#m_wrap .qa-box .info_box>ul>li>div.da_box>p{
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
}
#m_wrap .qa-box .da_box>p,#m_wrap .qa-box .da_box>p a,.da_box>p span{
    font-size: .55rem!important;
    color:#666666!important;
}
#m_wrap .qa-box .da_box>span{
    margin-top:2px;
}
#m_wrap .qa-box .qa_modal{
    width: 92%;
    height: 335px;
    position: absolute;
    top:15px;
    left:4%;
    z-index: 200;
    box-sizing: border-box;
    padding:40px 50px 0 25px;
    border-radius: 5px;
    box-shadow: 0 2px 6px 0 rgba(0,0,0,0.28);
    display: none;
    overflow-y: auto;
    background: #fff;
}   
#m_wrap .qa-box .qa_content>div{
   position: relative;
   padding-left: 20px;
}
#m_wrap .qa-box .qa_content>div>span{
    display: block;
    width:14px;
    height: 14px;
    background: #3b6960;
    font-size: .55rem;
    color:#ffffff;
    text-align: center;
    line-height: 14px;
    border-radius: 2px;
    position: absolute;
    top:0;
    left: 0;
}
#m_wrap .qa-box .qa_modal .close {
    position: absolute;
    width: 19px;
    height: 19px;
    right: 20px;
    top: 10px;
}
#m_wrap .qa-box .qa_modal  .wen_box>div>p{
    overflow: inherit;
    white-space: normal;
}
#m_wrap .qa-box .qa_btn{
    display: block;
    width:75px;
    height: 25px;
    border-radius: 5px;
    background: #4fcb75;
    line-height: 25px;
    text-align: center;
    color:#ffffff;
    font-size: .6rem;
    box-shadow: 0 1px 3px 0 rgba(0,0,0,0.35);
}
/* ???? */
#m_wrap .swiper-container.success-case{
    padding-bottom: 50px;
    background: #fff;
}
#m_wrap .success-case .swiper-slide>ul{
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
#m_wrap .success-case li{
    margin-top: 20px;
    width:48.5%;
}
#m_wrap .success-case li>img{
    display: block;
    width:100%;
    height: 124px;
}
#m_wrap .success-case li>.info_box{
    width:93%;
    box-sizing: border-box;
    padding:10px;
    margin:-15px auto 0;
    background: #fff;
    box-shadow: 0 3px 7px 0 rgba(0,0,0,0.12);
    position: relative;
    z-index:2;
}
#m_wrap .success-case li .info_box>a>span{
    display: block;
    padding-left: 5px;
    border-left: 1px solid #000000;
    color:#000000;
    font-size: .55rem;
    line-height: 1;
    margin-bottom: 8px;
}   
#m_wrap .success-case li .info_box>a>p{
    color:#666666;
    font-size: .5rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}  
#m_wrap .success-case li .info_box>a>p>span{
    color:#000000;
}
/* ?????????? */
#m_wrap .interview{
    margin-top:30px;
    padding-bottom: 30px;
}
#m_wrap .interview .swiper-slide>ul{
    padding: 0 15px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
#m_wrap .interview .swiper-slide>ul>li{
    width:48.5%;
    height: 118px;
    box-shadow: 0 4px 8px 0 rgba(128,203,118,0.35);
    margin-bottom: 15px;
    position: relative;
}
#m_wrap .interview .swiper-slide>ul>li>img{
    display: block;
    width: 100%;
    height: 100%;
}
#m_wrap .interview .swiper-slide>ul>li>div{
    position: absolute;
    bottom: 0;
    left:0;
    padding:5px;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    color:#ffffff;
    font-size: .5rem;
}
#m_wrap .interview .swiper-slide>ul>li>div>a{
    display: block;
    width:28px;
    height: 28px;
    background: url("../../../image/index/2020/m/video_icon.png") no-repeat;
    background-size: 100% 100%;
    flex-shrink: 0;
    margin-left: 5px;
}

/* 2021-08-09 图片放大遮罩 */
.img_dialog{
    width: 100%;
    height: 100vh;
    background-color: rgba(52, 53, 58, 0.7);
    position: fixed;
    top: 0;
    left: 0;
    z-index: 101;
    bottom: 0;
    right: 0;
    display: none;
}
.img_dialog_content{
    width: 92%;
    height: 80%;
    margin: auto;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    align-items: center;
}
.img_dialog_content>img{
    width: 100%;
    height: auto;
}