﻿.class-title {
    width: 1.2rem;
    height: 1.15rem;
    line-height: 1.15rem;
    font-size: 0.28rem;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.actiove {
    position: relative;
    color: #1788E8;
}



    .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%;
    margin-bottom: 1rem;
}

.class-list-box {
    height: 0.91rem;
    padding: 0 0.32rem;
    line-height: 0.91rem;
}

.class-list-box-text {
    font-size: 0.28rem;
    padding-left: 0.38rem;
    color: #666666;
    font-weight: 400;
}

.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;
}

.box {
    width: 100%;
    height: 2.45rem;
    background: #F2F3F7;
    margin-top: 0.3rem;
    display: flex;
    align-items: center;
}

.box1 {
    width: 50%;
    height: 2.45rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center
}

    .box1 img {
        width: 0.67rem;
        height: 0.67rem;
        margin-bottom: 0.2rem;
    }
