.min-height-wrap {
    width: 100%
}

.device {
    position: relative;
    width: 100%;
    height: 155px
}

.swiper-container {
    width: 100%;
    height: 155px
}

.content-slide {
    padding: 20px;
    color: #fff
}

.title {
    margin-bottom: 10px;
    font-size: 25px
}

.pagination {
    position: absolute;
    bottom: 5px;
    left: 0;
    z-index: 100;
    width: 100%;
    text-align: center
}

.swiper-pagination-switch {
    display: inline-block;
    margin: 0 5px;
    width: 7px;
    height: 7px;
    border-radius: 10px;
    background: rgba(255, 255, 255, .6);
    cursor: pointer
}

.swiper-active-switch {
    width: 7px;
    height: 7px;
    background: #00BED4
}

.swiper-slide img {
    width: 100%;
    height: 155px
}

body {
    font-size: 16px
}

body>* {
    font-size: inherit;
}

html {
    font-size: calc(640px / 750 * 100)
}

@media screen and (max-width: 641px) {
    html {
        font-size: calc(100vw / 750 * 100)
    }
}

/*750 1rem = 100px */
.min-height-wrap .plate {
    width: 100%;
    padding-bottom: 0.33rem;
    padding-top: 0.41rem;
    border-bottom: 0.11rem solid #f2f0f0;
}
.min-height-wrap .plate:last-child{
    border-bottom: 0;
    padding-bottom: 0;
}

.min-height-wrap .plate .nim-plate {
    width: 88.9%;
    margin: 0 auto;
}

.min-height-wrap .plate .nim-plate .titile {
    line-height: 0.24rem;
    padding-bottom: 0.22rem;
}

.min-height-wrap .plate .nim-plate .titile h3 {
    font-size: 0.28rem;
    font-family: PingFang-SC-Bold;
    color: rgba(51, 51, 51, 1);
}

.min-height-wrap .plate .nim-plate .titile a {
    float: right;
    font-size: 0.20rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(51, 51, 51, 1);
}

.infoitem {
    display: flex;
    width: 100%;
    overflow: hidden;
    padding: 18px 0;
}

.infoitem .info-img {
    width: 100%;
    margin-right: 5%;
    overflow: hidden;
}

.infoitem .info-img img {
    width: 100%;
}

.infoitem {
    border-bottom: 1px solid rgba(229, 229, 229, 1);
}

.infoitem:first-child {
    padding-top: 0;
}

.infoitem .info-text {}

