.padding-xl {
    padding: 25px;
}

.textList {
    margin-top: 40px;
    position: relative;
    z-index: 3;
}

.text-2 {
    font-size: 25px;
    font-weight: bold;
    padding: 5px 0;
}

.logoimg {
    position: absolute;
    right: 10px;
    top: 68px;
    z-index: 1;
}

.kuai {
    border-radius: 18px;
    padding: 15px;
    box-shadow: 0 2px 5px 2px #bcbcbc;
}

.back {
    background-color: #fff;
}

.text-bold {
    font-weight: bold;
}

.justify-center {
    justify-content: center;
}

.flex {
    display: flex;
}

.align-center {
    align-items: center;
}

.justify-between {
    justify-content: space-between;
}

.yqm {
    background-color: #383c3f;
    border-radius: 10px;
    color: #fff;
}

.padding-sm {
    padding: 10px;
}

.kuai {
    border-radius: 18px;
    padding: 15px;
    box-shadow: 0 2px 5px 2px #bcbcbc;
}

.text-hui {
    color: #565656;
    padding: 5px 0;
    font-size: 12px;
}

.biaoshi {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #383c3f;
    margin-right: 5px;
    font-size: 10px;
}