body{
    background: linear-gradient(to bottom, #D1DEFF 0%, #F5F8FC 10%);
}
.ks-header{
    background: none;
    padding: 0 .7rem;
    display: flex;
}
.ks-header .ks-search{
    background: #fff;
}
.ks-footer-blank{
    background: #fff;
}
.home-banner{
    height: 7.5rem;
    margin: .45rem .7rem .7rem;
    position: relative;
}
.home-banner .swiper-pagination{
    position: absolute;
    bottom: .5rem;
    right: 1rem;
}
.home-banner .swiper-pagination-bullet{
    margin: 0 .15rem;
    width: .35rem;
    height: .35rem;
    
}
.home-banner .swiper-pagination-bullet-active{
    background-color: #127DFD;
}
.home-banner .swiper-container{
    height: 100%;
    position: relative;
    background-color: #f3f3f3;
    border-radius: .6rem;
    overflow: hidden;
}
.home-banner .swiper-slide{
    background-size: cover;
    background-position: center;
}
.home-box{
    padding-top:1rem;
}
.home-title{
    line-height: .9rem;
    padding: 0 .7rem;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.home-title .more{
    float: right;
}
.home-title .more a{
    color:#327DFF;
    position: relative;
    padding-right: .4rem;
}
.home-title .more a::after{
    content: '';
    width: .3rem;
    height: .3rem;
    border-top: 0.05rem solid #327DFF;
    border-right: 0.05rem solid #327DFF;
    position: absolute;
    top:50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
}
.home-title h4{
    font-size: .9rem;
    display: inline-block;
}
.home-title h4 span{
    font-weight: normal;
    color: #999;
    font-size: .6rem;
    margin-left: .5rem;
}

.nav-list{
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 5rem;
    background: linear-gradient(0deg, #FAFCFF 0%, #FFFFFF 100%);
    border-radius: 12px;
    margin: 0 .7rem .7rem;
}
.nav-list .nav-item{
    flex: 1;
    /* padding: 1rem 0; */
    text-align: center;
}
.nav-list .nav-item__icon{
    width: 1.6rem;
    height: 1.6rem;
    margin: 0 auto;
}
.nav-list .nav-item__text{
    height: 1rem;
    line-height: 1rem;
    overflow: hidden;
    margin-top: .6rem;
    font-size: .7rem;
}


/* 模块 */
.floor2-bottom{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin: 0 .7rem;
}
.floor2-bottom-left{
    width: 6.7rem;
    height: 8.2rem;
    background: linear-gradient(359deg, #EDF1F7 0%, #FAFCFF 100%);
}
.floor2-bottom-right{
    width: calc(100% - 7.1rem);
    height: 8.2rem;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.floor2-bottom-item{
    height: 3.9rem;
    background: linear-gradient(333deg, #EDF1F7 0%, #FAFCFF 100%);
}
.floor2-bottom-left,.floor2-bottom-item{
    box-shadow: 0 0.2rem 0.5rem 0.05rem rgba(199,210,229,0.4);
    border-radius: .6rem;
    border: 0.05rem solid #FFFFFF;
    box-sizing: border-box;
    padding: .8rem .6rem 0;
    position: relative;
}
.floor2-bottom-left h2,.floor2-bottom-item h2{
    line-height: 1.1rem;
    font-size: .8rem;
    margin-bottom: .2rem;
}
.floor2-bottom-left p,.floor2-bottom-item p{
    line-height: .8rem;
    height: .8rem;
    font-size: .55rem;
    color: #9DA0A6;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.floor2-bottom-left span{
    width: 3.2rem;
    text-align: center;
    color: #FFFFFF;
    line-height: 1.2rem;
    background: linear-gradient(90deg, #B2EFFF 0%, #80AEFF 100%);
    border-radius: .4rem;
    display: block;
    margin-top: .5rem;
}
.floor2-bottom-left::after,.floor2-bottom-item::after{
    content: '';
    display: block;
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    bottom: .3rem;
    right: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.floor2-bottom-left::after{
    background-image: url(../images/ticon1.png);
}
.floor2-bottom-item:nth-child(1):after{
    background-image: url(../images/ticon2.png);
}
.floor2-bottom-item:nth-child(2)::after{
    background-image: url(../images/ticon3.png);
}

/*循环课程列表*/
.course-tab{
    margin: 0 .7rem .8rem;
    border-bottom: .05rem solid #fff;
    overflow: hidden;
}
.course-tab a{
    margin: 0 .8rem;
    line-height: 32px;
    position: relative;
    display: inline-block;
    width: auto;
}
.course-tab a.course-tab_itemcurr::after{
    position: absolute;
    content: '';
    width: 100%;
    height: 0.15rem;
    background: #327DFF;
    border-radius: 0.15rem;
    bottom: -0.05rem;
    left: 0;
}
.course-class{
    margin: 0 .7rem;
    padding: 1rem 0 1rem .6rem;
    border-radius: .6rem;
    background: linear-gradient(152deg, #F6F9FE 0%, #DEE7FC 100%);
    border-radius: .8rem .8rem 0 0;
    position: relative;
    overflow: hidden;
}
.course-class::after{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/coursebg.png) no-repeat left bottom;
    background-size: cover;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 0;
}
.course-class_name{
    display: flex;
    flex-direction: row;
    align-items: center;
    /* margin-bottom: 1.75rem; */
    position: relative;
    z-index: 1;
}
.course-class_name span{
    line-height: 1.25rem;
    font-size: .9rem;
    font-weight: bold;
    margin-right: .6rem;
}
.course-class_name a{
    line-height: 1rem;
    font-size: .7rem;
    color: #327DFF;
    position: relative;
    padding-right: .4rem;
}
.course-class_name a::after {
    content: '';
    width: 0.3rem;
    height: 0.3rem;
    border-top: 0.05rem solid #327DFF;
    border-right: 0.05rem solid #327DFF;
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0) rotate(45deg);
    transform: translate3d(0, -50%, 0) rotate(45deg);
}
.course-class_list a{
    width: auto;
    margin-right: .4rem;
    line-height: 1.4rem;
    background: #D4E6FF;
    border-radius: .3rem;
    display: inline-block;
    padding: 0 .4rem;
    font-size: .6rem;
    color: #327DFF;
    white-space: nowrap;
}
.course-list{
    background:#FFFFFF;
    padding: .8rem;
    margin: 0 .7rem;
    border-radius: 0 0 .8rem .8rem;
}
.course-list_item,.course-class_third{
    display: none;
}
/* .course-list_box{
    display: none;
}
.course-list_boxcurr{
    display: block;
} */
.course-item{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: .6rem;
}
.course-item:last-child{
    margin-bottom: 0;
}
.course-item_img{
    width: 7.2rem;
    height: 4rem;
    border-radius: .6rem;
    position: relative;
    overflow: hidden;
}
.course-item_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.course-item_img span{
    position: absolute;
    padding: 0 .7rem 0 .5rem;
    line-height: 1.1rem;
    font-size: 12px;
    color: #874100;
    background: url(../images/label-bg.png) no-repeat center right;
    background-size: auto 100%;
}
.course-item_info{
    width: calc(100% - 7.6rem);
    height: 4rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.course-item_info h2{
    font-size: .7rem;
    line-height: 1.1rem;
    font-weight: normal;
    margin-bottom: .75rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2; /* 设置显示的行数 */
    overflow: hidden;
    text-overflow: ellipsis;
}
.course-item__bottom{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}
.course-item__teacher{
    line-height: .65rem;
    font-size: 12px;
    color: #9DA0A6;
}
.course-item__btn{
    padding: 0 .4rem;
    line-height: 1.1rem;
    background: linear-gradient(180deg, #1C6FFF 0%, #26C1FF 100%);
    border-radius: .8rem;
    color: #FFFFFF;
    font-size: .6rem;
}
/*新闻*/
.news-box .home-title .more a{
    width: 3.6rem;
    text-align: center;
    height: 1.1rem;
    line-height: 1.1rem;
    background: #F0F2F7;
    border-radius: 0.55rem;
    display: block;
    color: #757575;
    padding-right: 0;
}
.news-box .home-title .more a::after{
    display: none;
}
.news-box{
    background: #fff;
    border-radius: .8rem .8rem 0 0;
}
.news-item{
    display: flex;
    padding: 1rem 0;
    margin: 0 .7rem;
    position: relative;
    border-bottom: 0.05rem solid #EAEFF7;
}
.news-list>a:last-child .news-item{
    border-bottom: 0;
}
.news-item + .news-item::before{
    content: '';
    width: 100%;
    height: 1px;
    transform: scaleY(0.5);
    position: absolute;
    left:0;
    top:0;
    background-color: #ddd;
}
.news-item__title{
    height: 2.3rem;
    line-height: 1.2rem;
    overflow: hidden;
    font-size: .8rem;
    font-weight: bold;
    margin-top: 0.1rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.news-item__desc{
    color:#B5B8BF;
    line-height: .85rem;
    margin-top: .7rem;
}
.news-item__desc span + span{
    margin-left: 0.8rem;
}
.news-item__info{
    flex: 1;
    margin-right: .75rem;
}
.news-item__cover{
    width: 6rem;
    height: 4rem;
    overflow: hidden;
    border-radius: 0.6rem;
}
.news-item__cover img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.news-item_num{
    color:#327DFF;
    margin-right: .2rem;
}

/**教师团队*/
.teacher-list{
    margin-top: .8rem;
    margin-left: .7rem;
}
.teacher-list__item{
    background: #FFFFFF;
    box-shadow: 0 .3rem .3rem 0.05rem rgba(174,200,240,0.16);
    border-radius: .8rem;
    display: flex;
    flex-direction: column;
    margin-bottom: 1rem;
}
.teacher-list___head{
    height: 3.5rem;
    background: url('../images/tbg.png') no-repeat top left;
    background-size:cover ;
    position: relative;
}
.teacher-list___head img{
    width: 3.2rem;
    height: 3.2rem;
    box-shadow: 0 .5rem .8rem 0.05rem rgba(88,136,233,0.26);
    object-fit: cover;
    border-radius: 4rem;
    position: absolute;
    left: 50%;
    margin-left: -1.6rem;
    bottom: -1rem;
    background: #fff;
}
.teacher-list___info{
    padding-top: 1.6rem;
    text-align: center;
    padding-bottom: .8rem;
    margin: 0 .8rem;
    border-bottom: 0.05rem solid #EAEAEA;
}
.teacher-list___info h2{
    margin-bottom: .3rem;
    height: 1.1rem;
    font-size: .8rem;
}
.teacher-list___info p{
    line-height: .85rem;
    font-size: .6rem;
    color: #327DFF;
}
.teacher-list___intro{
    margin: .8rem;
    line-height: 1rem;
    height: 2rem;
    font-size: .55rem;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    text-overflow: ellipsis;
    overflow: hidden;
}
.teacher-list___btn{
    display: flex;
    flex-direction: row;
    justify-content: center;
    margin-top: .4rem;
    padding-bottom: 1rem;
}
.teacher-list___btn a{
    text-align: center;
    display: block;
    color: #327DFF;
    font-size: .6rem;
    width: 3.6rem;
    height: 1.1rem;
    line-height: 1rem;
    box-sizing: border-box;
    border-radius:.3rem;
    border: 0.05rem solid #327DFF;
}