.infoitem .info-text p {
    font-size: 0.25rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.infoitem .info-text .gong {
    text-align: left;
}

.infoitem .info-text .textcont {
    min-width: 4.1rem;
    min-height: 0.80rem;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    width: 100px;
    line-height: 20px;
}

.infoitem .info-text .gong .time {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.infoitem .info-text .gong .zan {
    font-size: 0.18rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(153, 153, 153, 1);
}

.infoitem .info-text .gong .zan i {
    padding-left: 0.3rem;
    padding-right: 0.2rem;
    transform: translateY(0.03rem);
}
/* 分类 */
.fenlei-content {
    width: 100%;
    overflow: hidden;
    margin-bottom:10px;
}
.fenlei-content .fenlei-a {
    float: left;
    width: 25%;
    /* margin-left: 2%; */
    position: relative;
    margin-bottom:15px;
}

.fenlei-content .fenlei-a p{
    margin-top:5px;font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.fenlei-content .fenlei-a:first-child {
    margin-left: 0;
}

.fenlei-content .fenlei-item img {
    /* width: 100%; */
    border-radius: 50%;
    margin: 0 auto;
    width:50px;
    height:50px;
}
/* 局部banner*/
.min-height-wrap .jubu-banner{
    padding:0;
}
/* 直播预告 */
.live-content {
    width: 100%;
    overflow: hidden;
}

.live-content .live-a {
    float: left;
    width: 32%;
    margin-left: 2%;
    position: relative;
}

.live-content .live-a:first-child {
    margin-left: 0;
}
.live-content .live-item img {
    width: 100%;
}

.live-content .live-item .live-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: rgba(0, 0, 0, 0.4);

}
.min-height-wrap{
    min-height: auto;
}
.live-content .live-item .live-box .live-text-cont {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%)
}
.live-content .live-item .live-box p img{
    width: 0.4rem;
    display: inline;
    transform: translateY(0.05rem);
}

.live-content .live-item .live-box p {
    font-size: 0.18rem;
}

.live-content .live-item .live-box p:first-child {
    color: #00BED4;
}

.live-content .live-item .live-box p:last-child {
    color: white;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

/* 精选课程 */
.Selected-content {
    width: 100%;
    overflow: hidden;
}

.Selected-content .Selected-item {
    width: 47.5%;
    float: left;
    margin-right: 2.5%;
    box-shadow: 0px 4px 8px 0px rgba(58, 69, 88, 0.17);
    margin-bottom: 0.26rem;
}

.Selected-content .Selected-item .operation {
    padding: 0 3% 1%;
    font-size: 0px;
}

.Selected-content .Selected-item:nth-child(obb) {
    margin-right: 0
}

.Selected-content .Selected-item a img {
    width: 100%;
}

.Selected-content .Selected-item .seleTitle {
    padding-top: 8px;
    padding-bottom: 6px;
    display: inline-block;
    width: 100%;
    line-height: 14px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
.Selected-content .Selected-item .seleDeit{
    font-size: 12px;
    line-height: 20px;
}

.Selected-content .Selected-item .seleDeit span:first-child {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: rgba(170, 170, 179, 1);
}

.Selected-content .Selected-item .seleDeit span:last-child {
    float: right;
    font-size: 0.26rem;
    font-family: MicrosoftYaHei;
    color: rgba(240, 72, 80, 1);
}

/* 讲师团队 */
.lecturer-content {
    width: 100%;
    overflow: hidden;
}

.lecturer-content .lecturer-item {
    width: 46.1%;
    float: left;
    margin-left: 3.9%;
    padding-top: 0.681rem;
    margin-top: 0.29rem; 
}

.lecturer-content .lecturer-item:nth-child(odd) {
    margin-left: 0;
}
.lecturer-content .lecturer-item .lecturer-cont{
    border:1px solid rgba(229,229,229,1);
}
.lecturer-content .lecturer-item .lecturer-cont .headimg {
    width: 1.36rem;
    font-size: 0;
    height: 1.36rem;
    border-radius: 0.68rem;
    overflow: hidden;
    margin: 0 auto;
    position: relative;
    margin-top: -0.68rem;
}

.lecturer-content .lecturer-item .lecturer-cont .headimg img {
    width: 100%;
}

.lecturer-content .lecturer-item .lecturer-cont {
    text-align: center;
    padding-bottom: 0.34rem;
}

.lecturer-content .lecturer-item .lecturer-cont h3 {
    font-size: 0.31rem;
    font-family: MicrosoftYaHei;
    color: rgba(51, 51, 51, 1);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.lecturer-content .lecturer-item .lecturer-cont .techername {
    font-size: 0.21rem;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(170, 170, 179, 1);
}


.lecturer-content .lecturer-item .lecturer-cont .textcont {
    font-size: 12px;
    font-family: MicrosoftYaHei;
    font-weight: 400;
    color: rgba(101, 101, 101, 1);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    min-height: 65px;
    padding: 0 5%;
    text-align: left;
    padding-top: 0.28rem;
}
/* 入驻机构 */
.mechanism-content{
    width: 100%;
    overflow: hidden;
}
.mechanism-content .mechanism-item{
    width: 33.3333333%;
    text-align: center;
    font-size: 0;
    float: left;
    padding: 0.35rem 0;
}
.mechanism-content .mechanism-item img{
    display: inline;
}