img.title{
    display: block;
    width: 6.44rem;
    height: 1.46rem;
    margin: 1.22rem auto .81rem;
}
.team{
    padding: 1px;
}
.team .content{
    width: 22.22rem;
    height:10rem;
    display: flex;
    flex:1;
    background-image: url("../img/team-bg2.png");
    background-size: 100% 100%;
    background-repeat: no-repeat;
    padding:.31rem;
    position: relative;
}
.team .content::before,
.team .content::after{
    position: absolute;
    display: inline-block;
    content:"";
    width:5.48rem;
    height:5.06rem;
    background: url("../img/team-bg1.png");
    background-size:contain;
    left:-3.65rem;
    bottom:0;
    z-index: -1;
}
.team .content::after{
    background: url("../img/team-bg3.png");
    left:auto;
    left:100%;
    transform: translate(-50%);
    top:-10%;
}
.team .content .info {
    flex:1;
    width: 33%;
    font-size: 0;
    text-align: center;
}
.team .content .box {
    height: 8rem;
    margin-top: 1.5rem;
    margin-right: -.5rem;
    position: relative;
    z-index: 1;
    background-image: url("../img/bg-teacher.jpg");
    background-size: cover;
    border-radius: .3rem;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.team .content .lable {
    width:7.5rem;
    left:0;
    top: -.5rem;
    position: absolute;
    z-index: 2;
}
.team .info .avatar {
    width: 1.96rem;
    height: 1.96rem;
    border-radius: 50%;
    margin-top: 1.21rem;
    margin-bottom: .22rem;
    font-size: 0;
    line-height: 1;
    background-color: #ffffff;
}
.team .info .introduce {
    margin:0 .5rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.5;
    text-align: left;
    flex-grow: 1;
    padding-top: .4rem;
}
.team .info .name {
    font-size: 0.37rem;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 1;

}
.team .info button {
    border: 2px solid #F2E725;
    border-radius: 3rem;
    background-color: transparent;
    font-size: 0.3rem;
    font-weight: bold;
    color: #F2E725;
    padding:.2rem .56rem;
    margin-bottom: .3rem;
}
.team .content .works {
    flex:1;
    width: 33%;
    margin: 0.19rem 0;
}
.team .content .works:last-child{
    margin-left:.31rem;
}
.teachers{
    margin: .2rem auto .41rem;
    width: 22.22rem;
    height: 1.7rem;
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
}
.teachers .teacher{
    display: inline-block;
    margin-right: .3rem;
}
.teachers .avatar{
    width: 1.48rem;
    height: 1.5rem;
    border-radius: 50%;
    margin-bottom: -.65rem;
    position: relative;
}
.teachers .name{
    display: inline-block;
    width: 3.43rem;
    height: 0.91rem;
    font-size: 0.26rem;
    color: #333333;
    line-height: 0.91rem;
    border-radius: 0.24rem;
    text-align: center;
    margin-left: -0.79rem;
}
.active .avatar{
    border: 0.07rem solid #F2E725;
}
.active .name{
    background: linear-gradient(to right,#F2E725 50%, transparent);
}
.more{
    width:1.5rem;
    height: .76rem;
    font-size: 0.26rem;
    font-weight: 400;
    color: #717171;
    line-height: 0.76rem;
    text-align: center;
    margin:auto;
    margin-bottom: .73rem;
    min-width: max-content;
    cursor: pointer;
}
.curriculum{
    background-image: url("../img/bg-curriculum.jpg");
    padding:1px;
}
.curriculum .title{
    width:8.69rem;
    height: 1.54rem;
    margin: .83rem auto 1.02rem;
}
.curriculum .swiper-button-next, .curriculum .swiper-button-prev{
    width: .8rem;
    height: .8rem;
    background-size: .22rem .42rem;
    right:.8rem;
}
.curriculum .swiper-button-prev{
    left: .8rem;
}
.courseList{
    width: 22.22rem;
    margin:0 auto;
    display: grid;
    grid-template-columns: repeat(4, 5.3rem);
    grid-row-gap: .3rem;
    grid-column-gap: .35rem;

}
.courseList .swiper-container{
    grid-column-start: 1;
    grid-column-end: 3;
    grid-row-start: 1;
    grid-row-end: 3;
    border-radius: 0.19rem;
    overflow: hidden;
}
.imgBox{
    padding-top:50%;
    position: relative;
}
.courseList .item img{
    width: 100%;
    height: 100%;
    position: absolute;
    top:0;
    left: 0;
}
.swiper-slide{
    height:8.2124rem;
}
.swiper-slide img{
    width:100%;
    height:100%;
}
.courseList .item{
    width: 100%;
    background: #FFFFFF;
    border-radius: 0.19rem;
    overflow: hidden;
    padding-bottom: .2rem;
}
.courseList .item .new{
    width: 0.56rem;
    height: 0.5rem;
    background: #E51F1F;
    border-radius: 0rem 0rem 0rem 0rem;
    font-size: 0.22rem;
    color: #FFFFFF;
    line-height: 0.33rem;
}
.courseList .name{
    padding: 0 .24rem;
    font-size: 0.3rem;
    color: #4A4848;
    line-height: 2;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.courseList .info{
    padding: 0 .24rem;
    display: flex;
    justify-content: space-between;
    font-size: 0.22rem;
    color: #A4A4A4;
    margin-bottom: .2rem;
}

.courseList .info p:first-child{
    flex-shrink: 1;
    flex-grow: 1;
    overflow: hidden;
    white-space: nowrap;
    margin-right: .5rem;
    text-overflow: ellipsis;
}

.courseList .info p:last-child{
    min-width: max-content;
    white-space: nowrap;
}
.courseList .info a{
    color: #34C9FA;
}
.curriculum .more {
    margin: 1.36rem auto .66rem;
}
.example{
    background-image: url("../img/bg-example.jpg");
    padding:1px;
}
.example .title{
    width:9.07rem;
    height: 1.52rem;
    margin: 1.22rem auto 1.02rem;
}
.example .content{
    white-space: nowrap;
    width: 22.22rem;
    height: 11.91rem;
    margin: 0 auto .4rem;
    font-size: 0;
}
.example img{
    border-radius: 0.19rem;
    width: 13.3%;
    height: 100%;
    margin:0 .5%;
    transition:  width .3s ;
}
.example img.active{
    width: 42%;
}
.example .more{
    margin: .4rem auto .29rem
}
.tab{
    width: 22.22rem;
    height: 1.54rem;
    margin: 1.31rem auto .04rem;
    display: flex;
    align-items: center;
}
.tab img{
    width:7.63rem;
    height: 100%;
}
.tab ul{
    display: inline-block;
    margin-left: -2.09rem;
    margin-right: .5rem;
    flex-grow: 1;
    white-space: nowrap;
    overflow: auto;
}

.tab ul::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}
.tab ul::-webkit-scrollbar-thumb {
    border-radius: 5px;
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: rgba(0,0,0,0.2);
}
.tab ul::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 0;
    background: rgba(0,0,0,0.1);
}
.tab li{
    display: inline-block;
    margin-right: .5rem;
    font-size: 0.3rem;
    color: #828282;
    line-height: 1.61rem;
    cursor: pointer;
}
.tab li.active{
    color: #69DAFF;
}
.tab .more{
    margin:0
}
.hot .content{
    margin: .04rem auto .6rem;
    width: 22.22rem;
    display: flex;
    justify-content: space-between;
}
.hot .item{
    margin: .59rem 0;
}
.hot .list img{
    width:4.44rem;
    height:2.96rem;
    float:left;
    border-radius: 0.09rem;
}
.hot .text{
    /* width:9.61rem;
    height:2.96rem; */
    min-height: 2.96rem;
    margin-left: 4.94rem;
    margin-right: 1.35rem;
    display: flex;
    flex-direction: column;
    color: #A4A4A4;
    line-height: 0.33rem;
}
.hot .list .title{
    font-size: 0.33rem;
    color: #393939;
    line-height: .77rem;
}
.hot .list .empty{
    flex-grow: 1;
}
.hot .list p{
    text-align: justify;
    text-overflow: -o-ellipsis-lastline; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 2; 
    -webkit-box-orient: vertical;
    font-size: 0.24rem;
    line-height: 1.5;
}
.hot .list .time{
    font-size: 0.22rem;
}
.hot .list .time span{
    padding-right: .63rem;
}
.hot .list .new{
    position: absolute;
    text-align: center;
    width: 0.56rem;
    height: 0.5rem;
    line-height: 0.5rem;
    background: #E51F1F;
    border-radius: 0.09rem 0rem 0.09rem 0rem;
    font-size: 0.22rem;
    color: #FFFFFF;
}
.hot .recommend {
    list-style:decimal;
    font-size: 0.33rem;
    color: #393939;
    line-height: 2;
    margin-top: 1.2rem;
    white-space: nowrap;
}
.hot .recommend span{
    display: inline-block;
    margin-bottom: -.255rem;
    width:4.5rem;
    text-overflow: -o-ellipsis-lastline; 
    overflow: hidden; 
    text-overflow: ellipsis; 
    white-space: nowrap;
}
.hot li::marker {
    font-size: 0.33rem;
    font-weight: bold;
    color: #BBBBBB;
}
.hot li:first-child::marker {
    color: #F61F1F;
}
.hot li:nth-child(2)::marker {
    color: #FF6000;
}
.hot li:nth-child(3)::marker {
    color: #FCA637;
}
.side{
    width: 2.12rem;
    min-width:max-content;
    position: fixed;
    top:50%;
    right:.5rem;
    transform: translateY(-50%);
    text-align: center;
    z-index: 8888;
}
.side img{
    width:1.56rem;
    height:1.96rem;
    margin-bottom: -.49rem;
}
.side li{
    list-style: none;
    width: 100%;
    height: 1.74rem;
    min-height: 40px;
    white-space: nowrap;
    background: #FFFFFF;
    color:#434343;
    font-size: 0.26rem;
    line-height:1.2;
    padding: .13rem;
    cursor: pointer;
    border: .02rem solid #CDCDCD;
    border-bottom: none;
}
.side li .iconfont{
    font-size: .8rem;
    color:#A1A1A1;
}
.side li:hover,
.side li:active{
    background: #F2E725;
}
.side li:hover .iconfont,
.side li:active .iconfont{
    color:#ffffff
}
.side li img{
    width:.61rem;
    height:auto
}
/* .side li:nth-child(3):hover .qrcode{
    display: block;
} */
.side li .qrcode{
    display: none;
    width:2rem;
    height:2rem;
    padding:.1rem;
    position: absolute;
    left:-2rem;
    bottom:0.67rem;
}
.side li .qrcode img{
    width:1.8rem;
    height:1.8rem;
}
.side .goTop{
    width: 100%;
    height: 0.76rem;
    line-height: 0.76rem;
    background: #FFFFFF;
    border: .02rem solid #CDCDCD;
}
@media screen and (max-width: 1200px)  {
    .team .content::before,
    .team .content::after{
        display: none !important;
    }
}