.el-star {
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

.el-ex-list {
    max-width: 100%;
}

.el-ex-item {
    display: flex;
    align-items: center;
    padding: 14px 0;
    border-bottom: 1px solid #e8e8e8;
}

.el-ex-number {
    width: 25px;
    height: 25px;
    border: 1px solid rgb(75 186 215);
    ;
    color: rgb(75 186 215);
    ;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 14px;
    margin-right: 10px;
}

.el-ex-thumb img {
    width: 46px;
    height: 46px;
    border-radius: 6px;
    object-fit: cover;
    margin-right: 10px;
}

.el-ex-info {
    flex-grow: 1;
}

.el-ex-title {
    color: #000000;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 4px;
}

.el-ex-stars {
    display: flex;
    align-items: center;
}

.el-ex-stars .rating-num {
    color: #000000;
    font-size: 13px;
}

.el-ex-link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 34px;
    height: 34px;
    border-radius: 6px;
    margin-left: 12px;
    color: #00a2ff;
    text-decoration: none;

    svg {
        width: 20px;
        height: 20px;
        display: block;
    }
}

.title-exchange {
    text-align: center;

    span {
        color: #000000;
        font-size: 22px;
        font-weight: 600;
    }
}


