﻿.class-title {
    height: 1.15rem;
    line-height: 1.15rem;
    font-size: 0.28rem;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.5rem
}

.actiove {
    position: relative;
    color: #1788E8;
}

.bg-box::before {
    content: '';
    display: block;
    width: 100%;
    height: 0.15rem;
    background: #F7F7F7;
}

.actiove::after {
    content: '';
    position: absolute;
    bottom: 0.22rem;
    width: 80%;
    height: 0.04rem;
    display: block;
    margin: 0 auto;
    border-bottom: 0.04rem solid #1788E8;
}

.class-list {
    height: auto;
    width: 100%;
}

.class-list-box {
    /*height: 2.5rem;*/
    padding: 0.5rem 0 0;
    margin: 0 0.26rem;
    border-bottom: 0.01rem dashed #E5E5E5;
}

.class-list-box-text {
    /*height: 0.66rem;*/
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.bg-box-1 {
    width: 0.9rem;
    height: 0.9rem;
    border-radius: 50%;
    background-color: #1788E8;
}

.bg-box-2 {
    width: 1.58rem;
    height: 0.4rem;
    line-height: 0.4rem;
    background: #1788E8;
    margin-top: 0.24rem;
    border-radius: 0.04rem;
}

.bg-box-1-2 {
    width: 1.28rem;
    height: 1.28rem;
    background: #1788E8;
}

.bg-box-1-3 {
    width: 0.49rem;
    height: 0.52rem;
    margin-bottom: 0.26rem;
}

h2 {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
